Julian Lam
|
006fc700dd
|
feat: add ACP option to require email address on new registration
|
3 years ago |
Julian Lam
|
34afb74762
|
fix: browsers autocompleting smtp fields when they should not
|
3 years ago |
Misty (Bot)
|
0a56158bb4
|
chore: incrementing version number - v1.18.2
(cherry picked from commit 854c078b73 )
Signed-off-by: Misty (Bot) <deploy@nodebb.org>
|
3 years ago |
Misty (Bot)
|
27e9282aa4
|
chore: update changelog for v1.18.2
|
3 years ago |
Misty (Bot)
|
507517fce5
|
Latest translations and fallbacks
|
3 years ago |
psychobunny
|
bf0c02a71e
|
feat: a slightly less ugly rewards panel
|
3 years ago |
psychobunny
|
a7855c4cc4
|
fix: dashboard graph controls
|
3 years ago |
psychobunny
|
580a016b0e
|
fix: #9767 ACP change group icon fix
|
3 years ago |
Renovate Bot
|
ac6cd02fa2
|
fix(deps): update dependency sharp to v0.29.1
|
3 years ago |
Misty (Bot)
|
a17ffcd094
|
Latest translations and fallbacks
|
3 years ago |
Renovate Bot
|
338f90fc5e
|
fix(deps): update dependency nodebb-plugin-dbsearch to v5.0.3
|
3 years ago |
Misty (Bot)
|
9084520027
|
Latest translations and fallbacks
|
3 years ago |
Misty (Bot)
|
2e1b99f504
|
Latest translations and fallbacks
|
3 years ago |
Barış Soner Uşaklı
|
0ce4b87d85
|
fix: #9781 (#9782)
|
3 years ago |
Julian Lam
|
856ba78a5f
|
fix: replace logic in isPrivilegedOrSelfAndPasswordMatch to use privileges.users.canEdit
|
3 years ago |
Renovate Bot
|
87ba768f5c
|
chore(deps): update commitlint monorepo to v13
|
3 years ago |
Renovate Bot
|
0b3ea5adb4
|
fix(deps): update dependency nodebb-theme-vanilla to v12.1.3
|
3 years ago |
Julian Lam
|
8cbad61e8a
|
test: added test for external image via new change picture API
|
3 years ago |
Julian Lam
|
cdaea61136
|
fix: handle missing uid in deprecated socket call
|
3 years ago |
Julian Lam
|
0a41741b7e
|
refactor: deprecate picture update socket call, new API routes for picture update
|
3 years ago |
Julian Lam
|
e33e046f15
|
fix: use privileges.users.canEdit for image upload priv check
|
3 years ago |
Barış Soner Uşaklı
|
a48bbdbfe3
|
fix: errors from registerComplete
|
3 years ago |
Renovate Bot
|
57e54d559b
|
fix(deps): update dependency nodebb-theme-persona to v11.2.5
|
3 years ago |
Julian Lam
|
60de084475
|
fix: simplify logic for fullname and email blanking in user retrieval (getUserDataByUserSlug)
Previous logic seemed to match the logic used in privileges.users.canEdit, except
the latter allows plugins to modify the value.
|
3 years ago |
Barış Soner Uşaklı
|
1e2bda13d0
|
fix: lint
|
3 years ago |
Barış Soner Uşaklı
|
488f0978a4
|
fix: manifest error
|
3 years ago |
Barış Soner Uşaklı
|
72710b8040
|
fix: #9772, regression from 70a04bc105
|
3 years ago |
Julian Lam
|
dd4e66e22c
|
fix: push back some deprecations, remove deprecated stuff scheduled for v1.18.0
|
3 years ago |
Barış Soner Uşaklı
|
1f91a31327
|
Priv hook fix (#9775)
* fix: #9773, fire hooks properly for priv changes
* fix: admin/global group privs
dont allow invalid privs
|
3 years ago |
Julian Lam
|
4ac701d747
|
fix: deprecate userData.showHidden as it is functionally equivalent to userData.canEdit
|
3 years ago |
Julian Lam
|
46e5e17d0f
|
fix: focus on save button on plugin activation
|
3 years ago |
Barış Soner Uşaklı
|
6869920e06
|
fix: #9773, fire hooks properly for priv changes (#9774)
|
3 years ago |
Misty (Bot)
|
f8f80e4fb3
|
chore: incrementing version number - v1.18.1
(cherry picked from commit 0409403f5b )
Signed-off-by: Misty (Bot) <deploy@nodebb.org>
|
3 years ago |
Misty (Bot)
|
0713475dc5
|
chore: update changelog for v1.18.1
|
3 years ago |
Misty (Bot)
|
b73d8849ab
|
Latest translations and fallbacks
|
3 years ago |
Renovate Bot
|
67b932f4d1
|
fix(deps): update dependency autoprefixer to v10.3.4
|
3 years ago |
Renovate Bot
|
fe18e100c5
|
fix(deps): update dependency nodebb-theme-persona to v11.2.4
|
3 years ago |
Misty (Bot)
|
3957ff283a
|
Latest translations and fallbacks
|
3 years ago |
gasoved
|
fc0e655eef
|
refactor: consistent jquery element var naming
|
3 years ago |
gasoved
|
760ea9df1e
|
fix: determine indeterminate checkboxes
|
3 years ago |
gasoved
|
1272da6539
|
refactor: var to const
|
3 years ago |
Julian Lam
|
ca9bae3a1c
|
fix: move app.alert back into the conditionals
|
3 years ago |
Julian Lam
|
1bd1cc74a4
|
fix: only show email confirmation warning toast on pages that it applies
|
3 years ago |
Julian Lam
|
2d1380ddf1
|
fix: updated email confirm warning to be more positive
|
3 years ago |
Misty (Bot)
|
985be8ad87
|
Latest translations and fallbacks
|
3 years ago |
Renovate Bot
|
31a35d7f71
|
fix(deps): update dependency mongodb to v3.7.0
|
3 years ago |
psychobunny
|
6afeac375b
|
fix: automated tests are a good thing to have
|
3 years ago |
psychobunny
|
ae793b4a44
|
chore: found some hooks that don't play well docgen
|
3 years ago |
gasoved
|
3df79683f5
|
feat: create folders in ACP uploads #9638 (#9750)
* feat: create folders in ACP uploads #9638
* fix: openapi
* test: missing tests
* fix: eslint
* fix: tests
|
3 years ago |
Renovate Bot
|
f2028d7009
|
fix(deps): update socket.io packages to v4.2.0
|
3 years ago |