summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix(pebkac): missing `use OC`Samuel2021-02-081-0/+1
| | | | Signed-off-by: Samuel <faust64@gmail.com>
* fix(logger): set logger in constructorSamuel2021-02-081-5/+10
| | | | Signed-off-by: Samuel <faust64@gmail.com>
* fix(php-cs): indentation / elseif, maybe braces?Samuel2021-02-051-13/+18
| | | | Signed-off-by: Samuel <faust64@gmail.com>
* feat(federatedfilesharing): log errors, as suggested by @maxbesSamuel2021-02-051-0/+20
| | | | Signed-off-by: Samuel <faust64@gmail.com>
* [tx-robot] updated from transifexNextcloud bot2021-02-0416-58/+160
|
* Merge pull request #25467 from nextcloud/debt/noid/test-dbal-exception-wrapRoeland Jago Douma2021-02-031-0/+87
|\ | | | | Add test for dbal exception wrapping
| * Add test for dbal exception wrappingDaniel Kesselberg2021-02-031-0/+87
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #25468 from nextcloud/fix/nextcloud-upgrade-22Joas Schilling2021-02-031-1/+1
|\ \ | | | | | | Allow upgrades in Nextcloud 22 / Disallow upgrade from 20
| * | Do not allow upgrade from Nextcloud 20Christoph Wurst2021-02-031-1/+0
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | Allow upgrades in Nextcloud 22Christoph Wurst2021-02-031-0/+1
|/ / | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #25464 from ↵Christoph Wurst2021-02-032-5/+267
|\ \ | | | | | | | | | | | | nextcloud/enhancement/parse-calendar-object-for-attendees Parse calendar object for attendees and emit interaction events
| * | Parse calendar object for attendees and emit interaction eventsChristoph Wurst2021-02-032-5/+267
|/ / | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #25432 from nextcloud/enhancement/calendar-interaction-eventsChristoph Wurst2021-02-034-0/+130
|\ \ | |/ |/| Emit calendar interaction events
| * Emit an interaction event for calendar event user attendeesChristoph Wurst2021-02-032-14/+39
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * Emit an interaction event for calendar share recipientsChristoph Wurst2021-02-034-0/+105
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #25403 from nextcloud/dependabot/npm_and_yarn/vuex-3.6.2dependabot-preview[bot]2021-02-0312-17/+17
|\
| * Bump vuex from 3.6.0 to 3.6.2dependabot-preview[bot]2021-02-0312-17/+17
| | | | | | | | | | | | | | | | | | | | Bumps [vuex](https://github.com/vuejs/vuex) from 3.6.0 to 3.6.2. - [Release notes](https://github.com/vuejs/vuex/releases) - [Changelog](https://github.com/vuejs/vuex/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vuex/compare/v3.6.0...v3.6.2) 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 #25454 from nextcloud/this-is-22Joas Schilling2021-02-0330-31/+31
|\ \ | | | | | | This is 22
| * | This is 22Joas Schilling2021-02-0330-31/+31
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / [tx-robot] updated from transifexNextcloud bot2021-02-0312-2/+32
|/
* Merge pull request #25453 from nextcloud/revert-25438-pin-psalm-versionRoeland Jago Douma2021-02-021-1/+1
|\ | | | | Revert "Pin Psalm version to an older one"
| * Revert "Pin Psalm version to an older one"Roeland Jago Douma2021-02-021-1/+1
|/
* Merge pull request #25438 from nextcloud/pin-psalm-versionRoeland Jago Douma2021-02-021-1/+1
|\ | | | | Pin Psalm version to an older one
| * Pin Psalm version to an older oneLukas Reschke2021-02-021-1/+1
| | | | | | | | | | | | Ref https://github.com/vimeo/psalm/issues/5144 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #24700 from Imajie/s3-credsRoeland Jago Douma2021-02-021-1/+5
|\ \ | | | | | | Resolves #24699, Support ES2 and ECS instance providers for S3 buckets
| * | Fix failing testsJames Letendre2020-12-151-1/+1
| | | | | | | | | | | | Signed-off-by: James Letendre <james.letendre@gmail.com>
| * | Add web identity provider to S3 connection chainJames Letendre2020-12-151-13/+4
| | | | | | | | | | | | Signed-off-by: James Letendre <james.letendre@gmail.com>
| * | Replace defaultProvider with explicit calls to exclude user home directory ↵James Letendre2020-12-141-1/+15
| | | | | | | | | | | | | | | | | | lookup Signed-off-by: James Letendre <james.letendre@gmail.com>
| * | Resolves #24699, Support ES2 and ECS instance providers for S3 bucketsJames Letendre2020-12-141-2/+1
| | | | | | | | | | | | Signed-off-by: James Letendre <james.letendre@gmail.com>
* | | Merge pull request #25393 from nextcloud/fix/25165/repair-dav-sharesRoeland Jago Douma2021-02-026-1/+340
|\ \ \ | | | | | | | | add repair job for unencoded group share uris
| * | | test: adjust expectationArthur Schiwon2021-01-291-3/+2
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | show suggestion to clean up possible invalid shares laterArthur Schiwon2021-01-291-0/+6
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | take into account that UNIQUE index might not work as expectedArthur Schiwon2021-01-291-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | add repair job for unencoded calendarsArthur Schiwon2021-01-295-1/+334
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #25429 from ↵Roeland Jago Douma2021-02-021-0/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependachristoph/composer/symfony-4.4.19 Bump Symfony from 4.4.18 to 4.4.19
| * | | | Bump Symfony from 4.4.18 to 4.4.19Christoph Wurst2021-02-021-0/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #25446 from ↵Roeland Jago Douma2021-02-021-0/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/avoid-duplicate-template-registration Avoid template creators being registered multiple times
| * | | | | Avoid template creators being registered multiple timesJulius Härtl2021-02-021-0/+3
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #25444 from nextcloud/bug/25415/move-generic-errors-to-endChristoph Wurst2021-02-021-13/+13
|\ \ \ \ \ | |_|_|_|/ |/| | | | Check for generic errors at last.
| * | | | Check for generic errors at last.Daniel Kesselberg2021-02-021-13/+13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | Merge pull request #25424 from nextcloud/bugfix/noid/direct-login-failJulius Härtl2021-02-021-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Keep direct login active when redirecting
| * | | | | Keep direct login active when redirectingJulius Härtl2021-02-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | Merge pull request #25400 from nextcloud/dependabot/npm_and_yarn/marked-1.2.8Julius Härtl2021-02-027-10/+10
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Bump marked from 1.2.7 to 1.2.8dependabot-preview[bot]2021-02-027-10/+10
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [marked](https://github.com/markedjs/marked) from 1.2.7 to 1.2.8. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/release.config.js) - [Commits](https://github.com/markedjs/marked/compare/v1.2.7...v1.2.8) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | [tx-robot] updated from transifexNextcloud bot2021-02-021160-3402/+1004
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2021-02-0134-38/+1048
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2021-01-3130-70/+1164
| | | | |
* | | | | Merge pull request #25405 from ↵Roeland Jago Douma2021-01-301-4/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud-pr-bot/automated/noid/psalm-baseline-update [Automated] Update psalm-baseline.xml
| * | | | | Update psalm baselineNextcloud-PR-Bot2021-01-301-4/+0
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | Merge pull request #25402 from nextcloud/dependabot/npm_and_yarn/sinon-9.2.4dependabot-preview[bot]2021-01-302-11/+11
|\ \ \ \ \