Julian Lam
f13c4ace70
feat: send event:chats.mark socket event on mark read or unread
2023-02-06 14:20:21 -05:00
Julian Lam
4a15b4ee51
feat: api v3 calls to mark chat read/unread
2023-02-06 13:55:35 -05:00
Julian Lam
fc4751d7c7
Merge branch 'develop' into bootstrap5
2023-02-03 16:03:10 -05:00
Julian Lam
046c8a6ab7
Merge branch 'master' into develop
2023-02-03 16:02:11 -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
Julian Lam
dfabe7b523
fix: btn-sm on post queue back button
2023-02-02 15:42:49 -05:00
Julian Lam
8361da723b
fix: updated messaging for post-queue template, #11206
2023-02-02 15:39:09 -05:00
Julian Lam
16679a1eff
Merge remote-tracking branch 'origin/develop' into bootstrap5
2023-02-02 15:35:24 -05:00
Julian Lam
df54a99832
fix: hide entire toolbar row if no posts or not singlePost
2023-02-02 15:33:27 -05:00
Julian Lam
966724adfe
fix: new language keys for #11206
2023-02-02 14:42:31 -05:00
Julian Lam
a302d68d9d
Merge branch 'develop' into bootstrap5
2023-02-02 13:36:36 -05:00
Julian Lam
a382e6e2e5
Merge branch 'master' into develop
2023-02-02 13:34:55 -05:00
nesro
202378b939
fix : #11254 , return check for reroll property
2023-02-02 09:15:04 -05:00
Barış Soner Uşaklı
69597d6333
dont record searches made by composer
2023-01-31 23:07:49 -05:00
Barış Soner Uşaklı
705cd13ad3
fix: closes #11249 , notification uses displayname
2023-01-31 17:27:25 -05:00
Julian Lam
586f40b82c
fix: add top margin to merged and deleted alerts
2023-01-30 15:22:58 -05:00
Julian Lam
b5598a6e5d
fix: wrong link to topics in acp dashboard
2023-01-30 15:05:57 -05:00
Julian Lam
1ceb4f10fd
fix: no need to call account middlewares for chats routes
2023-01-30 12:35:29 -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
Barış Soner Uşaklı
c05083e501
height auto
2023-01-28 21:48:14 -05:00
Barış Soner Uşaklı
06a852a980
remove extra class
2023-01-28 17:22:48 -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ı
28771d5c88
fix: regression from user helper refactor
2023-01-26 21:25:54 -05:00
Barış Soner Uşaklı
9fa498fa4a
refactor: use new if/each syntax
2023-01-26 20:14:58 -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
Barış Soner Uşaklı
cc746e206a
fix: add missing return
2023-01-25 13:05:12 -05:00
Julian Lam
3e430d8a46
fix: move reputation removal check to accountHelpers method
2023-01-25 12:04:28 -05:00
Julian Lam
3ff12a131c
fix: allow exposeUid and exposeGroupName to work with slugs with mixed capitalization
2023-01-25 12:04:28 -05:00
Julian Lam
44ea9da022
refactor: remove calls to getUserDataByUserSlug for most account routes, since it is populated via middleware now
2023-01-25 12:04:28 -05:00
Julian Lam
839d05bc95
feat: automatically 404 if exposeUid or exposeGroupName come up empty
2023-01-25 12:04:28 -05:00
Julian Lam
f8eef75daf
refactor(accounts): categories and consent
2023-01-25 12:04:28 -05:00
Julian Lam
c115d93156
refactor: user/blocks
2023-01-25 12:04:28 -05:00
Julian Lam
dee3b0d4c5
fix: properly allow values in res.locals.templateValues to be added to the template data
2023-01-25 12:04:28 -05:00
Julian Lam
f2ae45838e
feat: buildAccountData middleware automatically added ot all account routes
2023-01-25 12:04:28 -05:00
Julian Lam
3d287c1e0c
feat: allow middlewares to pass in template values via res.locals
2023-01-25 12:04:28 -05:00
Barış Soner Uşaklı
df66f71cfc
fix: missing await
2023-01-25 11:40:55 -05:00
Peter Jaszkowiak
89e059a084
fix: import resolution within plugin modules ( #11200 )
2023-01-24 19:59:06 -05:00
Barış Soner Uşaklı
a7562e92d5
move acceptTos to core, fix some margin issues
2023-01-24 11:35:46 -05:00
Julian Lam
2bc3cf1aa9
Merge branch 'develop' into bootstrap5
2023-01-23 16:07:15 -05:00
Julian Lam
937344b8a8
Merge remote-tracking branch 'origin/master' into develop
2023-01-23 16:06:21 -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
Barış Soner Uşaklı
9150528c71
feat: tag filter
2023-01-21 21:01:27 -05:00
Barış Soner Uşaklı
5085e97e20
some cleanup
2023-01-21 15:55:16 -05:00
Julian Lam
38175b5e71
test: fix broken test
2023-01-21 14:34:01 -05:00