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
path: root/lib
AgeCommit message (Expand)Author
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-10Merge pull request #20385 from nextcloud/skeeable-http-hardenRoeland Jago Douma
2020-04-10[tx-robot] updated from transifexNextcloud bot
2020-04-09Merge pull request #20391 from nextcloud/refactor/spaces-cleanupChristoph Wurst
2020-04-09Merge pull request #20384 from nextcloud/techdebt/lowercase-keywordsChristoph Wurst
2020-04-09Remove space between switch case and colonChristoph Wurst
2020-04-09Make sure there is exactly one newline after importsChristoph Wurst
2020-04-09Make sure every file ends with an empty newlineChristoph Wurst
2020-04-09Remove trailing whitespaces from commentsChristoph Wurst
2020-04-09Remove trailing and in between spacesChristoph Wurst
2020-04-09Remove spaces after method or function callChristoph Wurst
2020-04-09harden seekable http stream a bit against failuresRobin Appelman
2020-04-09Use php keywords in lowercaseChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Use a blank line after the opening tagChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
2020-04-09[tx-robot] updated from transifexNextcloud bot
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-08Bump autoloadersJulius Härtl
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 #20299 from nextcloud/fix/noid/member-on-null-app-cancel-l...Roeland Jago Douma
2020-04-08Merge pull request #18200 from nextcloud/enhancement/psr-loggerChristoph Wurst
2020-04-08[tx-robot] updated from transifexNextcloud bot
2020-04-07Move legacy classes from PSR0 to PSR4Christoph Wurst
2020-04-07[tx-robot] updated from transifexNextcloud bot
2020-04-06Merge pull request #20033 from nextcloud/s3-seekable-streamRoeland Jago Douma
2020-04-06[tx-robot] updated from transifexNextcloud bot
2020-04-05[tx-robot] updated from transifexNextcloud bot
2020-04-04Merge pull request #20139 from nextcloud/unify-default-value-for-restricting-...Roeland Jago Douma
2020-04-04Merge pull request #20284 from nextcloud/bugfix/noid/catch-no-user-in-cronRoeland Jago Douma
2020-04-04[tx-robot] updated from transifexNextcloud bot
2020-04-04Properly hint exceptions thrown by getUserFolderJulius Härtl
2020-04-03fixes the throttler not checking the user state on postLoginArthur Schiwon
2020-04-03fixes the return type of BeforeUserLoggedInEventArthur Schiwon
2020-04-03update autoloaderRobin Appelman
2020-04-03[tx-robot] updated from transifexNextcloud bot
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-02Update autoloaderJoas 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