Commit Graph

3922 Commits

Author SHA1 Message Date
Misty Release Bot
a46f0136fb chore(i18n): fallback strings for new resources: nodebb.admin-manage-users 2026-03-11 15:20:43 +00: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
Misty Release Bot
c3c9d89b6a Latest translations and fallbacks 2026-03-11 09:07:41 +00:00
Misty Release Bot
8e05035331 chore(i18n): fallback strings for new resources: nodebb.admin-advanced-jobs 2026-03-11 02:33:04 +00:00
Barış Soner Uşaklı
2187f160a9 add active flag to jobs
dont delete everything on startup
2026-03-10 22:32:36 -04:00
Misty Release Bot
32f32de76e Latest translations and fallbacks 2026-03-10 09:07:46 +00:00
Misty Release Bot
ab3c9fae9a Latest translations and fallbacks 2026-03-09 09:07:39 +00:00
Misty Release Bot
aa2f0729e5 Latest translations and fallbacks 2026-03-08 09:07:38 +00:00
Misty Release Bot
2995a4d5e2 Latest translations and fallbacks 2026-03-07 09:07:37 +00:00
Misty Release Bot
5a8a166128 chore(i18n): fallback strings for new resources: nodebb.admin-menu 2026-03-07 01:43:02 +00:00
Barış Uşaklı
3c0a654012 feat: show cronjobs in acp (#14068)
* feat: show cronjobs in acp

add a wrapper for cronjobs and display in acp

* test: add running to spec

* test: fix running, simplify calls

* test: prevent crash on stopJob
2026-03-06 20:42:38 -05:00
Misty Release Bot
2348f2e86d Latest translations and fallbacks 2026-03-06 17:22:51 +00:00
Misty Release Bot
a17cd6c7a5 chore(i18n): fallback strings for new resources: nodebb.error 2026-03-05 16:37:56 +00:00
Barış Soner Uşaklı
0785f3d17b Merge branch 'master' into develop 2026-03-05 11:37:28 -05:00
Misty Release Bot
4d44e9137b chore(i18n): fallback strings for new resources: nodebb.world 2026-03-03 17:00:24 +00:00
Julian Lam
43f2951a5b fix: #14042, adopt plugin-feed's show-more/less logic/scss 2026-03-03 11:59:56 -05:00
Barış Soner Uşaklı
b268164686 fix: closes #14041, show specific error message
if config fails to save
2026-03-03 11:03:06 -05:00
Misty Release Bot
49a21a1fa1 chore(i18n): fallback strings for new resources: nodebb.admin-dashboard 2026-02-27 23:42:22 +00:00
Barış Soner Uşaklı
dc670fe7c5 Merge branch 'master' into develop 2026-02-27 18:41:53 -05:00
Barış Soner Uşaklı
eab26dc4cc show message stats 2026-02-27 18:41:44 -05:00
Misty Release Bot
858d84ff30 chore(i18n): fallback strings for new resources: nodebb.admin-dashboard 2026-02-27 21:47:42 +00:00
Barış Soner Uşaklı
f1fa8f12b1 fix: fullscreen acp graphs 2026-02-27 16:46:40 -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
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
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
Misty Release Bot
3f5dafd0c5 chore(i18n): fallback strings for new resources: nodebb.admin-dashboard 2026-02-24 22:36:42 +00:00
Barış Soner Uşaklı
de1f04d9d8 refactor: dont store ap pids in posts:pid
new zset postsRemote:pid
in topic purge only make 1 db call to reduce counters
2026-02-24 17:36:17 -05:00
Julian Lam
955579fa40 fix(i18n): global fallbacks again 2026-02-23 10:27:03 -05:00
Julian Lam
c47acec9ca fix(i18n): 'global' resource fallbacks 2026-02-23 10:16:44 -05:00
Misty Release Bot
aa4f4808b0 chore(i18n): fallback strings for new resources: nodebb.admin-settings-uploads 2026-02-22 03:01:45 +00:00
Barış Soner Uşaklı
f2bbf3693f fix: closes #7221 restrict cropperjs box to profileImageDimension form ACP
this also resizes the image down to that value and sends a small image to server
move profileImageDimenstion & maximumProfileImageSize from edit to all profile pages, on harmony profile pic can be changed from any page by clicking the avatar
change image.resize so it doesn't resize if image is already same width/height
2026-02-21 22:00:28 -05:00
Misty Release Bot
c84a86e4df chore(i18n): fallback strings for new resources: nodebb.notifications 2026-02-21 02:57:08 +00:00
Barış Soner Uşaklı
7039b70031 Merge branch 'develop' of https://github.com/NodeBB/NodeBB into develop 2026-02-20 21:56:39 -05:00
Barış Soner Uşaklı
477c280638 change wording 2026-02-20 21:56:34 -05:00
Misty Release Bot
41e7c1448a chore(i18n): fallback strings for new resources: nodebb.notifications, nodebb.user 2026-02-21 02:48:08 +00:00
Barış Soner Uşaklı
523e3b4964 feat: change notif controls to toggles 2026-02-20 21:47:25 -05:00
Misty Release Bot
c3315063a4 chore(i18n): fallback strings for new resources: nodebb.admin-manage-users 2026-02-20 18:23:33 +00:00
Barış Soner Uşaklı
e3d7abe086 refactor: users table
hide uid/ips behind dropdown, AP uids break flow
stack username/email
allow range selection
2026-02-20 13:23:05 -05:00
Barış Soner Uşaklı
54d2bea229 try not to display trying to reconnect
everytime you leave mobile browser for 5 secs
if reconnect attempts fail display fail alert  and then reconnect alert
2026-02-19 10:07:08 -05:00
Misty Release Bot
9524359d8b chore(i18n): fallback strings for new resources: nodebb.notifications 2026-02-18 18:45:56 +00:00
Barış Soner Uşaklı
8c35c5e8b4 add whitespace before room name 2026-02-18 13:45:30 -05:00
Julian Lam
053ce073db fix: fallbacks and latest translations for nodebb.user 2026-02-18 13:12:06 -05:00
Barış Soner Uşaklı
1dae3d222f feat: add invitedBy to user info page, closes #13972, closes #13997 2026-02-17 19:58:10 -05:00