Barış Soner Uşaklı
d68352cce5
lint: remove unused
2 years ago
Barış Soner Uşaklı
0713482bd4
feat: #11240 , only show relevant users in flags assignee list
...
for user flags-> admins + all users who have `admin:users` privilege
for post flags -> admins + global mods + moderators of the category the post is in
refactor getModeratorUids function so it can be used for different privileges
2 years ago
Barış Soner Uşaklı
1d3c0e5a2b
fix: https://github.com/NodeBB/NodeBB/issues/11239
...
parseInt uid received from req.body._uid or req.query._uid
2 years ago
Barış Soner Uşaklı
6d819b056e
fix: notif filter selecte field
2 years ago
Peter Jaszkowiak
f6c96948fe
fix: import resolution within plugin modules ( #11219 )
...
use module.exports = require('..')
export * from '..' didn't work in some cases
2 years ago
Barış Soner Uşaklı
c3653bee60
Revert "fix: import resolution within plugin modules ( #11200 )"
...
This reverts commit 89e059a084
.
2 years ago
Peter Jaszkowiak
89e059a084
fix: import resolution within plugin modules ( #11200 )
2 years ago
Barış Soner Uşaklı
0bffd3d93c
fix : #11195 , allow users with admin:users privilege to delete users in acp
2 years ago
Barış Soner Uşaklı
7d04e95226
fix : #11194 , allow access to sub dashboard pages
2 years ago
Julian Lam
f295174e07
test: fix broken test
2 years ago
Julian Lam
459bc52338
fix : #11136 , tests, and returning the proper number of arrays
2 years ago
Julian Lam
39e009c05a
fix : #11136 , only show mods of active categories when getModeratorUids is called
2 years ago
Barış Soner Uşaklı
747cb1f0a1
fix: closes #11173 , clear require cache if wrong dependency is installed
2 years ago
Julian Lam
25ae58e8a0
fix: move call to `filter:middleware.buildHeader` out of parallel so that req can be overridden by plugins prior to loading config
2 years ago
Barış Soner Uşaklı
586eed1407
fix: vulnerability in socket.io nested namespaces ( #11117 )
2 years ago
Barış Soner Uşaklı
1ea9481af6
fix: lock post/reply similar to user.create
2 years ago
Opliko
de31cb1a4f
feat: add force flag to plugin install in cli ( #11089 )
2 years ago
Julian Lam
9f531f957e
refactor: flag states so that they are not hardcoded, allow plugins to add additional states, deprecated filter:flags.getFilters hook, closes #11065
2 years ago
Julian Lam
896493dbd6
fix: change hsts-maxage back to numeric input type, change API token uid input to numeric text type
2 years ago
Julian Lam
4314b8e201
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
2bc23a9526
fix: replace input type number with text/pattern
2 years ago
Julian Lam
33af2d9c18
feat: integrating basic client-side form validity checking in settings v1 and v2
2 years ago
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
3 years ago
Barış Soner Uşaklı
6109061501
fix: check schedule privilege, closes #11032
3 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
3 years ago
Julian Lam
97d8b53fd3
Merge branch 'master' into develop
3 years ago
Julian Lam
55a197a7d7
fix: check for csrf token on /register/abort, + theme changes for v2.x branches of themes
3 years ago
Barış Soner Uşaklı
a31ba824ea
fix: upgrade script to work from 0.x to 2.x
3 years ago
Barış Soner Uşaklı
06d1539137
test: fix tests again
3 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
3 years ago
Julian Lam
a2fafc2b15
Merge remote-tracking branch 'origin/master' into develop
3 years ago
Barış Soner Uşaklı
673261ff98
fix : #10519 , image height in emails
3 years ago
Barış Soner Uşaklı
6f673f806f
fix : #10993 , apply autoLocale middleware to guests only
3 years ago
Barış Soner Uşaklı
be92be4eee
feat: add search data to filter:search.inContent
3 years ago