Commit Graph

13229 Commits

Author SHA1 Message Date
Barış Soner Uşaklı
d599493057 Merge branch 'master' into develop 2024-04-15 12:13:20 -04:00
Barış Soner Uşaklı
de0176ef8a fix: uniqCids 2024-04-15 12:10:36 -04:00
Barış Soner Uşaklı
5af69dbcef fix: if votes are not public, dont show upvoter names in tooltip 2024-04-15 12:02:08 -04:00
Barış Soner Uşaklı
d2e042d15b refactor: add new hooks for notifications/websockets
filter:sockets.sendNewNotificationToUid - fires before emitting "event:new_notification"

filter:sockets.sendNewPostToUid - fires before emitting "event:new_post"

filter:sockets.sendNewTopicToUid - fires before emitting "event:new_topic"

filter:user.toggleFollow- fires before follow/unfollow
2024-04-15 11:31:27 -04:00
Marek Dorda
8f317c01bb Add action:topic.updateTags hook (#12513)
Fix https://github.com/NodeBB/NodeBB/issues/12512
2024-04-15 09:04:53 -04:00
Barış Soner Uşaklı
5bee324c6a fix: add canView check to /api/v3/users/:uid 2024-04-12 16:25:24 -04:00
Barış Soner Uşaklı
14f5774f6a fix: is user doesnt have view:users privilege
dont redirect uid/1 to userslug
2024-04-12 12:50:51 -04:00
Barış Soner Uşaklı
7218a9d8cb add tid/uid to teaser 2024-04-12 11:44:00 -04:00
Barış Soner Uşaklı
3042cf02d1 Merge branch 'master' into develop 2024-04-11 16:46:01 -04:00
Barış Soner Uşaklı
afe597a275 feat: #12495, add unblock button to users on /blocks 2024-04-11 16:18:42 -04:00
Barış Soner Uşaklı
52e7152206 refactor: move parseInt to filter 2024-04-11 13:24:50 -04:00
Barış Soner Uşaklı
48281f96b3 fix: copy dropdown closing on copy ip/text/link 2024-04-11 10:25:57 -04:00
Barış Soner Uşaklı
5fcd1a8ad6 fix: align teaser avatar
get rid of left over href
2024-04-11 10:00:50 -04:00
Barış Soner Uşaklı
ca07e51730 fix: if you have chat:privileged the chat icons should show up 2024-04-11 09:55:57 -04:00
Barış Soner Uşaklı
cfd29db061 refactor: better label for show to groups 2024-04-10 09:38:01 -04:00
Barış Soner Uşaklı
d725679648 fix: #12485, resolve flags on a topics posts on topic delete 2024-04-09 10:54:45 -04:00
Barış Soner Uşaklı
ee5c021c47 refactor: use groupslug:groupname for search and acp page
dont need to load all names which includes privilege groups
2024-04-08 16:18:34 -04:00
Barış Soner Uşaklı
7033d11ede fix: #12481, remove priv groups from groupslug:groupname mapping (#12482)
this will cause a 404 when trying to access /group/cid-1-privilige-groups-find as an admin
2024-04-08 15:59:17 -04:00
Barış Soner Uşaklı
0b1f2546c8 fix: #12471, remove readable strings
they are not localized properly
2024-04-07 11:10:15 -04:00
Barış Soner Uşaklı
3aae92341c fix: change digest to use posts sorting first
to use the new popular ranking algo. also fixes empty digests if there are no new topics created in the past 24 hours but there are topics with posts
2024-04-02 11:32:41 -04:00
Barış Soner Uşaklı
58c46541fa Merge branch 'master' into develop 2024-04-02 09:43:59 -04:00
Barış Soner Uşaklı
6e0d6697c4 use new scrollbar on user list 2024-04-02 09:43:42 -04:00
Barış Soner Uşaklı
4030f18a04 feat: closes #12453, filter events by user/group 2024-04-01 18:19:58 -04:00
Barış Soner Uşaklı
73f985684c fix: date on upgrade script 2024-04-01 18:17:00 -04:00
Barış Soner Uşaklı
26020f3559 Merge branch 'master' into develop 2024-03-29 17:30:59 -04:00
Barış Soner Uşaklı
8f9ac5c17a feat: move all user profile pics to folder, closes #12449 (#12450)
* feat: move all user profile pics to folder

get rid of glob delete and just delete the uid-{uid} folder when deleting user images

* when exporting user uploads add all profile uploads

* uid check
2024-03-28 16:50:56 -04:00
Barış Soner Uşaklı
ed41e416e2 fix: #12446, fix groups.ownership.rescind 2024-03-26 18:50:25 -04:00
Barış Soner Uşaklı
99df4a5c7e Merge branch 'master' into develop 2024-03-26 10:34:53 -04:00
Barış Soner Uşaklı
ba9bcd0166 remove border gray 2024-03-26 10:24:59 -04:00
Barış Soner Uşaklı
8b3811a198 make checkboxes more visible 2024-03-26 10:24:59 -04:00
Barış Soner Uşaklı
9a92832a4c remove border gray 2024-03-26 10:22:11 -04:00
Barış Soner Uşaklı
3b2d8551d7 refactor: remove log 2024-03-26 10:08:30 -04:00
Barış Soner Uşaklı
168419cf24 feat: add hook to modify sorting options/fields 2024-03-26 09:57:34 -04:00
Barış Soner Uşaklı
7eb2e074d9 make checkboxes more visible 2024-03-25 16:04:54 -04:00
Barış Soner Uşaklı
cb1c995b06 Merge branch 'master' into develop 2024-03-20 12:20:24 -04:00
Barış Soner Uşaklı
dc67f54e84 feat: allow customizing uploads.upload socket methods
closes #12416
2024-03-20 10:07:14 -04:00
Tomas Nesrovnal
5924a6eb43 feat: add playsinline video attribute (#12419) 2024-03-18 12:25:07 -04:00
Barış Soner Uşaklı
4a4648c2af Merge branch 'master' into develop 2024-03-16 18:58:01 -04:00
Barış Soner Uşaklı
4787d013cf fix: #12415, fix notification escaping for queued posts 2024-03-16 18:56:54 -04:00
Barış Soner Uşaklı
c375e2229f Merge branch 'master' into develop 2024-03-11 20:39:55 -04:00
Barış Soner Uşaklı
3b48695b2f fix: tids:create on topic post 2024-03-11 20:39:11 -04:00
Barış Soner Uşaklı
83ca23ca37 feat: allow custom fields in user csv export, closes #12401 2024-03-11 11:29:05 -04:00
Barış Soner Uşaklı
57039d2652 scrollbar css 2024-03-07 19:01:12 -05:00
Barış Soner Uşaklı
4f6a7ffe01 scrollbar css 2024-03-07 18:32:46 -05:00
Barış Soner Uşaklı
7c37f32dae fix: missing uid for modify event, closes #12394 2024-03-06 11:34:55 -05:00
Barış Soner Uşaklı
87a79059f0 fix: #12389, update privilege group check 2024-03-05 12:37:25 -05:00
Barış Soner Uşaklı
d32cc66db5 create sort in sorted.js 2024-03-04 16:40:48 -05:00
Barış Soner Uşaklı
2a9b0a3c9c feat: add new sorting option to categories
add new zset for category topics
fix sorting names
2024-03-04 16:06:04 -05:00
Barış Soner Uşaklı
5e89dfad55 refactor: move tomap inside 2024-02-29 16:59:40 -05:00
Barış Soner Uşaklı
b3ad44eef0 string 2024-02-29 16:53:41 -05:00