Commit Graph

18318 Commits (3b8e6e15c39765832275b3b49c03510e9fe84c00)
 

Author SHA1 Message Date
renovate[bot] d4d8d98fe2 chore(deps): update dependency jsdom to v15 ()
renovate[bot] ca694fd166 chore(deps): update dependency jsdom to v14.1.0 ()
renovate[bot] f10708e734 chore(deps): update node.js to v8.16.0 ()
Andrew Rodrigues abcca134dc chore: bump themes
Aziz Khoury 45acf80987 remove expire timestamp when banning user permanently, fixes ()
Barış Soner Uşaklı c6cd6c5705 fix: add post queue to /compose POST route
Barış Soner Uşaklı 4df925e76a fix: remove redis object cache
Andrew Rodrigues 740388492f fix:
Misty (Bot) a876c53b55 Latest translations and fallbacks
Andrew Rodrigues 551b18cd4f chore: bump themes
Andrew Rodrigues 9bf3517db1 fix: failing test from 00552d7183
Andrew Rodrigues 00552d7183 fix: fire filter:register.complete for users approved via registration queue
Andrew Rodrigues ddffc904f4 feat: allow file uploading on registration interstitial
Baris Usakli 8778f00b69 fix:
Misty (Bot) 81f3fbdcfc Latest translations and fallbacks
Renovate Bot 69dd8e4d06 chore(deps): update dependency eslint-plugin-import to v2.17.1
renovate[bot] a54f8f00d2 fix(deps): update dependency nodebb-plugin-composer-default to v6.2.12 ()
Misty (Bot) 0fe954816f Latest translations and fallbacks
Barış Soner Uşaklı 3ce6321707 Merge branch 'master' of https://github.com/NodeBB/NodeBB
Barış Soner Uşaklı ba5e1eaa4f feat:
Misty (Bot) 35618de1a7 Latest translations and fallbacks
Misty (Bot) 3a35b77d5f Latest translations and fallbacks
Julian Lam c38db4f765 feat:
This reverts commit 81f8cfe3da.
Julian Lam d8978fb142 Merge remote-tracking branch 'origin/develop'
Renovate Bot b716977237 chore(deps): update dependency mocha to v6.1.2
Renovate Bot 97a7f02feb fix(deps): update dependency mongodb to v3.2.3
Julian Lam d3ebda7370 fix: more graceful error handling and output for cli/reset
Julian Lam 808c4909a4
fix: only apply whitelist when fields request empty ()
* fix:  only apply whitelist when fields request empty

* feat: explicit password retrieval denied via getUsersFields
Julian Lam 93b688d00e docs: updated changelog
Misty (Bot) dd973abe88 chore: incrementing version number - v1.12.1
RoiEX 6fdd486589 Update Node version
Misty (Bot) c87ebc93c7 Latest translations and fallbacks
Barış Soner Uşaklı eb2c3e5626 fix: don't crash if templateData is undefined
Barış Soner Uşaklı 81f8cfe3da Revert "feat: #7515"
This reverts commit ac889db16b.
Barış Soner Uşaklı ac889db16b feat:
Misty (Bot) 8cd3d43322 Latest translations and fallbacks
Julian Lam d79a34c466 Merge remote-tracking branch 'origin/master' into develop
Misty (Bot) 4de53d5316 Latest translations and fallbacks
Barış Soner Uşaklı 397e062a3c fix: clear children before building tree
prevents infinite loop on databases that have children array saved in database
Barış Soner Uşaklı 4f3ca4d899 fix: upgrade script date
Misty (Bot) 4f303a85ce Latest translations and fallbacks
Renovate Bot e5c12a49e5 fix(deps): update dependency nodebb-theme-persona to v9.1.29
Aziz Khoury 3fbb6faf28 feat: update unban logic/invocation and refactor User.bans module
* auto unban when User.getUsersFields is called and the user is banned but has expired

* cleanups and removal of expiry_readable

* expiry_readable make an alias for backward compatibility

* User.bans.func vs User.*ban*Func

* console.log cleanups, plus todo message added

* use code util.deprecate

* fix: remove ununsed winston require
Baris Usakli ed91d3f2c8 fix:
Baris Usakli fb58e23914 fix lint
Baris Usakli e479fad792 fix:
Misty (Bot) a8627d33c4 Latest translations and fallbacks
Julian Lam 75ae29c1dd fix: Properly handle recompilation of email templates
Renovate Bot ae17481d36 chore(deps): update dependency lint-staged to v8.1.5
Julian Lam 3871a02ccc fix: resolve CORS error on uploading via URL
On uploading a new profile picture via URL, a CORS error presents
itself during the .toDataUrl() call due to misconfigured CORS
handling in the library. The change here allows cropper.js to
check crossorigin attribute in image and handle appropriately.

Also, the error handling is improved so the error is caught on
Firefox, as it sends a different error message than on Chrome.