- Oct 23, 2017
-
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
- Sep 26, 2017
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Aug 01, 2017
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Jul 26, 2017
-
-
Morris Jobke authored
* Nextcloud is not properly loaded in the standalone version (especially the theming) * it is already not listed anymore in the Nginx config (see nextcloud/documentation#392) * the index.php-free version doesn't support this Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Jul 25, 2017
-
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- Jul 05, 2017
-
-
Joas Schilling authored
Fixme: - Install and update of apps - No revert on live systems (debug only) - Service adjustment to our interface - Loading via autoloader Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
- May 08, 2017
-
-
Lukas Reschke authored
Signed-off-by:
Lukas Reschke <lukas@statuscode.ch>
-
- Apr 26, 2017
-
-
Lukas Reschke authored
Signed-off-by:
Lukas Reschke <lukas@statuscode.ch>
-
- Apr 10, 2017
-
-
Morris Jobke authored
* currently there are two ways to access default values: OCP\Defaults or OC_Defaults (which is extended by OCA\Theming\ThemingDefaults) * our code used a mixture of both of them, which made it hard to work on theme values * this extended the public interface with the missing methods and uses them everywhere to only rely on the public interface Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Mar 19, 2017
-
-
Morris Jobke authored
* preparation for followup PRs to clean up the DB bootstrapping Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
* minor fixes in preparation of a bigger DB and config PR Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Mar 06, 2017
-
-
Frank Isemann authored
-
- Feb 24, 2017
-
-
KB7777 authored
-
- Feb 22, 2017
-
-
Robert Scheck authored
Signed-off-by:
Robert Scheck <robert@fedoraproject.org>
-
- Feb 20, 2017
-
-
Robert Scheck authored
Signed-off-by:
Robert Scheck <robert@fedoraproject.org>
-
- Feb 10, 2017
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Jan 26, 2017
-
-
Morris Jobke authored
* we only require the PDO driver * fixes #481 Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Nov 14, 2016
-
-
Thomas Müller authored
Use firstLogin event to trigger creation of default calendar and default address book Delay login of admin user after setup so that firstLogin event can properly be processed for the admin Fixing tests ... Skeleton files are not copied over -> only 3 cache entries are remaining Use updateLastLoginTimestamp to properly setup lastLogin value for a test user
-
- Sep 13, 2016
-
-
Joas Schilling authored
-
Joas Schilling authored
-
- Jul 21, 2016
-
-
Joas Schilling authored
-
Joas Schilling authored
-
- Jul 15, 2016
-
-
Joas Schilling authored
-
- Jul 12, 2016
-
-
Robin Appelman authored
-
- Jul 08, 2016
-
-
Morris Jobke authored
* the setup check is still there
-
- May 26, 2016
-
-
Lukas Reschke authored
-
- May 24, 2016
-
-
Christoph Wurst authored
-
Christoph Wurst 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
-
-
Christoph Wurst authored
-
Christoph Wurst authored
add 'last_activity' column to session tokens and delete old ones via a background job
-
- May 02, 2016
-
-
Thomas Müller authored
-
- Apr 29, 2016
-
-
Roeland Jago Douma authored
* \OC\OCSClient * \OC\Preview * \OC\PreviewManager * \OC\Repair * \OC\RepairException * \OC\Search * \OC\ServerContainer * \OC\ServerNotAvailableException * \OC\ServiceUnavailableException * \OC\Setup * \OC\Streamer * \OC\SubAdmin * \OC\SystemConfig * \OC\TagManager * \OC\Tags * \OC\TempManager * \OC\TemplateLayout * \OC\URLGenerator * \OC\Updater
-
- Apr 26, 2016
-
-
Lukas Reschke authored
ownCloud may be configured to live at the root folder without a trailing slash being specified. In this case manually set the rewrite base to `/`
-
- Apr 20, 2016
-
-
Lukas Reschke authored
The new updater as shipped with ownCloud 9.0.x invokes `occ` via `shell_exec`. This means that the `\OC::$CLI` code is used when updating. This removes the manual `.htaccess` modifications, effectively leading to the fact that URLs without index.php in it stop working. This also affects share URLs which could be considered a rather serious regression. - User installs 9.0.0 via web - User shares /s/1234 - User updates to 9.0.1 via ownCloud updater - Link to /s/1234 is broken, /index.php/s/1234 works
-
- Mar 17, 2016
-
-
Lukas Reschke authored
The ownCloud update routine also runs the "updateHtaccess" code in case only an application gets updated. This leads to having entries multiple time in the .htaccess file leading to unpredictable behaviour. With 9.0 we added the "#### DO NOT CHANGE ANYTHING ABOVE THIS LINE ####" entry to the .htaccess file, this change uses it to ensure that only to the .htaccess gets written if the file has not been modified already. Since the .htaccess modifications are optional this is not a big deal. Without this change updates of applications can break the rewrite rules (ending in endless redirects) as well as breaking the code integrity checker.
-
- Mar 10, 2016
-
- Mar 09, 2016
-
-
Lukas Reschke authored
In case Apache is configured with an `Alias` such as with the ownCloud packages the rewrite rules will fail when no valid RewriteBase is configured.
-