| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Workaround to check htaccess in case of redirects
In some setups, the web server will redirect any call to "data/" to the
main page. This causes the XHR to return the 200 HTTP status code and
the body contains the HTML page of the main page / files app.
This fix improves the htaccess failure detection by adding a known
string inside the test file "htaccesstest.txt". If we are able to find
this string, it means that the web server didn't block access to that
file.
* Fix setup check unit test (#25439)
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Initial web executor
* Fix PHPDoc
Fix broken integration test
OccControllerTests do not require database access - moch them all!
Kill unused sprintf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix Decrypt message via occ
* Comments fixed
* Fixed reviews
* Originally:
commit 2304e4bda027e61ff1302c55c2f70f8e4c8f47d0
Author: Joas Schilling <nickvergessen@owncloud.com>
Date: Tue Jun 7 09:13:11 2016 +0200
Allow to decrypt user '0' files only
* Fix uid comparison
|
|\
| |
| | |
[stable9] Init the headers in iedavclient.js
|
| | |
|
|/
|
|
|
| |
If an error occurs during setup checks, do not let the global ajax
error handler reload the page.
|
| |
|
| |
|
|\
| |
| | |
[stable9] Delay reloading the page if an ajax error occurs, show notification
|
| | |
|
| | |
|
|/ |
|
| |
|
|\
| |
| |
| |
| | |
owncloud/stable9-do-not-automatically-try-to-enable-index-php-less-urls
[Stable9] do not automatically try to enable index php less urls
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|/ |
|
|
|
|
| |
fixes #22947
|
|
|
|
|
|
|
|
| |
Fixes #24032
Since we have a slightly different UI for the federated shares our
normal logic fails us. This makes sure to add the correct permissions
when it is a federated share.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Added 303 to catch SSO cross-domain redirect in Firefox.
|
|
|
|
|
|
|
|
|
|
|
| |
Whenever a user navigates away, all ajax calls will fail with the same
result like a cross-domain redirect (SSO). To distinguish these cases,
we need to detect whether the error is a result of the user navigating
away. For this, we introduce a new flag that will be set in
"beforeunload".
Additional handling was required for false positives in case "beforeunload" is
used (ex: cancelled upload) and the user cancelled the navigation.
|
| |
|
|\
| |
| | |
Backport translations to stable9
|
| | |
|
|/ |
|
|\
| |
| | |
[stable9] Keep share checkboxes together
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- removed leading spaces before markup which can affect rendering in
some cases
- added shareOption CSS class to group and keep share option checkbox +
label
- moved ".showCruds" arrow into the matching shareOption to keep the
arrow together with the checkbox
|
|\ \
| | |
| | | |
[stable9] Adjust wording a bit
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
**Before:**
> Your PHP version (5.4.16) is no longer supported by PHP. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by PHP.
**After:**
> You are currently running PHP 5.4.0. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it.
Fixes https://github.com/owncloud/enterprise/issues/1170
|
| |/
|/|
| |
| |
| | |
When creating a new entry, compare the full tag name and not only the
prefix.
|
| | |
|
| |
| |
| |
| |
| |
| | |
fixes #23197
* Updated unit test
|
|\ \
| |/
|/| |
[stable9] Update error text for link passwords
|
| |
| |
| |
| |
| |
| | |
* this removes the old tooltip first before showing
the new one to update the text - otherwise the old
text will be shown
|
|/
|
|
|
| |
Using https://github.com/owncloud/core/pull/22274 we have to patch the
iedavclient.js as well.
|
|
|
|
| |
Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
|
|\
| |
| | |
make scrollbar less obnoxious: tad narrower, rounded corners
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
owncloud/allow-to-overwrite-single-l10n-string-via-theme
Allow to overwrite a single language string via the theme folder
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
compress app banners on personal page
|
| | | | |
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | | |
Style telephone inputs like other types
|