Julian Lam
59f3ae201a
Merge remote-tracking branch 'origin/master' into develop
2022-08-10 09:52:49 -04:00
Misty Release Bot
d7a02d677f
Latest translations and fallbacks
2022-08-10 09:06:32 +00:00
Misty Release Bot
8e9677544b
Latest translations and fallbacks
2022-08-09 09:06:35 +00:00
Julian Lam
659cfe853d
chore: update to new transifex project url
2022-08-08 15:23:33 -04:00
Misty Release Bot
18c144bf37
Latest translations and fallbacks
2022-08-08 09:06:28 +00:00
Misty Release Bot
cdaa8f21e4
chore(i18n): fallback strings for new resources: nodebb.admin-settings-email
2022-08-05 19:40:09 +00:00
Julian Lam
4055e3bd1c
feat: automatically enable the SMTP transport option if the SMTP service is changed
2022-08-05 15:39:32 -04:00
Misty Release Bot
3e56c547a9
chore(i18n): fallback strings for new resources: nodebb.admin-settings-email
2022-08-05 19:28:31 +00:00
Julian Lam
7082291bae
fix : #10808 ; tweak copy for gmail app passwords support
2022-08-05 15:27:46 -04:00
Misty Release Bot
bcf7ef6779
chore(i18n): fallback strings for new resources: nodebb.user
2022-08-05 18:40:17 +00:00
Julian Lam
7fcee42be9
feat: present a password challenge on email update flow
2022-08-05 14:39:36 -04:00
Misty Release Bot
d073e09c11
Latest translations and fallbacks
2022-07-30 09:06:33 +00:00
Misty Release Bot
39e65d0bdf
Latest translations and fallbacks
2022-07-29 09:06:47 +00:00
Misty Release Bot
17120e034b
chore(i18n): fallback strings for new resources: nodebb.admin-settings-advanced, nodebb.admin-menu, nodebb.error
2022-07-28 18:23:10 +00:00
Misty Release Bot
56372fb618
Latest translations and fallbacks
2022-07-27 09:07:22 +00:00
Misty Release Bot
d3c0b7c375
Latest translations and fallbacks
2022-07-26 18:34:45 +00:00
Opliko
23cb67a112
feat: Allow defining active plugins in config ( #10767 )
...
* Revert "Revert "feat: cross origin opener policy options (#10710 )""
This reverts commit 46050ace1a .
* Revert "Revert "chore(i18n): fallback strings for new resources: nodebb.admin-settings-advanced""
This reverts commit 9f291c07d3 .
* feat: closes #10719 , don't trim children if category is marked section
* feat: fire hook to allow plugins to filter the pids returned in a user profile
/cc julianlam/nodebb-plugin-support-forum#14
* fix: use `user.hidePrivateData();` more consistently across user retrieval endpoints
* feat: Allow defining active plugins in config
resolves #10766
* fix: assign the db result to files properly
* test: add tests with plugins in config
* feat: better theme change handling
* feat: add visual indication that plugins can't be activated
* test: correct hooks
* test: fix test definitions
* test: remove instead of resetting nconf to avoid affecting other tests
* test: ... I forgot how nconf worked
* fix: remove negation
* docs: improve wording of error message
* feat: reduce code duplication
* style: remove a redundant space
* fix: remove unused imports
* fix: use nconf instead of requiring config.json
* fix: await...
* fix: second missed await
* fix: move back from getActiveIds to getActive
* fix: use paths again?
* fix: typo
* fix: move require into the function
* fix: forgot to change back to getActive
* test: getActive returns only id
* test: accedently commented out some stuff
* feat: added note to top of plugins page if \!canChangeState
Co-authored-by: Julian Lam <julian@nodebb.org >
Co-authored-by: Barış Soner Uşaklı <barisusakli@gmail.com >
2022-07-26 14:27:17 -04:00
Julian Lam
1b9c68196f
fix: better looking placeholder text for ACP search
2022-07-26 14:27:17 -04:00
Julian Lam
15fb6c3304
Revert "Revert "chore(i18n): fallback strings for new resources: nodebb.admin-settings-advanced""
...
This reverts commit 9f291c07d3 .
2022-07-26 14:27:17 -04:00
Julian Lam
ad072c03d1
Revert "Revert "feat: cross origin opener policy options ( #10710 )""
...
This reverts commit 46050ace1a .
2022-07-26 14:27:17 -04:00
Misty Release Bot
0523dfbacb
Latest translations and fallbacks
2022-07-23 09:06:33 +00:00
Misty Release Bot
2f6448e736
Latest translations and fallbacks
2022-07-22 09:07:07 +00:00
Misty Release Bot
6f88894cb9
Latest translations and fallbacks
2022-07-20 09:07:57 +00:00
Misty Release Bot
d3ef4fa0cd
Latest translations and fallbacks
2022-07-05 09:06:42 +00:00
Misty Release Bot
9c48e3d66d
Latest translations and fallbacks
2022-07-04 09:06:34 +00:00
Misty Release Bot
fb96072f67
Latest translations and fallbacks
2022-07-03 09:06:47 +00:00
Misty Release Bot
077eb0912a
Latest translations and fallbacks
2022-07-01 09:06:40 +00:00
Misty Release Bot
f71a349524
Latest translations and fallbacks
2022-06-30 09:06:20 +00:00
Misty Release Bot
6fac823e64
Latest translations and fallbacks
2022-06-28 09:07:45 +00:00
Misty Release Bot
b5c1658c7f
Latest translations and fallbacks
2022-06-27 09:06:44 +00:00
Misty Release Bot
fa023f1c5d
Latest translations and fallbacks
2022-06-23 09:06:31 +00:00
Misty Release Bot
ab021902a4
Latest translations and fallbacks
2022-06-21 09:06:52 +00:00
Misty Release Bot
871bd04bf8
Latest translations and fallbacks
2022-06-20 09:07:27 +00:00
Misty Release Bot
ee4a6505df
Latest translations and fallbacks
2022-06-19 09:07:04 +00:00
Misty Release Bot
66ad72eb57
Latest translations and fallbacks
2022-06-18 09:06:23 +00:00
Misty Release Bot
da48116373
chore(i18n): fallback strings for new resources: nodebb.admin-settings-uploads
2022-06-17 19:10:52 +00:00
Julian Lam
43f9e6c8e4
fix: handle ENOENT on file deletion, closes #10645
2022-06-17 15:09:45 -04:00
Julian Lam
06074e8c33
chore: add in warning in language directories about not editing files directly
2022-06-17 13:47:05 -04:00
Julian Lam
46050ace1a
Revert "feat: cross origin opener policy options ( #10710 )"
...
This reverts commit 881323583f .
2022-06-17 11:21:41 -04:00
Julian Lam
9f291c07d3
Revert "chore(i18n): fallback strings for new resources: nodebb.admin-settings-advanced"
...
This reverts commit 34d75e96e1 .
2022-06-17 11:21:35 -04:00
Misty Release Bot
34d75e96e1
chore(i18n): fallback strings for new resources: nodebb.admin-settings-advanced
2022-06-17 13:41:11 +00:00
Barış Soner Uşaklı
881323583f
feat: cross origin opener policy options ( #10710 )
2022-06-17 09:40:02 -04:00
Misty Release Bot
20b75b24ad
Latest translations and fallbacks
2022-06-17 09:06:43 +00:00
Misty Release Bot
1c8909cc90
Latest translations and fallbacks
2022-06-16 09:07:29 +00:00
Misty Release Bot
f5afb5c396
chore(i18n): fallback strings for new resources: nodebb.admin-settings-uploads
2022-06-15 19:24:01 +00:00
Julian Lam
88aee43947
feat: new cronjob and ACP option to delete orphans after configurable number of days, closes #10659
2022-06-15 15:22:51 -04:00
Misty Release Bot
7836ee4ca7
Latest translations and fallbacks
2022-06-15 09:08:32 +00:00
Misty Release Bot
b1dc053142
chore(i18n): fallback strings for new resources: nodebb.admin-manage-users
2022-06-15 00:12:41 +00:00
Barış Soner Uşaklı
f2f7f78051
Merge branch 'master' of https://github.com/NodeBB/NodeBB
2022-06-14 13:29:39 -04:00
Barış Soner Uşaklı
2da188fe10
fix : #10696 , fix alert for password reset email
2022-06-14 13:29:34 -04:00