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
AgeCommit message (Collapse)Author
2020-05-22Merge pull request #3638 from nextcloud/backport/3622/stable19Daniel Calviño Sánchez
[stable19] If available creatae a cacheentry
2020-05-22If available creatae a cacheentryRoeland Jago Douma
Fixes #3440 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-05-21Correctly trim user list on name generationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-21Use a properly set up input definition for ↵Daniel Rudolf
TRoomCommand::completeParticipantValues() Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2020-05-21Sort results of Manager::searchRoomsByToken() and Room::searchParticipants()Daniel Rudolf
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2020-05-21Implement TRoomCommand::completeParticipantValues()Daniel Rudolf
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2020-05-21Add Room::searchParticipants()Daniel Rudolf
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2020-05-21Remove --circle options from talk:room:create and talk:room:add commandsDaniel Rudolf
See https://github.com/nextcloud/spreed/pull/3505#issuecomment-631969201 for a reasoning Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2020-05-19Add talk update messages for Talk 9Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-18Don't allow multiple HPB without clustering and add a cache warningJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-15Merge pull request #3586 from nextcloud/backport/3580/stable19Joas Schilling
[stable19] Correctly pick the parent if it is index 0 of the messages
2020-05-15Correctly pick the parent if it is index 0 of the messagesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-15Add empty referenceId when sending a message though flowJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-05-15Merge pull request #3570 from nextcloud/backport/3528/stable19Joas Schilling
[stable19] Make activities link to the conversation
2020-05-14Make activities link to the conversationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-14Only send the capability when the config is setJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-14Check in a background job for the reference id columnJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-14Take config settings into account when promoting an updateJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-13Add bash autocompletion for talk:room:* commandsDaniel Rudolf
Implementations for option "--circle" and participant options/arguments is still pending, i.e. this is work in progress. Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2020-05-13Add Manager::searchRoomsByToken()Daniel Rudolf
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2020-05-13Rename argument 'user' of talk:room:remove command to 'participant'Daniel Rudolf
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2020-05-13Merge branch 'master' into feature/cmd-room-followupDaniel Rudolf
2020-05-13Fix success messages for talk:room:* commandsDaniel Rudolf
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2020-05-12Fix `talk:room:update --owner` adding multiple ownersDaniel Rudolf
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2020-05-12Run cs:fixJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-12Various small improvementsDaniel Rudolf
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2020-05-12Fix unit testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-12Remove unused codeDaniel Rudolf
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2020-05-12Don't throw an exception in case of entropy failJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-12Use the constants everywhereJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-12Add license and remove auto-generate comment from migrationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-12Add a signaling_dev app config for easier HPB clustering developmentJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-12Allow to hardcode a signaling server per conversation tokenJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-12Reset the assigned signaling server after some timeJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-12Send the backend message to the correct backend server for nowJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-12Introduce a manager to get the signaling serverJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-12Require a distributed MemCacheJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-12Hand in the Room object to the deeper levelsJoas Schilling
So we can use it to decide which HPB to talk to Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-12Rebuild the signaling connection when necessaryJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-12Use a dedicated method to get the signaling modeJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-12Extend the signaling setting API to allow somewhat clusteringJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-08Merge pull request #3465 from PhrozenByte/feature/cmd-roomJoas Schilling
Add talk:room:* CLI commands
2020-05-08Various small improvements to talk:room:* commandsDaniel Rudolf
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2020-05-08Add --user option to talk:room:create and talk:room:add commandsDaniel Rudolf
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2020-05-08Fix TypeError in talk:room:create commandJoas Schilling
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2020-05-08Remove talk:room:list command due to privacy concernsDaniel Rudolf
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2020-05-08Add --owner option to talk:room:* commandsDaniel Rudolf
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2020-05-08Add --group and --circle options to talk:room:* commandsDaniel Rudolf
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2020-05-06Don't demote room owners to moderators in talk:room:promote commandDaniel Rudolf
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2020-05-06Merge pull request #3426 from GlobeNico/masterJoas Schilling
Executor /help bugfixe