You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
..
jobs Chat refactor (#11779) 2 years ago
admin.js style: more fixes 2 years ago
approval.js Bootstrap5 (#10894) 2 years ago
auth.js refactor: tab rules 3 years ago
bans.js Revert "fix: update usage of emailer.send to not catch (as errors are no longer thrown), email error throttler" 3 years ago
blocks.js TTL Cache (#10816) 3 years ago
categories.js Bootstrap5 (#10894) 2 years ago
create.js Bootstrap5 (#10894) 2 years ago
data.js fix: improper handling of single vs. multiple inputs for hidePrivateData 3 years ago
delete.js Chat refactor (#11779) 2 years ago
digest.js test: add missing tests 2 years ago
email.js refactor: show both emails in user list 2 years ago
follow.js chore: eslint no-var, vars-on-top 4 years ago
index.js fix: observe user-specific and ACP-specific hiding rules for fullname 3 years ago
info.js feat: add mute history, closes #10596 3 years ago
interstitials.js Merge remote-tracking branch 'origin/master' into develop 2 years ago
invite.js Bootstrap5 (#10894) 2 years ago
jobs.js refactor: remove unused var 3 years ago
notifications.js feat: translate bodyShort 2 years ago
online.js fix: dont add deleted users to users:online 2 years ago
password.js fix: do not throw if password passed into `isPasswordCorrect` is invalid, just return false 3 years ago
picture.js feat: allow gif profile images, sharp 0.30.0 supports gifs 3 years ago
posts.js fix: #11044, allow banned users to post 2 years ago
profile.js fix: #11679, fix username change 2 years ago
reset.js Fix for #11119, restore password reset rate limiting (#11120) 2 years ago
search.js chore: eslint prefer-arrow-callback 4 years ago
settings.js fix: add ?page= to canonical urls 2 years ago
topics.js chore: eslint prefer-template 4 years ago
uploads.js feat: deleting a user upload dissociates from posts, and vice versa 3 years ago