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
..
database perf: WIP #10449, allow array of pids for posts.purge (#10465) 3 years ago
files Add more chat hooks, replace toobig.jpg (#9843) 3 years ago
helpers Webpack5 (#10311) 3 years ago
mocks Webpack5 (#10311) 3 years ago
posts Webpack5 (#10311) 3 years ago
topics test: fix topic thumb tests and topic thumbs to work properly with post upload assoc. 3 years ago
user Webpack5 (#10311) 3 years ago
.eslintrc
api.js Webpack5 (#10311) 3 years ago
authentication.js test: add more asserts to failing test 3 years ago
batch.js chore: eslint no-var, vars-on-top 4 years ago
blacklist.js chore: eslint no-var, vars-on-top 4 years ago
build.js Webpack5 (#10311) 3 years ago
categories.js test: fix category tests 3 years ago
controllers-admin.js test: fix one more test 3 years ago
controllers.js Webpack5 (#10311) 3 years ago
coverPhoto.js chore: eslint no-var, vars-on-top 4 years ago
database.js refactor: remove tabs after declaration 3 years ago
defer-logger.js chore: eslint no-var, vars-on-top 4 years ago
emailer.js fix: properly unregister hooks in emailer tests 3 years ago
feeds.js breaking: remove socket.io/flags.js 3 years ago
file.js chore: eslint no-var, vars-on-top 4 years ago
flags.js Webpack5 (#10311) 3 years ago
groups.js breaking: remove deprecated groups socket calls 3 years ago
i18n.js test: fix i18n tests 3 years ago
image.js chore: eslint no-var, vars-on-top 4 years ago
locale-detect.js refactor: remove tabs after declaration 3 years ago
messaging.js Webpack5 (#10311) 3 years ago
meta.js refactor: tab rules 3 years ago
middleware.js fix(security): explicitly declare cache-control header instead of using middleware 3 years ago
notifications.js feat: als (#9749) 3 years ago
package-install.js Re-introduce lodash into src/package-install.js (#10315) 3 years ago
pagination.js refactor: remove tabs after declaration 3 years ago
password.js feat: allow passwords with length > 73 characters (#8818) 4 years ago
plugins-installed.js chore: eslint prefer-arrow-callback 4 years ago
plugins.js feat: Allow defining active plugins in config (#10767) 3 years ago
posts.js Webpack5 (#10311) 3 years ago
pubsub.js chore: eslint no-var, vars-on-top 4 years ago
rewards.js chore: eslint no-var, vars-on-top 4 years ago
search-admin.js chore: eslint no-var, vars-on-top 4 years ago
search.js refactor: remove tabs after declaration 3 years ago
settings.js chore: eslint no-var, vars-on-top 4 years ago
socket.io.js test: remove old test 3 years ago
template-helpers.js Webpack5 (#10311) 3 years ago
topics.js refactor: move post upload tests to its own file 3 years ago
translator.js Webpack5 (#10311) 3 years ago
upgrade.js test: upgrade.runParticular 3 years ago
uploads.js refactor: move orphan cleaning logic to its own method, added tests for getOrphans and cleanOrphans 3 years ago
user.js feat: v3 user email tests 3 years ago
utils.js test: fix UUID test 3 years ago