Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 RoomServicetechdebt/6235/cleanup-room-objectsJoas 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 servicetechdebt/6235/set-assigned-signaling-serverJoas Schilling
2022-05-17Move setType to room servicetechdebt/6235/set-typeJoas 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 RoomServicetechdebt/6235/set-listableJoas 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
2021-02-12Populate the display name when adding logged in usersJoas Schilling
2021-02-11Provide information for incoming call screensJoas Schilling
2021-01-14Allow SIP dial-in in non-public conversations tooJoas Schilling
2021-01-07Do not load full room object for share queriesRoeland Jago Douma
2020-12-18Adjust files to make cs fixer happyVincent Petry
2020-12-15Use the select helper everywhereJoas Schilling
2020-12-15Do not select multiple "id" columns so oracle doesn't break with LIMITJoas Schilling
2020-12-15Can not SELECT * when selecting more fields afterwards on OracleJoas Schilling
2020-12-11Remove redundant issetVincent Petry
2020-12-11Improve room display name protectionVincent Petry