Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Test for locking state in key generation | Julius Härtl | 2020-08-14 | 2 | -5/+51 | |
| * | | | | Harden key generation | Julius Härtl | 2020-08-14 | 4 | -35/+80 | |
* | | | | | Merge pull request #22218 from nextcloud/enh/sse/make_legacy_cipher_opt_in | Roeland Jago Douma | 2020-08-19 | 19 | -16/+327 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add legacy scanning command | Roeland Jago Douma | 2020-08-19 | 5 | -1/+145 | |
| * | | | | | Add setup check that links to the migration documentation | Morris Jobke | 2020-08-19 | 6 | -2/+77 | |
| * | | | | | Make legacy cipher opt in | Roeland Jago Douma | 2020-08-19 | 8 | -13/+105 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #22041 from nextcloud/feature/noid/typed_events_dav | Morris Jobke | 2020-08-19 | 34 | -104/+2350 | |
|\ \ \ \ \ | ||||||
| * | | | | | Typecast parameter of getAddressBookById | Georg Ehrke | 2020-08-19 | 1 | -1/+1 | |
| * | | | | | Add Typed Events for CalDAV- and CardDAV-related Events | Georg Ehrke | 2020-08-18 | 34 | -104/+2350 | |
* | | | | | | Merge pull request #22304 from nextcloud/techdebt/noid/matching-param-names | Morris Jobke | 2020-08-19 | 24 | -139/+171 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Better psalm CI output | Morris Jobke | 2020-08-19 | 1 | -2/+2 | |
| * | | | | | | Use matching parameter names form interfaces and implementations | Morris Jobke | 2020-08-19 | 23 | -137/+169 | |
* | | | | | | | Merge pull request #22280 from nextcloud/bugfix/noid/429-on-brute-force-maximum | Morris Jobke | 2020-08-19 | 11 | -52/+188 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Fix the return type of OC_Template->fetchPage() to be string only | Morris Jobke | 2020-08-19 | 2 | -14/+1 | |
| * | | | | | | More test fixing | Joas Schilling | 2020-08-19 | 1 | -2/+2 | |
| * | | | | | | Update autoloader | Joas Schilling | 2020-08-19 | 2 | -0/+4 | |
| * | | | | | | Fix unit tests | Joas Schilling | 2020-08-19 | 1 | -10/+2 | |
| * | | | | | | 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 | 5 | -2/+133 | |
* | | | | | | | Merge pull request #22288 from nextcloud/techdebt/noid/fix-oc_image-invalid-s... | Morris Jobke | 2020-08-19 | 2 | -5/+3 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | Cast float/char to int to avoid invalid scalar argument warning | Morris Jobke | 2020-08-18 | 2 | -5/+3 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge pull request #22299 from nextcloud/enh/noid/show-disabled-user-count-in... | Roeland Jago Douma | 2020-08-19 | 2 | -2/+10 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Show disabled user count in occ user:report | Morris Jobke | 2020-08-19 | 2 | -2/+10 | |
* | | | | | | Merge pull request #22297 from nextcloud/feature/15929/allow-to-disable-share... | Joas Schilling | 2020-08-19 | 2 | -1/+7 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Allow to disable share emails | Joas Schilling | 2020-08-19 | 2 | -1/+7 | |
|/ / / / / | ||||||
* | / / / | [tx-robot] updated from transifex | Nextcloud bot | 2020-08-19 | 26 | -2/+56 | |
| |/ / / |/| | | | ||||||
* | | | | Merge pull request #22285 from nextcloud/techdebt/noid/move-to-typed-event-in... | Morris Jobke | 2020-08-18 | 4 | -13/+11 | |
|\ \ \ \ | ||||||
| * | | | | Use dispatchTyped instead of dispatch on the new event dispatcher | Morris Jobke | 2020-08-18 | 4 | -13/+11 | |
| |/ / / | ||||||
* | | | | Merge pull request #22291 from nextcloud/bugfix/22117/fix-activity-tests-again | Roeland Jago Douma | 2020-08-18 | 1 | -0/+1 | |
|\ \ \ \ | ||||||
| * | | | | Fix activity tests again | Joas Schilling | 2020-08-18 | 1 | -0/+1 | |
|/ / / / | ||||||
* | | | | Merge pull request #22287 from nextcloud/techdebt/22236/update-psalm-baseline | Morris Jobke | 2020-08-18 | 1 | -6/+0 | |
|\ \ \ \ | ||||||
| * | | | | Update psalm baseline due to fixes in #22236 | Morris Jobke | 2020-08-18 | 1 | -6/+0 | |
| |/ / / | ||||||
* | | | | Merge pull request #22236 from nextcloud/bugfix/noid/dav_sharing_backend_canW... | Morris Jobke | 2020-08-18 | 5 | -6/+41 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Add ability to limit sharing to owner | Georg Ehrke | 2020-08-18 | 5 | -6/+41 | |
* | | | | Merge pull request #21787 from nextcloud/enh/hello-psalm | Morris Jobke | 2020-08-18 | 19 | -8/+37342 | |
|\ \ \ \ | ||||||
| * | | | | Check only the baseline.xml and exclude the psalm.xml from the file check | Morris Jobke | 2020-08-18 | 2 | -1/+2 | |
| * | | | | Add patches for stubs | Morris Jobke | 2020-08-18 | 1 | -4/+4 | |
| * | | | | Add stubs for gd, intl, IntlChar, ldap, redis_cluster and xsl | Morris Jobke | 2020-08-18 | 6 | -0/+12987 | |
| * | | | | Add a check for fixes in the psalm baseline | Morris Jobke | 2020-08-18 | 1 | -1/+4 | |
| * | | | | Add psalm baseline | Morris Jobke | 2020-08-18 | 2 | -0/+6296 | |
| * | | | | Suppress warning for template functions. | Daniel Kesselberg | 2020-08-18 | 1 | -1/+21 |