- Dec 29, 2020
-
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
- Dec 16, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Mar 05, 2020
-
-
zertrin authored
The headers might already be set by the system administrator at the http server level (apache or nginx) for some or all virtualhosts. Using "always set" in the .htaccess of Nextcloud leads to the situation where the headers might be set twice (once in the default 'onsuccess' table and once in the 'always' table)! Which leads to warnings in the admin area. Adding "onsuccess unset" solves the problem, and forces the header in the 'onsucess' table to be unset, and the header in the 'always' table to be set. NOTE: with this change, Nextcloud overrides whatever the system administrator might have already set See github issues #16893 #16476 #16938 #18017 and discussion in PR #19002 Signed-off-by:
zertrin <zertrin@gmail.com>
-
- Aug 29, 2019
-
-
Maxence Lange authored
Signed-off-by:
Maxence Lange <maxence@artificial-owl.com>
-
- Aug 11, 2019
-
-
J0WI authored
Signed-off-by:
J0WI <J0WI@users.noreply.github.com>
-
J0WI authored
Signed-off-by:
J0WI <J0WI@users.noreply.github.com>
-
J0WI authored
Signed-off-by:
J0WI <J0WI@users.noreply.github.com>
-
J0WI authored
Signed-off-by:
J0WI <J0WI@users.noreply.github.com>
-
- Jul 23, 2019
-
-
Tobias Kaminsky authored
Signed-off-by:
tobiasKaminsky <tobias@kaminsky.me>
-
- Jul 22, 2019
-
-
Tobias Kaminsky authored
Signed-off-by:
tobiasKaminsky <tobias@kaminsky.me>
-
- Mar 04, 2019
-
-
Joas Schilling authored
* Remove unneeded private method phpFileSize() * Bump autoloader * Remove setUploadLimit tests * Remove integrity check hacks for upload limit Signed-off-by:
Joas Schilling <coding@schilljs.com> Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Nov 19, 2018
-
-
Ido Green authored
More: https://github.com/nextcloud/server/pull/10825#issuecomment-415800850 Signed-off-by:
Ido Green <greenido@gmail.com>
-
Ido Green authored
Signed-off-by:
Ido Green <greenido@gmail.com> Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
- Nov 18, 2018
-
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
- Oct 11, 2018
-
-
Patrik Kernstock authored
Signed-off-by:
Patrik Kernstock <info@pkern.at>
-
- Oct 10, 2018
-
-
Maxence Lange authored
Signed-off-by:
Maxence Lange <maxence@artificial-owl.com>
-
- Feb 28, 2018
-
-
Dan Callahan authored
Fixes #8578 Signed-off-by:
Dan Callahan <dan.callahan@gmail.com>
-
- 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>
-
- Dec 18, 2017
-
-
Abijeet authored
Signed-off-by:
Abijeet <abijeetpatro@gmail.com>
-
- Dec 16, 2017
-
-
Abijeet authored
Fixes #7175. - Updated the query to fetch the users in users > everyone tab. - Updated the query to fetch the users in users > admin tab. - Tested to ensure that the disabled users are also being fetched. - Added test cases. Signed-off-by:
Abijeet <abijeetpatro@gmail.com>
-
- Apr 13, 2017
-
-
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>
-
- Mar 26, 2017
-
-
Lukas Reschke authored
The public calendar view should be embeddable and we can't do that if the .htaccess sets a global X-Frame-Options. Signed-off-by:
Lukas Reschke <lukas@statuscode.ch>
-
- Feb 03, 2017
-
-
Flole998 authored
Fix for Win Clients sometimes not connecting
-
- Nov 14, 2016
-
-
Jörn Friedrich Dreyer authored
increases the cache duration for css and js files from 2 hours to half a year. Should they change the versionhash changes as well and a new file is fetched. Half a year should be long enough for oc updates. Also allows caching woff files for 7 days. Currently, there is no versionhash available, but pressing F5 will also refresh the woff files.
-
- Sep 13, 2016
-
-
Joas Schilling authored
-
- Aug 08, 2016
-
-
Lukas Reschke authored
-
- Jun 09, 2016
-
-
Thomas Müller authored
Filter private calendar objects in shared calendars
-
Thomas Müller authored
-
- Jun 03, 2016
-
-
Martin Mattel authored
-
- May 23, 2016
-
-
Roeland Jago Douma authored
-
Roeland Jago Douma 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.
-
- Mar 17, 2016
-
-
Lukas Reschke authored
PATH_INFO will be empty at this point and thus the logic in base.php did not catch this. Changing this to "getRawPathInfo" will ensure that the path info is properly read. Fixes https://github.com/owncloud/core/issues/23199
-
- Mar 15, 2016
-
-
Lukas Reschke authored
-
Lukas Reschke authored
-
- Mar 10, 2016
-
-
Stephan Köninger authored
When using an background image in themes of type JPG, the current setting of owncloud's htaccess file does not allow to deliver these kinds of images as static content. Adding the file extensions as done in this commit, it works flawlessly.
-
- 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.
-
- Feb 25, 2016
-
-
Lukas Reschke authored
Otherwise `localhost/ocs-provider/` cannot be accessed if mod_rewrite is install ed. Only affects master.
-