Alex Gleason
|
1a70afe98d
|
Merge branch 'datepicker' into 'main'
Remove react-datepicker, add a custom Datepicker component
See merge request soapbox-pub/soapbox!3169
|
2024-10-19 20:52:30 +00:00 |
Alex Gleason
|
c0ee3167b7
|
Remove react-datepicker, add a custom Datepicker component
|
2024-10-19 15:46:34 -05:00 |
Alex Gleason
|
e55743ffdd
|
Merge branch 'ci-rework' into 'main'
Simplify GitLab CI, do everything in one step, switch to manual review apps
See merge request soapbox-pub/soapbox!3167
|
2024-10-19 19:44:20 +00:00 |
Alex Gleason
|
f7d16e2adc
|
Simplify GitLab CI, do everything in one step, switch to manual review apps
|
2024-10-19 14:29:49 -05:00 |
Alex Gleason
|
de7a281736
|
Merge branch 'weblate-soapbox-pub-soapbox' into 'main'
Translations update from Hosted Weblate
See merge request soapbox-pub/soapbox!3168
|
2024-10-19 19:19:38 +00: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
|
5157b7cd76
|
Merge branch 'rm-pl-admin' into 'main'
Admin refactors
See merge request soapbox-pub/soapbox!3166
|
2024-10-19 19:17:50 +00: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
|
12c81d9847
|
Merge branch 'disable-wasmboy' into 'main'
Disable Wasmboy
See merge request soapbox-pub/soapbox!3164
|
2024-10-19 04:30:04 +00: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
|
7b59fcc28f
|
Merge branch 'upgrade-deps' into 'main'
Upgrade deps
See merge request soapbox-pub/soapbox!3154
|
2024-10-19 03:00:39 +00: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
|
94072d7158
|
Merge branch 'twemoji' into 'main'
Upgrade to Twemoji 15, swap out twemoji for @twemoji/svg
See merge request soapbox-pub/soapbox!3162
|
2024-10-18 22:20:55 +00:00 |
Alex Gleason
|
7911753589
|
Upgrade to Twemoji 15
|
2024-10-18 17:07:37 -05:00 |
Alex Gleason
|
d6d62e43bb
|
Swap out twemoji for @twemoji/svg
Related: https://gitlab.com/soapbox-pub/soapbox/-/issues/1756
|
2024-10-18 16:22:19 -05:00 |
P. Reis
|
93a464d210
|
refactor: remove irrelevant type assertion
|
2024-10-16 20:03:24 -03:00 |
Alex Gleason
|
daff662210
|
Merge branch 'webpush-rewrite' into 'main'
Rewrite Web Push registerer
See merge request soapbox-pub/soapbox!3161
|
2024-10-15 21:43:47 +00: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
|
cbd964d7d4
|
Merge branch 'nip05-guard' into 'main'
Guard nip05 with features
See merge request soapbox-pub/soapbox!3160
|
2024-10-15 02:43:39 +00:00 |
Alex Gleason
|
514f6965b4
|
Guard nip05 with features
|
2024-10-14 21:42:37 -05:00 |
Alex Gleason
|
b754eb62c2
|
Merge branch 'v2-vapid' into 'main'
Pull VAPID key from V2 instance
See merge request soapbox-pub/soapbox!3159
|
2024-10-15 00:41:12 +00:00 |
Alex Gleason
|
76a7cd5f0a
|
Pull VAPID key from V2 instance
|
2024-10-14 19:25:03 -05:00 |
Alex Gleason
|
80ed516f82
|
Merge branch 'fix-nip05-warn' into 'main'
ComposeForm: wrap NIP05 text in a <Warning /> component
See merge request soapbox-pub/soapbox!3158
|
2024-10-14 20:35:29 +00:00 |
Alex Gleason
|
0207a29914
|
ComposeForm: wrap NIP05 text in a <Warning /> component
|
2024-10-14 15:19:46 -05:00 |
Alex Gleason
|
20cca0165b
|
Merge branch 'add-nip-05-nag-post' into 'main'
Add nip 05 nag post
Closes #1740
See merge request soapbox-pub/soapbox!3135
|
2024-10-14 17:13:20 +00: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
|
16b05a9886
|
Merge branch 'captcha-hotfix' into 'main'
Hotfix captcha not showing after signup
See merge request soapbox-pub/soapbox!3155
|
2024-10-14 00:32:07 +00: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 |