Alex Gleason
|
90a08a8c88
|
Fix waitlist
Fixes https://gitlab.com/soapbox-pub/soapbox/-/issues/1772
|
2024-10-31 00:14:21 -05:00 |
Alex Gleason
|
bee7673085
|
auth: delete the bunker private key when an access token is revoked
|
2024-10-30 12:20:52 -05:00 |
Alex Gleason
|
36427f52d7
|
NKeys -> keyring
|
2024-10-30 11:42:10 -05:00 |
Alex Gleason
|
fcee59a68f
|
Log out users with legacy auth
|
2024-10-29 18:39:00 -05:00 |
Alex Gleason
|
d3a341c0c6
|
Revoke Nostr credentials on logout
|
2024-10-29 18:13:10 -05:00 |
Alex Gleason
|
333d3e76d6
|
Finish rewriting the bunker...? (now everything else is broken)
|
2024-10-28 17:00:46 -05:00 |
Alex Gleason
|
6788be671e
|
Move useBunkerStore to src/hooks
|
2024-10-28 15:27:45 -05:00 |
Alex Gleason
|
eb0f5b8e3e
|
Finish useBunkerStore?
|
2024-10-28 15:27:07 -05:00 |
Alex Gleason
|
14793ef0a9
|
Rewrite everything (???)
|
2024-10-27 19:35:41 -05:00 |
Alex Gleason
|
1223e3b9b6
|
Add Nostr `bunker` slice to redux store
|
2024-10-27 17:02:21 -05: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
|
6194cb8d1c
|
Fix circular import between statuses/compose actions
|
2024-10-19 18:23:13 -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
|
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
|
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 |
P. Reis
|
4cda1e2866
|
feat: create pagination with Link Headers for trending statuses
|
2024-10-18 19:32:56 -03:00 |
Alex Gleason
|
59b3df9641
|
Rewrite push registerer
|
2024-10-15 15:59:53 -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
|
ba4ab3d39a
|
Make useInstance hook call V2 instance, fallback to V1 instance upgraded
|
2024-10-11 03:39:58 -05:00 |
Alex Gleason
|
070f910b27
|
Remove redux-immutable
|
2024-10-08 22:49:56 -05:00 |
Alex Gleason
|
8ee719866b
|
Remove unused / unneeded dependencies
|
2024-09-26 11:52:52 -05:00 |
P. Reis
|
bcbfed9faf
|
feat(reducers-user-lists): handle case ZAPS_EXPAND_SUCCESS
|
2024-06-23 18:39:33 -03:00 |
P. Reis
|
5a60df0a8a
|
fix(ZapListRecord): use ImmutableList in the items property
|
2024-06-18 15:04:20 -03:00 |
P. Reis
|
e4dbe2a8c6
|
fix(ZapRecord): change zap_comment to 'comment' and zap_amount to 'amount'
|
2024-06-13 14:40:02 -03:00 |
P. Reis
|
dbcef52463
|
feat(reducers): create ZapRecord in userLists()
- create ZapListRecord
- create Zap & ZapList types
- add zapped_by in NestedListPath
- handle ZAPS_FETCH_SUCCESS action
|
2024-06-12 23:19:48 -03:00 |
Alex Gleason
|
0e846784df
|
Rework admin approve/reject actions
|
2024-06-09 13:40:08 -05:00 |
Alex Gleason
|
fd13ff70e3
|
Nostr OAuth actions
|
2024-05-29 15:46:25 -05:00 |
Mary Kate Fain
|
a2a73dedbc
|
reset to statuses
|
2024-05-22 11:52:24 -05:00 |
Mary Kate Fain
|
6ca49e8322
|
reorder tabs
|
2024-05-22 11:50:02 -05:00 |
marcin mikołajczak
|
fa34fa3652
|
Merge branch 'announcements' into 'main'
Use react-query and zod for announcements
See merge request soapbox-pub/soapbox!2990
|
2024-04-15 20:39:35 +00:00 |
marcin mikołajczak
|
7a8b473406
|
Fix instance persistence in indexeddb
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2024-04-10 00:03:18 +02:00 |
marcin mikołajczak
|
10db5c264d
|
Merge remote-tracking branch 'origin/main' into announcements
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2024-04-09 23:41:53 +02:00 |
marcin mikołajczak
|
161db37ba0
|
Use react-query and zod for announcements
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2024-04-09 23:38:09 +02:00 |
marcin mikołajczak
|
b36b636493
|
Merge remote-tracking branch 'origin/main' into dashboard
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2024-04-07 10:02:10 +02:00 |
marcin mikołajczak
|
771c9643dc
|
Switch admin log to react-query
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2024-04-07 09:52:54 +02:00 |
marcin mikołajczak
|
f69d1d95e4
|
Support Mastodon rule hints
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2024-04-06 09:36:18 +02:00 |
marcin mikołajczak
|
3a27967846
|
Add ability to reorder uploaded media before posting in web UI
Based on Gargron's changes in Mastodon: https://github.com/mastodon/mastodon/pull/28456
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2024-04-05 14:00:15 +02:00 |
Alex Gleason
|
c3ebb5c428
|
accounts_meta: switch to immer, use the results for useOwnAccount
|
2024-03-24 17:50:54 -05:00 |
marcin mikołajczak
|
eceafedec4
|
Bookmark folders
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2024-03-22 14:53:25 +01:00 |
marcin mikołajczak
|
67235dcc54
|
Change design of Backups page a bit
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
|
2024-03-07 19:49:39 +01:00 |
Alex Gleason
|
d576b8ed47
|
Switch to isomorphic-dompurify
|
2024-02-08 15:01:20 -06:00 |
Alex Gleason
|
c0325498c8
|
Merge remote-tracking branch 'origin/main' into dompurify
|
2024-02-08 14:57:35 -06:00 |
Alex Gleason
|
d4490f4e80
|
Fix optimistic zapping
|
2024-01-22 16:12:30 -06:00 |
Alex Gleason
|
4aa6fdb4dd
|
Add DOMPurify
|
2024-01-17 12:21:19 -06:00 |