Commit Graph

29855 Commits

Author SHA1 Message Date
Julian Lam
f51bbe91e7 fix: clear post cache on Update(Note) 2024-01-24 14:35:21 -05:00
Julian Lam
1ee03f2b83 fix: webfinger loopback 2024-01-24 14:14:24 -05:00
Julian Lam
e00a03bb9c fix: revert home page routing change and moved instance actor endpoint to 2024-01-24 14:09:40 -05:00
Julian Lam
911177ceda chore: removed unused requires 2024-01-24 14:01:40 -05:00
Barış Soner Uşaklı
3fd1e5322f Merge branch 'master' into develop 2024-01-24 12:32:24 -05:00
Misty Release Bot
6e6c3974e4 chore: update changelog for v3.6.4 2024-01-24 17:22:26 +00:00
Misty Release Bot
0f6847a556 chore: incrementing version number - v3.6.4 v3.6.4 2024-01-24 17:22:26 +00:00
Barış Soner Uşaklı
1e1884ce6b Merge branch 'master' into develop 2024-01-24 12:11:33 -05:00
Barış Soner Uşaklı
cf40d68176 fix: if there is no bookmarkThreshold dont init unread indicator 2024-01-24 12:11:17 -05:00
Barış Soner Uşaklı
6d45625dca Merge branch 'master' into develop 2024-01-24 12:00:34 -05:00
Barış Soner Uşaklı
cb21f28b56 feat: add success hook to quick reply 2024-01-24 12:00:27 -05:00
Julian Lam
0e016c6ecd feat: Create(Note) on new topic or reply
This is a naive WIP implementation that federates everything out publicly. It does not take category privileges into account!
2024-01-24 11:44:10 -05:00
Barış Soner Uşaklı
477a93918a Merge branch 'master' into develop 2024-01-24 11:28:20 -05:00
Barış Soner Uşaklı
20d88e6861 use template name instead of url
sometimes topic.tpl can be rendered on a different url
2024-01-24 11:27:07 -05:00
renovate[bot]
44a798bcf1 fix(deps): update dependency webpack to v5.90.0 (#12303)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-24 10:04:59 -05:00
renovate[bot]
72bb81f0ca fix(deps): update dependency esbuild to v0.19.12 (#12302)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-23 21:01:13 -05:00
Julian Lam
c9feb92539 refactor: simplify remote (un)follow controller 2024-01-23 12:11:35 -05:00
Julian Lam
3bdaa8a836 fix: restore avatars in topic list 2024-01-23 11:49:57 -05:00
renovate[bot]
45f02ff086 chore(deps): update dependency jsdom to v24 (#12294)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-23 11:27:14 -05:00
renovate[bot]
5a776f9f28 chore(deps): update commitlint monorepo to v18.5.0 (#12296)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-23 11:26:30 -05:00
renovate[bot]
575f072af8 fix(deps): update dependency connect-redis to v7.1.1 (#12298)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-23 11:26:22 -05:00
renovate[bot]
e1adf5b33b fix(deps): update dependency nodebb-theme-harmony to v1.2.6 (#12300)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-23 11:26:12 -05:00
Julian Lam
da0211b1a0 feat: proper webfinger response for instance actor 2024-01-23 11:22:18 -05:00
Julian Lam
f8cfe64c7e fix: send preferredUsername in application actor response 2024-01-23 10:31:52 -05:00
Julian Lam
4cc7ee6501 fix: note assertion on Create(Note) and Update(Note) to use instance key instead of uid 1's user key 2024-01-23 10:31:13 -05:00
Barış Soner Uşaklı
ba6b0204e3 Merge branch 'master' into develop 2024-01-23 10:25:03 -05:00
Barış Soner Uşaklı
d5f445f15e fix: remove leftover code from 2.x, closes #12301 2024-01-23 10:24:44 -05:00
Julian Lam
92c990f2f7 chore: remove debug log 2024-01-23 10:16:44 -05:00
Misty Release Bot
08c8b52181 Latest translations and fallbacks 2024-01-23 09:18:30 +00:00
Barış Soner Uşaklı
c533916d54 remove unused class 2024-01-22 19:53:11 -05:00
Opliko
2ce14f5019 refactor: guard dispatcher definition so non-Node runtimes won't have issues 2024-01-22 18:05:27 -05:00
Opliko
2cb370882b fix: add workaround for nodejs/undici#1305 required to remove sec-fetch-mode header 2024-01-22 18:05:27 -05:00
Julian Lam
9885f94a2b feat: application actor + public key for uid 0 signs, moved homepage route to after core routes are generated 2024-01-22 16:18:49 -05:00
Julian Lam
403bf3e1a8 chore: remove debug log 2024-01-22 14:46:38 -05:00
Julian Lam
9e58b04c4e fix: response, not res 2024-01-22 14:06:39 -05:00
Julian Lam
47b3ffb9b1 lint: fix eslint errors 2024-01-22 13:51:06 -05:00
Julian Lam
76c6e30282 Merge remote-tracking branch 'origin/develop' into activitypub 2024-01-22 13:50:08 -05:00
Barış Soner Uşaklı
1820e78204 Merge branch 'master' into develop 2024-01-22 12:56:35 -05:00
Barış Soner Uşaklı
06269cdfe4 fix: copy single line code blocks, closes #12297 2024-01-22 12:55:44 -05:00
Misty Release Bot
d31376b48a Latest translations and fallbacks 2024-01-22 09:18:21 +00:00
renovate[bot]
876fa4a713 fix(deps): update dependency nodebb-widget-essentials to v7.0.15 (#12295)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-21 20:30:33 -05:00
Misty Release Bot
1de44519a9 Latest translations and fallbacks 2024-01-20 09:18:31 +00:00
renovate[bot]
f8893cd85f fix(deps): update dependency nodebb-theme-persona to v13.3.3 (#12290)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-19 15:19:11 -05:00
renovate[bot]
e33e9deacc fix(deps): update dependency nodebb-theme-harmony to v1.2.4 (#12292)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-19 15:19:05 -05:00
Julian Lam
a3e1a666b8 fix: automatically reject unsigned POSTs to inbox 2024-01-19 11:43:21 -05:00
Julian Lam
2ff70fdde2 refactor: generate a topic id when asserting a new topic 2024-01-19 11:31:04 -05:00
Misty Release Bot
9d5702f8d7 chore(i18n): fallback strings for new resources: nodebb.error 2024-01-18 23:06:12 +00:00
Barış Soner Uşaklı
963161fcac Merge branch 'master' into develop 2024-01-18 18:05:47 -05:00
Barış Soner Uşaklı
4427ca4cab add itemprop="comment" 2024-01-18 18:05:38 -05:00
Barış Soner Uşaklı
f57ef97ca9 Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop 2024-01-18 17:58:43 -05:00