| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a hacky way to allow the use case of #1303.
What happens is
1. User tries to login
2. PreLoginHook kicks in and figures out that the user need to change
their LDAP password or whatever => redirects user
3. While loading the redirect some logic of ours kicks in and logouts
the user (thus clearing the session).
4. We render the new page but now the session and the page disagree
about the CSRF token
This is kind of hacky but I don't think it introduces new attack
vectors.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|\
| |
| | |
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>
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
MP3 without cover don't get a preview
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* Fixes #2739
It tries to create an image from an SVG file. Which we don't support. So
this fails and prints an log line. Then we fall back anyways to the 404
and fetch the default icon.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Remove legacy class OC_Group and OC_User
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* basically a straight replacement of the wrapped code at the calling code parts
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Combine sass
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This allows us to combine multiple sass files that we have to always
load together anyway.
Fixes #3389
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Get the user folder of the correct user for mention notifications
|