aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* New SSE key formatRoeland Jago Douma2020-08-206-16/+200
* Exclude the Bridge Bot password as wellJoas Schilling2020-08-201-2/+3
* Merge pull request #22237 from nextcloud/bugfix/noid/allow_putContent_empty_s...Roeland Jago Douma2020-08-201-1/+1
|\
| * Allow writing empty content to new fileGeorg Ehrke2020-08-131-1/+1
* | [tx-robot] updated from transifexNextcloud bot2020-08-202-0/+2
* | Merge pull request #22289 from nextcloud/techdebt/noid/fix-encryption-stream-...Morris Jobke2020-08-191-1/+1
|\ \
| * | Cast float to int to avoid invalid scalar argument warningMorris Jobke2020-08-181-1/+1
* | | Merge pull request #22218 from nextcloud/enh/sse/make_legacy_cipher_opt_inRoeland Jago Douma2020-08-195-0/+67
|\ \ \
| * | | Add legacy scanning commandRoeland Jago Douma2020-08-191-0/+1
| * | | Make legacy cipher opt inRoeland Jago Douma2020-08-194-0/+66
* | | | Merge pull request #22304 from nextcloud/techdebt/noid/matching-param-namesMorris Jobke2020-08-1911-77/+80
|\ \ \ \
| * | | | Use matching parameter names form interfaces and implementationsMorris Jobke2020-08-1911-77/+80
* | | | | Merge pull request #22280 from nextcloud/bugfix/noid/429-on-brute-force-maximumMorris Jobke2020-08-197-27/+180
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix the return type of OC_Template->fetchPage() to be string onlyMorris Jobke2020-08-191-1/+1
| * | | | Update autoloaderJoas Schilling2020-08-192-0/+4
| * | | | Fix CSJoas Schilling2020-08-194-0/+4
| * | | | Correctly return ms delay when at maxJoas Schilling2020-08-191-3/+4
| * | | | Add missing defaultJoas Schilling2020-08-191-1/+1
| * | | | Simplify array filterJoas Schilling2020-08-191-2/+1
| * | | | Fix wrong doc + type hintJoas Schilling2020-08-191-2/+2
| * | | | Only throw when also the last 30 mins were attackingJoas Schilling2020-08-191-8/+9
| * | | | Make the throttling O(2^n) instead of O(n^n)Joas Schilling2020-08-191-9/+9
| * | | | Make Throttler strictJoas Schilling2020-08-191-9/+10
| * | | | Split delay calculation from getting the attemptsJoas Schilling2020-08-191-5/+17
| * | | | Let the database count the entriesJoas Schilling2020-08-191-2/+6
| * | | | Send "429 Too Many Requests" in case of brute force protectionJoas Schilling2020-08-194-2/+129
| |/ / /
* | | | Merge pull request #22288 from nextcloud/techdebt/noid/fix-oc_image-invalid-s...Morris Jobke2020-08-191-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Cast float/char to int to avoid invalid scalar argument warningMorris Jobke2020-08-181-2/+2
| |/ /
* | | Allow to disable share emailsJoas Schilling2020-08-191-1/+2
* | | [tx-robot] updated from transifexNextcloud bot2020-08-192-0/+2
|/ /
* | Improve recent file fetchingRoeland Jago Douma2020-08-181-6/+51
* | [tx-robot] updated from transifexNextcloud bot2020-08-182-0/+2
* | Merge pull request #22109 from nextcloud/feature/20931/followup-1John Molakvoæ2020-08-171-2/+51
|\ \
| * | Expose status via Collaborators APIGeorg Ehrke2020-08-141-2/+51
* | | Merge pull request #22271 from nextcloud/phpdoc/22063/add-interface-method-an...Roeland Jago Douma2020-08-174-2/+15
|\ \ \
| * | | Properly add new methods to interface and document in PHPDoc for getRootMounts()Morris Jobke2020-08-174-2/+15
* | | | Fix "misplaced variables" warning of Psalm in PHPDoc statementsMorris Jobke2020-08-176-10/+7
* | | | Merge pull request #22253 from nextcloud/debt/noid/docblocksMorris Jobke2020-08-171-9/+9
|\ \ \ \ | |/ / / |/| | |
| * | | Fix more MissingDocblockType or InvalidDocblock warnings.Daniel Kesselberg2020-08-141-9/+9
| |/ /
* | | [tx-robot] updated from transifexNextcloud bot2020-08-172-0/+2
* | | Update documentation for QueryBuilder::setDaniel Kesselberg2020-08-142-2/+2
|/ /
* | Silence duplicate session warningsRoeland Jago Douma2020-08-141-4/+4
* | Merge pull request #22242 from nextcloud/techdebt/noid/remove-deprecated-methodsGary Kim2020-08-142-23/+0
|\ \
| * | Remove getLastJob from IJobListMorris Jobke2020-08-132-23/+0
| |/
* / Always try and show pre rendered previewScott Dutton2020-08-131-4/+5
|/
* Merge pull request #22202 from nextcloud/enh/noid/cleanup-servercontainerMorris Jobke2020-08-131-125/+83
|\
| * Add @deprecated labels for server DI containter aliasesMorris Jobke2020-08-131-0/+64
| * Use registerDeprecatedAlias for non-namespaced aliasesMorris Jobke2020-08-131-3/+3
| * Use autowiring where possible in server containerMorris Jobke2020-08-131-125/+19
* | Merge pull request #22205 from nextcloud/activity-settings-cleanupMorris Jobke2020-08-131-0/+17
|\ \