Barış Soner Uşaklı
4d2d76897a
fix: don't crash on objects with toString property
2023-03-28 08:08:59 -04:00
Barış Soner Uşaklı
7397873db3
fix: fire action:user.online on user login
2023-03-27 22:16:41 -04:00
Barış Soner Uşaklı
37b48b82a4
fix: don't crash if event name is not a string
2023-03-27 10:38:53 -04:00
Barış Soner Uşaklı
894f392bfc
lint: whitespace
2023-03-20 11:17:05 -04:00
Barış Soner Uşaklı
c2961ad4cd
fix: closes #11173 , move cache clear code
...
if 2 deps were updated only one of them was cleared from require.cache. ie commander & lru-cache both has major version bump then only commander would be cleared from cache since it throws first
2023-03-20 11:05:48 -04:00
Julian Lam
93aa43f717
style: more fixes
2023-03-17 15:48:44 -04:00
Phạm Tấn Minh Tiến
9ed6961af8
fix lint
2023-03-17 15:48:44 -04:00
Phạm Tấn Minh Tiến
4b94c033c4
wrap quotes to prevent stripping leading 0
2023-03-17 15:48:44 -04:00
Barış Soner Uşaklı
767c1d1faf
fix: thumb remove on windows, closes #11357
2023-03-14 15:09:12 -04:00
Barış Soner Uşaklı
a3a38e4ba3
fix : #11357 clear cache on thumb remove
2023-03-14 14:30:46 -04:00
Barış Soner Uşaklı
cfd5027245
fix: closes #11352 , try/catch rss feeds
2023-03-11 16:07:02 -05:00
Barış Soner Uşaklı
56427e4f9d
fix: closes #11343 , don't crash if tags array is empty
2023-03-10 11:40:02 -05:00
Barış Soner Uşaklı
1545223e7f
fix: tag filtering when changing filter to watched topics
...
or changing popular time limit to month
2023-03-08 18:28:55 -05:00
Barış Soner Uşaklı
f054a4f44d
fix: get cid from pid instead of passing in
2023-03-06 09:44:21 -05:00
Barış Soner Uşaklı
8c762d3228
fix: closes #11331 , allow 0 length content if set to 0 in acp
2023-03-03 09:30:51 -05:00
Barış Soner Uşaklı
791551098c
fix: display 25 topics on category feed
2023-02-27 09:47:28 -05:00
Barış Soner Uşaklı
ec58700f6d
fix: object destructuring overwriting type parameter
...
also check for valid types in generateExport
2023-02-27 09:10:53 -05:00
Barış Soner Uşaklı
8cf4a6f62e
fix: alert on page load
2023-02-24 13:40:37 -05:00
gasoved
edd2fc38fc
fix: update main post timestamp when rescheduling
2023-02-16 14:10:07 -05:00
Barış Soner Uşaklı
326b92687f
fix: show admins/globalmods if content is purged
2023-02-08 17:35:38 -05:00
Barış Soner Uşaklı
e335d0f601
fix: email expiry timestamps
...
emailConfirmExpiry is hours and default is 24
2023-02-08 13:22:16 -05:00
Barış Soner Uşaklı
845c8013b6
fix : #11259 , clean old emails when updating via admin ( #11260 )
...
when admin is changing users emails check if its avaiable and remove old email of user first
upgrade script to cleanup email:uid, email:sorted, will remove entries if user doesn't exist or doesn't have email or if entry in user hash doesn't match entry in email:uid
fix missing ! in email interstitial
fix missing await in canSendValidation,
fix broken tests
dont pass sessionId to email.remove if admin is changing/removing email
2023-02-06 10:45:01 -05:00
Julian Lam
7a5bcc2171
fix : #11257 , onSuccessfulLogin called with improper uid
2023-02-03 16:01:31 -05:00
Barış Soner Uşaklı
bf92ee0e5f
feat: add sitemap filter hooks for categories/topic pages
2023-02-03 09:46:02 -05:00
nesro
202378b939
fix : #11254 , return check for reroll property
2023-02-02 09:15:04 -05:00
Barış Soner Uşaklı
705cd13ad3
fix: closes #11249 , notification uses displayname
2023-01-31 17:27:25 -05:00
Julian Lam
b5598a6e5d
fix: wrong link to topics in acp dashboard
2023-01-30 15:05:57 -05:00
Barış Soner Uşaklı
d68352cce5
lint: remove unused
2023-01-30 12:35:08 -05:00
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
2023-01-30 12:26:08 -05:00
Barış Soner Uşaklı
1d3c0e5a2b
fix: https://github.com/NodeBB/NodeBB/issues/11239
...
parseInt uid received from req.body._uid or req.query._uid
2023-01-30 11:48:10 -05:00
Barış Soner Uşaklı
6d819b056e
fix: notif filter selecte field
2023-01-30 10:43:02 -05:00
Peter Jaszkowiak
f6c96948fe
fix: import resolution within plugin modules ( #11219 )
...
use module.exports = require('..')
export * from '..' didn't work in some cases
2023-01-27 09:17:38 -05:00
Barış Soner Uşaklı
c3653bee60
Revert "fix: import resolution within plugin modules ( #11200 )"
...
This reverts commit 89e059a084 .
2023-01-26 09:27:16 -05:00
Peter Jaszkowiak
89e059a084
fix: import resolution within plugin modules ( #11200 )
2023-01-24 19:59:06 -05:00
Barış Soner Uşaklı
0bffd3d93c
fix : #11195 , allow users with admin:users privilege to delete users in acp
2023-01-23 11:40:17 -05:00
Barış Soner Uşaklı
7d04e95226
fix : #11194 , allow access to sub dashboard pages
2023-01-23 11:09:19 -05:00
Julian Lam
f295174e07
test: fix broken test
2023-01-23 09:58:51 -05:00
Julian Lam
459bc52338
fix : #11136 , tests, and returning the proper number of arrays
2023-01-18 15:08:35 -05:00
Julian Lam
39e009c05a
fix : #11136 , only show mods of active categories when getModeratorUids is called
2023-01-18 14:47:10 -05:00
Barış Soner Uşaklı
747cb1f0a1
fix: closes #11173 , clear require cache if wrong dependency is installed
2023-01-18 09:40:00 -05:00
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
2023-01-13 09:53:14 -05:00
Barış Soner Uşaklı
586eed1407
fix: vulnerability in socket.io nested namespaces ( #11117 )
2022-12-30 09:49:22 -05:00
Barış Soner Uşaklı
1ea9481af6
fix: lock post/reply similar to user.create
2022-12-25 15:05:15 -05:00
Opliko
de31cb1a4f
feat: add force flag to plugin install in cli ( #11089 )
2022-12-21 17:00:35 -05:00
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
2022-12-21 17:00:35 -05:00
Julian Lam
896493dbd6
fix: change hsts-maxage back to numeric input type, change API token uid input to numeric text type
2022-12-21 16:59:10 -05:00
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".
2022-12-21 16:59:10 -05:00
Julian Lam
2bc23a9526
fix: replace input type number with text/pattern
2022-12-21 16:59:10 -05:00
Julian Lam
33af2d9c18
feat: integrating basic client-side form validity checking in settings v1 and v2
2022-12-21 16:59:08 -05:00
Julian Lam
db8d3a94eb
fix: change hsts-maxage back to numeric input type, change API token uid input to numeric text type
2022-12-14 14:22:30 -05:00