Commit Graph

27785 Commits

Author SHA1 Message Date
Julian Lam
596a5e4ba2 fix: update signature parsing logic to handle values with equal signs in them, closes #12538 2024-04-28 23:25:46 -04:00
Julian Lam
4d777552d8 Merge branch 'develop' into activitypub 2024-04-26 14:12:48 -04:00
Julian Lam
2a58d0996d fix: use reference object for post summary v3 api call 2024-04-26 14:11:36 -04:00
Julian Lam
7645365007 tests: fix some but not all tests 2024-04-26 14:10:42 -04:00
Julian Lam
40b9dabda3 fix: unintentional object pollution by buildForSelectCategories 2024-04-26 13:43:38 -04:00
Barış Soner Uşaklı
1ce986f7b5 chore: up widgets 2024-04-26 12:17:51 -04:00
Barış Soner Uşaklı
c041108b47 dont show tags from cid=-1. clicking it doesnt show topics 2024-04-26 12:15:14 -04:00
Julian Lam
88a5dfb7b7 fix: unintentional object pollution by buildForSelectCategories 2024-04-26 12:14:11 -04:00
Barış Soner Uşaklı
fd35dd17b1 make /top faster too 2024-04-26 12:12:48 -04:00
Julian Lam
94eafe1df3 refactor: split activitypub tests to subfolder files 2024-04-26 11:30:08 -04:00
Julian Lam
5e776088c9 chore: lint 2024-04-26 10:45:53 -04:00
Julian Lam
e9df15bbb8 Merge branch 'develop' into activitypub 2024-04-26 10:41:18 -04:00
Julian Lam
dc35bf8bb5 fix: getCategoryById to return shallow clone of object 2024-04-26 10:41:09 -04:00
Misty Release Bot
c9a92555f0 Latest translations and fallbacks 2024-04-26 09:19:02 +00:00
Barış Soner Uşaklı
983a35e638 fix: #12533, go to post after changing owner 2024-04-25 19:41:40 -04:00
Julian Lam
af324dae55 feat: remove /world/all route, add intro header to /world 2024-04-25 15:47:00 -04:00
Julian Lam
7180819c21 Revert "fix: make sort work with world filters"
This reverts commit cd8a91fe89.
2024-04-25 15:47:00 -04:00
Opliko
ed84eed8a9 fix: better logic for choosing webfinger lookups 2024-04-25 20:05:53 +02:00
Opliko
dd71340af9 fix: don't look up webfinger when it's not necessary 2024-04-25 19:58:55 +02:00
Barış Soner Uşaklı
ee6779445b Merge branch 'activitypub' of https://github.com/NodeBB/NodeBB into activitypub 2024-04-25 11:25:54 -04:00
Barış Soner Uşaklı
a853dabdc4 remove cid=-1 2024-04-25 11:25:50 -04:00
Julian Lam
6964b1fd56 fix: update hasRelation condition to be true if cid is passed in in options 2024-04-25 11:20:34 -04:00
Barış Soner Uşaklı
9829a5300e Merge branch 'activitypub' of https://github.com/NodeBB/NodeBB into activitypub 2024-04-25 11:16:48 -04:00
Barış Soner Uşaklı
91c3434fda Merge branch 'develop' into activitypub 2024-04-25 11:16:42 -04:00
Opliko
1ecbf02a58 fix: handle requests to URI IDs correctly 2024-04-25 17:16:30 +02:00
Barış Soner Uşaklı
466ad0d95c Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop 2024-04-25 11:15:30 -04:00
Barış Soner Uşaklı
f764a3ea5c use cid:<cid>:pids instead of posts:pid 2024-04-25 11:15:23 -04:00
renovate[bot]
dad57e04de chore(deps): update commitlint monorepo to v19.3.0 (#12526)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-25 10:09:15 -04:00
renovate[bot]
bc51968eaf fix(deps): update dependency nodebb-plugin-composer-default to v10.2.34 (#12530)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-25 10:08:57 -04:00
Opliko
844d1402ba refactor: use URLSearchParams instead of multiple encodeURIComponent 2024-04-25 13:16:05 +02:00
Opliko
700016649d fix: handle URI actor IDs 2024-04-25 12:59:05 +02:00
Opliko
8fd4ae2d8f test: use encoded parameters in webfinger tests 2024-04-25 12:00:31 +02:00
Opliko
3d1e2cde6a fix: percent-encode outgoing webfinger requests
resolves #12531 - note that incoming percent-encoded webfinger works just fine :)
2024-04-25 11:59:20 +02:00
Misty Release Bot
19bd3eea5a Latest translations and fallbacks 2024-04-25 09:19:30 +00:00
Barış Soner Uşaklı
af205cc48a feat: closes #12477, allow editing moderation notes 2024-04-24 11:10:04 -04:00
Misty Release Bot
d2175c6de3 Latest translations and fallbacks 2024-04-24 09:19:15 +00:00
Barış Soner Uşaklı
57422420a2 test: fix redis tests 2024-04-23 13:42:14 -04:00
Barış Soner Uşaklı
fed5165ffb test: fix moderation note test 2024-04-23 13:31:35 -04:00
Barış Soner Uşaklı
c73f759cf1 test: add back timestamp 2024-04-23 13:23:20 -04:00
Barış Soner Uşaklı
ce9e1cf19b cap number of posts checked
activity pub returns 40k 🏮
2024-04-23 13:17:50 -04:00
Barış Soner Uşaklı
3ca42ed3ee Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop 2024-04-23 13:17:32 -04:00
Barış Soner Uşaklı
7d24b04b3b feat: parse moderation notes as markdown
https://github.com/NodeBB/NodeBB/issues/12477
2024-04-23 13:00:47 -04:00
Misty Release Bot
19f8a77ce2 chore(i18n): fallback strings for new resources: nodebb.flags, nodebb.user 2024-04-23 16:40:29 +00:00
Barış Soner Uşaklı
b429045ff6 feat: closes #12490, show profile flags on account info page 2024-04-23 12:39:51 -04:00
renovate[bot]
18a843bc1e fix(deps): update dependency ace-builds to v1.33.1 (#12527)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-23 11:26:30 -04:00
Misty Release Bot
7ad477af9c chore(i18n): fallback strings for new resources: nodebb.user 2024-04-23 15:16:29 +00:00
Barış Soner Uşaklı
985663faae feat: closes #12491, add unban & unmute history
to account/info page
2024-04-23 11:16:04 -04:00
renovate[bot]
bde9136b92 fix(deps): update fontsource monorepo (#12523)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-22 11:08:55 -04:00
renovate[bot]
d6d0ebd592 fix(deps): update dependency ipaddr.js to v2.2.0 (#12522)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-22 11:08:46 -04:00
renovate[bot]
5e7ec5b6b8 fix(deps): update dependency cropperjs to v1.6.2 (#12524)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-22 11:08:35 -04:00