Commit Graph

15495 Commits

Author SHA1 Message Date
Barış Soner Uşaklı
4fef1b4f9d increase analytics 404 2026-03-12 15:50:33 -04:00
Julian Lam
75a6dfffdc feat: screenshot upload in ACP, send fallback brand icons in manifest, serve assets for richer PWA install UI 2026-03-12 14:28:26 -04:00
Barış Soner Uşaklı
7903d17418 Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop 2026-03-12 13:27:23 -04:00
Barış Soner Uşaklı
36bf3f16ca refactor: move to data 2026-03-12 13:27:18 -04:00
Julian Lam
a8f081c078 fix: buildRecipients to handle if local uids are passed in followers 2026-03-12 13:20:19 -04:00
Barış Soner Uşaklı
dde2465811 use regular random 2026-03-12 13:11:07 -04:00
Barış Soner Uşaklı
e2808be1bc drop 50 to 10 for actors prune 2026-03-12 13:05:19 -04:00
Barış Soner Uşaklı
cdc92f1024 don't build bodyClass twice when rendering 404
its already called in res.render
2026-03-12 13:03:13 -04:00
Barış Soner Uşaklı
f00784fb94 Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop 2026-03-12 12:49:47 -04:00
Barış Soner Uşaklı
6569ea514f refactor: get rid of cleanupUids use missing set 2026-03-12 12:49:42 -04:00
Julian Lam
c8e349ca66 fix: update Like/Dislike to have addressees in activity 2026-03-12 12:48:09 -04:00
Julian Lam
464bc27574 fix: accidental hardcoded cid 2026-03-12 12:41:39 -04:00
Julian Lam
10e4d57996 fix: skip AP cache on context processing methods 2026-03-12 11:36:11 -04:00
Barış Soner Uşaklı
08bed89b5f test: make tests happy 2026-03-12 11:10:08 -04:00
Barış Soner Uşaklı
73eb0bffe7 get rid of some verbose logs, switch to ap.helpers.log 2026-03-12 10:58:55 -04:00
Barış Soner Uşaklı
894248e60d refactor: remove async.series, use batch.processSortedSet 2026-03-12 10:50:01 -04:00
Barış Uşaklı
79fe0902fe Partial set index (#14087)
* partial index test

* cleanup

* remove line

* background true

* whitespace

* test: fix invite/pending removal
2026-03-11 23:49:22 -04:00
Barış Soner Uşaklı
74fa77dd76 fix: cache key 2026-03-11 20:35:38 -04:00
Barış Soner Uşaklı
8ed95d123e fix ap jobs 2026-03-11 19:21:31 -04:00
Julian Lam
8496e1efbb fix: missing orderedItems on category outbox index retrieval 2026-03-11 17:47:08 -04:00
Barış Soner Uşaklı
dcdb73c303 Merge branch 'master' into develop 2026-03-11 17:21:38 -04:00
Barış Soner Uşaklı
0a94cecb0d fix: #14084, fix tags not getting properly removed from topics
this was happening because the same topic was passed to setObject bulk multiple times with different tag data.
the fix is to find the uniq tids first and then only call setObjectBulk once per topic
2026-03-11 17:21:06 -04:00
Julian Lam
1ad9ce5fb6 fix: return digest header only if it is set to something (aka not null) 2026-03-11 16:20:33 -04:00
Julian Lam
b317cdd365 feat: category group actor outbox, #14083 2026-03-11 14:53:08 -04:00
Julian Lam
9978af5978 fix: missing page parseInt 2026-03-11 14:53:08 -04:00
Barış Soner Uşaklı
56d6a89ffe Merge branch 'master' into develop 2026-03-11 12:58:28 -04:00
Barış Soner Uşaklı
ed3a367274 fix: notifs 2026-03-11 12:58:14 -04:00
Barış Soner Uşaklı
4271156b86 Merge branch 'master' into develop 2026-03-11 12:39:52 -04:00
Barış Soner Uşaklı
6d22e33a1f fix: also use tx.compile in chat notif merge 2026-03-11 12:39:45 -04:00
Julian Lam
c08a45a5cc fix: publish id with user outbox, fixes #13478 2026-03-11 12:35:46 -04:00
Julian Lam
f848393e6e feat: new ap mocks, now publishing user outboxes 2026-03-11 12:35:46 -04:00
Barış Soner Uşaklı
b835eef91f Merge branch 'master' into develop 2026-03-11 12:31:51 -04:00
Barış Soner Uşaklı
e1d0e2a0db fix: merge with txArgs 2026-03-11 12:31:26 -04:00
Barış Soner Uşaklı
4ee4ba9a01 cleaner 2026-03-11 12:18:58 -04:00
Barış Soner Uşaklı
3ebac6f0d4 cleaner 2026-03-11 12:18:27 -04:00
Barış Soner Uşaklı
dc680abef7 Merge branch 'master' into develop 2026-03-11 12:10:34 -04:00
Barış Soner Uşaklı
34b6810945 fix: merged notification translations
not escaping commas properly, use translator.compile
2026-03-11 12:09:59 -04:00
Barış Soner Uşaklı
b108affef5 Merge branch 'master' into develop 2026-03-11 11:20:10 -04:00
Barış Soner Uşaklı
330106e8d4 feat: add partial query help in acp manage users
increase bounce timeout
2026-03-11 11:10:12 -04:00
Barış Soner Uşaklı
2187f160a9 add active flag to jobs
dont delete everything on startup
2026-03-10 22:32:36 -04:00
Barış Soner Uşaklı
5ff5971465 Merge branch 'master' into develop 2026-03-10 11:01:14 -04:00
Barış Soner Uşaklı
f6f51f83c4 perf: make a single round trip for set(s)Remove
use bulkWrite
2026-03-10 11:01:01 -04:00
Barış Soner Uşaklı
92fcdd09ca fix: closes #14074, only return url & name
from uploads, add tests to post uploads and thumb uploads to check only name & url is returned
2026-03-10 10:46:17 -04:00
Barış Soner Uşaklı
a391d01d30 fix: closes #14073, fix teasers from child categories
add a test
2026-03-10 09:49:23 -04:00
Julian Lam
6b3b3e7ee3 fix: syntax error on undefined value 2026-03-09 21:53:56 -04:00
Barış Soner Uşaklı
a3821ff7f4 handle extensions 2026-03-09 21:33:39 -04:00
Barış Soner Uşaklı
c718cdbb55 handle extensions 2026-03-09 21:29:36 -04:00
Barış Soner Uşaklı
38b347be9e Merge branch 'master' into develop 2026-03-09 21:24:34 -04:00
Barış Soner Uşaklı
7d4cbf8667 dont log uuids in 404 2026-03-09 21:24:27 -04:00
Barış Soner Uşaklı
4af031398c refactor: get rid of pop 2026-03-09 19:42:08 -04:00