Julian Lam
|
e828e87ec7
|
fix: have getCidsByPrivilege include cid -1 when set is categories:cid
|
2024-04-02 16:47:44 -04:00 |
|
Julian Lam
|
893788a2fc
|
fix: updateLastOnlineTime for remote uids
|
2024-04-02 16:43:41 -04:00 |
|
Opliko
|
d1fa6a596b
|
feat: sorting an filtering in /world
|
2024-03-28 17:07:34 +01:00 |
|
Opliko
|
e266b44745
|
feat: make the /api/world data more category-like
|
2024-03-28 13:14:02 +01:00 |
|
Opliko
|
3c6966fb0f
|
feat: add more properties from /category to /world
|
2024-03-28 11:57:43 +01:00 |
|
Opliko
|
495d5435f5
|
fix: redirect to /api/world for API requests
|
2024-03-28 11:54:24 +01:00 |
|
Julian Lam
|
a38d0c14ab
|
Revert "refactor: use getSortedSetUnion in syncUserInboxes instead"
This reverts commit 6c1a0fb1dc.
|
2024-03-26 16:41:51 -04:00 |
|
Julian Lam
|
f078e1e267
|
fix: lint
|
2024-03-26 13:44:23 -04:00 |
|
Julian Lam
|
4fcd2bb2d9
|
fix: skip notes.assert checks for Announce(Note) if it's a remote object, do our own checks; #12442
|
2024-03-26 13:40:18 -04:00 |
|
Julian Lam
|
6c1a0fb1dc
|
refactor: use getSortedSetUnion in syncUserInboxes instead
|
2024-03-26 13:39:34 -04:00 |
|
Julian Lam
|
5efe8abd15
|
Revert "add 1 ||"
This reverts commit c2890a3e74.
|
2024-03-26 13:20:12 -04:00 |
|
Julian Lam
|
dff5d1c6cd
|
fix: getSortedTopics; filter out topics in cid -1 unless explicitly asked for
|
2024-03-26 13:09:53 -04:00 |
|
Julian Lam
|
8dcdf8ef3b
|
fix: #12444 add uncategorized topics counted stats to separate sorted set
|
2024-03-26 11:34:14 -04:00 |
|
Barış Soner Uşaklı
|
c2890a3e74
|
add 1 ||
|
2024-03-26 10:41:29 -04:00 |
|
Barış Soner Uşaklı
|
017a57e645
|
Merge branch 'develop' into activitypub
|
2024-03-26 10:35:15 -04:00 |
|
Barış Soner Uşaklı
|
99df4a5c7e
|
Merge branch 'master' into develop
|
2024-03-26 10:34:53 -04:00 |
|
Barış Soner Uşaklı
|
ba9bcd0166
|
remove border gray
|
2024-03-26 10:24:59 -04:00 |
|
Barış Soner Uşaklı
|
8b3811a198
|
make checkboxes more visible
|
2024-03-26 10:24:59 -04:00 |
|
Julian Lam
|
55e947a01d
|
feat: add checks to only continue with topic assertion if there is a relation to existing content, #12442
|
2024-03-26 10:22:17 -04:00 |
|
Barış Soner Uşaklı
|
9a92832a4c
|
remove border gray
|
2024-03-26 10:22:11 -04:00 |
|
Barış Soner Uşaklı
|
3b2d8551d7
|
refactor: remove log
|
2024-03-26 10:08:30 -04:00 |
|
Barış Soner Uşaklı
|
168419cf24
|
feat: add hook to modify sorting options/fields
|
2024-03-26 09:57:34 -04:00 |
|
Barış Soner Uşaklı
|
7eb2e074d9
|
make checkboxes more visible
|
2024-03-25 16:04:54 -04:00 |
|
Julian Lam
|
2688b6bbdc
|
feat: add assertion lock on activitypub.notes.assert
|
2024-03-25 14:55:25 -04:00 |
|
Julian Lam
|
ac765f1e01
|
refactor: use one internal rejection method
|
2024-03-25 13:25:17 -04:00 |
|
Julian Lam
|
1fb3c4fda6
|
fix: undefined object in notes.assert
|
2024-03-22 16:21:32 -04:00 |
|
Julian Lam
|
bab41d129a
|
fix: typo
|
2024-03-22 16:01:05 -04:00 |
|
Julian Lam
|
04c743eb4a
|
feat: have category actor send Announce(Note) on remote replies to topics in a cid
#12434
|
2024-03-22 15:28:01 -04:00 |
|
Julian Lam
|
4ee8519d0c
|
chore: move assertTopic to top of file, rename to assert
... despite the diff, that's all this commit did
|
2024-03-22 14:54:53 -04:00 |
|
Julian Lam
|
e0f6b7074b
|
fix: restore userOrGroupExists, as alias to slugTaken
|
2024-03-22 14:42:29 -04:00 |
|
Julian Lam
|
7df5cabb76
|
feat: have category actor send Announce(Note) activity on posts from that cid
re: #12434
|
2024-03-22 14:39:20 -04:00 |
|
Julian Lam
|
803975fd97
|
fix: send handle as category actor's preferredUsername, #12434
|
2024-03-22 13:06:09 -04:00 |
|
Julian Lam
|
9dc20d0c54
|
feat: ability to update category handles
#12434
|
2024-03-22 12:59:24 -04:00 |
|
Julian Lam
|
3cc99a178e
|
feat: category handles, #12434
|
2024-03-22 12:39:48 -04:00 |
|
Julian Lam
|
65bb866654
|
fix: only send activitypub+json links via webfinger if activitypub is global enabled
|
2024-03-22 12:29:41 -04:00 |
|
Julian Lam
|
003c64690f
|
fix: resolve interoperability issues with Misskey, et al.
Full credit to @jfietkau for the hint that led to this fix.
|
2024-03-21 16:23:43 -04:00 |
|
Julian Lam
|
9a5d4ffb2d
|
feat: rename 'world' category to 'uncategorized'
|
2024-03-21 14:12:31 -04:00 |
|
Julian Lam
|
8f131b71ee
|
fix: issue where cid -1 appeared in all category searches
|
2024-03-21 14:01:51 -04:00 |
|
Julian Lam
|
17f62f249d
|
feat: plumb pid into return data from posts.loadPostTools, add link to view original post, for remote content
closes #12433
|
2024-03-21 13:48:07 -04:00 |
|
Julian Lam
|
2408ecd8dc
|
fix: post urls to use prefix instead of linking out directly to origin server, exposed encodeURIComponent as a template helper for themes
|
2024-03-21 00:41:53 -04:00 |
|
Julian Lam
|
6fa43b9ef0
|
Revert "fix: urls in posts and announces"
This reverts commit 4fb6574cf7.
|
2024-03-20 23:18:12 -04:00 |
|
Julian Lam
|
5a2d17dfd1
|
fix: regression that caused S2S calls to topics to return with a 404
|
2024-03-20 23:06:45 -04:00 |
|
Opliko
|
d75894eb9b
|
feat: add TTL cache for Actors.assert
|
2024-03-21 00:25:27 +01:00 |
|
Barış Soner Uşaklı
|
1027c6e6dd
|
Merge branch 'develop' into activitypub
|
2024-03-20 12:20:57 -04:00 |
|
Barış Soner Uşaklı
|
cb1c995b06
|
Merge branch 'master' into develop
|
2024-03-20 12:20:24 -04:00 |
|
Barış Soner Uşaklı
|
dc67f54e84
|
feat: allow customizing uploads.upload socket methods
closes #12416
|
2024-03-20 10:07:14 -04:00 |
|
Tomas Nesrovnal
|
5924a6eb43
|
feat: add playsinline video attribute (#12419)
|
2024-03-18 12:25:07 -04:00 |
|
Opliko
|
953231fc90
|
feat(activitypub): show world category in selectors
Allows for posting to World, showing World in unread/recent/etc
also removes now-unnecessary special case for privileges
|
2024-03-18 01:50:11 +01:00 |
|
Barış Soner Uşaklı
|
4a4648c2af
|
Merge branch 'master' into develop
|
2024-03-16 18:58:01 -04:00 |
|
Barış Soner Uşaklı
|
4787d013cf
|
fix: #12415, fix notification escaping for queued posts
|
2024-03-16 18:56:54 -04:00 |
|