- 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>
-
Morris Jobke authored
Use proper lanugage in langauge code
-
Roeland Jago Douma authored
Fixes #8180 The _ is not valid in language codes use - instead. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Nextcloud bot authored
-
- Feb 06, 2018
-
-
Morris Jobke authored
Handle SSL certificate verifications for others than Let's Encrypt
-
Morris Jobke authored
Sort dependencies in bower.json alphabetically
-
Morris Jobke authored
Fix "undefined index" problem
-
Nextcloud bot authored
-
- Feb 05, 2018
-
-
Daniel Calviño Sánchez authored
Use a phan version instead of master
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
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>
-
Morris Jobke authored
Repair step to clear frontend related caches
-
Morris Jobke authored
Use correct input type for website url
-
Morris Jobke authored
Fix styling issues of guest pages
-
Morris Jobke authored
Do not try to get the jailed path if we can't find the id
-
Morris Jobke authored
Remove jquery ui background image
-
michaelletzgus authored
using isset() instead of array_key_exists()
-
Nextcloud bot authored
-
Christian Glombek authored
Signed-off-by:
Christian Glombek <christian.glombek@rwth-aachen.de>
-
- Feb 04, 2018
-
-
michaelletzgus authored
Nextcloud 13RC4, error in logfile, triggered by "occ config:list": Invalid argument supplied for foreach() at lib/private/AppConfig.php#297 PHP Undefined index: workflowengine at lib/private/AppConfig.php#297 Fix: Check if index exists in array before using it.
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Nextcloud bot authored
-
- Feb 03, 2018
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
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>
-
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>
-
Roeland Jago Douma authored
Fixes #8047 If we can't find the file by id there we should just return null instead of trying to get the jailed path of null. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
Fix theming test
-
Nextcloud bot authored
-
- Feb 02, 2018
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
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>
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Christian Oliff authored
-
Roeland Jago Douma authored
Update CRL because user_sql cert was lost
-
Joas Schilling authored
Update iOS link to geo-detect & show correct store listing
-
Christian Oliff authored
-
Morris Jobke authored
* see https://github.com/nextcloud/app-certificate-requests/pull/129 Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-