2223 Commits (dc4a850cacecb8c57923803363dac9bb61221bba)

Author SHA1 Message Date
Barış Soner Uşaklı dc4a850cac show progress 2 years ago
Barış Soner Uşaklı ba484d5478 Esbuild (#10940)
* ci: add minimum GitHub token permissions for workflows
Signed-off-by: Ashish Kurmi <akurmi@stepsecurity.io>

* feat: use esbuild for minification

Co-authored-by: Ashish Kurmi <akurmi@stepsecurity.io>
2 years ago
Misty Release Bot 7dc45afa4c chore: incrementing version number - v2.5.6 2 years ago
Misty Release Bot 58b2f10ee9 chore: incrementing version number - v2.5.5 2 years ago
Barış Soner Uşaklı b91ef6dd76 chore: up plugins 2 years ago
Misty Release Bot 89eb0340d1 chore: incrementing version number - v2.5.4 2 years ago
Misty Release Bot cf6e8101e8 chore: incrementing version number - v2.5.3 2 years ago
Julian Lam 1d80a07ed1 fix(deps): bump composer-default to v9.1.1 2 years ago
Misty Release Bot e351fbe89c chore: incrementing version number - v2.5.2 2 years ago
Misty Release Bot 2bf475299d chore: incrementing version number - v2.5.1 2 years ago
Julian Lam 61d1e9e0d4 fix(deps): temporarily add back old textcomplete dependencies so emoji plugin can import them
Revert this commit once the emoji plugin is patched so it refers to the newer textcomplete module
2 years ago
Misty Release Bot c3e19005f6 chore: incrementing version number - v2.5.0 2 years ago
Opliko 1920732528
feat: remove visibilityjs (#10870)
* feat: remove visibilityjs

* fix: actually remove require

* style: add a newline

* style: forgot a semicolon

* style: accidently removed trailing newline

* fix: move property declaration to its actual previous place
2 years ago
renovate[bot] 884d40756a fix(deps): update dependency compare-versions to v4.1.4 2 years ago
Julian Lam b3b48fa62f Merge remote-tracking branch 'origin/master' into develop 2 years ago
Julian Lam 3cbb7a3df0 chore: move @textcomplete and its modules to composer-default 2 years ago
Misty Release Bot d8b1291088 chore: incrementing version number - v2.4.5 2 years ago
Julian Lam 20ebf0a1e0 Merge remote-tracking branch 'origin/master' into develop 2 years ago
renovate[bot] e51004e206 fix(deps): update dependency mongodb to v4.9.0 2 years ago
Misty Release Bot 24221d66e0 chore: incrementing version number - v2.4.4 2 years ago
Misty Release Bot be0256b26e chore: incrementing version number - v2.4.3 2 years ago
renovate[bot] d8a52f8142 fix(deps): update dependency lru-cache to v7.14.0 2 years ago
Julian Lam 81f8d84f10 fix(deps): bump composer-default to v9 2 years ago
Julian Lam b7bcc367c6 fix(deps): remove textcomplete in favour of @textcomplete/core (same package, just refactored) 2 years ago
Julian Lam 9e46dd2090 Merge remote-tracking branch 'origin/master' into develop 2 years ago
Misty Release Bot 1635633acd chore: incrementing version number - v2.4.2 2 years ago
renovate[bot] 444b4d578b
fix(deps): update dependency nodebb-theme-persona to v12.1.1 (#10838)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot] 8fce68d347
chore(deps): update dependency eslint to v8.22.0 (#10835)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Barış Soner Uşaklı 33458701c1 test: passport0.6 (#10638)
* test: passport0.6

* test: make logout async, fix lint

* test: keepSessionInfo flag

* revert: csrf load
2 years ago
Misty Release Bot fecf31bd15 chore: incrementing version number - v2.4.1 2 years ago
Barış Soner Uşaklı 6b2a6f9006
test: passport0.6 (#10638)
* test: passport0.6

* test: make logout async, fix lint

* test: keepSessionInfo flag

* revert: csrf load
2 years ago
Misty Release Bot 7f5ff2e613 chore: incrementing version number - v2.4.1 2 years ago
renovate[bot] 4c44d12557 fix(deps): update dependency ace-builds to v1.9.5 2 years ago
renovate[bot] 4ddc0c7af9 fix(deps): update dependency lru-cache to v7.13.2 2 years ago
renovate[bot] dd3851849b fix(deps): update dependency nodemailer to v6.7.8 2 years ago
renovate[bot] 150a7488e4 fix(deps): pin dependency @isaacs/ttlcache to 1.2.0 2 years ago
renovate[bot] 9a7dd3a3b1 fix(deps): update dependency nodebb-plugin-composer-default to v8.0.1 (#10819)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Misty Release Bot 5525442279 chore: incrementing version number - v2.4.0 2 years ago
Julian Lam 9b753d6d57
TTL Cache (#10816)
* refactor: move src/cacheCreate.js to src/cache/lru.js

* fix: call new library location for lru cache creator

* feat: add ttl cache

* fix: update upload throttler to use ttl cache instead of lru cache

* chore: add missing dependency

* fix: avoid pubsub conflicts

* fix: use get instead of peek, which is not available in ttl-cache
2 years ago
Julian Lam c07d595662
Update to lru-cache@^7 (#10815)
* chore(deps): bump lru-cache from 6.0.0 to 7.13.1 in /install

Bumps [lru-cache](https://github.com/isaacs/node-lru-cache) from 6.0.0 to 7.13.1.
- [Release notes](https://github.com/isaacs/node-lru-cache/releases)
- [Changelog](https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-lru-cache/compare/v6.0.0...v7.13.1)

---
updated-dependencies:
- dependency-name: lru-cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix(lru-cache): remove unneeded `length` params for cache creation, as `maxSize` was not used in those init calls, also renamed some methods to match new method names in lru-cache [breaking]

Added deprecation notices for old params

* fix: replace three direct calls to lru-cache with call to cacheCreate, moved cache creation call in uploads to run on first init as config is not populated at lib init

* test: move configs init above cache reset calls in databasemock

* move some more code above cache clear

* refactor: remove unused

* test: lru

* test: more debug

* test: on more test

* use await helpers.uploadFile

* fix: tests remove logs

* fix: acp cache page

* fix: add in one more guard again cache instantiation with `length` prop but no `maxSize` prop

* fix(deps): bump markdown

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Barış Soner Uşaklı <barisusakli@gmail.com>
2 years ago
renovate[bot] 13a17bd10a chore(deps): update dependency eslint to v8.21.0 2 years ago
dependabot[bot] 993b77478e chore(deps): bump commander from 7.2.0 to 9.4.0 in /install
Bumps [commander](https://github.com/tj/commander.js) from 7.2.0 to 9.4.0.
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tj/commander.js/compare/v7.2.0...v9.4.0)

---
updated-dependencies:
- dependency-name: commander
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Julian Lam 1465598d3b fix(deps): bump persona v12.1.0 2 years ago
Julian Lam bd18004d77 fix(deps): bump 2factor to v5.0.2 2 years ago
Julian Lam e092bfeb46 Merge remote-tracking branch 'origin/master' into develop 2 years ago
renovate[bot] f02492bde3
fix(deps): update dependency sanitize-html to v2.7.1 (#10792)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 years ago
renovate[bot] f22790c0d0 fix(deps): update dependency html-to-text to v8.2.1 3 years ago
renovate[bot] e748e31fed fix(deps): update dependency webpack to v5.74.0 3 years ago
renovate[bot] 4ca0d57172
fix(deps): update dependency autoprefixer to v10.4.8 (#10799)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
3 years ago
Opliko 456b87983a
fix: remove socket.io cluster adapter (#10742) 3 years ago