| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
added method needsPartFile() in Storage
|
| |
| |
| |
| | |
Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com>
|
|\ \
| | |
| | | |
Fix deleted objectstore shares
|
| | |
| | |
| | | |
While using the object store, the shares, that are moved to trashbin were still detected as accessible and cause broken shares to be shown in file/folder listing.
|
|\ \ \
| | | |
| | | | |
fix searching and ordering on getlastmodified
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
nextcloud/issue-3826-remove-double-password-confirmation
Remove the double password confirmation on changing cron
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
dont allow empty wildcard search
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
[3rdparty] Bump sabre/dav to 3.2.2
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The regex was to greedy
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
dont preserve mtime when uploading trough the web interface
|
| | |/ / /
| |/| | |
| | | | |
| | | | | |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
use closure to properly defer l10n initialization (#27328)
|
| | | | | | |
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
Call right function after sudo mode
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This should call the `applyGroupSelect` and not the `applySubadminSelect`.
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Audit log the User-Agent
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Roger Szabo <roger.szabo@web.de>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Roger Szabo <roger.szabo@web.de>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Roger Szabo <roger.szabo@web.de>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Roger Szabo <roger.szabo@web.de>
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
Create app password by pressing enter
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Thijs den Hartog <Thijs@thijsbeer.nl>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Allow searching for favorites
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
| | | | | | | |
|
| |/ / / / /
|/| | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Serve robots.txt if the RewriteBase is configured
|
| | | | | | | |
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Fix login page, because only guest.css is loaded now
|
| | |_|_|/ / /
| |/| | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
Add security scan to tips & tricks section
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Marius Blüm <marius@lineone.io>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Exit with error code if posix ext missing or wrong user
|
| | |_|/ / / /
| |/| | | | |
| | | | | | |
| | | | | | | |
similar to the console.php
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Test if a file is a valid jpg file
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
During preview generation if we provide an invalid JPG file the system
errors out with a PHP Fatal Error. Now we can't catch Fatal Errors (in
5.6). I suspect that exif_imagetype to fall back to the extention.
However a valid jpg file has a size. So we request the size of the image
and just drop out if that returns false.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
dont require strict same site cookies for ocs requests
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Correct incorrectly typed X-OC-Mtime header
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Stefan Schneider <stefan.schneider@squareweave.com.au>
|