summaryrefslogtreecommitdiffstats
path: root/apps/files/lib/Settings/Admin.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove the upload and memory settingJoas Schilling2019-03-041-87/+0
| | | | | | | | | | * Remove unneeded private method phpFileSize() * Bump autoloader * Remove setUploadLimit tests * Remove integrity check hacks for upload limit Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Move files settings to main server settingsJulius Härtl2018-05-031-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update license headersMorris Jobke2017-11-061-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix comparisons in the files appJoas Schilling2017-08-011-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Do not error on maxUploadChangeRoeland Jago Douma2016-08-221-7/+0
| | | | | | | | | | The new admin page broke the updating of the max upload size. This is due to very old code there. * Now update is done in the background using js * Added proper route+controller to update Fixes #994
* move mail settings and file handling to additional ones, thus files_external ↵Arthur Schiwon2016-08-131-1/+1
| | | | gets its own section
* adjust files app, and integrate files_external into that sectionArthur Schiwon2016-08-111-0/+93