Commit Graph

1121 Commits

Author SHA1 Message Date
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 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
danidfra 0d58e68911 Last changes 2024-10-10 17:50:01 -03:00
danidfra 130d4b149b Add useEffect on showCaptcha 2024-10-10 17:46:38 -03:00
danidfra bf16faccf0 Update the captcha modal to not close on outside clicks 2024-10-10 17:40:54 -03:00
danidfra ea19016ca3 Merged captcha and captcha-modal 2024-10-10 17:36:10 -03:00
danidfra 3f6d589e93 Using captcha_solved 2024-10-10 17:28:56 -03:00
danidfra 162b0042ed Update account schema 2024-10-10 17:26:15 -03:00
danidfra 41dde9448f Refactoring and improving the onboarding trigger 2024-10-10 14:27:21 -03:00
danidfra e040c9f981 Refactoring the puzzle and organizing files 2024-10-10 14:21:17 -03:00