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
2017-07-17Endpoint to remove a user from a roomJoas Schilling
2017-07-17Endpoint to promote and demote moderatorsJoas Schilling
2017-07-13Use POST to update the pingJoas Schilling
2017-07-12Use token instead of id on all urlsJoas Schilling
2017-07-12Add token to the leave call request as wellJoas Schilling
2017-07-12Combine the createRoom methodsJoas Schilling
2017-07-12Move public and participant endpointsJoas Schilling
2017-07-12Move call related URLs in /callJoas Schilling
2017-07-12autismusJoas Schilling
2017-07-12Rename getPeers* method because it is for callingJoas Schilling
2017-07-12Move getRoom(s) methods to RoomControllerJoas Schilling
2017-07-12Rename ping method and simplify the sorting functionJoas Schilling
2017-07-12Clarify leave methods...Joas Schilling
2017-07-12Split the API controller into 2Joas Schilling
2017-06-12Move API to OCSJoas Schilling
2017-03-24Use the token for all public API callsJoas Schilling
2017-03-24Remove old URLJoas Schilling
2017-01-10Add a route to rename callsJoas Schilling
2016-12-06Implement leave endpoint. Leave room where a user or a guest is participating.Ivan Sein
2016-11-23Endpoint to get a single roomJoas Schilling
2016-11-23Stay in the room on refreshing the pageJoas Schilling
2016-11-23Create an public endpoint which can be visited by guestsJoas Schilling
2016-11-23Remove executable flag added by samba.Ivan Sein
2016-11-23Allow to start an empty public room.Ivan Sein
2016-11-23Allow to start an empty roomJoas Schilling
2016-11-21Add TURN server to personal settings.Joachim Bauch
2016-11-17roomId can only be integerJoas Schilling
2016-11-17Allow to make rooms publicJoas Schilling
2016-11-17Use unique session IDs and some more patchesLukas Reschke
2016-11-14Add endpoint to add a user to a callJoas Schilling
2016-11-14Add endpoint to leave a roomJoas Schilling
2016-11-11Show groups and allow group calls creation.Ivan Sein
2016-10-19Add person selectorLukas Reschke
2016-10-11Make STUN server configurable through settings.Joachim Bauch
2016-09-05Initial importLukas Reschke