summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Format control structures, classes, methods and functionChristoph Wurst2020-04-10585-1662/+1005
* Use elseif instead of else ifChristoph Wurst2020-04-1082-217/+217
* Merge pull request #20385 from nextcloud/skeeable-http-hardenRoeland Jago Douma2020-04-101-3/+13
|\
| * harden seekable http stream a bit against failuresRobin Appelman2020-04-091-3/+13
* | [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 space between switch case and colonChristoph Wurst2020-04-092-4/+6
| * | Make sure there is exactly one newline after importsChristoph Wurst2020-04-091-1/+0
| * | Make sure every file ends with an empty newlineChristoph Wurst2020-04-091-1/+0
| * | Remove trailing whitespaces from commentsChristoph Wurst2020-04-0912-24/+24
| * | Remove trailing and in between spacesChristoph Wurst2020-04-0933-111/+111
| * | Remove spaces after method or function callChristoph Wurst2020-04-095-13/+13
* | | Merge pull request #20384 from nextcloud/techdebt/lowercase-keywordsChristoph Wurst2020-04-097-7/+7
|\ \ \ | |/ / |/| |
| * | Use php keywords in lowercaseChristoph Wurst2020-04-097-7/+7
| |/
* / Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-0982-220/+220
|/
* Use a blank line after the opening tagChristoph Wurst2020-04-098-0/+8
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-09131-104/+27
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-0928-164/+164
* [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 e...Robin Appelman2020-04-082-8/+28
* | Fix multiline commentsChristoph Wurst2020-04-0828-339/+331
* | Merge pull request #20360 from nextcloud/bugfix/20182/try-to-use-the-displayn...Roeland Jago Douma2020-04-081-1/+1
|\ \
| * | Try to use the display name of file transfersJoas Schilling2020-04-081-1/+1
* | | Bump autoloadersJulius Härtl2020-04-082-0/+4
* | | Add preview provider for Krita filesJulius Härtl2020-04-083-5/+57
* | | Extract preview from opendocument filesJulius Härtl2020-04-082-1/+18
* | | Add abstract class to extract previews from files that are zip archivesJulius Härtl2020-04-081-0/+58
|/ /
* | Merge pull request #20299 from nextcloud/fix/noid/member-on-null-app-cancel-l...Roeland Jago Douma2020-04-081-1/+1
|\ \ | |/ |/|
| * fixes the throttler not checking the user state on postLoginArthur Schiwon2020-04-031-1/+1
* | Merge pull request #18200 from nextcloud/enhancement/psr-loggerChristoph Wurst2020-04-084-0/+172
|\ \
| * | Add a PSR-3 logger adapter and make it injectableChristoph Wurst2020-03-264-0/+172
* | | [tx-robot] updated from transifexNextcloud bot2020-04-082-0/+4
* | | Move legacy classes from PSR0 to PSR4Christoph Wurst2020-04-0720-35/+35
* | | [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
|\ \ \
| * | | update autoloaderRobin Appelman2020-04-033-9/+9
| * | | add basic tests for s3 seeking and add some error handling if reopen return t...Robin Appelman2020-04-011-8/+18
| * | | make seekable s3 stream genericRobin Appelman2020-04-012-57/+106
| * | | Enable fseek for files in S3 storageLukas Stabe2020-04-012-19/+147
* | | | [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 nextcloud/unify-default-value-for-restricting-...Roeland Jago Douma2020-04-041-1/+1
|\ \ \ \
| * | | | Unify default value for restricting user enumeration with settingsDaniel Calviño Sánchez2020-03-241-1/+1
* | | | | Merge pull request #20284 from nextcloud/bugfix/noid/catch-no-user-in-cronRoeland Jago Douma2020-04-042-2/+8
|\ \ \ \ \
| * | | | | Properly hint exceptions thrown by getUserFolderJulius Härtl2020-04-032-2/+8
| | |_|_|/ | |/| | |
* / | | | [tx-robot] updated from transifexNextcloud bot2020-04-046-0/+12
|/ / / /
* | | | fixes the return type of BeforeUserLoggedInEventArthur Schiwon2020-04-031-2/+4
* | | | [tx-robot] updated from transifexNextcloud bot2020-04-03110-362/+372
* | | | Merge pull request #19486 from nextcloud/scanner-performanceRoeland Jago Douma2020-04-023-15/+73
|\ \ \ \