- Dec 08, 2015
-
-
Lukas Reschke authored
When `DirectorySlash off` is set then Apache will not lookup folders anymore. This is required for example when we use the rewrite directives on an existing path such as `/core/search`. By default Apache would load `/core/search/` instead `/core/search` so the redirect would fail here. This leads however to the problem that URLs such as `localhost/owncloud` would not load anymore while `localhost/owncloud/` would. This has caused problems such as https://github.com/owncloud/core/pull/21015 With this change we add the `DirectorySlash off` directive only when the `.htaccess` is writable to the dynamic part of it. This would also make `localhost/owncloud` work again as it would trigger the 404 directive which triggers the redirect in base.php.
-
- Dec 07, 2015
-
-
Thomas Müller authored
Redirect to correct URL after updating
-
Thomas Müller authored
Issue 12215 remove password reset when not possible
-
Vincent Petry authored
Now requires a trailing slash to make sure we don't land on the forbidden page.
-
Thomas Müller authored
Scrutinizer Auto-Fixes
-
Thomas Müller authored
Fix duplicate bogus share field when link sharing is not allowed
-
Thomas Müller authored
Allow .ico files
-
Thomas Müller authored
treat LDAP users not available by user filter as deleted
-
Lukas Reschke authored
Makes `/core/img/favicon.ico` accessible again via web.
-
Thomas Müller authored
Disabled checked checkbox css rules
-
Thomas Müller authored
Adding a basic configuration for the mention bot
-
Vincent Petry authored
Whenever link share is not allowed, it was outputting a bogus sharing field which name would conflict with the regular sharing field. This fix makes sure that the bogus sharing field with "Resharing not allowed" message only appears when triggered by removed share permissions.
-
Thomas Müller authored
Improving fopen behaviour for Swift backend
-
Scrutinizer Auto-Fixer authored
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
-
Thomas Müller authored
-
Thomas Müller authored
OC.FilePath has still a valid use case when generating paths to stati…
-
Thomas Müller authored
Add CSP header to static resources
-
Thomas Müller authored
Do not overwrite the language when it's just missing for one app
-
Lukas Reschke authored
Fixes https://github.com/owncloud/core/issues/16164
-
Joas Schilling authored
-
Thomas Müller authored
Scrutinizer Auto-Fixes
-
Thomas Müller authored
Allow sending a share email to multiple users
-
Joas Schilling authored
-
Joas Schilling authored
-
Joas Schilling authored
-
Scrutinizer Auto-Fixer authored
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
-
Thomas Müller authored
OC.FilePath has still a valid use case when generating paths to static files what for generateUrl cannot be used for - closes #15604
-
Joas Schilling authored
-
Joas Schilling authored
-
Thomas Müller authored
Show external storage status in file list + prompt credentials if different
-
Thomas Müller authored
Cleanup trashbin expire code
-
Thomas Müller authored
Fix hidpi previews on public page
-
Thomas Müller authored
add icons for disabled checkbox, radio button, error and colored checkmark
-
Thomas Müller authored
CSS prefixes
-
Thomas Müller authored
Remove OC_Util::getUrlContent and replace by proper usage of public i…
-
Thomas Müller authored
Replacing ini_get instances with inigetwrapper usages
-
Thomas Müller authored
Fix mimetype filter in getDirectoryContent
-
Tim Dettrick authored
-
Thomas Müller authored
[Sharing] Properly check if a group already has access
-
Thomas Müller authored
Settings user only load avatar if available
-