Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-09Merge pull request #16035 from nextcloud/share-search-hide-on-matchblizzz
2020-04-08Fix multiline commentsChristoph Wurst
2020-04-08Merge pull request #20360 from nextcloud/bugfix/20182/try-to-use-the-displayn...Roeland Jago Douma
2020-04-08Add preview provider for Krita filesJulius Härtl
2020-04-08Extract preview from opendocument filesJulius Härtl
2020-04-08Add abstract class to extract previews from files that are zip archivesJulius Härtl
2020-04-08dont show remote and email options if we have an exact match for local user e...Robin Appelman
2020-04-08Try to use the display name of file transfersJoas Schilling
2020-04-08Merge pull request #18200 from nextcloud/enhancement/psr-loggerChristoph Wurst
2020-04-07Move legacy classes from PSR0 to PSR4Christoph Wurst
2020-04-06Merge pull request #20033 from nextcloud/s3-seekable-streamRoeland Jago Douma
2020-04-04Merge pull request #20139 from nextcloud/unify-default-value-for-restricting-...Roeland Jago Douma
2020-04-04Properly hint exceptions thrown by getUserFolderJulius Härtl
2020-04-03update autoloaderRobin Appelman
2020-04-02Merge pull request #19486 from nextcloud/scanner-performanceRoeland Jago Douma
2020-04-02Merge pull request #19890 from nextcloud/enh/comments-reference-idJoas Schilling
2020-04-01add basic tests for s3 seeking and add some error handling if reopen return t...Robin Appelman
2020-04-01make seekable s3 stream genericRobin Appelman
2020-04-01Enable fseek for files in S3 storageLukas Stabe
2020-04-01Merge pull request #19781 from nextcloud/quota-include-external-dont-use-curr...Robin Appelman
2020-04-01restart transaction when cache insert fails due to duplicateRobin Appelman
2020-04-01call cache->insert directly instead of going trough cache->put first when sca...Robin Appelman
2020-04-01dont try to get existing cache data during scanning if we already know its a ...Robin Appelman
2020-04-01reuse known parentId when inserting cache entries in scannerRobin Appelman
2020-04-01optimize getMetaData for local storageRobin Appelman
2020-04-01Merge pull request #20241 from nextcloud/fix/license-headers-19Roeland Jago Douma
2020-03-31Merge pull request #19858 from nextcloud/feature/webauthnRoeland Jago Douma
2020-03-31Start with webauthnRoeland Jago Douma
2020-03-31Make password nullable in LoginDataRoeland Jago Douma
2020-03-31[POC] Event for failed login attemptsRoeland Jago Douma
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-31Optionally write the reference id into the databaseJoas Schilling
2020-03-31Allow to set and get the reference idJoas Schilling
2020-03-31Add optional column oc_comments.reference_idJoas Schilling
2020-03-28Update util.phpJohn Molakvoæ
2020-03-28Update Config.phpJohn Molakvoæ
2020-03-27Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-26Add a PSR-3 logger adapter and make it injectableChristoph Wurst
2020-03-26Remove unused importsChristoph Wurst
2020-03-25Use lowercase true, false and null constantsChristoph Wurst
2020-03-25Merge pull request #20145 from nextcloud/bugfix/noid/generated-avatars-and-no...blizzz
2020-03-25Merge pull request #14722 from tacruc/GpgMailerHooksRoeland Jago Douma
2020-03-24Merge pull request #19782 from nextcloud/quota-wrapper-include-externalRoeland Jago Douma
2020-03-24Added Hook before Message is sendArne Hamann
2020-03-24Merge pull request #20127 from nextcloud/bugfix/noid/check-user-on-remote-wipeRoeland Jago Douma
2020-03-24Fix generated avatars and nophoto cache filesJoas Schilling
2020-03-24Unify default value for restricting user enumeration with settingsDaniel Calviño Sánchez
2020-03-24Remove admin_notifications since it is obsolete since Nextcloud 14Julius Härtl
2020-03-22Merge pull request #17684 from mlatief/support-no-proxyRoeland Jago Douma