| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 180 | -136/+335 |
* | Merge pull request #22382 from nextcloud/bugfix/22380 | John Molakvoæ | 2020-08-24 | 4 | -0/+57 |
|\ |
|
| * | Add repair step to remove old dashboard app config | Julius Härtl | 2020-08-24 | 4 | -0/+57 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-23 | 4 | -2/+4 |
* | | Properly search for users when limittogroups is enabled | Roeland Jago Douma | 2020-08-21 | 1 | -1/+9 |
|/ |
|
* | Merge pull request #20891 from cuppett/cuppett/issue#19790 | Roeland Jago Douma | 2020-08-20 | 1 | -6/+38 |
|\ |
|
| * | Resolves #19790, Provides Support for IAM Credentials | Stephen Cuppett | 2020-08-20 | 1 | -6/+38 |
* | | Merge pull request #22331 from nextcloud/bugfix/noid/dont-use-deprecated-inig... | Roeland Jago Douma | 2020-08-20 | 10 | -23/+30 |
|\ \ |
|
| * | | Don't use deprecated getIniWrapper() anymore | Joas Schilling | 2020-08-20 | 10 | -23/+30 |
| |/ |
|
* | | Merge pull request #21529 from nextcloud/enh/encryption/improve_key_format | Morris Jobke | 2020-08-20 | 6 | -16/+200 |
|\ \ |
|
| * | | New SSE key format | Roeland Jago Douma | 2020-08-20 | 6 | -16/+200 |
* | | | Make Cache::removeChildren non recursive | Robin Appelman | 2020-08-20 | 2 | -15/+38 |
| |/
|/| |
|
* | | Merge pull request #13712 from nextcloud/bugfix/noid/do-not-load-all-routes | Morris Jobke | 2020-08-20 | 3 | -25/+29 |
|\ \
| |/
|/| |
|
| * | Properly inject IRouter into URLGenerator to properly encapsulate tests | Morris Jobke | 2020-08-19 | 3 | -20/+10 |
| * | Only load routes of the app which is requested | Morris Jobke | 2020-08-19 | 1 | -5/+19 |
* | | Exclude the Bridge Bot password as well | Joas Schilling | 2020-08-20 | 1 | -2/+3 |
* | | Merge pull request #22237 from nextcloud/bugfix/noid/allow_putContent_empty_s... | Roeland Jago Douma | 2020-08-20 | 1 | -1/+1 |
|\ \ |
|
| * | | Allow writing empty content to new file | Georg Ehrke | 2020-08-13 | 1 | -1/+1 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-20 | 2 | -0/+2 |
* | | | Merge pull request #22289 from nextcloud/techdebt/noid/fix-encryption-stream-... | Morris Jobke | 2020-08-19 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | Cast float to int to avoid invalid scalar argument warning | Morris Jobke | 2020-08-18 | 1 | -1/+1 |
* | | | Merge pull request #22218 from nextcloud/enh/sse/make_legacy_cipher_opt_in | Roeland Jago Douma | 2020-08-19 | 5 | -0/+67 |
|\ \ \ |
|
| * | | | Add legacy scanning command | Roeland Jago Douma | 2020-08-19 | 1 | -0/+1 |
| * | | | Make legacy cipher opt in | Roeland Jago Douma | 2020-08-19 | 4 | -0/+66 |
* | | | | Merge pull request #22304 from nextcloud/techdebt/noid/matching-param-names | Morris Jobke | 2020-08-19 | 11 | -77/+80 |
|\ \ \ \ |
|
| * | | | | Use matching parameter names form interfaces and implementations | Morris Jobke | 2020-08-19 | 11 | -77/+80 |
* | | | | | Merge pull request #22280 from nextcloud/bugfix/noid/429-on-brute-force-maximum | Morris Jobke | 2020-08-19 | 7 | -27/+180 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Fix the return type of OC_Template->fetchPage() to be string only | Morris Jobke | 2020-08-19 | 1 | -1/+1 |
| * | | | | Update autoloader | Joas Schilling | 2020-08-19 | 2 | -0/+4 |
| * | | | | Fix CS | Joas Schilling | 2020-08-19 | 4 | -0/+4 |
| * | | | | Correctly return ms delay when at max | Joas Schilling | 2020-08-19 | 1 | -3/+4 |
| * | | | | Add missing default | Joas Schilling | 2020-08-19 | 1 | -1/+1 |
| * | | | | Simplify array filter | Joas Schilling | 2020-08-19 | 1 | -2/+1 |
| * | | | | Fix wrong doc + type hint | Joas Schilling | 2020-08-19 | 1 | -2/+2 |
| * | | | | Only throw when also the last 30 mins were attacking | Joas Schilling | 2020-08-19 | 1 | -8/+9 |
| * | | | | Make the throttling O(2^n) instead of O(n^n) | Joas Schilling | 2020-08-19 | 1 | -9/+9 |
| * | | | | Make Throttler strict | Joas Schilling | 2020-08-19 | 1 | -9/+10 |
| * | | | | Split delay calculation from getting the attempts | Joas Schilling | 2020-08-19 | 1 | -5/+17 |
| * | | | | Let the database count the entries | Joas Schilling | 2020-08-19 | 1 | -2/+6 |
| * | | | | Send "429 Too Many Requests" in case of brute force protection | Joas Schilling | 2020-08-19 | 4 | -2/+129 |
| |/ / / |
|
* | | | | Merge pull request #22288 from nextcloud/techdebt/noid/fix-oc_image-invalid-s... | Morris Jobke | 2020-08-19 | 1 | -2/+2 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Cast float/char to int to avoid invalid scalar argument warning | Morris Jobke | 2020-08-18 | 1 | -2/+2 |
| |/ / |
|
* | | | Allow to disable share emails | Joas Schilling | 2020-08-19 | 1 | -1/+2 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-19 | 2 | -0/+2 |
|/ / |
|
* | | Improve recent file fetching | Roeland Jago Douma | 2020-08-18 | 1 | -6/+51 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-18 | 2 | -0/+2 |
* | | Merge pull request #22109 from nextcloud/feature/20931/followup-1 | John Molakvoæ | 2020-08-17 | 1 | -2/+51 |
|\ \ |
|
| * | | Expose status via Collaborators API | Georg Ehrke | 2020-08-14 | 1 | -2/+51 |
* | | | Merge pull request #22271 from nextcloud/phpdoc/22063/add-interface-method-an... | Roeland Jago Douma | 2020-08-17 | 4 | -2/+15 |
|\ \ \ |
|
| * | | | Properly add new methods to interface and document in PHPDoc for getRootMounts() | Morris Jobke | 2020-08-17 | 4 | -2/+15 |