2846 Commits (a2fafc2b1545a484f1f0256776e8504f0eb0afd0)

Author SHA1 Message Date
Misty Release Bot 3a1866ce81 Latest translations and fallbacks 2 years ago
Misty Release Bot 248fd6721c Latest translations and fallbacks 2 years ago
Misty Release Bot 8d6c0de735 Latest translations and fallbacks 2 years ago
Misty Release Bot 9ad3b214d6 chore(i18n): fallback strings for new resources: nodebb.admin-settings-user, nodebb.admin-settings-email 2 years ago
Julian Lam 96b46411b1 Merge branch 'master' into develop 2 years ago
Julian Lam 9c576a0758
Email confirmation QOL updates (#10987)
* breaking: remove `SocketUser.emailConfirm`, re: #10954

* chore: move email confirmation related configs to own section in Settings > Email

* feat: new user email method `getValidationExpiry`, returns expiration in ms.. probably.

* fix: bug where `user.email.isValidationPending` returned an u nexpected non-boolean value if there was no confirmation pending (only when checking email as well)

* fix: update getValidationExpiry to return ms

* test: use emailConfirmInterval for tests, for now

* fix: throw friendly error when attempting an email change within email confirmation window

* feat: new config option `emailConfirmExpiry` in days, governs how long the confirm link is good for

* test: additional tests for user email methods

* fix: add back missing handling of  option

* test: fix tests
2 years ago
Misty Release Bot 773a97446a Latest translations and fallbacks 2 years ago
Julian Lam 09f3ac6574 fix: in appropriately named language key `email-confirm-email2` 2 years ago
Misty Release Bot eec683dd39 Latest translations and fallbacks 2 years ago
Misty Release Bot 688e9a53da Latest translations and fallbacks 2 years ago
Misty Release Bot 8f2a78584a Latest translations and fallbacks 2 years ago
Misty Release Bot 09c24e1f03 Latest translations and fallbacks 2 years ago
Misty Release Bot 26415ea448 Latest translations and fallbacks 2 years ago
Misty Release Bot ca92345c48 Latest translations and fallbacks 2 years ago
Misty Release Bot bf9bb489ad Latest translations and fallbacks 2 years ago
Misty Release Bot bdfacb8903 Latest translations and fallbacks 2 years ago
Misty Release Bot 4b0a786dfb Latest translations and fallbacks 2 years ago
Misty Release Bot e7806021c9 Latest translations and fallbacks 2 years ago
Misty Release Bot 896ac77950 Latest translations and fallbacks 2 years ago
Misty Release Bot e20433ecfc chore(i18n): fallback strings for new resources: nodebb.admin-settings-reputation 2 years ago
Julian Lam 15b1561fd3 feat: introduce ACP defined option to rescind notif or do nothing on flag resolve/reject
/cc #10867
2 years ago
Misty Release Bot 42e0fec392 Latest translations and fallbacks 2 years ago
Misty Release Bot 0ba03950e9 Latest translations and fallbacks 2 years ago
Misty Release Bot 665f163704 Latest translations and fallbacks 2 years ago
Misty Release Bot f8297362b9 Latest translations and fallbacks 2 years ago
Misty Release Bot fcbbb4d6d3 chore(i18n): fallback strings for new resources: nodebb.admin-settings-post 2 years ago
Barış Soner Uşaklı aba420a3f3 feat: setting to show signatures only once in topics, closes #10071 2 years ago
Misty Release Bot 6b76f99a3e Latest translations and fallbacks 2 years ago
Misty Release Bot 6f9fa8c2c8 Latest translations and fallbacks 2 years ago
Misty Release Bot 90fc50e116 chore(i18n): fallback strings for new resources: nodebb.admin-advanced-cache 2 years ago
Opliko a9bbb586fc
feat: allow plugins to add to admin cache list (#10833)
* feat: allow plugins to add to admin cache list

resolves  #10820

plugins will have to use `filter:admin.cache.get` hook and just add their own cache to the object there.

* feat: add dump to ttlCache and expose properties

* feat: also expose properties under their current names

* feat: display TTL if set
2 years ago
Julian Lam 59f3ae201a Merge remote-tracking branch 'origin/master' into develop 2 years ago
Misty Release Bot d7a02d677f Latest translations and fallbacks 2 years ago
Misty Release Bot 8e9677544b Latest translations and fallbacks 2 years ago
Julian Lam 659cfe853d chore: update to new transifex project url 2 years ago
Misty Release Bot 18c144bf37 Latest translations and fallbacks 2 years ago
Misty Release Bot cdaa8f21e4 chore(i18n): fallback strings for new resources: nodebb.admin-settings-email 2 years ago
Julian Lam 4055e3bd1c feat: automatically enable the SMTP transport option if the SMTP service is changed 2 years ago
Misty Release Bot 3e56c547a9 chore(i18n): fallback strings for new resources: nodebb.admin-settings-email 2 years ago
Julian Lam 7082291bae fix: #10808; tweak copy for gmail app passwords support 2 years ago
Misty Release Bot bcf7ef6779 chore(i18n): fallback strings for new resources: nodebb.user 2 years ago
Julian Lam 7fcee42be9 feat: present a password challenge on email update flow 2 years ago
Misty Release Bot d073e09c11 Latest translations and fallbacks 3 years ago
Misty Release Bot 39e65d0bdf Latest translations and fallbacks 3 years ago
Misty Release Bot 17120e034b chore(i18n): fallback strings for new resources: nodebb.admin-settings-advanced, nodebb.admin-menu, nodebb.error 3 years ago
Misty Release Bot 56372fb618 Latest translations and fallbacks 3 years ago
Misty Release Bot d3c0b7c375 Latest translations and fallbacks 3 years ago
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
Julian Lam 1b9c68196f fix: better looking placeholder text for ACP search 3 years ago
Julian Lam 15fb6c3304 Revert "Revert "chore(i18n): fallback strings for new resources: nodebb.admin-settings-advanced""
This reverts commit 9f291c07d3.
3 years ago