| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
* public interfaces instead of static code calls
* drop static private namespace methods
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
|\
| |
| | |
Set max-width of image to 100px in Outlook as well
|
| |
| |
| |
| | |
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
| | |
|
|\ \
| | |
| | | |
Redesign jQuery UI datepicker
|
| | |
| | |
| | |
| | | |
Signed-off-by: Marin Treselj <marin@pixelipo.com>
|
|\ \ \
| |/ /
|/| | |
Some phpstorm inspection fixes
|
| | |
| | |
| | |
| | | |
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|/ / |
|
|\ \
| | |
| | | |
Fix for mb strlen
|
| | |
| | |
| | | |
Error with moving files with long names in UTF-8
|
|\ \ \
| | | |
| | | | |
Fix renaming of non-renamble mounts
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
|\ \ \ \
| | | | |
| | | | | |
Also repair storage id's when repairing invalid entries
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Fix error message on untrusted domain error page
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fixes #5347
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Minor documentation fixes
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Marcel Waldvogel <marcel.waldvogel@uni-konstanz.de>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Remove deprecated Controller Functions
|
| | |_|/ /
| |/| | |
| | | | |
| | | | | |
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
PrivateData to app
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* PrivateData is an app now: https://github.com/nextcloud/privatedata
* No need to load the OCS routes.php (as there is none!)
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
|\ \ \ \
| | | | |
| | | | | |
Dispatch event postUnshareFromSelf when the recipient of a share unshares it
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- This kind of hook signal used to be emitted in the old Share library but it was missing from Share 2.0
Signed-off-by: Pauli Järvinen <pauli.jarvinen@gmail.com>
|
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This adds a phan plugin which checks for SQL injections on code using our QueryBuilder, while it isn't perfect it should already catch most potential issues.
As always, static analysis will sometimes have false positives and this is also here the case. So in some cases the analyzer just doesn't know if something is potential user input or not, thus I had to add some `@suppress SqlInjectionChecker` in front of those potential injections.
The Phan plugin hasn't the most awesome code but it works and I also added a file with test cases.
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
|
|\ \ \ \
| | | | |
| | | | | |
Only use readable chars in Share Tokens
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Properly handle if the deps file if for some reason empty
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
|
| |_|_|_|/
|/| | | |
| | | | |
| | | | | |
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Removed cast to integer in getSize
|
| | | | | | |
|
| | |_|_|/
| |/| | |
| | | | | |
Fixes - Wrong or no sizes of files/folders #5031
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fix invalid path repair step not getting all invalid entries
|
| | |_|_|/
| |/| | |
| | | | |
| | | | | |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
null users dont exist
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | | |
- When a file was unshared, the legacy hook pre_unshare fired twice and the hook post_unshare did not fire at all. This was obviously a copy-paste error.
Signed-off-by: Pauli Järvinen <pauli.jarvinen@gmail.com>
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Add bruteforce capabilities
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
|
| |_|/ /
|/| | | |
|
|\ \ \ \
| | | | |
| | | | | |
Fix scan permissions with nested permissions masks
|
| | |/ /
| |/| |
| | | |
| | | | |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|
|\ \ \ \
| | | | |
| | | | | |
Fixed repair step
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Robin Appelman <robin@icewind.nl>
|