summaryrefslogtreecommitdiffstats
path: root/lib/Manager.php
AgeCommit message (Expand)Author
2023-01-25Introduce a "former one-to-one" conversation typeJoas Schilling
2023-01-19fix(CI): More sorting for postgresJoas Schilling
2023-01-05Create the Room object from available dataJoas Schilling
2023-01-04Use a different reason when deleting a userJoas Schilling
2022-12-16Merge pull request #8446 from nextcloud/feature/toggle-call-recording-statusJoas Schilling
2022-12-12Fix invalid argument typesJoas Schilling
2022-12-09Toggle call recording statusVitor Mattos
2022-12-07Work with avatar identier stored in room tableVitor Mattos
2022-12-05Add status DB fieldJoas Schilling
2022-12-05API endpoint to create and remove breakout roomsJoas Schilling
2022-10-04Move getParticipant()Joas Schilling
2022-10-04Move more methods away from the room modelJoas Schilling
2022-10-04Move getParticipant*() methods to participant serviceJoas Schilling
2022-10-02Move deleteRoom() to RoomServiceJoas Schilling
2022-09-01Adjust coding styleJoas Schilling
2022-08-19Use user displayname cache when creating room namesJoas Schilling
2022-08-17Add display name cache to SystemMessageCarl Schwan
2022-08-17Use new OCP apiCarl Schwan
2022-08-17Use DisplayNameCacheCarl Schwan
2022-07-06Also select the expire_date column for the last messageJoas Schilling
2022-07-04Add pending columnVitor Mattos
2022-07-01Rename textVitor Mattos
2022-06-30Rename ttl to message expireVitor Mattos
2022-06-30Implement logic in controller to change the ttlVitor Mattos
2022-05-20Move setAssignedSignalingServer to room serviceJoas Schilling
2022-05-17Move setType to room serviceJoas Schilling
2022-05-11Use \OCP\Server::get() instead of private APIJoas Schilling
2022-05-10Move setReadOnly to room serviceJoas Schilling
2022-05-09Move setListable() to RoomServiceJoas Schilling
2022-04-06Use PHP7.4 property typehinting where possibleVitor Mattos
2022-02-17Change database structureJoas Schilling
2022-02-15Fix error log spam when running integration testsJoas Schilling
2022-02-10Reduce psalm issuesVitor Mattos
2022-02-09Update coding standardJoas Schilling
2021-12-02Add command to remove users from all roomsVitor Mattos
2021-10-19replace execute by executeQuery of QueryBuilderVitor Mattos
2021-10-18Replace old type constants with new onesJoas Schilling
2021-10-07Allow to remove all permissions without falling back to the next levelJoas Schilling
2021-09-20Add sending room shares supportGary Kim
2021-07-15Review fixesGary Kim
2021-07-15Implement CloudFederationProvider for TalkGary Kim
2021-05-18Fix name and type of left one-to-one conversations so reused user ids can't j...Joas Schilling
2021-04-14Merge pull request #5459 from nextcloud/feature/noid/log-conversation-deletio...Joas Schilling
2021-04-12Log conversation deletions in the audit.logJoas Schilling
2021-03-26Add and remove users from conversations when their group membership changesJoas Schilling
2021-03-08Handle all getParticipants with multi sessionsJoas Schilling
2021-03-08Only load sessions on the room list for this PHP sessionJoas Schilling
2021-03-08Fix selecting the session when there could be multipleJoas Schilling
2021-03-08Don't load session on getRoomsForUser when not neededJoas Schilling
2021-03-08Prepare selecting the correct session in case there are multipleJoas Schilling