Julian Lam
d1b1f50bb2
test: stricter isValidationPending check
3 years ago
Julian Lam
ad63517511
fix: missing early return
3 years ago
Julian Lam
936562c3cb
fix: handle case where email is explicitly passed into user.create, and thus is set in user hash, but confirmation request may have expired
3 years ago
Julian Lam
0322e984e0
fix : #10236 , don't check email:uid, instead verify an email confirmation is active
3 years ago
Misty (Bot)
c5637d1527
Latest translations and fallbacks
3 years ago
renovate[bot]
f1bed4418e
fix(deps): update dependency nodebb-theme-persona to v11.3.31 ( #10241 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
renovate[bot]
a470295925
fix(deps): update dependency nodebb-plugin-composer-default to v7.0.20 ( #10231 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
renovate[bot]
916a0db3d0
fix(deps): update dependency nodebb-theme-persona to v11.3.30 ( #10232 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
renovate[bot]
ebf4e12b28
fix(deps): update dependency nodebb-plugin-emoji to v3.5.8 ( #10239 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
Barış Soner Uşaklı
106ef7cf44
chore: up emoji
3 years ago
Barış Soner Uşaklı
9883910857
fix: don't crash if requestedFields is undefined
3 years ago
Misty (Bot)
d208422d6a
Latest translations and fallbacks
3 years ago
Barış Soner Uşaklı
7f1c4477e3
feat: allow gif profile images, sharp 0.30.0 supports gifs
3 years ago
dependabot[bot]
b71025cee9
chore(deps): bump nodebb-widget-essentials in /install ( #10219 )
...
Bumps [nodebb-widget-essentials](https://github.com/psychobunny/nodebb-widget-essentials ) from 5.0.5 to 5.0.6.
- [Release notes](https://github.com/psychobunny/nodebb-widget-essentials/releases )
- [Commits](https://github.com/psychobunny/nodebb-widget-essentials/compare/v5.0.5...v5.0.6 )
---
updated-dependencies:
- dependency-name: nodebb-widget-essentials
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>
3 years ago
renovate[bot]
2924cd3bf0
fix(deps): update dependency sharp to v0.30.0 ( #10221 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
renovate[bot]
cda07cb706
fix(deps): update dependency ioredis to v4.28.4 ( #10224 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
Barış Soner Uşaklı
3b4cf9713d
chore: persona
3 years ago
Julian Lam
8ba9e67cbd
feat: detect alternative package managers based on lockfile
...
If a package manager is not explicitly set in config.json or passed-in via argv/env, NodeBB will now check for the presence of alternative package managers' lockfiles and adjust the package manager to-be-used accordingly. If the standard npm lockfile exists, npm will always be used.
3 years ago
Barış Soner Uşaklı
d134567dab
Merge branch 'master' of https://github.com/NodeBB/NodeBB
3 years ago
Misty (Bot)
70eeb20474
chore(i18n): fallback strings for new resources: nodebb.users
3 years ago
Barış Soner Uşaklı
78db61cf75
chore: persona
3 years ago
Barış Soner Uşaklı
766ad6b774
feat: new language key for user search in chat
3 years ago
Renovate Bot
2c605d1c60
fix(deps): update dependency clipboard to v2.0.10
3 years ago
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
3 years ago
Misty (Bot)
c526a34605
Latest translations and fallbacks
3 years ago
Julian Lam
c869d7dbb3
docs: some tweaks to cli help
3 years ago
Julian Lam
c3d926ff7e
fix: a missed invocation of colors
3 years ago
Julian Lam
cf8f62aed9
feat: remove colors in favour of chalk ( #10142 )
...
* 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
3 years ago
Barış Soner Uşaklı
c7a5643932
chore: up deps
3 years ago
Barış Soner Uşaklı
cf5c096806
feat: add upload helper module for drag&drop, paste, closes #6388
...
fix chat input not getting focused
3 years ago
Renovate Bot
6ba25557b3
chore(deps): update dependency lint-staged to v12.3.3
3 years ago
Renovate Bot
1bf938da1c
fix(deps): update dependency sitemap to v7.1.1
3 years ago
Renovate Bot
b0dd68bbae
fix(deps): update dependency winston to v3.5.1
3 years ago
Renovate Bot
e7ba24c55a
fix(deps): pin dependency punycode to 2.1.1
3 years ago
Julian Lam
452f29c0ff
chore: add punycode dependency
3 years ago
Julian Lam
fa7dcdb968
fix: proactively guard against homograph characters in website values
3 years ago
Renovate Bot
322f103340
fix(deps): update dependency postcss to v8.4.6
3 years ago
Barış Soner Uşaklı
d50d4a9ecd
chore: up persona
3 years ago
Barış Soner Uşaklı
28ab4edeb7
Merge branch 'master' of https://github.com/NodeBB/NodeBB
3 years ago
Barış Soner Uşaklı
458606bc9a
chore: up persona
3 years ago
Renovate Bot
7d5080cd6d
fix(deps): update dependency nodebb-plugin-markdown to v9
3 years ago
Barış Soner Uşaklı
cfe53305da
chore: up persona
3 years ago
Barış Soner Uşaklı
f29bed27c0
chore: up persona
3 years ago
Misty (Bot)
4d1200d9aa
Latest translations and fallbacks
3 years ago
Barış Soner Uşaklı
1d01741ae7
fix : #10208 , don't use leading slash in directory names
...
change to use decodeURIComponent in utils.params
3 years ago
Misty (Bot)
40a0e6dd0b
Latest translations and fallbacks
3 years ago
Renovate Bot
153693e0a9
chore(deps): update dependency eslint to v8.8.0
3 years ago
Barış Soner Uşaklı
b4a4e60e6b
chore: up packages
3 years ago
Barış Soner Uşaklı
93d18383ee
fix: don't crash if quick search doesn't return posts
3 years ago
Julian Lam
fc2c755c64
fix: properly unregister hooks in emailer tests
3 years ago