- Oct 18, 2016
-
-
Morris Jobke authored
* fully optional * requires additional options set in the database
-
- Sep 27, 2016
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Sep 08, 2016
-
-
Joas Schilling authored
-
- Jul 22, 2016
-
-
Thomas Pulzer authored
- Updated the config sample to point to log_type='file' - Renamed the Class for logfile logging to File in namespace 'OC\Log\'. Changed the occurrences of 'OC\Log\Owncloud' to 'OC\Log\File'. - Renamed the Class for log:file command to File in namespace 'OC\Core\Command\Log\File'. Changed registration of the command to use 'OC\Core\Command\Log\File'. - Changed default Syslog tag to Nextcloud - Retained backwards compatibility for configs with 'logtype' => 'owncloud' - Adjusted tests for the new file log. Closes #490.
-
Joas Schilling authored
-
- Jul 21, 2016
-
-
Joas Schilling authored
Make the changes from https://github.com/nextcloud/documentation/commit/6ccd2c5678b85d35a8673d784bef5c6c89e7ecb9 persistant
-
- Jul 20, 2016
-
-
Lukas Reschke authored
Class Throttler implements the bruteforce protection for security actions in Nextcloud. It is working by logging invalid login attempts to the database and slowing down all login attempts from the same subnet. The max delay is 30 seconds and the starting delay are 200 milliseconds. (after the first failed login)
-
- Jul 15, 2016
-
-
Roeland Jago Douma authored
Fixes #215 The asset pipeline has shown to do more harm than good. Some apps fail hard with it. Also it makes sure that you download a huge file on each unvisited page.
-
- Jul 13, 2016
-
-
Joas Schilling authored
-
- Jul 07, 2016
-
-
Johannes Ernst authored
-
- Jul 06, 2016
-
-
Morris Jobke authored
-
- Jul 04, 2016
-
-
Thomas Pulzer authored
-
- Jun 20, 2016
-
-
Patric Lenhart authored
-
- Jun 16, 2016
-
-
= authored
-
- Jun 01, 2016
-
-
Joas Schilling authored
-
- May 24, 2016
-
-
Christoph Wurst authored
-
Vincent Petry authored
-
Frederik Kammer authored
-
- May 23, 2016
-
-
Carla Schroder authored
-
- May 20, 2016
-
-
Joas Schilling authored
-
- May 12, 2016
-
-
Lukas Reschke authored
The current logic for mod_rewrite relies on the fact that people have properly configured ownCloud, basically it reads from the `overwrite.cli.ur l` entry and then derives the `RewriteBase` from it. This usually works. However, since the ownCloud packages seem to install themselves at `/owncloud` (because subfolders are cool or so…) _a lot_ of people have just created a new Virtual Host for it or have simply symlinked the path etc. This means that `overwrite.cli.url` is wrong, which fails hard if it is used as RewriteBase since Apache does not know where it should serve files from. In the end the ownCloud instance will not be accessible anymore and users will be frustrated. Also some shared hosters like 1&1 (because using shared hosters is so awesome… ;-)) have somewhat dubious Apache configurations or use versions of mod_rewrite from the mediveal age. (because updating is money or so…) Anyhow. This makes this explicitly an opt-in configuration flag. If `htaccess.RewriteBase` is set then it will configure index.php-less URLs, if admins set that after installation and don't want to wait until the next ownCloud version they can run `occ maintenance:update:htaccess`. For ownCloud 9.0 we also have to add a repair step to make sure that instances that already have a RewriteBase configured continue to use it by copying it into the config file. That way all existing URLs stay valid. That one is not in this PR since this is unneccessary in master. Effectively this reduces another risk of breakage when updating from ownCloud 8 to ownCloud 9. Fixes https://github.com/owncloud/core/issues/24525, https://github.com/owncloud/core/issues/24426 and probably some more.
-
- May 11, 2016
-
-
Jörn Friedrich Dreyer authored
* allow configuration of memcache options Use production values for memcached as explained in http://apprize.info/php/scaling/15.html The current implementiation uses ascii based serialization. This PR should reduce traffic to the memcached server. cc @MorrisJobke @FelixBoehm * add config sample * merge config options, throw hint on config error * fix typo * fix config sample
-
- May 09, 2016
-
-
Lukas Reschke authored
Currently testing the updates is a big problem and not really super easy possible. Since we now have a new updater server we should also make this configurable so that people can properly test updates.
-
- Apr 18, 2016
-
-
Thomas Müller authored
-
Roeland Jago Douma authored
-
- Apr 15, 2016
-
-
Carla Schroder authored
which describes files_versions and config.php settings backports to 8.2
-
Joas Schilling authored
Warning: -convert-to is deprecated. Use --convert-to instead. Warning: -outdir is deprecated. Use --outdir instead.
-
- Apr 14, 2016
-
-
Thomas Müller authored
-
- Apr 12, 2016
-
-
Thomas Müller authored
Document an example wait timeout for MySQL in case the web hoster is killing the connection too early - fixes #15407 This reverts commit e9a9af34.
-
Thomas Müller authored
Revert "Document an example wait timeout for MySQL in case the web hoster is killing the connection too early - fixes #15407" This reverts commit acad7b30.
-
Thomas Müller authored
Document an example wait timeout for MySQL in case the web hoster is killing the connection too early - fixes #15407
-
- Apr 07, 2016
-
-
Robin Appelman authored
-
- Mar 02, 2016
-
-
Phil Davis authored
Fix this here in the source so it will propogate into the documentation. Edit was already applied in https://github.com/owncloud/documentation/pull/2208 but needs to be done here at the source.
-
RealRancor authored
-
- Mar 01, 2016
-
-
Robin Appelman authored
-
- Feb 03, 2016
-
-
Morris Jobke authored
-
Carla Schroder authored
-
Morris Jobke authored
* if you install owncloud via package it is not possible to skip migration tests * this also allows to disable migration tests for an instance by default
-
- Jan 20, 2016
-
-
Vincent Petry authored
Added config.php option to replace the default implementation of system tag manager and system tag object mapper. Also adjusted the comments manager factory to inject the server container
-
- Jan 13, 2016
-
-
Roeland Jago Douma authored
* Add providers * Add share manager to server container * Use share manager from server container * Properly get the share manager
-