aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/lib/Controller/SettingsController.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove the upload and memory settingJoas Schilling2019-03-041-51/+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>
* Do not error on maxUploadChangeRoeland Jago Douma2016-08-221-0/+51
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