summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix unit testsJoas Schilling2020-08-191-10/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix CSJoas Schilling2020-08-194-0/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Correctly return ms delay when at maxJoas Schilling2020-08-191-3/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add missing defaultJoas Schilling2020-08-191-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Simplify array filterJoas Schilling2020-08-191-2/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix wrong doc + type hintJoas Schilling2020-08-191-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Only throw when also the last 30 mins were attackingJoas Schilling2020-08-191-8/+9
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make the throttling O(2^n) instead of O(n^n)Joas Schilling2020-08-191-9/+9
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make Throttler strictJoas Schilling2020-08-191-9/+10
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Split delay calculation from getting the attemptsJoas Schilling2020-08-191-5/+17
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Let the database count the entriesJoas Schilling2020-08-191-2/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Send "429 Too Many Requests" in case of brute force protectionJoas Schilling2020-08-195-2/+133
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #22297 from ↵Joas Schilling2020-08-192-1/+7
|\ | | | | | | | | nextcloud/feature/15929/allow-to-disable-share-emails Allow to disable share emails
| * Allow to disable share emailsJoas Schilling2020-08-192-1/+7
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2020-08-1926-2/+56
|
* Merge pull request #22285 from ↵Morris Jobke2020-08-184-13/+11
|\ | | | | | | | | nextcloud/techdebt/noid/move-to-typed-event-in-list.php Use dispatchTyped instead of dispatch on the new event dispatcher
| * Use dispatchTyped instead of dispatch on the new event dispatcherMorris Jobke2020-08-184-13/+11
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #22291 from nextcloud/bugfix/22117/fix-activity-tests-againRoeland Jago Douma2020-08-181-0/+1
|\ \ | | | | | | Fix activity tests again
| * | Fix activity tests againJoas Schilling2020-08-181-0/+1
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #22287 from nextcloud/techdebt/22236/update-psalm-baselineMorris Jobke2020-08-181-6/+0
|\ \ | | | | | | Update psalm baseline due to fixes in #22236
| * | Update psalm baseline due to fixes in #22236Morris Jobke2020-08-181-6/+0
| |/ | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #22236 from ↵Morris Jobke2020-08-185-6/+41
|\ \ | |/ |/| | | | | nextcloud/bugfix/noid/dav_sharing_backend_canWrite_isOwner CalDAV: Add ability to limit sharing to owner
| * Add ability to limit sharing to ownerGeorg Ehrke2020-08-185-6/+41
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Merge pull request #21787 from nextcloud/enh/hello-psalmMorris Jobke2020-08-1819-8/+37342
|\ \ | | | | | | Hello psalm
| * | Check only the baseline.xml and exclude the psalm.xml from the file checkMorris Jobke2020-08-182-1/+2
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Add patches for stubsMorris Jobke2020-08-181-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | * https://github.com/JetBrains/phpstorm-stubs/pull/893 * https://github.com/JetBrains/phpstorm-stubs/pull/894 * https://github.com/JetBrains/phpstorm-stubs/pull/895 * https://github.com/JetBrains/phpstorm-stubs/pull/896 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Add stubs for gd, intl, IntlChar, ldap, redis_cluster and xslMorris Jobke2020-08-186-0/+12987
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Add a check for fixes in the psalm baselineMorris Jobke2020-08-181-1/+4
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Add psalm baselineMorris Jobke2020-08-182-0/+6296
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Suppress warning for template functions.Daniel Kesselberg2020-08-181-1/+21
| | | | | | | | | | | | | | | https://github.com/nextcloud/server/blob/6e8e34fef920a073118c22111f0f31eb3b3a91dc/lib/private/legacy/template/functions.php Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Fix variable name for referenced variable.Daniel Kesselberg2020-08-181-2/+2
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Supress UndefinedGlobalVariable for register_command.phpDaniel Kesselberg2020-08-181-0/+3
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Remove directory/file element.Daniel Kesselberg2020-08-181-4/+0
| | | | | | | | | | | | | | | | | | It will suppress any error of that kind in the file. That was not intended. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Suppress warning for $_ and $lDaniel Kesselberg2020-08-181-1/+9
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Exclude stubs from code style checkDaniel Kesselberg2020-08-181-0/+1
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Fix: UndefinedFunction Function x does not exist in templatesDaniel Kesselberg2020-08-181-1/+12
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Add psalm as composer dependencyDaniel Kesselberg2020-08-182-8/+44
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Add template functionsDaniel Kesselberg2020-08-181-0/+1
| | | | | | | | | | | | | | | | | | for some reason they are not loaded by default. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Add stubs for phpseclibDaniel Kesselberg2020-08-183-1/+156
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Hello psalmDaniel Kesselberg2020-08-187-0/+17816
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #22195 from nextcloud/design/accessibility-highcontrast-classJohn Molakvoæ2020-08-186-7/+17
|\ \ \ | |/ / |/| | Add highcontrast class to body just like with dark theme
| * | Add highcontrast class to body just like with dark themeJan C. Borchardt2020-08-186-7/+17
|/ / | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* | Merge pull request #22244 from nextcloud/fix/16876/better_fetch_recentRoeland Jago Douma2020-08-182-6/+56
|\ \ | | | | | | Improve recent file fetching
| * | Improve recent file fetchingRoeland Jago Douma2020-08-182-6/+56
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #16876 Before we'd just fetch everything from all storages we'd have access to. Then we'd sort. And filter in php. Now this of course is tricky if a user shared just a file with you and then has a ton of activity. Now we try to contruct the prefix path. So that the filtering can happen right away in the databae. Now this will make the DB more busy. But it should help overall as in most cases less queries are needed then etc. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2020-08-1830-54/+116
| |
* | Merge pull request #22273 from nextcloud/bugfix/noid/status-nonexisting-iconJohn Molakvoæ2020-08-171-1/+0
|\ \ | | | | | | Do not try to load non-existing icon
| * | Do not try to load non-existing iconJulius Härtl2020-08-171-1/+0
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #22109 from nextcloud/feature/20931/followup-1John Molakvoæ2020-08-1713-36/+153
|\ \ \
| * | | Limit custom message input to 80 charsGeorg Ehrke2020-08-173-3/+4
| | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * | | Display user-status in sharing listGeorg Ehrke2020-08-175-2/+22
| | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>