1497 Commits (19e047e2d3929ba41e854d2f775493f59c4cbceb)

Author SHA1 Message Date
Barış Soner Uşaklı 7a79fed828 feat: closes #11902, ability to clear search history 2 years ago
Julian Lam 2fe933614a fix: clicking on email consent form label checks the wrong box 2 years ago
Barış Soner Uşaklı 9349cb63cb feat: #11881, limit room names 2 years ago
Barış Soner Uşaklı 93bfb92a59 fix margins on reconnect 2 years ago
Barış Soner Uşaklı acef5e3343 feat: add category selector to analytics page
closes #11878
2 years ago
Barış Soner Uşaklı f23891977d fix acp too 2 years ago
Barış Soner Uşaklı 2d883cbb6f fix reconnect toast taking space when no visible 2 years ago
Barış Soner Uşaklı e4f8e5067e fix category analytics tpl 2 years ago
Barış Soner Uşaklı 7a29c2eb2e fix reconnect alert fade and move it to core 2 years ago
Barış Soner Uşaklı ae747875d8 fix: add missing id/for to all checkboxes 2 years ago
Barış Soner Uşaklı f826545e93 add tooltips 2 years ago
Barış Soner Uşaklı 856754a5aa dark theme acp 2 years ago
Barış Soner Uşaklı 99c2294289 feat: add flags link to acp manage menu, closes #11867 2 years ago
Barış Soner Uşaklı 910aeb2ca2 add missing tooltip 2 years ago
Barış Soner Uşaklı ac027387ec feat: #11842, ability to change reputation of users 2 years ago
Julian Lam 2792d77104 fix: reset_code.tpl card block expanding to bottom of container 2 years ago
Barış Soner Uşaklı 61f036ce1d
Chat notifs (#11832)
* first part of chat notifs

* moved default notif to manage page

* spec

* notifs

* delete settings on room delete
2 years ago
Barış Soner Uşaklı 5393f0e714 Merge branch 'master' into develop 2 years ago
Barış Soner Uşaklı dae4f9f7b6 fix: closes #11825, user icons in global privileges 2 years ago
Barış Soner Uşaklı 0dce4c46b5 https://github.com/NodeBB/NodeBB/issues/11818 2 years ago
Barış Soner Uşaklı 1956091ce4 Merge branch 'master' into develop 2 years ago
Barış Soner Uşaklı eb0fcd3235 feat: closes #11812, add unread public rooms into digest 2 years ago
Barış Soner Uşaklı 91642cb324 feat: allow multiple room owners, closes #6503 2 years ago
Barış Soner Uşaklı 42a5a52dde use admin breadcrumbs 2 years ago
Barış Soner Uşaklı 92c4472e0b Merge branch 'master' into develop 2 years ago
Barış Soner Uşaklı 77b1a1695b add text-break 2 years ago
Barış Soner Uşaklı a16ee32d31 Merge branch 'master' into develop 2 years ago
Barış Soner Uşaklı 2a3d6d5cfb fix: logs page whitespace
fix url of upload breadcrumbs
2 years ago
Barış Soner Uşaklı a5cc5372cb Merge branch 'master' into develop 2 years ago
Barış Soner Uşaklı 05c9cca7c4 fix: version alert in acp 2 years ago
Barış Soner Uşaklı a4dba8d3fa fix: #11804, fix direction of dropdown on rtl 2 years ago
Barış Soner Uşaklı f6b1f36b7f use rtl version of css on admin 2 years ago
Barış Soner Uşaklı 539a4d437c Merge branch 'master' into develop 2 years ago
Barış Soner Uşaklı 562e4d6e43 fix: #11802, fix anchor ids in acp settings 2 years ago
Barış Soner Uşaklı a0478c7049 fix: #11803, fix rtl in acp 2 years ago
Barış Soner Uşaklı 9b901783fa
Chat refactor (#11779)
* first part of chat refactor

remove per user chat zsets & store all mids in chat:room:<roomId>:mids
reverse uids in getUidsInRoom

* feat: create room button

public groups wip

* feat: public rooms

create chats:room zset
chat room deletion

* join socket.io room

* get rid of some calls that load all users in room

* dont load all users when loadRoom is called

* mange room users infinitescroll

dont load all members in api call

* IS for user list

ability to change groups field for public rooms
update groups field if group is renamed

* test: test fixes

* wip

* keep 150 messages

* fix extra awaits

fix dupe code in chat toggleReadState

* unread state for public rooms

* feat: faster push unread

* test: spec

* change base to harmony

* test: lint fixes

* fix language of chat with message

* add 2 methods for perf

messaging.getTeasers and getUsers(roomIds)
instead of loading one by one

* refactor: cleaner conditional

* test fix upgrade script fix

save timestamp of room creation in room object

* set progress.total

* don't check for guests/spiders

* public room unread fix

* add public unread counts

* mark read on send

* ignore instead of throwing

* doggy.gif

* fix: restore delete

* prevent entering chat rooms with

meta.enter

* fix self message causing mark unread

* ability to sort public rooms

* dont init sortable on mobile

* move chat-loaded class to core

* test: fix spec

* add missing keys

* use ajaxify

* refactor: store some refs

* fix: when user is deleted remove from public rooms as well

* feat: change how unread count is calculated

* get rid of cleaned content

get rid of mid

* add help text

* test: fix tests, add back mid

to prevent breaking change

* ability to search members of chat rooms

* remove

* derp

* perf: switch with  partial data

fix tests

* more fixes

if user leaves a group leave public rooms is he is no longer part of any of the groups that have access

fix the cache key used to get all public room ids

dont allow joining chat socket.io room if user is no longer part of group

* fix: lint

* fix: js error when trying to delete room after switching

* add isRoomPublic
2 years ago
Barış Soner Uşaklı 0fe7e831f4 dont show pid 2 years ago
Barış Soner Uşaklı 0a7f52475e fix member IS 2 years ago
Barış Soner Uşaklı aefef763db fix: use btn instead of icon 2 years ago
Barış Soner Uşaklı daa5ac85e9 refactor: show both emails in user list
if user has a confirmed email and a pending email change show both in the acp
2 years ago
Barış Soner Uşaklı 9e75068da2 expand json buttons 2 years ago
Barış Soner Uşaklı 4b11cd0da5 feat: closes #11747, add pagination to tokens page 2 years ago
Barış Soner Uşaklı 556fd65d51 feat: custom skins panel in acp 2 years ago
Barış Soner Uşaklı 9198a95173 add again 2 years ago
Barış Soner Uşaklı 95bbd1fdef grow users table so it doesnt clip dropdowns 2 years ago
Barış Soner Uşaklı b48a6e26cd fix: var name 2 years ago
Barış Soner Uşaklı 7b8ebd0aa0 revert: remove emoji email css 2 years ago
Barış Soner Uşaklı 4d3f5ecf56 switch buttons 2 years ago
Barış Soner Uşaklı 8ca65b0c78
fix: dont send 200 status on admin upload errors (#11707)
* fix: dont send 200 status on admin upload errors

* test: update test

* bring back both checks for error

* test: add statusCode tests
2 years ago
Barış Soner Uşaklı f95f6d00ab fix text-break 2 years ago