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
2021-01-08Update code to work with doctrine/dbal 3.0Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-12-15Fix help command handling on OracleJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-12-14Use a unique index nameJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-12-11Make listable column smallintVincent Petry
Smallint should be enough for everyone. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-12-11Small adjustments to listable feature after reviewsVincent Petry
Co-authored-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-12-11Apply suggestions from code review of listable rooms featureVincent Petry
Always join as USER when joining group or public room Allow nulls for Oracle Changes after review Removed populateBaseRoomData and reused the existing code by adding an extra condition for when querying listable rooms with null participant. Co-authored-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-12-11Adjustments for listable rooms after reviewVincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-12-11Add listable flags attribute for conversationsVincent Petry
Added ability to set a conversation as listable for regular users and/or guest users from the guest app. This only implements the flag, endpoint and UI to manage it but not yet making it appear in search results. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-12-11Merge pull request #4735 from nextcloud/techdebt/noid/cluster-compatibilityVincent Petry
Create a new table for internal signaling and guest names with a PK
2020-12-10Save the read privacy on the attendee model too, so we can select-query it ↵Joas Schilling
easier later on Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-12-09Create a new table for internal signaling and guest names with a PKJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-12-08Add description field to conversationsDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-11-26Increase the length of the session id columnJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-26Introduce constants for the actor typesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-30Add an empty display_name column as preparation to merge the oc_talk_guests ↵Joas Schilling
table in Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-30Remove updating-methods from Participant objectJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-30Split table of participants into attendees and sessionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-30Fix PHP CSJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-30Add an endpoint to enable the SIP per conversationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-30Add SIP status column to rooms tableJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-13Psalm auto fixesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-13Start fixing some psalm issuesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-23Fix update queryJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-22Fix migrationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-22Simplify migrationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-22get 'enabled' and 'pid' bridge values out of json_valuesJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2020-09-08Add a default on NotNull columnJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-25Fix migrationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-25improve insert/update in bridge tableJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2020-08-25review fixesJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2020-08-25new DB table to store bridge configsJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2020-05-12Run cs:fixJoas 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-12Extend the signaling setting API to allow somewhat clusteringJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-07Add index on the session_idRoeland Jago Douma
This is called from time to time as well. Especially on big instances having this proper indexed saves a lot of row scanning. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-04-02Add a user index on the participants tableJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-31Add some indexes for the main queriesJoas 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-08-28Allow a timer as wellJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-08-28Add a lobby state column to the room tableJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-31Merge pull request #2048 from nextcloud/bugfix/noid/collectionsJoas Schilling
Correctly check if a user has access to a conversation
2019-07-31Add missing returnJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-30Remove unused repair stepJoas 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-25Fix migration script on postgresqlJoas 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-08Add /wiki sample commandJoas 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>