Commit Graph

27555 Commits

Author SHA1 Message Date
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
Barış Soner Uşaklı
0e2daa58aa Merge branch 'develop' into activitypub 2024-03-26 12:59:02 -04:00
Barış Soner Uşaklı
94d49682ad Merge branch 'master' into develop 2024-03-26 12:58:42 -04:00
Barış Soner Uşaklı
0171e73a78 chore: up harmony 2024-03-26 12:58:34 -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ı
550e522fe9 chore: up harmony 2024-03-26 10:37:17 -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ı
c6915398f9 chore: up harmony 2024-03-26 10:25:12 -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
Barış Soner Uşaklı
80a1a0e042 chore: up harmony 2024-03-26 10:24:20 -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
renovate[bot]
263ca1ca38 fix(deps): update dependency express to v4.19.2 (#12441)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-25 13:00:37 -04:00
renovate[bot]
08be8f3c37 fix(deps): update dependency winston to v3.13.0 (#12440)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-25 10:05:55 -04:00
renovate[bot]
ca82d020bc fix(deps): update dependency webpack to v5.91.0 (#12426)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-24 13:16:59 -04:00
renovate[bot]
23f4634587 fix(deps): update dependency ace-builds to v1.32.8 (#12439)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-24 13:16:36 -04:00
renovate[bot]
2550f26f9e fix(deps): update dependency sanitize-html to v2.13.0 (#12427)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-24 13:16:29 -04:00
renovate[bot]
ace6f12f51 fix(deps): update dependency postcss to v8.4.38 (#12429)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-24 13:16:15 -04:00
renovate[bot]
a27b999fe6 fix(deps): update dependency express to v4.19.1 (#12425)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-24 13:16:06 -04:00
renovate[bot]
fa57b81f8a fix(deps): update dependency autoprefixer to v10.4.19 (#12428)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-24 13:15:45 -04:00
Barış Soner Uşaklı
2ffdbebd21 Merge branch 'develop' into activitypub 2024-03-22 19:45:59 -04:00
Barış Soner Uşaklı
1a000eae57 chore: up harmony 2024-03-22 19:45:29 -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
4da1e9c464 fix: use CategoryObject in admins-mods schema def 2024-03-22 12:38:33 -04:00
Julian Lam
aafdefa7d6 fix: use CategoryObject in admins-mods schema def 2024-03-22 12:37:52 -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
9c03e6e93c fix: bump harmony 2024-03-22 11:08:40 -04:00
renovate[bot]
15c7691ca3 fix(deps): update dependency nodebb-theme-lavender to v7.1.8 2024-03-22 10:34:30 -04:00
Misty Release Bot
1a8e985789 Latest translations and fallbacks 2024-03-22 09:18:44 +00: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
da2a1e207a fix: bump harmony 2024-03-21 14:55:25 -04:00