]> source.dussan.org Git - nextcloud-server.git/commit
Remove the upload and memory setting 14430/head
authorJoas Schilling <coding@schilljs.com>
Thu, 28 Feb 2019 10:05:28 +0000 (11:05 +0100)
committerMorris Jobke <hey@morrisjobke.de>
Mon, 4 Mar 2019 11:14:22 +0000 (12:14 +0100)
commitc6a69ba92514587814d0f03b51e1d1f026a49350
treeb7162fff445ea0595280b535b95a60b689f742dd
parent814bf0de20b05ef44d4558d49cc3dc655da1c58d
Remove the upload and memory setting

* 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>
19 files changed:
.htaccess
.user.ini
apps/files/appinfo/info.xml
apps/files/appinfo/routes.php
apps/files/composer/composer/autoload_classmap.php
apps/files/composer/composer/autoload_static.php
apps/files/js/admin.js [deleted file]
apps/files/lib/Controller/SettingsController.php [deleted file]
apps/files/lib/Settings/Admin.php [deleted file]
apps/files/templates/admin.php [deleted file]
apps/files/tests/Settings/AdminTest.php [deleted file]
lib/private/IntegrityCheck/Checker.php
lib/private/legacy/files.php
lib/private/legacy/helper.php
tests/data/integritycheck/htaccessWithValidModifiedContent/.htaccess
tests/data/integritycheck/htaccessWithValidModifiedContent/.user.ini [deleted file]
tests/lib/FilesTest.php [deleted file]
tests/lib/IntegrityCheck/CheckerTest.php
tests/lib/LegacyHelperTest.php