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 (Collapse)Author
2020-11-26Fix CS and psalmJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-26Introduce constants for the actor typesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-26Add a comment about the sessionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-30Add an empty display_name column as preparation to merge the oc_talk_guests ↵Joas Schilling
table in Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-30last_joined_call is not a timestamp not a date fieldJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-30Move some more functions to the servicesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-30Move counting functions to participant serviceJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-30Move Room::getParticipantUserIds() to participant serviceJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-30Fix loading a Room by sessionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-30Fix joining a room for usersJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-30Fix casting of valuesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-30Remove updating-methods from Participant objectJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-12Run cs:fixJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-22Handle the new reference id in the backendJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-04Add a dedicated method to the modelJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-09-05Bye Spreed, hello Talk!Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-30Make sure we don't change the comments object as that will update the databaseJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-20Introduce a Message model for parsing which also allows to hide messagesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-20Add console commands to manage commandsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-20Add a serviceJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-20No patterns for nowJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-20Add routes and controllerJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-20Start with commandsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>