Wykres commitów

1229 Commity (fix-build-warnings)

Autor SHA1 Wiadomość Data
Alex Gleason a78aa37d56 Merge branch 'scroll-context' into 'main'
Implement a custom ScrollContext component

See merge request soapbox-pub/soapbox!3193
2024-10-26 22:47:01 +00:00
Alex Gleason 70a8fb1526
Implement a custom ScrollContext component 2024-10-26 17:39:56 -05:00
Alex Gleason 0a66f2585b
SidebarNavigationLink: fix isActive 2024-10-26 17:38:49 -05:00
P. Reis c7d3a7a468 feat: enable searchFromAccount in Ditto 2024-10-26 19:11:03 -03:00
danidfra 0a895b28e4 Implement audio functionality using only Tailwind CSS with minor adjustments to the video logic 2024-10-25 10:35:43 -03:00
danidfra 4c462355a9 Implement video feature using only tailwind 2024-10-24 14:45:21 -03:00
P. Reis 74be76d65b fix: set hasMore trending statuses inside its own if statement 2024-10-23 18:34:06 -03:00
Alex Gleason 9d07c85f91
Fix the page refreshing on login 2024-10-23 13:06:05 -05:00
Alex Gleason 65c8c68e00
Fix auth type errors in other files 2024-10-23 13:03:24 -05:00
Alex Gleason 09f813403f
Actually do import the token into the auth app, fix applicationSchema and authAppSchema 2024-10-23 12:58:27 -05:00
Alex Gleason ae546db8f0
Remove immutable from the auth reducer (woah, wow) 2024-10-23 11:50:09 -05:00
Alex Gleason 1417399663
Add applicationSchema 2024-10-23 10:23:48 -05:00
Alex Gleason cb95726249
NConnect -> NBunker 2024-10-23 10:00:23 -05:00
danidfra f04ee96058 Merge remote-tracking branch 'origin/main' into arbitrary-value-classname 2024-10-23 11:41:52 -03:00
danidfra fb5003682f Merge remote-tracking branch 'origin/main' into no-untranslated-jsx 2024-10-23 10:44:54 -03:00
danidfra ad878aa6ce Fix arbitrary value classname 2024-10-22 23:03:15 -03:00
danidfra 97036d3c42 Adjust tailwind css classnames order 2024-10-22 22:25:54 -03:00
Alex Gleason 01f00a018c Merge branch 'fix-nest-ternary-expressions' into 'main'
Refactored nest ternary expressions

See merge request soapbox-pub/soapbox!3179
2024-10-23 01:23:00 +00:00
danidfra e63c792d53 Finished 2024-10-22 22:17:03 -03:00
Alex Gleason 32e305d1c6
Clear meta.pubkey after verify_credentials 2024-10-22 20:11:33 -05:00
danidfra 62491f6749 Refactored nest ternary expressions 2024-10-22 20:26:07 -03:00
Alex Gleason 7e16d35f05
Get accountPubkey correctly 2024-10-22 18:01:34 -05:00
Alex Gleason 2b4886615d
Connect to the Nostr relay before calling verify_credentials 2024-10-22 16:52:25 -05:00
Alex Gleason db203bcb56
Fix infinite loading when signed in with bunker URI
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1767
2024-10-22 16:04:56 -05:00
danidfra 5e97e6e0ef Fix untranslated text warnings
- Fix untranslated text
 - Adjust Tailwind class order
 - Adjust indentation
2024-10-22 16:48:35 -03:00
Alex Gleason d6fb1a4c93 Merge branch 'ditto-staff' into 'main'
AccountModerationModal: allow promoting users to staff on Ditto

