Commit Graph

23410 Commits (2c605d1c60763c921d6400f079c4b92c78ff264c)
 

Author SHA1 Message Date
Renovate Bot 2c605d1c60 fix(deps): update dependency clipboard to v2.0.10
Julian Lam 9a1690857d refactor: updated package-install.js exports style, new exported method 'getPackageManager' for use in cases where nconf is unreliable, fix bug where nconf was not correctly set up in cli tools, proper installation of dev dependencies based on global env value
Misty (Bot) c526a34605 Latest translations and fallbacks
Julian Lam c869d7dbb3 docs: some tweaks to cli help
Julian Lam c3d926ff7e fix: a missed invocation of colors
Julian Lam cf8f62aed9
feat: remove colors in favour of chalk ()
* feat: remove colors in favour of chalk

* fix: bad conversion from colors to chalk in src/cli/index.js

* fix: padWidth calculation to account for control characters

* fix: termWidth calculation, but swapped one problem for another

* fix: formatItem, implement my own padRight to take control characters into account
Barış Soner Uşaklı c7a5643932 chore: up deps
Barış Soner Uşaklı cf5c096806 feat: add upload helper module for drag&drop, paste, closes
fix chat input not getting focused
Renovate Bot 6ba25557b3 chore(deps): update dependency lint-staged to v12.3.3
Renovate Bot 1bf938da1c fix(deps): update dependency sitemap to v7.1.1
Renovate Bot b0dd68bbae fix(deps): update dependency winston to v3.5.1
Renovate Bot e7ba24c55a fix(deps): pin dependency punycode to 2.1.1
Julian Lam 452f29c0ff chore: add punycode dependency
Julian Lam fa7dcdb968 fix: proactively guard against homograph characters in website values
Renovate Bot 322f103340 fix(deps): update dependency postcss to v8.4.6
Barış Soner Uşaklı d50d4a9ecd chore: up persona
Barış Soner Uşaklı 28ab4edeb7 Merge branch 'master' of https://github.com/NodeBB/NodeBB
Barış Soner Uşaklı 458606bc9a chore: up persona
Renovate Bot 7d5080cd6d fix(deps): update dependency nodebb-plugin-markdown to v9
Barış Soner Uşaklı cfe53305da chore: up persona
Barış Soner Uşaklı f29bed27c0 chore: up persona
Misty (Bot) 4d1200d9aa Latest translations and fallbacks
Barış Soner Uşaklı 1d01741ae7 fix: , don't use leading slash in directory names
change to use decodeURIComponent in utils.params
Misty (Bot) 40a0e6dd0b Latest translations and fallbacks
Renovate Bot 153693e0a9 chore(deps): update dependency eslint to v8.8.0
Barış Soner Uşaklı b4a4e60e6b chore: up packages
Barış Soner Uşaklı 93d18383ee fix: don't crash if quick search doesn't return posts
Julian Lam fc2c755c64 fix: properly unregister hooks in emailer tests
Julian Lam dee9cca3c8 fix: email ban tests
Julian Lam e25c0313d1 Revert "refactor: emailer.send and emailer.sendToEmail returns Boolean based on message being successfully sent"
This reverts commit f0e32ff182.
Julian Lam 165a1d8b76 Revert "fix: update usage of emailer.send to not catch (as errors are no longer thrown), email error throttler"
This reverts commit d4e5259fcf.
Misty (Bot) e9588ca7b7 chore(i18n): fallback strings for new resources: nodebb.admin-settings-email
Julian Lam d4e5259fcf fix: update usage of emailer.send to not catch (as errors are no longer thrown), email error throttler
Julian Lam b3f7b742c1 fix: derp
Julian Lam ea27eaf166 feat: no more sending emails to banned users, + feature flag
Julian Lam f0e32ff182 refactor: emailer.send and emailer.sendToEmail returns Boolean based on message being successfully sent
Note that of course this doesn't mean the message was _delivered_, just sent off.

This will stop issues where emailer errors crash NodeBB
Barış Soner Uşaklı 680e36da67 test: fix derp
Barış Soner Uşaklı a214f9a61b test: up acp plugin page timeout
dependabot[bot] 2db54e67c3
chore(deps): bump nodebb-theme-persona in /install ()
Bumps [nodebb-theme-persona](https://github.com/NodeBB/nodebb-theme-persona) from 11.3.19 to 11.3.20.
- [Release notes](https://github.com/NodeBB/nodebb-theme-persona/releases)
- [Commits](https://github.com/NodeBB/nodebb-theme-persona/compare/v11.3.19...v11.3.20)

---
updated-dependencies:
- dependency-name: nodebb-theme-persona
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
renovate[bot] c50f6512a9
fix(deps): update dependency ace-builds to v1.4.14 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] a7f142bebb
fix(deps): update dependency winston to v3.5.0 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] c6164e487d
fix(deps): update dependency clipboard to v2.0.9 ()
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Julian Lam 89b559a2a3 refactor: sorted-list .get() to be async fn
+ plugin hook `filter:settings.sorted-list.load` to allow modification of params prior to template parsing
Julian Lam 578145acd6 fix: bug where page wouldn't complete loading if data.scripts was emptied
Barış Soner Uşaklı 2a89ad8288 fix: use escaped group names in invite modal
Julian Lam e1e1d5223e feat: push the theme name into body class
Misty (Bot) 63d54098ba Latest translations and fallbacks
Renovate Bot 814cb66bed chore(deps): update dependency lint-staged to v12.3.2
Barış Soner Uşaklı dc6e629d59 fix: https://github.com/julianlam/nodebb-plugin-mentions/issues/170
Barış Soner Uşaklı 92a249c947 fix: , fix relative path urls for dashboard pages