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 more methods away from the room modelJoas Schilling
2022-09-29Invalidate cache on relevant changesJoas Schilling
2022-08-30Make handling of guest moderators consistent on different endpoints for the s...Joas Schilling
2022-07-22Expire shared link when expire messageVitor Mattos
2022-07-12Remove unused argumentVitor Mattos
2022-07-11Make the room_id not mandatory to define the expire timeVitor Mattos
2022-07-06Fix method nameJoas Schilling
2022-07-01Rename textVitor Mattos
2022-06-30Rename message expire to expire dateVitor Mattos
2022-06-30Expire message using attribute from messageVitor Mattos
2022-06-30Removed the system message to sinalize when the message was expired.Vitor Mattos
2022-06-30Rename time to live to message expireVitor Mattos
2022-06-30Fix testsVitor Mattos
2022-06-30Replace count by !emptyVitor Mattos
2022-06-30Move deleteExpiredTtl method to ChatManagerVitor Mattos
2022-06-13Implement room deletionJoas Schilling
2022-05-13Add an option for "Silent send" to the APIJoas Schilling
2022-04-13Don't update last room message when deleting a message or reactionJoas Schilling
2022-04-07Add constants for the verbs in the oc_comments tableJoas Schilling
2022-04-07Fix type handlingJoas Schilling
2022-04-06Use PHP7.4 property typehinting where possibleVitor Mattos
2022-03-31Handle deletingJoas Schilling
2022-03-31Fix comparing the roomIdJoas Schilling
2022-03-31Use attachment service to store and retrieve shared itemsJoas Schilling
2022-03-24Allow to delete files and object shares on the APIJoas Schilling
2022-03-23Instead of the offset based use lastKnownMessageId as for messageJoas Schilling
2022-03-08Emit a event so the HPB can send the update to the participantsbugfix/noid/combine-multiple-system-messages-updatesJoas Schilling
2022-03-08Combine last_activity and last_message update where possibleJoas Schilling
2022-03-08Only update the last_message and last_activity onceJoas Schilling
2022-02-11Array handling fixVitor Mattos
2022-02-09Update coding standardJoas Schilling
2022-01-21Add a new method to get the next message with a given verbJoas Schilling
2021-12-07Fix psalmJoas Schilling
2021-12-07Recognize voice messages, object and file shares as unread messagesJoas Schilling
2021-10-25accept SHA256 hash sums for reference id as documentedArthur Schiwon
2021-09-29TestsVitor Mattos
2021-09-29Moved code to specialist method and add fallback to allVitor Mattos
2021-09-20Add a counter for the direct mentionsJoas Schilling
2021-09-17Add some validation to the geo location idJoas Schilling
2021-07-07Change system message stringJoas Schilling
2021-07-07Remove shares and fix the message markersJoas Schilling
2021-07-07Clear historyJoas Schilling
2021-07-02Use memcache to save the query for unread message countJoas Schilling
2021-04-30Don't store commands as last messagesJoas Schilling
2021-02-02Allow to share RichObjects to chatsJoas Schilling
2021-02-02Post a system message when deleting a messageJoas Schilling
2021-02-02Add an endpoint to delete a messageJoas Schilling
2020-12-10Add the last common read message id as header on chat requests and to the con...Joas Schilling
2020-11-26Introduce constants for the actor typesJoas Schilling
2020-10-30Remove last participant modifying functions from Room objectJoas Schilling