Commit Graph

28446 Commits

Author SHA1 Message Date
Julian Lam
daa665ebc0 feat: moving a topic out of cid -1 federates an Announce activity, #12734 2024-08-22 14:45:17 -04:00
Julian Lam
76551c7123 fix: #12751, topics:recent zset not updated when tid moved in/out of cid -1 2024-08-22 11:17:27 -04:00
Barış Soner Uşaklı
df6062d8be Merge branch 'develop' into activitypub 2024-08-21 12:57:10 -04:00
Barış Soner Uşaklı
f5fcac95e7 Merge branch 'master' into develop 2024-08-21 12:55:56 -04:00
Barış Soner Uşaklı
4aad601967 perf: don't load unread page again if everything already loaded
this only applies when you have only 1-2 unread topics, side effect from https://github.com/NodeBB/NodeBB/pull/9525
2024-08-21 12:55:37 -04:00
renovate[bot]
23eb35382b fix(deps): update dependency nodebb-widget-essentials to v7.0.21 (#12749)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-21 11:25:14 -04:00
Barış Soner Uşaklı
bf6be3efc5 chore: up widgets 2024-08-20 20:31:17 -04:00
Barış Soner Uşaklı
32d4ac843a chore: up widgets 2024-08-20 20:29:24 -04:00
renovate[bot]
dc24e5bafb fix(deps): update dependency chart.js to v4.4.4 (#12748)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-20 19:22:42 -04:00
renovate[bot]
e578dfcade fix(deps): update dependency async to v3.2.6 (#12747)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-20 19:22:29 -04:00
renovate[bot]
3d0e55d534 fix(deps): update dependency ace-builds to v1.35.5 (#12746)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-20 19:22:01 -04:00
renovate[bot]
1b6572bb30 chore(deps): update dependency lint-staged to v15.2.9 (#12730)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-20 19:07:17 -04:00
renovate[bot]
6297322c94 fix(deps): update dependency esbuild to v0.23.1 (#12745)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-20 19:06:59 -04:00
renovate[bot]
51b9c5b4ad fix(deps): update dependency @fontsource/poppins to v5.0.15 (#12744)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-18 20:32:22 -04:00
renovate[bot]
6300d849b1 fix(deps): update dependency winston to v3.14.2 (#12741)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-18 20:21:45 -04:00
Barış Soner Uşaklı
335873589b test: add logs for test failures 2024-08-16 14:39:24 -04:00
Barış Soner Uşaklı
94af94e075 Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop 2024-08-16 14:29:38 -04:00
Barış Soner Uşaklı
feefd73313 refactor: remove unused 2024-08-16 14:29:34 -04:00
Misty Release Bot
3531617d8c chore(i18n): fallback strings for new resources: nodebb.modules 2024-08-16 18:28:49 +00:00
Barış Soner Uşaklı
96175bcbd6 Merge branch 'master' into develop 2024-08-16 14:28:11 -04:00
Barış Soner Uşaklı
c5b2f988cb refactor: remove log 2024-08-16 14:26:04 -04:00
Barış Soner Uşaklı
f80b7b87fb feat: allow chat rooms in widgets 2024-08-16 14:21:33 -04:00
Julian Lam
2d14a79854 feat: migrate topic move socket call to api v3 2024-08-15 13:28:57 -04:00
Barış Soner Uşaklı
6f7eecd183 fix: #12728, don't display unread badge if nav link doesn't exist 2024-08-15 13:12:17 -04:00
Julian Lam
e6d8e05932 fix: bump mentions 2024-08-15 12:56:20 -04:00
Misty Release Bot
3476ab0db9 Latest translations and fallbacks 2024-08-15 09:20:54 +00:00
Julian Lam
a7934f3648 fix: bump composer 2024-08-14 14:03:36 -04:00
Julian Lam
22952c5407 fix: bump composer 2024-08-14 14:03:11 -04:00
Julian Lam
e287956323 fix: bump composer 2024-08-13 15:30:36 -04:00
Julian Lam
c3e14912c9 feat: additional copy re: editing remote posts, #12732 2024-08-13 15:29:03 -04:00
Julian Lam
25bf97ae28 fix: #12732 editing of remote post content
title can now be edited, post content is not-editable.
2024-08-13 15:12:57 -04:00
Julian Lam
3474712228 fix: #12733, html present in generated title for remote topics 2024-08-13 14:50:08 -04:00
Julian Lam
f481cde1a8 fix: #12729, replies to existing topics from Pixelfed not asserting properly due to incorrect toPid
Pixelfed supplies an object _url_ instead of the expected _id_ in the `inReplyTo` field, and that tripped up NodeBB because we don't store a backreference for those.

The ideal solution here would be to set up a backreference for urls to pids, but in the meantime, this shortcut will function (it assumes that the object that it is in reply to is in the chain/context).
2024-08-13 11:12:48 -04:00
Julian Lam
95e6d2b43c fix: move topic reply call in notes.assert to its own line 2024-08-13 10:52:27 -04:00
Julian Lam
53aee40149 fix: #12510, blocking of a single remote user causes content from all remote users to be blocked 2024-08-12 14:50:55 -04:00
Barış Soner Uşaklı
5eaba4935c Merge branch 'master' into develop 2024-08-12 10:30:12 -04:00
Barış Soner Uşaklı
c3f02b74cc feat: add allow and frameborder to allow attrs 2024-08-12 10:30:01 -04:00
renovate[bot]
e0850ef724 chore(deps): update dependency mocha to v10.7.3 (#12723)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-11 14:49:36 -04:00
renovate[bot]
42aa8786a3 fix(deps): update dependency nodebb-plugin-ntfy to v1.7.6 (#12724)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-09 16:18:36 -04:00
renovate[bot]
948d308050 chore(deps): update postgres docker tag to v16.4 (#12726)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-09 15:57:27 -04:00
renovate[bot]
0e547405fd fix(deps): update dependency winston to v3.14.1 (#12727)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-09 15:57:18 -04:00
renovate[bot]
bf5c1855a9 chore(deps): update dependency @commitlint/cli to v19.4.0 (#12725)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-09 15:56:50 -04:00
Barış Soner Uşaklı
cacf247a4c Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop 2024-08-09 15:33:44 -04:00
Barış Soner Uşaklı
167b7d0ce1 Merge branch 'master' into develop 2024-08-09 15:33:38 -04:00
renovate[bot]
f54519f1db fix(deps): update dependency postcss to v8.4.41 (#12718)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-09 15:32:28 -04:00
renovate[bot]
4e97a091c7 fix(deps): update dependency jquery-ui to v1.14.0 (#12719)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-09 15:32:16 -04:00
Barış Soner Uşaklı
780db9e2ff chore: up harmony 2024-08-09 15:31:53 -04:00
Barış Soner Uşaklı
334c8c9d31 feat: add missing event type 2024-08-09 15:25:49 -04:00
Barış Soner Uşaklı
6e1c643607 fix: closes #12721, export all users 2024-08-09 12:48:17 -04:00
Misty Release Bot
d347a841ad Latest translations and fallbacks 2024-08-09 09:19:08 +00:00