| 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 OCP classes to be PSR-4 as well
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
This adds the OCP namespace to the composer autoloader as well.
This means that now we can use proper PSR-4 filenames in OCP.
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
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:
|
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | |
| | | | | | | | |
| | | | | | | | | |
owncloud/if-class-is-already-loaded-dont-load-it-again
Dont double load class
|
| |/ / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
If the class already exists we should not load it twice. Since the composer autoloader is also used in core this could otherwise load a file twice.
This leads to problems otherwise with case insensitive operating systems like OS X. We can get rid of this once all file names in OC follow PSR-4, until then we probably need this check.
|
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
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
|
| |/ / / / / / |
|