summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Test for locking state in key generationJulius Härtl2020-08-142-5/+51
| * | | | Harden key generationJulius Härtl2020-08-144-35/+80
* | | | | Merge pull request #22218 from nextcloud/enh/sse/make_legacy_cipher_opt_inRoeland Jago Douma2020-08-1919-16/+327
|\ \ \ \ \
| * | | | | Add legacy scanning commandRoeland Jago Douma2020-08-195-1/+145
| * | | | | Add setup check that links to the migration documentationMorris Jobke2020-08-196-2/+77
| * | | | | Make legacy cipher opt inRoeland Jago Douma2020-08-198-13/+105
| | |/ / / | |/| | |
* | | | | Merge pull request #22041 from nextcloud/feature/noid/typed_events_davMorris Jobke2020-08-1934-104/+2350
|\ \ \ \ \
| * | | | | Typecast parameter of getAddressBookByIdGeorg Ehrke2020-08-191-1/+1
| * | | | | Add Typed Events for CalDAV- and CardDAV-related EventsGeorg Ehrke2020-08-1834-104/+2350
* | | | | | Merge pull request #22304 from nextcloud/techdebt/noid/matching-param-namesMorris Jobke2020-08-1924-139/+171
|\ \ \ \ \ \
| * | | | | | Better psalm CI outputMorris Jobke2020-08-191-2/+2
| * | | | | | Use matching parameter names form interfaces and implementationsMorris Jobke2020-08-1923-137/+169
* | | | | | | Merge pull request #22280 from nextcloud/bugfix/noid/429-on-brute-force-maximumMorris Jobke2020-08-1911-52/+188
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix the return type of OC_Template->fetchPage() to be string onlyMorris Jobke2020-08-192-14/+1
| * | | | | | More test fixingJoas Schilling2020-08-191-2/+2
| * | | | | | Update autoloaderJoas Schilling2020-08-192-0/+4
| * | | | | | Fix unit testsJoas Schilling2020-08-191-10/+2
| * | | | | | 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-195-2/+133
* | | | | | | Merge pull request #22288 from nextcloud/techdebt/noid/fix-oc_image-invalid-s...Morris Jobke2020-08-192-5/+3
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Cast float/char to int to avoid invalid scalar argument warningMorris Jobke2020-08-182-5/+3
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #22299 from nextcloud/enh/noid/show-disabled-user-count-in...Roeland Jago Douma2020-08-192-2/+10
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Show disabled user count in occ user:reportMorris Jobke2020-08-192-2/+10
* | | | | | Merge pull request #22297 from nextcloud/feature/15929/allow-to-disable-share...Joas Schilling2020-08-192-1/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Allow to disable share emailsJoas Schilling2020-08-192-1/+7
|/ / / / /
* | / / / [tx-robot] updated from transifexNextcloud bot2020-08-1926-2/+56
| |/ / / |/| | |
* | | | Merge pull request #22285 from nextcloud/techdebt/noid/move-to-typed-event-in...Morris Jobke2020-08-184-13/+11
|\ \ \ \
| * | | | Use dispatchTyped instead of dispatch on the new event dispatcherMorris Jobke2020-08-184-13/+11
| |/ / /
* | | | Merge pull request #22291 from nextcloud/bugfix/22117/fix-activity-tests-againRoeland Jago Douma2020-08-181-0/+1
|\ \ \ \
| * | | | Fix activity tests againJoas Schilling2020-08-181-0/+1
|/ / / /
* | | | Merge pull request #22287 from nextcloud/techdebt/22236/update-psalm-baselineMorris Jobke2020-08-181-6/+0
|\ \ \ \
| * | | | Update psalm baseline due to fixes in #22236Morris Jobke2020-08-181-6/+0
| |/ / /
* | | | Merge pull request #22236 from nextcloud/bugfix/noid/dav_sharing_backend_canW...Morris Jobke2020-08-185-6/+41
|\ \ \ \ | |/ / / |/| | |
| * | | Add ability to limit sharing to ownerGeorg Ehrke2020-08-185-6/+41
* | | | Merge pull request #21787 from nextcloud/enh/hello-psalmMorris Jobke2020-08-1819-8/+37342
|\ \ \ \
| * | | | Check only the baseline.xml and exclude the psalm.xml from the file checkMorris Jobke2020-08-182-1/+2
| * | | | Add patches for stubsMorris Jobke2020-08-181-4/+4
| * | | | Add stubs for gd, intl, IntlChar, ldap, redis_cluster and xslMorris Jobke2020-08-186-0/+12987
| * | | | Add a check for fixes in the psalm baselineMorris Jobke2020-08-181-1/+4
| * | | | Add psalm baselineMorris Jobke2020-08-182-0/+6296
| * | | | Suppress warning for template functions.Daniel Kesselberg2020-08-181-1/+21