summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #26826 from ↵Morris Jobke2021-04-2910-63/+276
|\ | | | | | | | | nextcloud/refactor/dav-typed-calendar-deleted-events Exclusively use the typed calendar deletion events for DAV
| * Exclusively use the typed calendar deletion events for DAVChristoph Wurst2021-04-2910-63/+276
| | | | | | | | | | | | | | We had both in places, but the old one isn't used anywhere outside this app, so it's time to migrate the code. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #26736 from ↵dependabot-preview[bot]2021-04-2916-131/+66
|\ \ | |/ |/| | | nextcloud/dependabot/npm_and_yarn/babel/core-7.13.16
| * Bump @babel/core from 7.13.15 to 7.13.16dependabot-preview[bot]2021-04-2816-131/+66
| | | | | | | | | | | | | | | | | | | | Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.13.15 to 7.13.16. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.13.16/packages/babel-core) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | Merge pull request #26820 from ↵Morris Jobke2021-04-291-3/+0
|\ \ | | | | | | | | | | | | nextcloud-pr-bot/automated/noid/psalm-baseline-update [Automated] Update psalm-baseline.xml
| * | Update psalm baselineNextcloud-PR-Bot2021-04-291-3/+0
|/ / | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | [tx-robot] updated from transifexNextcloud bot2021-04-29134-204/+214
| |
* | Merge pull request #26461 from ↵Morris Jobke2021-04-283-11/+154
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/only-return-editable-displayname-field-when-allowed-by-backend Only return display name as editable when the user backend allows it
| * | Also check implementsAction methodJoas Schilling2021-04-272-5/+92
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Only return display name as editable when the user backend allows itJoas Schilling2021-04-273-11/+67
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #26811 from ↵Morris Jobke2021-04-287-3/+132
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/enh/lookupserver/do_not_send_if_not_needed Do not try to contact lookup server if not needed
| * | | Do not try to contact lookup server if not neededRoeland Jago Douma2021-04-287-3/+132
|/ / / | | | | | | | | | | | | | | | | | | In some cases (for example you never send data to the lookup server) there is no need for this job to even try. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #26784 from nextcloud/Valdnet-patch-8rakekniven2021-04-282-2/+2
|\ \ \ | | | | | | | | l10n: Change to a capital letter
| * | | Change size of the letter in testValdnet2021-04-281-1/+1
| | | |
| * | | l10n: Change to a capital letterValdnet2021-04-271-1/+1
| | | | | | | | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | | | Merge pull request #26758 from J0WI/more-strictChristoph Wurst2021-04-2815-36/+71
|\ \ \ \ | | | | | | | | | | Some more strict_types
| * | | | Use strictJ0WI2021-04-261-0/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
| * | | | core: add more strict_typesJ0WI2021-04-266-2/+17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
| * | | | Fix ini_set() typeJ0WI2021-04-261-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
| * | | | Some more strict_typesJ0WI2021-04-267-33/+51
| | | | | | | | | | | | | | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* | | | | Merge pull request #26804 from ↵Roeland Jago Douma2021-04-281-6/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud-pr-bot/automated/noid/psalm-baseline-update [Automated] Update psalm-baseline.xml
| * | | | | Update psalm baselineNextcloud-PR-Bot2021-04-281-6/+0
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2021-04-28174-268/+330
| | | | |
* | | | | Merge pull request #26785 from nextcloud/fix/noid/ldap-beyond-last-pagekesselb2021-04-274-3/+49
|\ \ \ \ \ | | | | | | | | | | | | LDAP: do not bother to search after the last page
| * | | | | do not try to search after the last pageArthur Schiwon2021-04-274-3/+49
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | - saves an LDAP requests in these cases - prevents a Protocol Error logged on < 7.3 API (for backports) Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #26781 from nextcloud/bugfix/noid/more-auto-add-cleanupJoas Schilling2021-04-278-196/+0
|\ \ \ \ \ | | | | | | | | | | | | More cleaning after auto-add removal
| * | | | | More cleaning after auto-add removalJoas Schilling2021-04-278-196/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #26776 from ↵kesselb2021-04-271-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud-pr-bot/automated/noid/psalm-baseline-update [Automated] Update psalm-baseline.xml
| * | | | | | Update psalm baselineNextcloud-PR-Bot2021-04-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | | | Merge pull request #26591 from nextcloud/techdebt/noid/less-iloggerChristoph Wurst2021-04-2752-318/+254
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Less ILogger
| * | | | | | | Fix PHP CSJoas Schilling2021-04-271-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | Fix PHP CSJoas Schilling2021-04-271-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | Fix psalm errorsJoas Schilling2021-04-276-24/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | Fix unit testsJoas Schilling2021-04-2725-93/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | Less ILoggerJoas Schilling2021-04-2723-199/+127
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Merge pull request #26718 from nextcloud/bugfix/noid/fix-ratelimit-templateJoas Schilling2021-04-273-26/+19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix ratelimit template
| * | | | | | | Do not allow to overwrite some variablesJoas Schilling2021-04-271-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | Fix ratelimit templateJoas Schilling2021-04-272-25/+16
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Merge pull request #26572 from ↵Joas Schilling2021-04-274-6/+16
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/throw-401-when-authentication-is-provided-and-invalid Throw "401 Unauthenticated" when authentication is provided but invalid
| * | | | | | Adjust integration testJoas Schilling2021-04-222-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | Fix Authentication testJoas Schilling2021-04-221-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | Throw "401 Unauthenticated" when authentication is provided but invalidJoas Schilling2021-04-221-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | E.g. with an AppToken that has been revoked Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Merge pull request #26764 from ↵Joas Schilling2021-04-271-0/+31
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | nextcloud/feature/noid/add-geo-location-as-ROS-type Add geo location as ROS type
| * | | | | | Add geo location as ROS typeJoas Schilling2021-04-261-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Merge pull request #26774 from ↵Julius Härtl2021-04-274-137/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | nextcloud/techdebt/noid/ldap-remove-pre73-paged-results
| * | | | | | removes PagedResults adapter for PHP < 7.3Arthur Schiwon2021-04-264-137/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | | Merge pull request #26765 from nextcloud/td/no_more_add_auto_trustedJoas Schilling2021-04-278-104/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | No longer add trusted servers on federated share creation
| * | | | | | | No longer add trusted servers on federated share creationRoeland Jago Douma2021-04-268-104/+7
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was disabled by default for ages. And often resulted in unwanted behavior. If admins want trusted servers they just have to do it manually. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | | | Merge pull request #26775 from robottod/patch-1John Molakvoæ2021-04-271-14/+14
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Remove some deprecated calls from ShareByMailProvider.php
| * | | | | | Remove some deprecated calls from ShareByMailProvider.phprobottod2021-04-261-14/+14
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | This moves the execute calls to the executeQuery and executeUpdate calls Resulting in less calls to deprecated functions Signed-off-by: rtod <robottod@protonmail.com>