10119 Commits (e41042eeea1bc8da2cf24379465c740dcfe786b9)

Author SHA1 Message Date
Misty Release Bot 5129f87d72 Latest translations and fallbacks 2 years ago
Misty Release Bot fdef39d7cb Latest translations and fallbacks 2 years ago
Misty Release Bot 4ed0ed454c chore(i18n): fallback strings for new resources: nodebb.modules 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
Misty Release Bot 6e95fc6986 Latest translations and fallbacks 2 years ago
Barış Soner Uşaklı f7ae8963ce https://github.com/NodeBB/NodeBB/issues/11818 2 years ago
Barış Soner Uşaklı 3fcbc138ac add deprecation message 2 years ago
Misty Release Bot 3dcaa745db Latest translations and fallbacks 2 years ago
Barış Soner Uşaklı 0dce4c46b5 https://github.com/NodeBB/NodeBB/issues/11818 2 years ago
Misty Release Bot 9c0b98df7b chore(i18n): fallback strings for new resources: nodebb.topic 2 years ago
Barış Soner Uşaklı 1956091ce4 Merge branch 'master' into develop 2 years ago
Misty Release Bot 3613d1e623 chore(i18n): fallback strings for new resources: nodebb.email 2 years ago
Barış Soner Uşaklı eb0fcd3235 feat: closes #11812, add unread public rooms into digest 2 years ago
Barış Soner Uşaklı 86dd04d5fd get rid of tooltips before refreshing list 2 years ago
Misty Release Bot 6e2d49e405 Latest translations and fallbacks 2 years ago
Misty Release Bot a7dae508ec chore(i18n): fallback strings for new resources: nodebb.modules 2 years ago
Barış Soner Uşaklı 91642cb324 feat: allow multiple room owners, closes #6503 2 years ago
Misty Release Bot fab76551c8 Latest translations and fallbacks 2 years ago
Barış Soner Uşaklı 3024dac1ae fix: typo in replied to link 2 years ago
Misty Release Bot c734570b39 Latest translations and fallbacks 2 years ago
Barış Soner Uşaklı 165b0f8565 fix: closes #11806, fix code blocks 2 years ago
Barış Soner Uşaklı 4c311502a2 fix: allow escape to close chat modals 2 years ago
Misty Release Bot 640e32d49c chore(i18n): fallback strings for new resources: nodebb.admin-settings-guest 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
Misty Release Bot fd90de1ec0 Latest translations and fallbacks 2 years ago
Barış Soner Uşaklı 79fae26d8e fix: spec 2 years ago
Barış Soner Uşaklı f0775651b9 only update user list if its open 2 years ago
Barış Soner Uşaklı 911ef0581c feat: show online users at the top of userlist and update
when they enter/leave
2 years ago
Barış Soner Uşaklı adb3a5e64e fix: client side js crash 2 years ago
Barış Soner Uşaklı 5f43605e4d move imports to top 2 years ago
Barış Soner Uşaklı 840792ae35 fix: #11797, update title on chat switch 2 years ago
Barış Soner Uşaklı 265d8846c2 only sort rooms inside room list 2 years ago
Barış Soner Uşaklı b63cd54812 test: fix spec 2 years ago
Misty Release Bot c1f062ebd9 Latest translations and fallbacks 2 years ago
Barış Soner Uşaklı f287e1323d spec 2 years ago
Barış Soner Uşaklı 4782764aee fix mobile mobile bar
fix user count if user just joined
2 years ago
Barış Soner Uşaklı 9149a9a2cb fix: mobile back button 2 years ago
Barış Soner Uşaklı 547bde8939 cache fixes
on newRoom and deleteRooms clear cache
add some checks for empty groups list
2 years ago
Misty Release Bot 2710037cb1 chore(i18n): fallback strings for new resources: nodebb.error, nodebb.modules 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ı edd8ca997f Merge branch 'master' into develop 2 years ago
Barış Soner Uşaklı f2152953cd add displayname to parent posts 2 years ago
Barış Soner Uşaklı e8b40b5884 fix persona defaults
fix missing theme:id
2 years ago
Barış Soner Uşaklı 0a0de353f1 Merge branch 'master' into develop 2 years ago
Barış Soner Uşaklı 509faa5ecc chore: remove log 2 years ago
Julian Lam 2d016af82f feat: simplified api module handler logic, content-type detection/parsing 2 years ago
Misty Release Bot e72fab5417 Latest translations and fallbacks 2 years ago