mirror of
https://github.com/nextcloud/server.git
synced 2026-02-16 17:30:55 -05:00
4 lines
129 B
JavaScript
4 lines
129 B
JavaScript
/* disable download and sharing actions */
|
|
var disableDownloadActions = true;
|
|
var disableSharing = true;
|
|
var trashBinApp = true;
|