summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2020-05-12Fix unit testsJoas Schilling
2020-05-12Don't throw an exception in case of entropy failJoas Schilling
2020-05-12Use the constants everywhereJoas Schilling
2020-05-12Add license and remove auto-generate comment from migrationJoas Schilling
2020-05-12Add a signaling_dev app config for easier HPB clustering developmentJoas Schilling
2020-05-12Allow to hardcode a signaling server per conversation tokenJoas Schilling
2020-05-12Reset the assigned signaling server after some timeJoas Schilling
2020-05-12Send the backend message to the correct backend server for nowJoas Schilling
2020-05-12Introduce a manager to get the signaling serverJoas Schilling
2020-05-12Require a distributed MemCacheJoas Schilling
2020-05-12Hand in the Room object to the deeper levelsJoas Schilling
2020-05-12Rebuild the signaling connection when necessaryJoas Schilling
2020-05-12Use a dedicated method to get the signaling modeJoas Schilling
2020-05-12Extend the signaling setting API to allow somewhat clusteringJoas Schilling
2020-05-08Merge pull request #3465 from PhrozenByte/feature/cmd-roomJoas Schilling
2020-05-08Various small improvements to talk:room:* commandsDaniel Rudolf
2020-05-08Add --user option to talk:room:create and talk:room:add commandsDaniel Rudolf
2020-05-08Fix TypeError in talk:room:create commandJoas Schilling
2020-05-08Remove talk:room:list command due to privacy concernsDaniel Rudolf
2020-05-08Add --owner option to talk:room:* commandsDaniel Rudolf
2020-05-08Add --group and --circle options to talk:room:* commandsDaniel Rudolf
2020-05-06Don't demote room owners to moderators in talk:room:promote commandDaniel Rudolf
2020-05-06Merge pull request #3426 from GlobeNico/masterJoas Schilling
2020-05-06Proberly exclude one-to-one convos from talk:room:* commandsDaniel Rudolf
2020-05-06Improve talk:room:update option descriptionsJoas Schilling
2020-05-06Remove unused codeDaniel Rudolf
2020-05-06Don't prefix the helpJoas Schilling
2020-05-06Fix coding styleJoas Schilling
2020-05-05Add talk:room:* CLI commandsDaniel Rudolf
2020-05-04Fix ambiguous id in query of getRoomForParticipantJoas Schilling
2020-04-29Update Executor.phpNicolas Morin
2020-04-29Publish the signaling mode as initial stateJoas Schilling
2020-04-28Merge pull request #3408 from nextcloud/bugfix/noid/always-use-table-prefix-i...Daniel Calviño Sánchez
2020-04-28Always use table prefix in queriesJoas Schilling
2020-04-27Create the initialState in a single locationJoas Schilling
2020-04-22Handle the new reference id in the backendJoas Schilling
2020-04-22Move routes to appJoas Schilling
2020-04-21Merge pull request #3371 from nextcloud/followup/3285/correctly-specify-the-p...Joas Schilling
2020-04-21Merge pull request #3336 from nextcloud/bugfix/noid/notify-the-users-about-up...Joas Schilling
2020-04-21Correctly specify the parameter type on the placeholderJoas Schilling
2020-04-20Prevent adding hurtful commandsJoas Schilling
2020-04-17Throw instead of showing the helpJoas Schilling
2020-04-17Make the samples work with ARGUMENTS placeholderJoas Schilling
2020-04-17Remove ARGUMENTS_DOUBLEQUOTE_ESCAPED for nowJoas Schilling
2020-04-17Improve command arguments escapingJoas Schilling
2020-04-16Don't break when showing the login mask to usersJoas Schilling
2020-04-16Notify users when Talk was updated in the backgroundJoas Schilling
2020-04-16Merge pull request #3274 from nextcloud/feature/noid/check-signaling-serversJoas Schilling
2020-04-15Remove version too old messageJoas Schilling
2020-04-15Show explicit message when it is not possible to connect with the severDaniel Calviño Sánchez