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-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-08-24Merge pull request #22382 from nextcloud/bugfix/22380John Molakvoæ
2020-08-24Add repair step to remove old dashboard app configJulius Härtl
2020-08-23[tx-robot] updated from transifexNextcloud bot
2020-08-21Properly search for users when limittogroups is enabledRoeland Jago Douma
2020-08-20Merge pull request #20891 from cuppett/cuppett/issue#19790Roeland Jago Douma
2020-08-20Merge pull request #22331 from nextcloud/bugfix/noid/dont-use-deprecated-inig...Roeland Jago Douma
2020-08-20Merge pull request #21529 from nextcloud/enh/encryption/improve_key_formatMorris Jobke
2020-08-20Don't use deprecated getIniWrapper() anymoreJoas Schilling
2020-08-20Resolves #19790, Provides Support for IAM CredentialsStephen Cuppett
2020-08-20New SSE key formatRoeland Jago Douma
2020-08-20Make Cache::removeChildren non recursiveRobin Appelman
2020-08-20Merge pull request #13712 from nextcloud/bugfix/noid/do-not-load-all-routesMorris Jobke
2020-08-20Exclude the Bridge Bot password as wellJoas Schilling
2020-08-20Merge pull request #22237 from nextcloud/bugfix/noid/allow_putContent_empty_s...Roeland Jago Douma
2020-08-20[tx-robot] updated from transifexNextcloud bot
2020-08-19Merge pull request #22289 from nextcloud/techdebt/noid/fix-encryption-stream-...Morris Jobke
2020-08-19Properly inject IRouter into URLGenerator to properly encapsulate testsMorris Jobke
2020-08-19Only load routes of the app which is requestedMorris Jobke
2020-08-19Merge pull request #22218 from nextcloud/enh/sse/make_legacy_cipher_opt_inRoeland Jago Douma
2020-08-19Merge pull request #22304 from nextcloud/techdebt/noid/matching-param-namesMorris Jobke
2020-08-19Merge pull request #22280 from nextcloud/bugfix/noid/429-on-brute-force-maximumMorris Jobke
2020-08-19Use matching parameter names form interfaces and implementationsMorris Jobke
2020-08-19Merge pull request #22288 from nextcloud/techdebt/noid/fix-oc_image-invalid-s...Morris Jobke
2020-08-19Fix the return type of OC_Template->fetchPage() to be string onlyMorris Jobke
2020-08-19Add legacy scanning commandRoeland Jago Douma
2020-08-19Make legacy cipher opt inRoeland Jago Douma
2020-08-19Update autoloaderJoas Schilling
2020-08-19Fix CSJoas Schilling
2020-08-19Correctly return ms delay when at maxJoas Schilling
2020-08-19Add missing defaultJoas Schilling
2020-08-19Simplify array filterJoas Schilling
2020-08-19Fix wrong doc + type hintJoas Schilling
2020-08-19Only throw when also the last 30 mins were attackingJoas Schilling
2020-08-19Make the throttling O(2^n) instead of O(n^n)Joas Schilling
2020-08-19Make Throttler strictJoas Schilling
2020-08-19Split delay calculation from getting the attemptsJoas Schilling
2020-08-19Let the database count the entriesJoas Schilling
2020-08-19Send "429 Too Many Requests" in case of brute force protectionJoas Schilling
2020-08-19Allow to disable share emailsJoas Schilling
2020-08-19[tx-robot] updated from transifexNextcloud bot
2020-08-18Cast float to int to avoid invalid scalar argument warningMorris Jobke
2020-08-18Cast float/char to int to avoid invalid scalar argument warningMorris Jobke
2020-08-18Improve recent file fetchingRoeland Jago Douma
2020-08-18[tx-robot] updated from transifexNextcloud bot
2020-08-17Merge pull request #22109 from nextcloud/feature/20931/followup-1John Molakvoæ
2020-08-17Merge pull request #22271 from nextcloud/phpdoc/22063/add-interface-method-an...Roeland Jago Douma
2020-08-17Fix "misplaced variables" warning of Psalm in PHPDoc statementsMorris Jobke
2020-08-17Merge pull request #22253 from nextcloud/debt/noid/docblocksMorris Jobke
2020-08-17Properly add new methods to interface and document in PHPDoc for getRootMounts()Morris Jobke