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-12-02Reduce filecache hits for Talk/ folder creationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-11-10Merge pull request #6427 from nextcloud/integration-tests-for-invitesJoas Schilling
Start with integration tests for invites
2021-11-05Remove setting to prefer H.264Daniel Calviño Sánchez
Back in the day the setting to prefer H.264 was added as a technology preview; it was not a finished feature, but a preview of a feature that could be added in the future. However, H.264 does not work when the HPB is used, it overrides the preference order already decided by the browser and it does so by altering the SDP, which could lead to problems if its format changes. Due to all that preferring H.264 is no longer available. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-11-03Publish federation as initial state and load remote suggestionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-27Update initial-state handling to new serviceJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-27Add config setting to make grid videos limit a hard limitDaniel Calviño Sánchez
The hard limit can be enabled with OCC with "occ config:app:set spreed --value=yes grid_videos_limit_enforced". The changes will take effect once the user reloads the page The grid videos limit by default is a fuzzy limit, as the number of videos shown could be larger due to the available space and aspect ratio to distribute the videos on. When the limit is made a hard limit the distributed slots will be the same as before, but only as many videos as allowed by the limit will be filled in each page. However, note that with the hard limit the grid may look "broken", as there is still space to be filled with videos yet they are in the next page. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-10-27Add config setting to limit the number of videos in the gridDaniel Calviño Sánchez
The limit can be set with OCC like "occ config:app:set spreed --value=XXX grid_videos_limit". The changes will take effect once the user reloads the page. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-03-26Fix initial state handlingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-26Save setting for play soundsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-28Hide upload button with zero quotaVincent Petry
Whenever a user has zero quota, for example like guest app users, don't display the upload button. The quota value is retrieved for the attachment folder. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-01-21Initial state service is deprecatedJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-14Detect guests app in listable settings dialogVincent Petry
Expose whether the guests app (guests accounts) are enabled in initial state. Hide the guests checkbox if the app is disabled. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2020-12-10Add a capability for the chat-read-status and the user settingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-12-10Interact with integers so we can match it better in queriesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-12-10Introduce a privacy settings for the read_statusJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-26Show the dial-in info in the sidebarJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-17Fix "enable_matterbridge" initial state not set for guestsDaniel Calviño Sánchez
The RightSidebar component always checks the value, so even if the setting does not apply for guests it should be explicitly disabled in that case. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-06-10Reset attachment folder when it cannot be createdJoas 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-12Run cs:fixJoas 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 a signaling_dev app config for easier HPB clustering developmentJoas 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-04-29Publish the signaling mode as initial stateJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-27Create the initialState in a single locationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>