summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* 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-0821-326/+319
* | 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
| |/
* | 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 #18200 from nextcloud/enhancement/psr-loggerChristoph Wurst2020-04-082-0/+170
|\
| * Add a PSR-3 logger adapter and make it injectableChristoph Wurst2020-03-262-0/+170
* | Move legacy classes from PSR0 to PSR4Christoph Wurst2020-04-0716-0/+0
* | Merge pull request #20033 from nextcloud/s3-seekable-streamRoeland Jago Douma2020-04-062-21/+206
|\ \
| * | update autoloaderRobin Appelman2020-04-031-9/+7
| * | 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
* | | 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
* | | | Properly hint exceptions thrown by getUserFolderJulius Härtl2020-04-031-2/+4
* | | | Merge pull request #19486 from nextcloud/scanner-performanceRoeland Jago Douma2020-04-023-15/+73
|\ \ \ \
| * | | | restart transaction when cache insert fails due to duplicateRobin Appelman2020-04-011-3/+7
| * | | | call cache->insert directly instead of going trough cache->put first when sca...Robin Appelman2020-04-011-1/+1
| * | | | dont try to get existing cache data during scanning if we already know its a ...Robin Appelman2020-04-011-4/+4
| * | | | reuse known parentId when inserting cache entries in scannerRobin Appelman2020-04-012-1/+4
| * | | | optimize getMetaData for local storageRobin Appelman2020-04-011-6/+57
* | | | | Merge pull request #19890 from nextcloud/enh/comments-reference-idJoas Schilling2020-04-023-22/+136
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Optionally write the reference id into the databaseJoas Schilling2020-03-311-22/+61
| * | | | Allow to set and get the reference idJoas Schilling2020-03-312-0/+32
| * | | | Add optional column oc_comments.reference_idJoas Schilling2020-03-311-0/+43
* | | | | Merge pull request #19781 from nextcloud/quota-include-external-dont-use-curr...Robin Appelman2020-04-012-17/+11
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Dont always use the current users quota when calculating storage infoRobin Appelman2020-03-042-17/+11
* | | | | Merge pull request #20241 from nextcloud/fix/license-headers-19Roeland Jago Douma2020-04-01144-21/+156
|\ \ \ \ \
| * | | | | Update the license headers for Nextcloud 19Christoph Wurst2020-03-31144-21/+156
| | |/ / / | |/| | |
* | | | | Merge pull request #19858 from nextcloud/feature/webauthnRoeland Jago Douma2020-03-318-13/+711
|\ \ \ \ \
| * | | | | Start with webauthnRoeland Jago Douma2020-03-317-11/+709
| * | | | | Make password nullable in LoginDataRoeland Jago Douma2020-03-311-2/+2
* | | | | | [POC] Event for failed login attemptsRoeland Jago Douma2020-03-315-4/+135
|/ / / / /
* | | | | Update util.phpJohn Molakvoæ2020-03-281-2/+1
* | | | | Update Config.phpJohn Molakvoæ2020-03-281-4/+1
|/ / / /
* | | | Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-2732-42/+0
|\ \ \ \
| * | | | Remove unused importsChristoph Wurst2020-03-2532-42/+0
* | | | | Use the short array syntax, everywhereChristoph Wurst2020-03-26127-655/+655
| |_|_|/ |/| | |
* | | | Use lowercase true, false and null constantsChristoph Wurst2020-03-254-4/+4
|/ / /
* | | Merge pull request #20145 from nextcloud/bugfix/noid/generated-avatars-and-no...blizzz2020-03-251-1/+1
|\ \ \
| * | | Fix generated avatars and nophoto cache filesJoas Schilling2020-03-241-1/+1
* | | | Merge pull request #14722 from tacruc/GpgMailerHooksRoeland Jago Douma2020-03-253-6/+28
|\ \ \ \
| * | | | Added Hook before Message is sendArne Hamann2020-03-243-6/+28
| |/ / /
* | | | Merge pull request #19782 from nextcloud/quota-wrapper-include-externalRoeland Jago Douma2020-03-241-9/+18
|\ \ \ \
| * | | | Use global used space in quota wrappen when external storage is includedRobin Appelman2020-03-041-9/+18
| | |/ / | |/| |
* | | | Merge pull request #20127 from nextcloud/bugfix/noid/check-user-on-remote-wipeRoeland Jago Douma2020-03-241-7/+3
|\ \ \ \ | |_|/ / |/| | |