See merge request soapbox-pub/soapbox!3175
2024-10-22 16:57:32 +00:00
Alex Gleason 016e2077d4
AccountModerationModal: allow promoting users to staff on Ditto 2024-10-22 11:52:26 -05:00
Alex Gleason e35efd60fc
Make adminAccountSchema less strict
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1766
2024-10-21 21:24:29 -05:00
Alex Gleason 67c1e7eba5
Fix parsing of bunker URI from standards-compliant runtimes 2024-10-21 10:51:38 -05:00
Alex Gleason 734169d8c1
Add Nostr bunker login 2024-10-20 15:44:39 -05:00
Alex Gleason 6194cb8d1c
Fix circular import between statuses/compose actions 2024-10-19 18:23:13 -05:00
Alex Gleason 76a4f6ad57
Fix circular import in NostrSignupModal 2024-10-19 17:45:13 -05:00
Alex Gleason 2a69482201
Fix circular dependency in Group Members 2024-10-19 17:43:30 -05:00
Alex Gleason 18792f3a29
Fix circular dependency in Poll/PollFooter 2024-10-19 17:41:13 -05:00
Alex Gleason 16658b42ba
Lowercase the ticker symbols 2024-10-19 16:54:22 -05:00
Alex Gleason ef51d127b1
CryptoIcon: improve getIcon dynamic import 2024-10-19 16:41:02 -05:00
Alex Gleason f61fa18835
Remove cryptocurrency-icons package, vendor in the most popular open source cryptocurrencies 2024-10-19 16:38:01 -05:00
Alex Gleason c0ee3167b7
Remove react-datepicker, add a custom Datepicker component 2024-10-19 15:46:34 -05:00
Hosted Weblate 26c7f0b413
Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Translation: Soapbox/Soapbox
Translate-URL: https://hosted.weblate.org/projects/soapbox-pub/soapbox/
2024-10-19 21:18:05 +02:00
Alex Gleason 73e7331851
yarn i18n 2024-10-19 14:00:40 -05:00
Alex Gleason 3cbf8dac00
Remove "admin user index" reducer (and related actions) 2024-10-19 13:32:39 -05:00
Alex Gleason c0f8c9d5e7
Add useAdminAccount hook, refactor admin accounts in dashboard, refactor admin actions 2024-10-19 13:23:08 -05:00
Alex Gleason dde5e9154b
Remove Pleroma moderation API where an equivalent Mastodon endpoint exists 2024-10-19 12:13:08 -05:00
Alex Gleason cf56918f66 Merge branch 'rm-accounts-reducer' into 'main'
Remove accounts reducer

See merge request soapbox-pub/soapbox!3165
2024-10-19 16:41:01 +00:00
Alex Gleason 85fd43a095 Merge branch 'pagination-trends' into 'main'
Pagination trends

Closes ditto#236

See merge request soapbox-pub/soapbox!3163
2024-10-19 16:38:29 +00:00
Alex Gleason c6f179b1be
Remove unused account reducer... 🤦 2024-10-19 11:31:42 -05:00
Alex Gleason 32006407a3
Remove Immutable from accounts reducer 2024-10-19 11:11:40 -05:00
Alex Gleason eeb74c1d9c
gameboy.tsx: disable eslint 2024-10-18 22:47:33 -05:00
Alex Gleason b396064cb5
Disable Wasmboy 2024-10-18 22:34:46 -05:00
Alex Gleason 6d5b4189e5
eslint --fix 2024-10-18 22:00:13 -05:00
Alex Gleason 588b86eb84
Merge remote-tracking branch 'origin/main' into upgrade-deps 2024-10-18 21:49:22 -05:00
P. Reis 90d130e8a0 fix: yarn lint fix 2024-10-18 19:33:29 -03:00
P. Reis 4cda1e2866 feat: create pagination with Link Headers for trending statuses 2024-10-18 19:32:56 -03:00
Alex Gleason 7911753589
Upgrade to Twemoji 15 2024-10-18 17:07:37 -05:00
P. Reis 93a464d210 refactor: remove irrelevant type assertion 2024-10-16 20:03:24 -03:00
Alex Gleason 11a0c3cc67
Delete actions/push-subscriptions.ts 2024-10-15 16:21:18 -05:00
Alex Gleason f5c9b7d1b2
Fix base64 test 2024-10-15 16:10:15 -05:00
Alex Gleason d0211c8af1
Reorganize functions in push registerer so they make logical sense 2024-10-15 16:08:14 -05:00
Alex Gleason 59b3df9641
Rewrite push registerer 2024-10-15 15:59:53 -05:00
Alex Gleason 514f6965b4
Guard nip05 with features 2024-10-14 21:42:37 -05:00
Alex Gleason 76a7cd5f0a
Pull VAPID key from V2 instance 2024-10-14 19:25:03 -05:00
Alex Gleason 0207a29914
ComposeForm: wrap NIP05 text in a <Warning /> component 2024-10-14 15:19:46 -05:00
Alex Gleason 9692b15715
Update nip05 portuguese translation 2024-10-14 11:57:25 -05:00
Alex Gleason 29bdd54dd1
Refactor NIP-05 warnings 2024-10-14 11:50:51 -05:00
Alex Gleason 819711a4f1
Merge remote-tracking branch 'origin/main' into add-nip-05-nag-post 2024-10-14 11:38:50 -05:00
Alex Gleason 7130c51ae8 Merge branch 'update-keygen-step' into 'main'
Remove copy button of key-gen-step

Closes #1754

