aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/Settings
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-06-061-21/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* Let users choose a share_folderHinrich Mahler2021-09-061-0/+7
|
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Move some settings over to the IInitialStateRoeland Jago Douma2021-03-021-5/+5
| | | | | | The old one has been deprecated. Part one of many. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Make auto accepting the default and provide setting to enforce the share ↵Julius Härtl2020-01-161-2/+5
| | | | | | acceptance process Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Update license headers for 18Christoph Wurst2019-12-201-1/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Allow users to specify to accept (internal) shares by defaultRoeland Jago Douma2019-12-171-0/+62
Fixes #18255 A new user setting allows a user to always accept (internal) shares. For example if they don't like accepting shares manually ;) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>