summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Use elseif instead of else ifChristoph Wurst2020-04-1082-217/+217
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #20385 from nextcloud/skeeable-http-hardenRoeland Jago Douma2020-04-101-3/+13
|\ | | | | harden seekable http stream a bit against failures
| * harden seekable http stream a bit against failuresRobin Appelman2020-04-091-3/+13
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2020-04-102-0/+4
| |
* | Merge pull request #20391 from nextcloud/refactor/spaces-cleanupChristoph Wurst2020-04-0951-149/+149
|\ \ | | | | | | Remove all extra whitespace PSR2 does not like
| * | Remove space between switch case and colonChristoph Wurst2020-04-092-4/+6
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | Make sure there is exactly one newline after importsChristoph Wurst2020-04-091-1/+0
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | Make sure every file ends with an empty newlineChristoph Wurst2020-04-091-1/+0
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | Remove trailing whitespaces from commentsChristoph Wurst2020-04-0912-24/+24
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | Remove trailing and in between spacesChristoph Wurst2020-04-0933-111/+111
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | Remove spaces after method or function callChristoph Wurst2020-04-095-13/+13
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #20384 from nextcloud/techdebt/lowercase-keywordsChristoph Wurst2020-04-097-7/+7
|\ \ \ | |/ / |/| | Use php keywords in lowercase
| * | Use php keywords in lowercaseChristoph Wurst2020-04-097-7/+7
| |/ | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* / Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-0982-220/+220
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use a blank line after the opening tagChristoph Wurst2020-04-098-0/+8
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-09131-104/+27
| | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-0928-164/+164
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2020-04-092-0/+4
|
* Merge pull request #16035 from nextcloud/share-search-hide-on-matchblizzz2020-04-092-8/+28
|\ | | | | dont show remote and email options if we have an exact match for local user email
| * dont show remote and email options if we have an exact match for local user ↵Robin Appelman2020-04-082-8/+28
| | | | | | | | | | | | email Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Fix multiline commentsChristoph Wurst2020-04-0828-339/+331
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #20360 from ↵Roeland Jago Douma2020-04-081-1/+1
|\ \ | | | | | | | | | | | | nextcloud/bugfix/20182/try-to-use-the-displayname-for-file-transfers Try to use the display name of file transfers
| * | Try to use the display name of file transfersJoas Schilling2020-04-081-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Bump autoloadersJulius Härtl2020-04-082-0/+4
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Add preview provider for Krita filesJulius Härtl2020-04-083-5/+57
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Extract preview from opendocument filesJulius Härtl2020-04-082-1/+18
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Add abstract class to extract previews from files that are zip archivesJulius Härtl2020-04-081-0/+58
|/ / | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #20299 from ↵Roeland Jago Douma2020-04-081-1/+1
|\ \ | |/ |/| | | | | nextcloud/fix/noid/member-on-null-app-cancel-login fixes the throttler not checking the user state on postLogin
| * fixes the throttler not checking the user state on postLoginArthur Schiwon2020-04-031-1/+1
| | | | | | | | | | | | | | a listener to the post login events can still reject a login, so that a user is not necessarily available at the time. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #18200 from nextcloud/enhancement/psr-loggerChristoph Wurst2020-04-084-0/+172
|\ \ | | | | | | Add a PSR-3 logger adapter and make it injectable
| * | Add a PSR-3 logger adapter and make it injectableChristoph Wurst2020-03-264-0/+172
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | [tx-robot] updated from transifexNextcloud bot2020-04-082-0/+4
| | |
* | | Move legacy classes from PSR0 to PSR4Christoph Wurst2020-04-0720-35/+35
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | [tx-robot] updated from transifexNextcloud bot2020-04-072-0/+4
| | |
* | | Merge pull request #20033 from nextcloud/s3-seekable-streamRoeland Jago Douma2020-04-064-21/+208
|\ \ \ | | | | | | | | Enable fseek for files in S3 storage
| * | | update autoloaderRobin Appelman2020-04-033-9/+9
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | add basic tests for s3 seeking and add some error handling if reopen return ↵Robin Appelman2020-04-011-8/+18
| | | | | | | | | | | | | | | | | | | | | | | | the wrong range Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | make seekable s3 stream genericRobin Appelman2020-04-012-57/+106
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | Enable fseek for files in S3 storageLukas Stabe2020-04-012-19/+147
| | | | | | | | | | | | | | | | Signed-off-by: Lukas Stabe <lukas@stabe.de>
* | | | [tx-robot] updated from transifexNextcloud bot2020-04-064-0/+8
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2020-04-056-0/+12
| | | |
* | | | Merge pull request #20139 from ↵Roeland Jago Douma2020-04-041-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/unify-default-value-for-restricting-user-enumeration-with-settings Unify default value for restricting user enumeration with settings
| * | | | Unify default value for restricting user enumeration with settingsDaniel Calviño Sánchez2020-03-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the value was never enabled or disabled, the settings show "Restrict username enumeration to groups" as disabled. However, in some components it was enabled by default, which caused an inconsistency in the behaviour with respect to the settings, for example in the contacts menu. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | | Merge pull request #20284 from nextcloud/bugfix/noid/catch-no-user-in-cronRoeland Jago Douma2020-04-042-2/+8
|\ \ \ \ \ | | | | | | | | | | | | Properly catch NoUserException during upload cleanup
| * | | | | Properly hint exceptions thrown by getUserFolderJulius Härtl2020-04-032-2/+8
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* / | | | [tx-robot] updated from transifexNextcloud bot2020-04-046-0/+12
|/ / / /
* | | | fixes the return type of BeforeUserLoggedInEventArthur Schiwon2020-04-031-2/+4
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | [tx-robot] updated from transifexNextcloud bot2020-04-03110-362/+372
| | | |
* | | | Merge pull request #19486 from nextcloud/scanner-performanceRoeland Jago Douma2020-04-023-15/+73
|\ \ \ \ | | | | | | | | | | Improve performance of file scanner
| * | | | restart transaction when cache insert fails due to duplicateRobin Appelman2020-04-011-3/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>