24039 Commits (8384b7cf0d9a29f8992a19414fb40db40c92d042)
 

Author SHA1 Message Date
Misty Release Bot 57b8292d07 chore: incrementing version number - v2.2.3 3 years ago
Julian Lam b778e38c2b fix: move call to `ajaxify.parseData` out to root level 3 years ago
Misty Release Bot 9c48e3d66d Latest translations and fallbacks 3 years ago
Misty Release Bot fb96072f67 Latest translations and fallbacks 3 years ago
Julian Lam 165b804d64 refactor: rewrite ajaxify.parseData in vanilla 3 years ago
Julian Lam 2582cb53a6 fix: move `ajaxify.parseData` back out to DOMContentLoaded
partialy reverts 2bfccac72
3 years ago
Misty Release Bot 077eb0912a Latest translations and fallbacks 3 years ago
Misty Release Bot f59ddc34a2 chore: update changelog for v2.2.2 3 years ago
Misty Release Bot 7863459667 chore: incrementing version number - v2.2.2 3 years ago
dependabot[bot] bfd626b019 chore(deps-dev): bump eslint from 8.17.0 to 8.18.0 in /install
Bumps [eslint](https://github.com/eslint/eslint) from 8.17.0 to 8.18.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.17.0...v8.18.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot] d037c2c98c chore(deps-dev): bump jsdom from 19.0.0 to 20.0.0 in /install
Bumps [jsdom](https://github.com/jsdom/jsdom) from 19.0.0 to 20.0.0.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
- [Commits](https://github.com/jsdom/jsdom/compare/19.0.0...20.0.0)

---
updated-dependencies:
- dependency-name: jsdom
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Misty Release Bot f71a349524 Latest translations and fallbacks 3 years ago
Julian Lam f38b2a737a fix: improper handling of single vs. multiple inputs for hidePrivateData 3 years ago
Julian Lam ecf0e8ce22 fix: observe user-specific and ACP-specific hiding rules for fullname 3 years ago
Julian Lam 3f5ae893c6 refactor: allow user.hidePrivateData() to handle an array of `userData` 3 years ago
Misty Release Bot 6fac823e64 Latest translations and fallbacks 3 years ago
Misty Release Bot b5c1658c7f Latest translations and fallbacks 3 years ago
Misty Release Bot 667780cf1e chore: update changelog for v2.2.1 3 years ago
Misty Release Bot 178613cedd chore: incrementing version number - v2.2.1 3 years ago
renovate[bot] d4a5039e33
fix(deps): update dependency winston to v3.8.0 (#10725)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 years ago
renovate[bot] 0a07c2c028
fix(deps): update dependency sharp to v0.30.7 (#10724)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 years ago
Opliko 7f5b285eb7 docs: remove the redundant security policy template 3 years ago
Opliko 97baa8f2f7
Use new form issue templates (#10720)
* docs: use the new form issue template

* docs: add codeblock to plugins command in issue template

* docs: remove labels

* docs: remove all labels from issue templates

* style: add new line at the end of issue template files

* docs: re-add issue template labels
3 years ago
Misty Release Bot fa023f1c5d Latest translations and fallbacks 3 years ago
Misty Release Bot ab021902a4 Latest translations and fallbacks 3 years ago
Misty Release Bot 871bd04bf8 Latest translations and fallbacks 3 years ago
Misty Release Bot ee4a6505df Latest translations and fallbacks 3 years ago
Misty Release Bot 66ad72eb57 Latest translations and fallbacks 3 years ago
Misty Release Bot da48116373 chore(i18n): fallback strings for new resources: nodebb.admin-settings-uploads 3 years ago
Julian Lam 43f9e6c8e4 fix: handle ENOENT on file deletion, closes #10645 3 years ago
Julian Lam 05c30677f5 test: fix i18n tests 3 years ago
Julian Lam 06074e8c33 chore: add in warning in language directories about not editing files directly 3 years ago
Julian Lam 46050ace1a Revert "feat: cross origin opener policy options (#10710)"
This reverts commit 881323583f.
3 years ago
Julian Lam 9f291c07d3 Revert "chore(i18n): fallback strings for new resources: nodebb.admin-settings-advanced"
This reverts commit 34d75e96e1.
3 years ago
Misty Release Bot 34d75e96e1 chore(i18n): fallback strings for new resources: nodebb.admin-settings-advanced 3 years ago
Barış Soner Uşaklı 881323583f
feat: cross origin opener policy options (#10710) 3 years ago
Misty Release Bot 20b75b24ad Latest translations and fallbacks 3 years ago
Misty Release Bot 1c8909cc90 Latest translations and fallbacks 3 years ago
Misty Release Bot bb3766df65 chore: update changelog for v2.2.0 3 years ago
Misty Release Bot 783250ee6f chore: incrementing version number - v2.2.0 3 years ago
Misty Release Bot f5afb5c396 chore(i18n): fallback strings for new resources: nodebb.admin-settings-uploads 3 years ago
Julian Lam 22368b996e refactor: move orphan cleaning logic to its own method, added tests for getOrphans and cleanOrphans 3 years ago
Julian Lam 88aee43947 feat: new cronjob and ACP option to delete orphans after configurable number of days, closes #10659 3 years ago
Julian Lam bef236f371 chore: remove unnecessary `affected` set from deprecated plugin hook 3 years ago
Julian Lam b9d4724e0f feat: allowed plugins to modify email verification details prior to db saving or email send/plugin fire
+ new hook `filter:user.verify`
- hook `filter:user.verify.code`
3 years ago
Julian Lam 3a015eb8e3 fix: no need to pass in empty Set in deprecated hooks 3 years ago
Julian Lam c7fa73b163 chore: bump persona, #10699 3 years ago
Misty Release Bot 7836ee4ca7 Latest translations and fallbacks 3 years ago
Misty Release Bot b1dc053142 chore(i18n): fallback strings for new resources: nodebb.admin-manage-users 3 years ago
Barış Soner Uşaklı f2f7f78051 Merge branch 'master' of https://github.com/NodeBB/NodeBB 3 years ago