summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2017-09-22Hash the passwordsJoas Schilling
2017-09-22Add option for the moderator to set a passwordJoas Schilling
2017-09-22Add endpoint to set the passwordJoas Schilling
2017-09-22Start implementing room passwordsJoas Schilling
2017-09-22Fix inspection errors (although they can not happen *cough*)Joas Schilling
2017-09-22Add a dedicated exception for participantsJoas Schilling
2017-09-22Only construct the objects in one placeJoas Schilling
2017-09-22Allow to deal with rooms based on session idJoas Schilling
2017-09-19Fix deleting of guestsJoas Schilling
2017-09-19Merge pull request #377 from nextcloud/sidebarIvan Sein
2017-09-18Merge pull request #406 from nextcloud/fix-table-structure-of-signalling-tableJoas Schilling
2017-09-14Move all signalling queries into a dedicated classJoas Schilling
2017-09-14Merge pull request #405 from nextcloud/trigger-event-when-participant-list-ch...Ivan Sein
2017-09-14Fix the signalling tableJoas Schilling
2017-09-14Dispatch event when participant list changesJoas Schilling
2017-09-14Fix versioning of migrationsJoas Schilling
2017-08-25Fix loading participants into the sidebarJoas Schilling
2017-08-25Allow to get all participants as a collectionJoas Schilling
2017-08-15Merge pull request #381 from nextcloud/increase-token-calculation-timeJoas Schilling
2017-08-15Make both lists equalJoas Schilling
2017-08-15Increase token calculation timeJoas Schilling
2017-08-07Fix self-joining of users to a public room and remove them on making it privateJoas Schilling
2017-08-07Do not allow to leave rooms you are not part ofJoas Schilling
2017-08-07You can only promote normal users...Joas Schilling
2017-08-07Merge pull request #371 from nextcloud/oracle-supportJoas Schilling
2017-08-03Adjust method nameJoas Schilling
2017-07-25Fix app to work on oracleJoas Schilling
2017-07-20Update "name" member on rename so "getName" returns updated name.Joachim Bauch
2017-07-17Correctly generate display name from participant listJoas Schilling
2017-07-17Fix displaying the options in the UI only when the user has permissionsJoas Schilling
2017-07-17Add missing default valueJoas Schilling
2017-07-17Add an option for moderators and owners to delete a callJoas Schilling
2017-07-17Also expose the participant type with the listJoas Schilling
2017-07-17Do not allow to demote yourselfJoas Schilling
2017-07-17Endpoint to remove a user from a roomJoas Schilling
2017-07-17UserId not object on addParticipantJoas Schilling
2017-07-17Endpoint to promote and demote moderatorsJoas Schilling
2017-07-17Add a post migration step which makes:Joas Schilling
2017-07-17Restrict renaming, inviting and public/private to owner and moderatorsJoas Schilling
2017-07-17Add participant typesJoas 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-12Fix DIJoas 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-07-10Move database schema to migrationJoas Schilling