You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
3 years ago
..
admin feat: Allow defining active plugins in config (#10767) 3 years ago
categories refactor: only pass qs 3 years ago
posts feat: pass absolute url to post into post tools response, #10566 3 years ago
topics feat: new admin events, closes #10405 3 years ago
user fix: #10502, allow unblocking admin/mod 3 years ago
admin.js breaking: remove deprecated admin.groups methods 3 years ago
blacklist.js chore: eslint prefer-template 4 years ago
categories.js breaking: remove socket.emit('categories.getCategory') 3 years ago
groups.js breaking: remove deprecated groups socket calls 3 years ago
helpers.js feat: add post to hook params 3 years ago
index.js Allows socket authentication to be handled within plugins (#10428) 3 years ago
meta.js chore: eslint no-var, vars-on-top 4 years ago
modules.js style: eslint 3 years ago
notifications.js chore: eslint import/newline-after-import 4 years ago
plugins.js refactor: var to const and let (#9885) 3 years ago
posts.js refactor: :trollface: 3 years ago
topics.js feat: new admin events, closes #10405 3 years ago
uploads.js fix: guard against prototype pollution 3 years ago
user.js Revert "fix: update usage of emailer.send to not catch (as errors are no longer thrown), email error throttler" 3 years ago