| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
* then the language is not that specific and get also matched for fi
* fallback from fi_FI to fi is supported - the other way around not
* contains repair script
* contains tests for repair script
* fixes #869
Order results to make postgres happy
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
|
|
|
| |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|
|
|
| |
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
| |
|
|\
| |
| | |
Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs
|
| |
| |
| |
| |
| |
| | |
the time thus allowing proper casts to be done
Signed-off-by: Frédéric Fortier <frederic.fortier@oronospolytechnique.com>
|
| |
| |
| |
| | |
Signed-off-by: Frédéric Fortier <frederic.fortier@oronospolytechnique.com>
|
| | |
|
|\ \
| | |
| | | |
Add back appstoreenabled config switch
|
| | |
| | |
| | |
| | | |
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Steffen Lindner <mail@steffen-lindner.de>
|
|\ \ \
| |/ /
|/| | |
Clean up single user mode
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Single user mode basically disables WebDAV, OCS and cron execution. Since
we heavily rely on WebDAV and OCS also in the web UI it's basically useless.
An admin only sees a broken interface and can't even change any settings nor
sees any files. Also sharing is not possible.
As this is at least the case since Nextcloud 9 and we haven't received any
reports for this it seems that this feature is not used at all so I removed it.
The encryption commands now rely on the well tested maintenance mode.
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
|\ \ \
| | | |
| | | | |
Remove unneeded repair steps
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
|\ \ \
| | | |
| | | | |
According to issue #3553, the default logtimezone is always UTC
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Robert Scheck <robert@fedoraproject.org>
|
|\ \ \ \
| |_|/ /
|/| | | |
Use 90% JPEG quality for thumbnails and previews by default
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
some sharing settings
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* shows a info when list is potentially truncated
* shows a warning when characters length is not enough
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
|\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | |
| | | | | |
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
|