nextcloud/apps/files/appinfo
Lukas Reschke 4b9e034968 Remove hard-dependency on disabled output_buffering
This removes the hard-dependency on output buffering as requested at https://github.com/owncloud/core/issues/16013 since a lot of distributions such as Debian and Ubuntu decided to use `4096` instead of the PHP recommended and documented default value of `off`.

However, we still should encourage disabling this setting for improved performance and reliability thus the setting switches in `.user.ini` and `.htaccess` are remaining there. It is very likely that we in other cases also should disable the output buffering but aren't doing it everywhere and thus causing memory problems.

Fixes https://github.com/owncloud/core/issues/16013
2015-05-04 14:15:15 +02:00
..
app.php Move tag related code into a helper so we can test the query without a view 2015-03-30 17:21:06 +02:00
application.php Update license headers 2015-03-26 11:44:36 +01:00
info.xml Add support for keys in the info.xml 2014-10-09 15:48:30 +02:00
register_command.php [command] delete orphaned file cache entries 2015-04-08 10:23:56 +02:00
remote.php Remove hard-dependency on disabled output_buffering 2015-05-04 14:15:15 +02:00
routes.php Fix usage of deprecated private constants 2015-04-18 10:30:02 +02:00
version increase version number of files and migration trigger 2014-06-06 12:28:36 +02:00