Barış Soner Uşaklı
ee5e79c8b3
Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop
2026-02-27 12:41:46 -05:00
Barış Soner Uşaklı
fc4742387b
lint: fix lint errors
2026-02-27 12:41:40 -05:00
Julian Lam
c6ddef6733
fix: add --no-fail flag to coveralls invocation
2026-02-27 12:34:24 -05:00
Barış Soner Uşaklı
8702dd7b7a
on admin connect right away
2026-02-27 12:34:06 -05:00
Barış Soner Uşaklı
56341c7540
acp chart fix for mobile
2026-02-27 12:17:43 -05:00
Barış Soner Uşaklı
cf0f292345
chore: up peace
2026-02-27 12:06:58 -05:00
Julian Lam
82b7f429e3
docs: added new ACP routes
2026-02-27 11:54:33 -05:00
Barış Soner Uşaklı
0b3dd38bc2
chore: up peace
2026-02-27 11:30:25 -05:00
Barış Soner Uşaklı
e4b15e0586
chore: up peace
2026-02-27 11:27:46 -05:00
Barış Soner Uşaklı
64a3c82292
chore: up peace
2026-02-27 11:24:05 -05:00
Barış Soner Uşaklı
0ef27187a5
fix: dont show /register page after req.session.forceLogin is set
...
repro
1. try to access acp after timeout
2. you get redirected to login
3. try to load /register and you get the /register page even though you are already logged in
2026-02-27 00:34:33 -05:00
Barış Soner Uşaklı
64a072c92b
fix: escape fullname in chatWithMessage
2026-02-27 00:19:17 -05:00
Julian Lam
b4f8e20b4c
fix: send guests to login page if they access uncategorized topics without local posts
2026-02-26 22:40:19 -05:00
Julian Lam
6472462924
fix: remove allowed check from notes.assert as it is already done downstream in topics.(post|reply), update privilege check to inherit world privs if passed-in cid is remote cid
2026-02-26 22:40:19 -05:00
Barış Soner Uşaklı
4a0f44b118
dont parseInt toPid
2026-02-26 22:07:48 -05:00
Barış Soner Uşaklı
cfd4962297
Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop
2026-02-26 21:51:50 -05:00
Barış Soner Uşaklı
53b208b769
fix: NaN on ap post delete
2026-02-26 21:51:49 -05:00
Misty Release Bot
a797090f75
chore(i18n): fallback strings for new resources: nodebb.admin-manage-categories
2026-02-26 23:12:56 +00:00
Barış Soner Uşaklı
c6dce656e0
move help text, fix button alignment
2026-02-26 18:12:30 -05:00
Misty Release Bot
bde5e0b458
chore(i18n): fallback strings for new resources: nodebb.notifications, nodebb.admin-menu, nodebb.admin-settings-activitypub
2026-02-26 21:05:20 +00:00
Barış Soner Uşaklı
1adfdc25c8
Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop
2026-02-26 16:04:15 -05:00
Barış Soner Uşaklı
bac9f1f73c
refactor: add topic-await-review notif text
...
add bodyEmail, use it for email body if provided, otherwise fallback to bodyLong as usual
change mergeId of post queue notifs so they are not all merged into one.
2026-02-26 16:04:07 -05:00
Julian Lam
6a0663cdd0
fix: guard against crash when malformed URL present in deliverees
2026-02-26 15:57:16 -05:00
Julian Lam
f7d87ecbf9
fix: remove unused ACP route
2026-02-26 15:51:21 -05:00
Julian Lam
a35b7d73bf
fix: remove unused ACP controller, add instance count to federation > safety
2026-02-26 15:49:46 -05:00
Misty Release Bot
b43fadd010
chore(i18n): fallback strings for new resources: nodebb.admin-menu, nodebb.admin-settings-activitypub
2026-02-26 20:44:37 +00:00
Julian Lam
29111ba7ca
fix: allow break string and summary limits to be defined and applied
2026-02-26 15:43:09 -05:00
Barış Soner Uşaklı
50f5541ef7
chore: up tdbsearch
2026-02-26 15:07:38 -05:00
Barış Soner Uşaklı
44f663b182
chore: up harmony
2026-02-26 14:57:26 -05:00
Barış Soner Uşaklı
fd2c992788
chore: up harmony
2026-02-26 14:53:41 -05:00
Barış Soner Uşaklı
7ca0466d41
Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop
2026-02-26 14:47:41 -05:00
Julian Lam
0071216c25
fix: make tables responsive on relays/rules pages
2026-02-26 14:43:38 -05:00
Barış Soner Uşaklı
71706d8ad8
Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop
2026-02-26 14:42:07 -05:00
Barış Soner Uşaklı
d0c925d848
add h-100 up harmony
2026-02-26 14:42:01 -05:00
Misty Release Bot
7b71252e59
chore(i18n): fallback strings for new resources: nodebb.admin-menu
2026-02-26 19:41:32 +00:00
Julian Lam
f0d2be359d
refactor: ActivityPub ACP page to its own top-level section with sub-pages
2026-02-26 14:41:06 -05:00
Barış Soner Uşaklı
066470b15a
chore: up harmony
2026-02-26 14:18:14 -05:00
Barış Soner Uşaklı
28f62afb3d
blockquote fix
...
make it a real button
2026-02-26 14:15:07 -05:00
Barış Uşaklı
e4c945f636
refactor: allow passing an array to topics.purge and topics.purgePost… ( #14018 )
...
* refactor: allow passing an array to topics.purge and topics.purgePostsAndTopic
deprecate action:topic.purge, add action:topics.purge with array of deleted topics
update usage of topics.purge to pass in an array
fix an issue in posts/delete where cids were passed to parseInt, caused AP cids to get saved into category:NaN
* lint
* refactor: change style
* use array of tids
2026-02-26 13:09:42 -05:00
Julian Lam
b460506e4d
fix: don't show magic break string in regularly parsed posts, tests for ap mocks lib
2026-02-26 12:32:24 -05:00
Julian Lam
cd357aaff5
feat: support the magic break string '[...]' in content, such that if found, outbound federation will use all content up to (and including) that string in its summary
2026-02-25 16:05:29 -05:00
Barış Soner Uşaklı
4809b6c76f
Merge branch 'master' into develop
2026-02-25 13:19:20 -05:00
Julian Lam
bf0f522818
feat: add a '[...]' to the end of the generated summary when federating out articles (fep-b2b8)
2026-02-25 12:38:42 -05:00
Julian Lam
3177369449
fix: remove preview in mocked note for now, due to lack of support (fep-b2b8)
2026-02-25 12:38:42 -05:00
Barış Soner Uşaklı
bfa8d5aaec
chore: up harmony
2026-02-25 11:45:51 -05:00
Barış Soner Uşaklı
83d85d9221
make code tag suck less
2026-02-25 11:33:10 -05:00
Barış Uşaklı
9c29432846
add $plugin, convert string to array ( #14014 )
...
use yarn/pnpm add
2026-02-25 10:59:15 -05:00
Barış Soner Uşaklı
5254e55fa3
code
2026-02-25 00:16:28 -05:00
Barış Soner Uşaklı
752770a3b3
composer fix
2026-02-25 00:07:27 -05:00
Barış Soner Uşaklı
df3de36c8c
chore: up harmony
2026-02-25 00:01:10 -05:00