Commit Graph

29428 Commits

Author SHA1 Message Date
Barış Soner Uşaklı
7274025d1a Merge branch 'master' into develop 2025-02-08 19:40:40 -05:00
Barış Soner Uşaklı
1090dbd85e Merge branch 'master' of https://github.com/NodeBB/NodeBB 2025-02-08 19:40:20 -05:00
Barış Soner Uşaklı
f5328aa80c fix: regression :tmi: 2025-02-08 19:40:12 -05:00
renovate[bot]
d7fdd80c41 fix(deps): update dependency esbuild to v0.25.0 (#13141)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-08 18:53:11 -05:00
renovate[bot]
33ce723908 fix(deps): update dependency tough-cookie to v5.1.1 (#13140)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-08 18:52:37 -05:00
Barış Soner Uşaklı
c34cd52186 Merge branch 'master' into develop 2025-02-08 13:04:40 -05:00
Barış Soner Uşaklı
a8e7bf351a lint: remove log 2025-02-08 13:04:32 -05:00
renovate[bot]
b337e9990a fix(deps): update dependency ioredis to v5.5.0 (#13138)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-08 13:01:19 -05:00
Barış Soner Uşaklı
d1a1de958a Merge branch 'master' into develop 2025-02-08 12:57:43 -05:00
Barış Soner Uşaklı
7b8060bc2c don't navigate on first click when expanding 2025-02-08 12:57:37 -05:00
Barış Soner Uşaklı
9ad967dc95 Merge branch 'master' into develop 2025-02-08 12:24:25 -05:00
Barış Soner Uşaklı
2ee0cda28e chore: up harmony 2025-02-08 12:24:19 -05:00
Julian Lam
3cd87f1bc1 fix: send actor with 1b12 announce, fixes #13072 2025-02-08 06:50:20 -05:00
Misty Release Bot
9f91d321dd Latest translations and fallbacks 2025-02-08 09:19:02 +00:00
Barış Soner Uşaklı
bfe6d9d861 fix: #13139, payload.version can be null
causes compareVersions to crash, show cofirm modal if its null
2025-02-07 19:34:35 -05:00
Barış Soner Uşaklı
be1598d171 fix: #13139, payload.version can be null
causes compareVersions to crash, show cofirm modal if its null
2025-02-07 19:34:26 -05:00
Barış Soner Uşaklı
861d5980a6 Merge branch 'master' into develop 2025-02-07 17:19:59 -05:00
Barış Soner Uşaklı
2b7961e0e2 add brand:logo to config 2025-02-07 17:19:52 -05:00
Barış Soner Uşaklı
b6b766395d chore: update persona 2025-02-07 12:01:50 -05:00
Julian Lam
9fd6ac6bb8 refactor: move 1b12 announce logic out of inbox and into separate feps module
1b12 announces were previously only happening for local creates and received
activities, but they should happen for all local activities as well.

re: #13072
2025-02-07 08:21:41 -05:00
Julian Lam
cd88cce0c8 chore: bump persona to fix theme description issue 2025-02-07 07:11:05 -05:00
Misty Release Bot
608317ba28 Latest translations and fallbacks 2025-02-07 09:19:21 +00:00
Barış Soner Uşaklı
3909936076 Merge branch 'master' into develop 2025-02-06 21:16:13 -05:00
Barış Soner Uşaklı
a01bf73ee1 chore: up harmony 2025-02-06 21:13:48 -05:00
renovate[bot]
f872a76837 fix(deps): update dependency sass to v1.84.0 (#13128)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-06 20:02:26 -05:00
Barış Soner Uşaklı
39f826a1a5 Merge branch 'master' into develop 2025-02-06 19:59:15 -05:00
Barış Soner Uşaklı
3ab22c2c8c refactor: events are returned inside post objects
to load all events of a topic use api/v3/topics/:tid/events
2025-02-06 19:59:09 -05:00
Barış Soner Uşaklı
1f8e2f9aad fix: tidChanged 2025-02-06 19:31:52 -05:00
Barış Soner Uşaklı
bfd4e68bde fix: tidChanged 2025-02-06 19:31:44 -05:00
Barış Soner Uşaklı
3b7b32e228 Merge branch 'master' into develop 2025-02-06 19:23:57 -05:00
Barış Soner Uşaklı
d687f0810c fix: #13135, tids are not numeric for ap topics
this fixes other issues like posts not disappearing when purged and many others
2025-02-06 19:12:32 -05:00
Julian Lam
4c857c5372 Merge branch 'master' into develop 2025-02-06 18:03:54 -05:00
Julian Lam
865c09a5cf chore: forgot to remove bad code 2025-02-06 18:03:47 -05:00
Julian Lam
fea1ccdbf5 Merge branch 'master' into develop 2025-02-06 17:59:05 -05:00
Julian Lam
5baa46d0bc fix: handle cases where url passed to mime does not pass because url contained a query string 2025-02-06 17:58:54 -05:00
Barış Soner Uşaklı
96a1ebdfec Merge branch 'master' into develop 2025-02-06 14:38:28 -05:00
Barış Soner Uşaklı
c3f8222f47 chore: up harmony 2025-02-06 14:38:07 -05:00
Barış Soner Uşaklı
c2f7754ae0 Post/parent (#13133)
* post.parent wip

* feat: post parent

handle delete/restore/purge privileges etc.

* remove whitespace

* fix: this in each

* lint

* up harmony fix text break
2025-02-06 14:37:50 -05:00
Misty Release Bot
f6d46c0ae1 Latest translations and fallbacks 2025-02-06 09:19:12 +00:00
Barış Soner Uşaklı
f07f380167 chore: up harmony 2025-02-05 20:58:15 -05:00
Barış Soner Uşaklı
ea110a0e2b chore: up harmony 2025-02-05 20:58:05 -05:00
Barış Soner Uşaklı
eff0d5958f Merge branch 'master' into develop 2025-02-05 20:53:33 -05:00
Barış Soner Uşaklı
67a789ad70 chore: up harmony 2025-02-05 20:51:14 -05:00
Misty Release Bot
fc063bb03d chore(i18n): fallback strings for new resources: nodebb.themes-harmony 2025-02-06 00:55:16 +00:00
Barış Soner Uşaklı
5ea81661b2 Merge branch 'master' into develop 2025-02-05 19:54:52 -05:00
Barış Soner Uşaklı
c1c5cc6e30 chore: up themes 2025-02-05 19:54:42 -05:00
Barış Soner Uşaklı
fcefb445bd harmony setting strings 2025-02-05 19:53:59 -05:00
Misty Release Bot
11079ad192 Latest translations and fallbacks 2025-02-05 09:19:02 +00:00
Barış Soner Uşaklı
c41815ab81 remove w-100 2025-02-04 20:11:33 -05:00
Barış Soner Uşaklı
3aeec2cd11 remove w-100 2025-02-04 20:11:25 -05:00