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 (Collapse)Author
2020-01-09Release alpha3v8.0.0-alpha.3Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-20Alpha 2v8.0.0-alpha.2Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-17add Flow categoryArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-12-16Tagged alpha1Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-10-16Correctly setup the Application classJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-10-10Remove unwanted, undocumented and unused methods from Commands controllerJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-10-10Update the Webinar(y) controller to the latestJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-10-01Merge the two controllersJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-09-26Add support for public shares to file roomsDaniel Calviño Sánchez
Until now file rooms were available only to users with direct access to the file. Now file rooms are available to any user or guest too if the link is publicly shared (with a link share, for example). Public shares are identified by a share token instead of a file id, so a new endpoint, which is a counterpart of FilesController but for share tokens, was added. The file room, however, is still associated to the file id like before. When checking if a participant can join a room if the current user is a user without direct access to the file or a guest it is not even possible to know if the file id belongs to a publicly shared file. Due to this when the room is got for a share token the share token is stored in the session and then used in following requests when checking whether the participant can join a room or not. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-09-19Add Jennifer and Marco to the authorsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-09-19Allow to limit "Start call" to users and moderatorsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-09-14Free FilesControllerJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-09-05Add a migration to update the background jobs tableJoas 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-09-05Update the master version and test appJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-08-29Bump version and add the changelogv7.0.0-beta.1Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-08-28Bump version to trigger the migrationDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-08-28Allow a timer as wellJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-08-28Add an API endpoint to set the lobby stateJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-30Add a repair step to clear the projecct accessJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-24Version bump to trigger the migrationsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-24Change read marker to work on the comment id isntead of datetimeJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-17Add a new column to record who joined a callJoas Schilling
This makes sure users that only joined the chat are not listed in the call summary Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-11Update version on masterJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-11RC2v6.0.0-rc.2Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-11Try lowercase rcv6.0.0-rc.1Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-11Update README descriptionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-11Final releaseJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-08Add /wiki sample commandJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-04-02Increase versionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-25Allow setting the read-only state of a roomJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-25Introduce a Read-Only state for conversationsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-01Add an admin setting to restrict the app to groupsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-01Register the navigation via Application so we can silence it if neededJoas 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-20Do not allow changing/adding scripts via the WebJoas Schilling
It's just too dangerous for now. Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-20Add a help commandJoas 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>
2018-12-07Bump all versionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-12-07Increase max-version to 16Jan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-12-06Increase version for beta5v4.99.5Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-11-29Add end point to get the token of a room associated with a fileDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-11-06Merge the email-invite into the new universal endpointJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-10-08Add an endpoint to set the notification levelJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-10-08Introduce notification levels for participantsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-09-27Allow to invite email addressesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-09-24Merge pull request #1165 from denismosolov/occJoas Schilling
Add occ commands to work with TURN/STUN/Signaling servers
2018-09-19Update requirement to 15Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-09-19Revert "Update requirement to 15"Joas Schilling