Julian Lam
db8d3a94eb
fix: change hsts-maxage back to numeric input type, change API token uid input to numeric text type
2 years ago
Julian Lam
d9852c3245
Revert "fix: replace input type number with text/pattern"
...
This reverts commit cde4c6ac7e
.
The changeset was naive in the sense that a lot of the changes inputs actually work better as type="number".
2 years ago
Julian Lam
45ae31f816
fix: replace input type number with text/pattern
2 years ago
Julian Lam
dadbcd731c
feat: integrating basic client-side form validity checking in settings v1 and v2
2 years ago
Manuel Valle
8c4d6bbebb
Fix: categories.js not showing custom privileges ( #10856 )
...
No shows correctly custom privileges in the Other section for a category.
2 years ago
Barış Soner Uşaklı
07a0212571
fix : #11077 , add admin uploads paths to priv mapping
...
closes #11077
2 years ago
Barış Soner Uşaklı
4efc19d5f1
feat: add ./nodebb install <plugin_name>
...
will install the suggested version for current nodebb closes #11060
2 years ago
Barış Soner Uşaklı
48d1439217
fix: prototype vulnerability in socket.io onMessage
2 years ago
Barış Soner Uşaklı
0e495f9ea4
fix : #11066 , fix custom privilege/path in routePrefixMap
...
will find most specific path
2 years ago
Barış Soner Uşaklı
c7aa4ebf47
Merge branch 'master' into develop
2 years ago
Barış Soner Uşaklı
864fe0f971
feat: add permissions-policy header
2 years ago
Barış Soner Uşaklı
110311b25e
fix: https://github.com/NodeBB-Community/nodebb-plugin-custom-pages/issues/68
...
don't crash if template doesn't have any widgets set before
2 years ago
Barış Soner Uşaklı
fc49665fe5
fix: https://github.com/NodeBB-Community/nodebb-plugin-custom-pages/issues/68
...
don't crash if template doesn't have any widgets set before
2 years ago
Barış Soner Uşaklı
bb82eb71e2
fix : #11052 , add missing await
2 years ago
Julian Lam
10ba7b9ced
Merge branch 'master' into develop
2 years ago
Barış Soner Uşaklı
abcfb63126
fix : #11044 , allow banned users to post
...
if given privileges
2 years ago
Barış Soner Uşaklı
3c85b944e3
feat: allow groups to be exempt from maintenance mode
...
closes #11030
2 years ago
Barış Soner Uşaklı
6109061501
fix: check schedule privilege, closes #11032
2 years ago
Barış Soner Uşaklı
b34e859c1b
refactor: don't prevent startup if staticDir is undefined
...
https://community.nodebb.org/topic/16790/problems-with-upgrading-to-2-xx
2 years ago
Julian Lam
97d8b53fd3
Merge branch 'master' into develop
2 years ago
Julian Lam
55a197a7d7
fix: check for csrf token on /register/abort, + theme changes for v2.x branches of themes
2 years ago
Barış Soner Uşaklı
a31ba824ea
fix: upgrade script to work from 0.x to 2.x
2 years ago
Barış Soner Uşaklı
06d1539137
test: fix tests again
2 years ago
Barış Soner Uşaklı
b5d38bc696
feat: new search hooks
...
filter:search.isAllowed, allow plugins to check if searching is allowed
filter:search.searchIn, allow searching in custom items
2 years ago
Julian Lam
a2fafc2b15
Merge remote-tracking branch 'origin/master' into develop
2 years ago
Barış Soner Uşaklı
673261ff98
fix : #10519 , image height in emails
2 years ago
Barış Soner Uşaklı
6f673f806f
fix : #10993 , apply autoLocale middleware to guests only
2 years ago
Barış Soner Uşaklı
be92be4eee
feat: add search data to filter:search.inContent
2 years ago
Barış Soner Uşaklı
e3f2156202
feat: add search data to filter:search.inContent
2 years ago
Julian Lam
96b46411b1
Merge branch 'master' into develop
2 years ago
Julian Lam
9ee30fe7d2
fix: revert breaking change, add back SocketUser.emailConfirm
2 years ago
Julian Lam
9c576a0758
Email confirmation QOL updates ( #10987 )
...
* breaking: remove `SocketUser.emailConfirm`, re: #10954
* chore: move email confirmation related configs to own section in Settings > Email
* feat: new user email method `getValidationExpiry`, returns expiration in ms.. probably.
* fix: bug where `user.email.isValidationPending` returned an u nexpected non-boolean value if there was no confirmation pending (only when checking email as well)
* fix: update getValidationExpiry to return ms
* test: use emailConfirmInterval for tests, for now
* fix: throw friendly error when attempting an email change within email confirmation window
* feat: new config option `emailConfirmExpiry` in days, governs how long the confirm link is good for
* test: additional tests for user email methods
* fix: add back missing handling of option
* test: fix tests
2 years ago
Julian Lam
09f3ac6574
fix: in appropriately named language key `email-confirm-email2`
2 years ago
Julian Lam
7672194c7c
fix: correctly pass dev flag to package installer
2 years ago
Julian Lam
09cfd0bd57
fix: use `--omit=dev` flag for npm instead of `--production`
2 years ago
Barış Soner Uşaklı
dd4e9cce09
perf: speed up build
...
run webpack as soon as js targets are done
this allows building js/css in parallel
2 years ago
Barış Soner Uşaklı
3a70530c8e
fix active plugins ( #10964 )
2 years ago
Barış Soner Uşaklı
67efaeb4b8
fix active plugins ( #10964 )
2 years ago
Barış Soner Uşaklı
b879b6a0c2
fix: use admin:groups priv for groups ( #10960 )
2 years ago
Barış Soner Uşaklı
e35b0a869f
fix: https://github.com/NodeBB/NodeBB/issues/10525
2 years ago
Barış Soner Uşaklı
ebd5dcc6d6
fix: EEXISTS error on linux if plugin/theme overrides core js file
2 years ago
Julian Lam
1e4846435a
fix: mixing of old and new bch syntax
2 years ago
Julian Lam
1e864a7518
Merge remote-tracking branch 'origin/master' into develop
2 years ago
Barış Soner Uşaklı
61d32bdebb
fix: category ordering add test
2 years ago
Barış Soner Uşaklı
177d904812
fix: category ordering add test
2 years ago
Barış Soner Uşaklı
c0b1ded363
fix more categories button not moving with parent
...
fix order issue
2 years ago
Barış Soner Uşaklı
a584dae650
feat: add relevant topic events to post objects
...
see c9604f216a
2 years ago
Julian Lam
14515f6004
fix: add lru-cache to checked packages, to fix upgrade issue with lru-cache
2 years ago
Julian Lam
53d47a58f6
fix: use `--omit=dev` flag for npm instead of `--production`
2 years ago
Julian Lam
6391f77b01
Merge remote-tracking branch 'origin/master' into develop
2 years ago