| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
nextcloud/correctly-catch-the-exception-from-pathinfo
Catch exception from path info
|
| |
| |
| |
| |
| |
| |
| | |
We don't really care when the path info can not be gathered correctly.
we will simply not use SCSS then but the CSS fallback.
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
| | |
|
|\ \
| |/
|/| |
IServerContainer is effectively an IContainer
|
| |
| |
| |
| |
| |
| | |
This relation was not explicitly declared in the class description.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
|\ \
| |/
|/| |
Only request "IndexIgnore" if mod_autoindex is loaded
|
| |
| |
| |
| | |
Signed-off-by: Robert Scheck <robert@fedoraproject.org>
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Make sure invalid images don't flood the log file
|
| | |
| | |
| | |
| | | |
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
| |/
|/|
| |
| |
| |
| |
| |
| | |
`\OC_User::loginWithApache` is used in combination with backend mechanisms like our SSO / SAML integration. Those can optionally already provide a displayname using other means. For example by mapping SAML attributes.
The current approach makes it however impossible for backends using `\OCP\Authentication\IApacheBackend` to set a displayname on their own. Because the display name will simply be overwritten with the loginname.
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
|
|\ \
| | |
| | | |
Add preLoginValidation hook
|
| | |
| | |
| | |
| | | |
Signed-off-by: Sandro Lutz <sandro.lutz@temparus.ch>
|
| |\ \
| | | |
| | | |
| | | | |
Signed-off-by: Sandro Lutz <sandro.lutz@temparus.ch>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Sandro Lutz <sandro.lutz@temparus.ch>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Sandro Lutz <sandro.lutz@temparus.ch>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Sandro Lutz <sandro.lutz@temparus.ch>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Sandro Lutz <sandro.lutz@temparus.ch>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Sandro Lutz <sandro.lutz@temparus.ch>
|
|\ \ \ \
| | | | |
| | | | | |
Make it easier to subclass DAV storage
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
also apply permissions mask in getMetaData
|
| | |_|_|/
| |/| | |
| | | | |
| | | | | |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Make sure we use the correct storage id and parent id when scanning a jailed storage
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Fix DI of the cloud id manager into apps
|
| | |_|/ / /
| |/| | | |
| | | | | |
| | | | | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Always enable avatars
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* we introduced this setting in the begining because our
avatar support caused some performance issues, but we
fixed them and should only provide one way how Nextcloud
looks
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
Add option to enable locking debug logging
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Recognize .bat and .cmd files
|
| | |_|/ / /
| |/| | | |
| | | | | |
| | | | | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
bug when connect to yandex webdav server
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
server think that request like
<?xml version="1.0" encoding="UTF-8"?>
<d:propfind xmlns:d="DAV:">
<d:prop/>
</d:propfind>
is 400: Bad Request
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Push notification
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
Fix detection of the new iOS app
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Fix return value of getAllowedPreviousVersions()
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|