Commit Graph

29334 Commits

Author SHA1 Message Date
Julian Lam
d734ce4911 fix: ignore subsequent shares of the same topic by that user 2024-12-16 22:34:26 -05:00
renovate[bot]
a054cbd769 fix(deps): update dependency terser-webpack-plugin to v5.3.11 (#12973)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-16 19:55:50 -05:00
renovate[bot]
c4399dd09b chore(deps): update dependency sass-embedded to v1.83.0 (#12974)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-16 19:55:40 -05:00
renovate[bot]
7f0200377b fix(deps): update dependency sass to v1.83.0 (#12975)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-16 19:55:32 -05:00
Julian Lam
cc65214de9 feat: append uploaded images into thumbnail set 2024-12-16 16:39:18 -05:00
Julian Lam
e83036a959 feat: #12976, shares collection 2024-12-16 13:50:24 -05:00
Barış Soner Uşaklı
f0aa960c00 fix: closes #12980, properly reset all plugins with ./nodebb reset -a 2024-12-16 11:36:06 -05:00
Barış Soner Uşaklı
abcb200fda refactor: closes #12979, show plugin id/version on semver error 2024-12-16 10:52:57 -05:00
Misty Release Bot
fb42c4c53e Latest translations and fallbacks 2024-12-14 09:18:02 +00:00
Julian Lam
a7e6cfe837 fix: #12972, allow bridgyfed accounts to pass isWebfinger regex validation 2024-12-13 13:47:16 -05:00
Julian Lam
ee8ec61ef2 fix: bump harmony 2024-12-13 13:36:02 -05:00
Julian Lam
e4e1063622 refactor: split (and remove) activitypub.json file and move strings to more appropriate locations 2024-12-13 13:34:35 -05:00
Barış Soner Uşaklı
0f5e1457f0 chore: up peace, refactor widgets 2024-12-13 10:55:47 -05:00
Barış Soner Uşaklı
a79426f9e5 chore: up themes 2024-12-13 08:20:05 -05:00
Julian Lam
aa1f65e9bb chore: rc4 v4.0.0-rc.4 2024-12-12 15:32:11 -05:00
Julian Lam
755b985596 fix: fix double thumb due to post attachments 2024-12-12 15:03:16 -05:00
Julian Lam
b15a684a92 fix: lemmy integration, handle image property as topic thumb 2024-12-12 11:37:22 -05:00
Julian Lam
3439fdb600 refactor: topic thumb logic so that isDraft is based on topic existence, and not whether it is a UUID, as remote topics are also UUIDs. 2024-12-12 11:37:19 -05:00
Barış Soner Uşaklı
8883eaf7bd fix: chat header line-height 2024-12-12 10:43:29 -05:00
Barış Soner Uşaklı
5045a1ae4b chore: up harmony 2024-12-12 10:35:07 -05:00
Barış Soner Uşaklı
03b9df082b chore: up harmony 2024-12-12 10:16:29 -05:00
Barış Soner Uşaklı
7c897672db Merge branch 'master' into develop 2024-12-12 09:53:21 -05:00
renovate[bot]
645bddb8f1 fix(deps): update dependency nodebb-theme-peace to v2.2.30 (#12970)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-12 09:26:26 -05:00
renovate[bot]
b8a0a50214 fix(deps): update dependency cron to v3.3.1 (#12969)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-12 09:26:16 -05:00
renovate[bot]
3a8ae12c03 fix(deps): update dependency jsesc to v3.1.0 (#12968)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-12 09:13:32 -05:00
renovate[bot]
0913c307fb fix(deps): update dependency cron to v3.3.0 (#12965)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-11 19:32:32 -05:00
renovate[bot]
3d33c5cb39 fix(deps): update dependency mongodb to v6.12.0 (#12966)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-11 19:31:32 -05:00
Barış Soner Uşaklı
edca4ca8ca Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop 2024-12-11 19:18:42 -05:00
Barış Soner Uşaklı
68f87ccf6e test: fix spec 2024-12-11 19:18:38 -05:00
Misty Release Bot
6b5b9a4e57 chore(i18n): fallback strings for new resources: nodebb.admin-extend-plugins 2024-12-12 00:16:33 +00:00
Barış Soner Uşaklı
a23392e2cb Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop 2024-12-11 19:16:06 -05:00
Barış Soner Uşaklı
27867d7735 refactor: move to saas plugin 2024-12-11 19:16:02 -05:00
renovate[bot]
6b77441b93 fix(deps): update dependency nodebb-theme-peace to v2.2.29 (#12967)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-11 19:09:56 -05:00
Barış Soner Uşaklı
456373c532 test: add missing field 2024-12-11 19:08:08 -05:00
Julian Lam
b551abce59 fix: wrap try..catch around topics.reply in note assertion to output errors 2024-12-11 14:40:21 -05:00
Julian Lam
8ec388afca chore: bump harmony for #12938 2024-12-11 13:42:38 -05:00
Julian Lam
2851e56bdc feat: pending follows and logic for remote users, #12938 2024-12-11 13:27:34 -05:00
Julian Lam
fcf0f79987 feat: #12935, show 'shared this to x' in topic event when moving topics out of cid -1 2024-12-11 13:07:46 -05:00
Julian Lam
050acb4f85 fix: have options.update also trigger handle and search updates on actor assertion 2024-12-11 12:53:09 -05:00
Julian Lam
546ffed24f fix: separate out removals vs. additions in actor assertion in order to hopefully resolve #12959 2024-12-11 12:48:50 -05:00
Julian Lam
754ef9b2be chore: rc3 v4.0.0-rc.3 2024-12-11 12:31:27 -05:00
Julian Lam
3073abd9fa refactor: post object schema to its own reference object, added sourceContent as optional value in post data 2024-12-11 11:38:34 -05:00
Misty Release Bot
26a1a2f11d chore(i18n): fallback strings for new resources: nodebb.admin-extend-plugins 2024-12-11 16:22:33 +00:00
Barış Soner Uşaklı
68198e8ad6 feat: add support for saas_plan 2024-12-11 11:21:58 -05:00
Julian Lam
cc6963f275 chore: remove lines re: incrementing version number, in changelog 2024-12-11 11:14:36 -05:00
Julian Lam
c86b6f2498 fix: openapi schema for ap routes 2024-12-11 11:11:58 -05:00
Julian Lam
3340720e3d fix: get version directly from package.json 2024-12-11 10:24:37 -05:00
Julian Lam
2ab72ada3f Merge remote-tracking branch 'origin/develop' into activitypub 2024-12-11 10:12:33 -05:00
renovate[bot]
607d1895ce chore(deps): update dependency lint-staged to v15.2.11 (#12964)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-10 18:41:58 -05:00
Barış Soner Uşaklı
e0c345b2b8 chore: up themes 2024-12-10 13:39:31 -05:00