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-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>