See merge request soapbox-pub/soapbox!3157
2024-10-14 14:55:20 +00:00
danidfra 6b346ea9d5 Update: remove copy button of key-gen-step 2024-10-14 11:38:26 -03:00
Alex Gleason 599bb9802e Merge branch 'update-message-captcha' into 'main'
Update captcha message

Closes #1751

See merge request soapbox-pub/soapbox!3156
2024-10-14 14:05:56 +00:00
danidfra 7472be4a06 Update captcha sucess message 2024-10-14 10:49:09 -03:00
Alex Gleason bbc4d7026b
Hotfix captcha not showing after signup 2024-10-13 19:16:38 -05:00
Alex Gleason ad6e1bc099
Upgrade react-query 2024-10-13 18:28:26 -05:00
Alex Gleason ad0046c4f4
Upgrade Tailwind and scss deps 2024-10-13 18:14:25 -05:00
Alex Gleason 105394cea1
Upgrade tabler to 3.19 2024-10-13 18:08:43 -05:00
Alex Gleason 5f9cede2ac
Fix sending chat messages
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1752
2024-10-13 13:42:21 -05:00
Alex Gleason 29af8579af
Add web push schema 2024-10-13 00:24:51 -05:00
Alex Gleason 90577fb220 Merge branch 'auth' into 'main'
Start reworking auth

See merge request soapbox-pub/soapbox!3151
2024-10-13 03:14:36 +00:00
Alex Gleason d69d582a38
Add useAuth hook, fix soapboxAuthSchema 2024-10-12 19:17:09 -05:00
Alex Gleason 02d599beab
Add auth schemas 2024-10-12 17:56:35 -05:00
Alex Gleason 8e46164653
Remove custom retry from useInstance hooks (prefer the default) 2024-10-12 15:03:35 -05:00
Alex Gleason b348f30eea
queryClient: retry certain 5xx codes automatically 2024-10-12 15:02:00 -05:00
Alex Gleason 5a0713a02e
HTTPError: also include the associated Request object 2024-10-12 14:55:34 -05:00
Alex Gleason 943c5fddee Merge branch 'instance-hooks' into 'main'
Refactor Instance fetching

See merge request soapbox-pub/soapbox!3148
2024-10-11 21:31:42 +00:00
Alex Gleason 5477a3a8c6
useInstance: don't go stale 2024-10-11 15:40:25 -05:00
Alex Gleason fdc03fe610
useApi: prefer BACKEND_URL, if provided 2024-10-11 15:34:46 -05:00
Alex Gleason 74f74d29fc
Refresh when logging out by default 2024-10-11 15:17:23 -05:00
Alex Gleason 82731e633d
Make instance stop aggressively refreshing, replace isStandalone with instance.isNotFound 2024-10-11 15:13:37 -05:00
Alex Gleason c2260abc97 Merge branch 'captcha-modal' into 'main'
Fix problem with captcha

See merge request soapbox-pub/soapbox!3149
2024-10-11 16:16:34 +00:00
danidfra 4ffad405c7 Test preventDefault 2024-10-11 13:02:26 -03:00
Alex Gleason 9d1ee47166
Use the instance hook to fetch in SoapboxLoad, also store the data in Redux as a temporary workaround 2024-10-11 04:26:27 -05:00
Alex Gleason 0396cb1aef
Fix useApi auth URL 2024-10-11 03:44:32 -05:00
Alex Gleason ba4ab3d39a
Make useInstance hook call V2 instance, fallback to V1 instance upgraded 2024-10-11 03:39:58 -05:00
Alex Gleason 5966f9efae
Add nostr and pleroma to v2 instance 2024-10-11 02:55:13 -05:00
Alex Gleason 0f7a43c51b
Upgrade v1 instance to v2 instance 2024-10-11 02:50:13 -05:00
Alex Gleason 22747e838e
Add a dedicated InstanceV2 schema 2024-10-11 02:29:28 -05:00
Alex Gleason c5c38ed79c
Merge remote-tracking branch 'origin/main' into instance-hooks 2024-10-11 01:49:35 -05:00
Alex Gleason 445649ec1c
Make useInstance return an object containing the instance 2024-10-11 01:28:57 -05:00
Alex Gleason 158392c627
Add instance fetching hooks 2024-10-11 01:13:27 -05:00
Alex Gleason 87ee06fd1f
Remove ky, create a custom fetch client 2024-10-10 22:15:21 -05:00
Alex Gleason 82b6ff1743
Merge remote-tracking branch 'origin/main' into ky 2024-10-10 19:09:17 -05:00
Alex Gleason e800550866
Upgrade Sentry to v8.34 2024-10-10 18:18:35 -05:00