- Sep 28, 2018
-
-
Daniel Kesselberg authored
Signed-off-by:
Daniel Kesselberg <mail@danielkesselberg.de>
-
- Sep 13, 2018
-
-
Daniel Kesselberg authored
Signed-off-by:
Daniel Kesselberg <mail@danielkesselberg.de>
-
- Sep 10, 2018
-
-
Daniel Kesselberg authored
Signed-off-by:
Daniel Kesselberg <mail@danielkesselberg.de>
-
Daniel Kesselberg authored
Signed-off-by:
Daniel Kesselberg <mail@danielkesselberg.de>
-
- May 14, 2018
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- Feb 28, 2018
-
-
Dan Callahan authored
Fixes #8578 Signed-off-by:
Dan Callahan <dan.callahan@gmail.com>
-
- Feb 07, 2018
-
-
Morris Jobke authored
* regression from #7835 Steps * having a my.config.php with a proper `overwrite.cli.url` and `htaccess.RewriteBase` set * install with this * before: short URLs where broken and you need to call `occ maintenance:update:htaccess` additionally to fix this * after: occ install results in a proper htaccess like on stable13 Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Feb 05, 2018
-
-
Robert Scheck authored
Do no longer (wrongly) rewrite URLs like * http://example.net/.well-known/pki-validation/file.txt (Comodo) * http://example.net/.well-known/pki-validation/fileauth.txt (DigiCert, Thawte, GeoTrust) * http://example.net/.well-known/pki-validation/gsdv.txt (GlobalSign) * http://example.net/.well-known/pki-validation/starfield.htm (Starfield, GoDaddy) * http://example.net/.well-known/pki-validation/swisssign-check.txt (SwissSign) for automated SSL certificate verifications. All (common commercial) certificate authorities (CA) except Let's Encrypt (via ACME) seem to use "pki-validation" rather "acme-challenge" for their domain control validation (DCV). Signed-off-by:
Robert Scheck <robert@fedoraproject.org>
-
- Jan 15, 2018
-
-
Morris Jobke authored
Found while testing strict typing for PHP 7+. Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Nov 25, 2017
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Nov 08, 2017
-
-
Morris Jobke authored
This reverts commit 1287d6dd. Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Nov 07, 2017
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Nov 06, 2017
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Oct 24, 2017
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
- 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
-