Commit Graph

27498 Commits

Author SHA1 Message Date
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
renovate[bot]
a8b631dd93 fix(deps): update dependency nodebb-plugin-mentions to v4.4.2 (#12410)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-20 12:20:08 -04:00
renovate[bot]
9c91f093e7 fix(deps): update dependency postcss to v8.4.37 (#12417)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-20 12:19:58 -04:00
renovate[bot]
dc19c8407d chore(deps): update dependency @commitlint/cli to v19.2.1 (#12420)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-20 12:19:49 -04:00
renovate[bot]
c7a506a8e1 fix(deps): update dependency nodemailer to v6.9.13 (#12424)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-20 12:19:16 -04:00
Barış Soner Uşaklı
dc67f54e84 feat: allow customizing uploads.upload socket methods
closes #12416
2024-03-20 10:07:14 -04:00
Misty Release Bot
bf4f666ddb Latest translations and fallbacks 2024-03-19 09:18:34 +00:00
Tomas Nesrovnal
5924a6eb43 feat: add playsinline video attribute (#12419) 2024-03-18 12:25:07 -04:00
Misty Release Bot
205a7119a6 Latest translations and fallbacks 2024-03-18 09:19:21 +00: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
Misty Release Bot
91bedd7ee0 Latest translations and fallbacks 2024-03-17 09:18:26 +00: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
Julian Lam
5f60f75f7d fix: restore accidentally removed calls to updateLocalRecipients and saveAttachments 2024-03-15 16:38:00 -04:00
renovate[bot]
41212e8f7b chore(deps): update dependency @commitlint/cli to v19.2.0 (#12412)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-15 15:12:54 -04:00
renovate[bot]
4e119783d0 fix(deps): update dependency nodebb-plugin-ntfy to v1.7.4 (#12414)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-15 15:12:48 -04:00
Julian Lam
c76d4018f2 fix: properly handle empty fields param 2024-03-15 12:07:33 -04:00
Julian Lam
7af0715146 fix: circular object ref.
getCategoriesFields was returning full pseudo-category object even if fields were specific, now it only returns fields requested.
navigating to /category/-1 now redirects to /world
2024-03-15 12:00:23 -04:00
Barış Soner Uşaklı
a84dba271c chore: up harmony 2024-03-14 19:35:29 -04:00
renovate[bot]
93fb1e0fc1 fix(deps): update dependency esbuild to v0.20.2 (#12411)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-14 19:00:08 -04:00
renovate[bot]
6a7303122f fix(deps): update socket.io packages to v4.7.5 (#12409)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-14 15:43:08 -04:00
Julian Lam
ccd9c7ed85 fix: tweak maxTags handling 2024-03-14 14:48:35 -04:00
Julian Lam
ff6cc90ca5 fix: bump mentions 2024-03-14 14:43:17 -04:00
renovate[bot]
0521941201 fix(deps): update dependency @socket.io/redis-adapter to v8.3.0 (#12405)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-14 14:37:23 -04:00
renovate[bot]
6d62e5921d chore(deps): update dependency sass-embedded to v1.72.0 (#12406)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-14 14:37:05 -04:00
renovate[bot]
896847864b fix(deps): update dependency sass to v1.72.0 (#12407)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-14 14:36:58 -04:00
Julian Lam
1a92239c15 fix: send topic notif on reply 2024-03-14 13:50:43 -04:00
Julian Lam
44a183dd84 fix: typo 2024-03-14 13:41:04 -04:00
Julian Lam
0a2482cf51 fix: double-OP issue when remote reply comes in to local mainPid 2024-03-14 13:28:57 -04:00
Julian Lam
7aa56c727b fix: filter out system tags and prune extra tags beyond number allowed, when creating topic from remote data 2024-03-14 13:28:57 -04:00
Barış Soner Uşaklı
e389aec288 Merge branch 'develop' into activitypub 2024-03-14 12:12:31 -04:00
Barış Soner Uşaklı
69cf004c2f Merge branch 'master' into develop 2024-03-14 12:11:59 -04:00
Misty Release Bot
076403897d chore: update changelog for v3.7.1 2024-03-14 16:11:24 +00:00
Misty Release Bot
ddbbb55453 chore: incrementing version number - v3.7.1 v3.7.1 2024-03-14 16:11:23 +00:00
Barış Soner Uşaklı
285293c47b fix: #12408, fix mem leak due to mongodb 6.4.0 2024-03-14 11:57:24 -04:00
Misty Release Bot
6f973e5e09 Latest translations and fallbacks 2024-03-14 09:18:44 +00:00
Julian Lam
ebd750b4c7 fix: resolve toPid to local pid if able 2024-03-14 00:17:45 -04:00
Julian Lam
c346177bb9 fix: tweak user.search to better handle local usernames with colons in them 2024-03-13 15:41:41 -04:00
Julian Lam
83392f3ca2 feat: log all post edits to the event log, return eid when logging events, plumb eid into Update(Note) to federate out as a unique id 2024-03-13 15:27:59 -04:00
Julian Lam
0bfdbb6a5c feat: if Update(Note) is received for a post that does not already exist, assert it 2024-03-13 15:05:42 -04:00
Barış Soner Uşaklı
1b24b337ea chore: up harmony 2024-03-13 14:15:38 -04:00
Julian Lam
c5c0c47393 chore: lint 2024-03-13 11:45:28 -04:00
Julian Lam
81b319f494 fix: accidental saving of ephemeral _activitypub object into db, should plumb into hooks only 2024-03-13 11:19:50 -04:00
Julian Lam
c6624b6341 chore: remove now-unused notes.assert 2024-03-13 11:07:38 -04:00
Julian Lam
519e025e27 feat: return count of new notes in assertTopic 2024-03-13 11:03:08 -04:00
Julian Lam
338c568c99 fix: handle actor assertion failure if mocked profile does not have a fullname 2024-03-13 10:56:00 -04:00
Barış Soner Uşaklı
d1ce594cc9 feat: allow setting max-old-space-size in config 2024-03-13 10:18:33 -04:00