summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [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>
* / | | [tx-robot] updated from transifexNextcloud bot2021-04-2718-130/+132
|/ / /
* | | Merge pull request #26763 from nextcloud/enh/federation/improve_permissionsRoeland Jago Douma2021-04-261-18/+2
|\ \ \ | | | | | | | | Improve federated permission handling
| * | | Improve federated permission handlingRoeland Jago Douma2021-04-261-18/+2
| |/ / | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #26762 from ↵Joas Schilling2021-04-261-2/+19
|\ \ \ | |/ / |/| | | | | | | | nextcloud/bugfix/noid/respect-the-error-level-on-logging Respect the error level when logging
| * | Log deprecation only as debugJoas Schilling2021-04-261-0/+2
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Respect the error level when loggingJoas Schilling2021-04-261-2/+17
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #26259 from ↵Joas Schilling2021-04-263-0/+59
|\ \ | | | | | | | | | | | | nextcloud/feature/noid/validate-website-to-be-valid Validate the website field input to be a valid URL
| * | Validate the website field input to be a valid URLJoas Schilling2021-04-223-0/+59
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #26747 from nextcloud/php8-libxmlLukas Reschke2021-04-261-4/+11
|\ \ | | | | | | Fix installer deprecation warnings for PHP 8
| * | PHP 8+ deprecates openssl_free_keyacsfer2021-04-251-1/+4
| | |
| * | Only use libxml_disable_entity_loader on PHP<8acsfer2021-04-251-3/+7
| | |
* | | Merge pull request #26755 from yan12125/bugfix/yan12125/caldav-truncationChristoph Wurst2021-04-262-4/+4
|\ \ \ | | | | | | | | Correctly truncate multibyte strings to fit into the database
| * | | Correctly truncate multibyte strings to fit into the databaseChih-Hsuan Yen2021-04-262-4/+4
|/ / / | | | | | | | | | | | | | | | Closes: #26174 Signed-off-by: Chih-Hsuan Yen <yan12125@gmail.com>
* | | Merge pull request #26721 from nextcloud/fix/noid/final-privateRoeland Jago Douma2021-04-261-1/+1
|\ \ \ | | | | | | | | private cannot be final
| * | | private cannot be finalMaxence Lange2021-04-231-1/+1
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | Merge pull request #26750 from ↵Roeland Jago Douma2021-04-261-4/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud-pr-bot/automated/noid/psalm-baseline-update [Automated] Update psalm-baseline.xml
| * | | | Update psalm baselineNextcloud-PR-Bot2021-04-261-4/+1
|/ / / / | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | [tx-robot] updated from transifexNextcloud bot2021-04-2618-6/+62
| | | |
* | | | Merge pull request #26749 from nextcloud/dependabot/composer/vimeo/psalm-4.7.1dependabot-preview[bot]2021-04-261-28/+34
|\ \ \ \ | |_|/ / |/| | |
| * | | Bump vimeo/psalm from 4.7.0 to 4.7.1dependabot-preview[bot]2021-04-261-28/+34
|/ / / | | | | | | | | | | | | | | | | | | Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 4.7.0 to 4.7.1. - [Release notes](https://github.com/vimeo/psalm/releases) - [Commits](https://github.com/vimeo/psalm/compare/4.7.0...4.7.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | [tx-robot] updated from transifexNextcloud bot2021-04-2532-16/+210
| | |
* | | [tx-robot] updated from transifexNextcloud bot2021-04-2430-6/+44
| | |