| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Lock the mountpoint while removing
|
| | |
|
|\ \
| | |
| | | |
dont die when we cant save the resized avatar, log instead
|
| | | |
|
| | | |
|
|\ \ \
| |_|/
|/| |
| | |
| | | |
owncloud/catch-empty-app-path-oh-we-really-should-use-exceptions-in-the-future
getAppPath can return false
|
| | |
| | |
| | |
| | | |
Fixes https://github.com/owncloud/core/issues/23533
|
|/ /
| |
| |
| |
| |
| | |
There are authentication backends such as Shibboleth that do send no Basic Auth credentials for DAV requests. This means that the ownCloud DAV backend would consider these requests coming from an untrusted source and require higher levels of security checks. (e.g. a CSRF check)
While an elegant solution would rely on authenticating via token (so that one can properly ensure that the request came indeed from a trusted client) this is a okay'ish workaround for this problem until we have something more reliable in the authentication code.
|
|\ \
| | |
| | | |
Fix the translations of the User menu
|
| | | |
|
|\ \ \
| | | |
| | | | |
Query the cache when checking if a node exists
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Fix analyzer warnings in request.php
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* Added proper @property tags
* RunTimeException => RuntimeException
Makes code analyzers happier
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Remove support for old shares in the default share provider
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This was used when we did not have lazy shares yet. Now that we no
longer support legacy shares this can go.
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
In 9.0 we converted the old shares to the new shares. So for 9.1 we can
savely remove the fallback code.
This code was required when there was no initiator set.
* Fixed unit tests
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Read available l10n files also from theme folder
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The old behaviour was that only languages could be used for an app
that are already present in the apps/$app/l10n folder. If there is
a themed l10n that is not present in the apps default l10n folder
the language could not be used and the texts are not translated.
With this change this is possible and also the l10n files are
loaded even if the default l10n doesn't contain the l10n file.
|
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
Consistently use rel=noreferrer
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
When linking to external entities we should consistently use rel=noreferrer
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
Exclude lost+found dir in integrity check
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
into RealRancor-exclude_lost_and_found
|
| | |/ / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Allow blocking of group sharing
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* Fix tests
|
| | | | | | |
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
When installing ownCloud with autotest and MySQL some log entries may be created which will invoke the logging class. IUserSession has a dependency on the database which will make the installation fail => :bomb:
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Save the query when we get tags for no objects
|
| |/ / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
owncloud/activity-491-autoloading-issue-without-sharing
Fix "AutoloadNotAllowedException" when files_sharing is disabled
|
| | | | | | |
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
Move sharing 2.0 to composer autoloader
|
| | |/ / /
| |/| | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
owncloud/issue-22993-soften-exception-on-enable-default-app
Do not abort with an exception when a default app can not be enabled
|
| | |_|/ /
| |/| | | |
|
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
Log more information by default
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This modifies the logger to add the following logging information by default:
- Request Method
- Request URL
- Current user
|
|\ \ \ \
| | | | |
| | | | | |
Fix doc issue of cache wrapper
|
| |/ / / |
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
Hardenings
|
| | | |
| | | |
| | | |
| | | | |
This code is not used anymore.
|
| |/ /
| | |
| | |
| | | |
While all callers do this as well this prevents a misuse of the API by mistake.
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
The ownCloud update routine also runs the "updateHtaccess" code in case only an application gets updated. This leads to having entries multiple time in the .htaccess file leading to unpredictable behaviour.
With 9.0 we added the "#### DO NOT CHANGE ANYTHING ABOVE THIS LINE ####" entry to the .htaccess file, this change uses it to ensure that only to the .htaccess gets written if the file has not been modified already. Since the .htaccess modifications are optional this is not a big deal.
Without this change updates of applications can break the rewrite rules (ending in endless redirects) as well as breaking the code integrity checker.
|
| |
| |
| |
| |
| |
| |
| |
| | |
Error Fixed
combined the database errors
Merged Database Errors
|