Commit Graph

29665 Commits

Author SHA1 Message Date
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
Barış Soner Uşaklı
7a785a811e add itemprop="comment" 2024-01-18 17:58:41 -05:00
Misty Release Bot
1230d22d4a chore(i18n): fallback strings for new resources: nodebb.admin-settings-reputation, nodebb.error 2024-01-18 22:08:31 +00:00
Barış Soner Uşaklı
2b1fdc56a1 feat: limit post/user flags per day closes #12274 2024-01-18 17:07:52 -05:00
Julian Lam
981b4f146d feat: native parsing of title for topics 2024-01-18 16:20:37 -05:00
Julian Lam
33f3da8a64 fix: handle case where pubKey cannot be found 2024-01-18 15:21:46 -05:00
renovate[bot]
9e11b92780 fix(deps): update dependency autoprefixer to v10.4.17 (#12285)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-18 13:41:23 -05:00
renovate[bot]
7a24961d38 fix(deps): update dependency workerpool to v9.1.0 (#12288)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-18 13:41:14 -05:00
renovate[bot]
0063dd457e chore(deps): update dependency sass-embedded to v1.70.0 (#12286)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-18 13:41:04 -05:00
renovate[bot]
a1cdec08ce fix(deps): update dependency sass to v1.70.0 (#12287)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-18 13:40:39 -05:00
Julian Lam
518169fe65 fix: user data in /world 2024-01-18 12:19:37 -05:00
Julian Lam
538776f9c7 refactor: move activitypub-related middlewares to their own file 2024-01-18 11:50:14 -05:00
Julian Lam
d500ebb181 fix: bookmark in topic data is nullable now
This prevents the superfluous "/1" being appended to all topics you've never been into.

This looks to be a change in the public API but the documented API lists this property as nullable already, so it looks like this commit is actually *restoring* proper behaviour.
2024-01-17 23:14:31 -05:00
Julian Lam
04423232c6 feat: beginnings of the /world route 2024-01-17 23:14:12 -05:00
Julian Lam
970a5a6e5f fix: bookmark in topic data is nullable now
This prevents the superfluous "/1" being appended to all topics you've never been into.

This looks to be a change in the public API but the documented API lists this property as nullable already, so it looks like this commit is actually *restoring* proper behaviour.
2024-01-17 23:13:19 -05:00
Barış Soner Uşaklı
e8befbcc6f test: add plugin id tests 2024-01-17 15:18:26 -05:00
Julian Lam
60bc27ec69 fix: saving teaserPid, timestamp, lastposttime in topic, fixed post index issue in loading topics 2024-01-17 12:15:58 -05:00
Julian Lam
e038eb0509 fix: preserve cid if set 2024-01-17 11:54:20 -05:00
Julian Lam
9c15b02aa6 chore: update log verbiage 2024-01-17 11:47:57 -05:00
Misty Release Bot
40de567bd8 Latest translations and fallbacks 2024-01-17 09:18:26 +00:00
Julian Lam
ac672f08a7 feat: handle Update(note) 2024-01-16 13:55:58 -05:00
Julian Lam
641a94d64a chore: additional logging 2024-01-16 12:04:26 -05:00
Julian Lam
f74775365a feat: handle Create(note) 2024-01-16 12:00:50 -05:00
Julian Lam
7565485204 fix: incorrect author uid saved in topic 2024-01-16 12:00:40 -05:00
Julian Lam
8cd3ff1ab4 fix: infinite scroll for posts 2024-01-16 11:42:59 -05:00
Julian Lam
5ac0276530 fix: reply expansion 2024-01-16 11:20:54 -05:00
Julian Lam
28c3dcb626 Merge remote-tracking branch 'origin/develop' into activitypub 2024-01-16 10:45:26 -05:00
Julian Lam
2981f663ce fix: issues related to adding new reply chains to an existing topic, resolveId method in notes module 2024-01-16 10:44:47 -05:00
renovate[bot]
cc93caff3c fix(deps): update dependency sortablejs to v1.15.2 (#12283)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-16 10:21:10 -05:00
renovate[bot]
91ce17c721 fix(deps): update dependency nodebb-theme-persona to v13.3.2 (#12284)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-16 10:21:02 -05:00
Barış Soner Uşaklı
76f3efff8f fix: validate plugin id in toggleActive 2024-01-16 10:13:50 -05:00
Misty Release Bot
5117de2a38 Latest translations and fallbacks 2024-01-16 09:19:46 +00:00
Misty Release Bot
45e3dda061 Latest translations and fallbacks 2024-01-14 09:18:09 +00:00
Julian Lam
7e89eadb36 feat: flesh out more topic info, fix navigator 2024-01-13 22:27:02 -05:00
Julian Lam
81d810983a fix: simplify increasePostCount logic by combining methods 2024-01-13 22:26:39 -05:00
Julian Lam
4bd7a574c3 feat: some additional work to properly save and retrieve remote topic data 2024-01-12 16:39:29 -05:00
Barış Soner Uşaklı
840f15d828 Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop 2024-01-12 16:03:55 -05:00
Barış Soner Uşaklı
31e7800713 format number 2024-01-12 16:02:59 -05:00
Misty Release Bot
f3974c0bd9 chore(i18n): fallback strings for new resources: nodebb.admin-dashboard 2024-01-12 20:59:40 +00:00
Barış Soner Uşaklı
82f6721d64 refactor: search stats 2024-01-12 15:59:16 -05:00
Julian Lam
273188632d Merge remote-tracking branch 'origin/develop' into activitypub 2024-01-12 15:23:41 -05:00