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
path: root/lib/Model
AgeCommit message (Expand)Author
2022-10-10Fix class casingJoas Schilling
2022-09-20Fix chat endpoints with empty reactions in XML formatJoas Schilling
2022-09-01Adjust coding styleJoas Schilling
2022-08-22Ensure that the reactions array is always a JSON objectJoas Schilling
2022-08-18Expose message expiration for chat message objectsJoas Schilling
2022-08-11Fix voting for option 0Joas Schilling
2022-07-04Store polls in separate media tabJoas Schilling
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-06-29Fix the array structure of "voted" attribute with PHP json_encodebugfix/noid/fix-array-structureJoas Schilling
2022-06-14Comment why IDs are not returned on APIJoas Schilling
2022-06-13Save number of actors that votedJoas Schilling
2022-06-13Allow to get detailed voting listJoas Schilling
2022-06-13Store the summary as wellJoas Schilling
2022-06-13Cache the display name for polls and votesJoas Schilling
2022-06-13Add endpoint for votingJoas Schilling
2022-06-13Implement room deletionJoas Schilling
2022-06-13Allow to see the poll data and close itJoas Schilling
2022-06-13Add model, migration and baseJoas Schilling
2022-04-27Introduce a chat permission on the APIJoas Schilling
2022-04-07Message types are defaulting to Verbs so lets reuse the constantstechdebt/7078/const-for-verbsJoas Schilling
2022-03-31Handle deletingJoas Schilling
2022-03-31Add the entity and a service to handle attachmentsJoas Schilling
2022-03-02Reset all in_call flags in one gobugfix/noid/reset-in_call-flag-in-one-queryJoas Schilling
2022-02-17Add an API endpoint to get all invitesJoas Schilling
2022-02-17Change database structureJoas Schilling
2022-02-15Api changes to react to a message: reactions addVitor Mattos
2021-12-06Reduce RedundantCastVitor Mattos
2021-10-25Merge pull request #6338 from nextcloud/feature/noid/allow-to-opt-out-of-call...Joas Schilling
2021-10-19replace execute by executeQuery of QueryBuilderVitor Mattos
2021-10-14Fix selecting the initial valueJoas Schilling
2021-10-11Add API to opt out of call notificationsJoas Schilling
2021-10-07Fix integration testsJoas Schilling
2021-10-07Move PERMISSIONS_MOFIDY_* constants to Attendee classJoas Schilling
2021-10-07Remove moderator option and clear custom permissions when setting the convers...Joas Schilling
2021-10-07Fix permission handling in unit testsJoas Schilling
2021-10-07Allow to explicitly set the default and call permissionsJoas Schilling
2021-10-07Allow to remove all permissions without falling back to the next levelJoas Schilling
2021-10-07Introduce different layers for permissionsJoas Schilling
2021-10-07Rename and extend constants and methods for the new permissionsJoas Schilling
2021-10-07Allow setting publishing permissions for all usersJoas Schilling
2021-10-04Merge pull request #6105 from nextcloud/enh/5723/sending-sharesJoas Schilling
2021-09-30Fix CSJoas Schilling
2021-09-30Ignore sessions older than 30 seconds on notifications againJoas Schilling
2021-09-20Set share owner properlyGary Kim
2021-09-20Add sending room shares supportGary Kim
2021-09-20Add a counter for the direct mentionsJoas Schilling
2021-08-24Don't count groups and circles as attendees for count checksJoas Schilling
2021-07-15Fix unit testsJoas Schilling