Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-07Merge pull request #4879 from nextcloud/dependabot/composer/amphp/process-1.1.1Christoph Wurst
Bump amphp/process from 1.1.0 to 1.1.1
2021-04-03Bump psalm/phar from 4.6.3 to 4.7.0dependabot[bot]
Bumps [psalm/phar](https://github.com/psalm/phar) from 4.6.3 to 4.7.0. - [Release notes](https://github.com/psalm/phar/releases) - [Commits](https://github.com/psalm/phar/compare/4.6.3...4.7.0) Signed-off-by: dependabot[bot] <support@github.com>
2021-04-03Bump amphp/process from 1.1.0 to 1.1.1dependabot[bot]
Bumps amphp/process from 1.1.0 to 1.1.1. Signed-off-by: dependabot[bot] <support@github.com>
2021-03-29Replace abandoned kwi urllinker with a maintained forkChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-03-22Bump psalm/phar from 4.6.2 to 4.6.3dependabot[bot]
Bumps [psalm/phar](https://github.com/psalm/phar) from 4.6.2 to 4.6.3. - [Release notes](https://github.com/psalm/phar/releases) - [Commits](https://github.com/psalm/phar/compare/4.6.2...4.6.3) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-12Use the self-contained version of PsalmChristoph Wurst
Fewer dependencies -> fewer possible conflicts Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-03-11Remove phanChristoph Wurst
This tool was never really used. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-03-11Scope phpunit and friendsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-03-11Scope the cs-fixer and its dependenciesChristoph Wurst
Sometimes the dev dependencies of Mail cause a conflict with other apps or Nextcloud server. Most of the Symfony dev deps are pulled in via the php-cs-fixer, while that binary is actually independent and it doesn't need to load any of its classes into a Nextcloud process. Therefore we can use the composer bin plugin to move the bin into its own directory. `composer run cs:fix` works just like before. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-03-10Bump rubix/ml from 0.2.4 to 0.4.0dependabot[bot]
Bumps [rubix/ml](https://github.com/RubixML/ML) from 0.2.4 to 0.4.0. - [Release notes](https://github.com/RubixML/ML/releases) - [Changelog](https://github.com/RubixML/ML/blob/master/CHANGELOG.md) - [Commits](https://github.com/RubixML/ML/compare/0.2.4...0.4.0) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-08Merge pull request #4606 from ↵Christoph Wurst
nextcloud/dependabot/composer/doctrine/annotations-1.12.1 Bump doctrine/annotations from 1.11.1 to 1.12.1
2021-03-08Merge pull request #4605 from ↵Christoph Wurst
nextcloud/dependabot/composer/phar-io/version-3.1.0 Bump phar-io/version from 3.0.4 to 3.1.0
2021-03-08Merge pull request #4689 from ↵Christoph Wurst
nextcloud/dependabot/composer/symfony/event-dispatcher-5.2.4 Bump symfony/event-dispatcher from 5.2.3 to 5.2.4
2021-03-08Bump vimeo/psalm from 4.6.1 to 4.6.2dependabot[bot]
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/vimeo/psalm/releases) - [Commits](https://github.com/vimeo/psalm/compare/4.6.1...4.6.2) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-07Bump symfony/filesystem from 5.2.3 to 5.2.4dependabot[bot]
Bumps [symfony/filesystem](https://github.com/symfony/filesystem) from 5.2.3 to 5.2.4. - [Release notes](https://github.com/symfony/filesystem/releases) - [Changelog](https://github.com/symfony/filesystem/blob/5.x/CHANGELOG.md) - [Commits](https://github.com/symfony/filesystem/compare/v5.2.3...v5.2.4) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-07Bump symfony/event-dispatcher from 5.2.3 to 5.2.4dependabot[bot]
Bumps [symfony/event-dispatcher](https://github.com/symfony/event-dispatcher) from 5.2.3 to 5.2.4. - [Release notes](https://github.com/symfony/event-dispatcher/releases) - [Changelog](https://github.com/symfony/event-dispatcher/blob/5.x/CHANGELOG.md) - [Commits](https://github.com/symfony/event-dispatcher/compare/v5.2.3...v5.2.4) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-06Bump doctrine/annotations from 1.11.1 to 1.12.1dependabot[bot]
Bumps [doctrine/annotations](https://github.com/doctrine/annotations) from 1.11.1 to 1.12.1. - [Release notes](https://github.com/doctrine/annotations/releases) - [Changelog](https://github.com/doctrine/annotations/blob/1.13.x/CHANGELOG.md) - [Commits](https://github.com/doctrine/annotations/compare/1.11.1...1.12.1) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-06Bump phar-io/version from 3.0.4 to 3.1.0dependabot[bot]
Bumps [phar-io/version](https://github.com/phar-io/version) from 3.0.4 to 3.1.0. - [Release notes](https://github.com/phar-io/version/releases) - [Changelog](https://github.com/phar-io/version/blob/master/CHANGELOG.md) - [Commits](https://github.com/phar-io/version/compare/3.0.4...3.1.0) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-06Merge pull request #4677 from ↵Cyrille Bollu
nextcloud/dependabot/composer/symfony/stopwatch-5.2.4 Bump symfony/stopwatch from 5.2.3 to 5.2.4
2021-03-06Bump symfony/string from 5.2.3 to 5.2.4dependabot[bot]
Bumps [symfony/string](https://github.com/symfony/string) from 5.2.3 to 5.2.4. - [Release notes](https://github.com/symfony/string/releases) - [Changelog](https://github.com/symfony/string/blob/5.x/CHANGELOG.md) - [Commits](https://github.com/symfony/string/compare/v5.2.3...v5.2.4) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-06Bump symfony/stopwatch from 5.2.3 to 5.2.4dependabot[bot]
Bumps [symfony/stopwatch](https://github.com/symfony/stopwatch) from 5.2.3 to 5.2.4. - [Release notes](https://github.com/symfony/stopwatch/releases) - [Changelog](https://github.com/symfony/stopwatch/blob/5.x/CHANGELOG.md) - [Commits](https://github.com/symfony/stopwatch/compare/v5.2.3...v5.2.4) Signed-off-by: dependabot[bot] <support@github.com>
2021-03-02Make the Mozart dependencies independentChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-03-02Merge pull request #4554 from nextcloud/dependabot/composer/vimeo/psalm-4.6.1Cyrille Bollu
Bump vimeo/psalm from 4.4.1 to 4.6.1
2021-03-02Merge pull request #4609 from ↵Christoph Wurst
nextcloud/dependabot/composer/php-webdriver/webdriver-1.10.0 Bump php-webdriver/webdriver from 1.9.0 to 1.10.0
2021-03-01Merge branch 'master' into dependabot/composer/vimeo/psalm-4.6.1Cyrille Bollu
2021-03-01Merge pull request #4611 from ↵Cyrille Bollu
nextcloud/dependabot/composer/felixfbecker/language-server-protocol-1.5.1 Bump felixfbecker/language-server-protocol from 1.5.0 to 1.5.1
2021-02-27Bump felixfbecker/language-server-protocol from 1.5.0 to 1.5.1dependabot[bot]
Bumps [felixfbecker/language-server-protocol](https://github.com/felixfbecker/php-language-server-protocol) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/felixfbecker/php-language-server-protocol/releases) - [Commits](https://github.com/felixfbecker/php-language-server-protocol/compare/v1.5.0...1.5.1) Signed-off-by: dependabot[bot] <support@github.com>
2021-02-27Bump rubix/tensor from 2.1.3 to 2.1.4dependabot[bot]
Bumps [rubix/tensor](https://github.com/RubixML/Tensor) from 2.1.3 to 2.1.4. - [Release notes](https://github.com/RubixML/Tensor/releases) - [Changelog](https://github.com/RubixML/Tensor/blob/master/CHANGELOG.md) - [Commits](https://github.com/RubixML/Tensor/compare/2.1.3...2.1.4) Signed-off-by: dependabot[bot] <support@github.com>
2021-02-27Bump php-webdriver/webdriver from 1.9.0 to 1.10.0dependabot[bot]
Bumps [php-webdriver/webdriver](https://github.com/php-webdriver/php-webdriver) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/php-webdriver/php-webdriver/releases) - [Changelog](https://github.com/php-webdriver/php-webdriver/blob/main/CHANGELOG.md) - [Commits](https://github.com/php-webdriver/php-webdriver/compare/1.9.0...1.10.0) Signed-off-by: dependabot[bot] <support@github.com>
2021-02-26Add Sieve supportDaniel Kesselberg
* Expose managesieve port * Add sieve client factory * Add support for sieve to provisioning * Refactor test connectivity logic and add sieve. * Add support for sieve to provisioning * Add sieve to account form * Add debug logger for ManageSieve * Add api to get and update active script * Add error for managesieve exception * Add text editor to update existing script Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-02-18Merge pull request #4555 from ↵Christoph Wurst
nextcloud/dependabot/composer/christophwurst/nextcloud_testing-0.12.4 Bump christophwurst/nextcloud_testing from 0.12.3 to 0.12.4
2021-02-18Bump vimeo/psalm from 4.4.1 to 4.6.1dependabot[bot]
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 4.4.1 to 4.6.1. - [Release notes](https://github.com/vimeo/psalm/releases) - [Commits](https://github.com/vimeo/psalm/compare/4.4.1...4.6.1) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-02-18Merge pull request #4553 from ↵Christoph Wurst
nextcloud/dependabot/composer/symfony/stopwatch-5.2.3 Bump symfony/stopwatch from 5.2.2 to 5.2.3
2021-02-18Merge pull request #4552 from ↵Christoph Wurst
nextcloud/dependabot/composer/pear-pear.horde.org/Horde_Text_Filter-2.3.7 Bump pear-pear.horde.org/Horde_Text_Filter from 2.3.6 to 2.3.7
2021-02-18Bump christophwurst/nextcloud_testing from 0.12.3 to 0.12.4dependabot[bot]
Bumps [christophwurst/nextcloud_testing](https://github.com/ChristophWurst/nextcloud_testing) from 0.12.3 to 0.12.4. - [Release notes](https://github.com/ChristophWurst/nextcloud_testing/releases) - [Commits](https://github.com/ChristophWurst/nextcloud_testing/compare/v0.12.3...v0.12.4) Signed-off-by: dependabot[bot] <support@github.com>
2021-02-18Merge pull request #4494 from ↵Christoph Wurst
nextcloud/dependabot/composer/symfony/event-dispatcher-5.2.3 Bump symfony/event-dispatcher from 5.2.2 to 5.2.3
2021-02-18Merge pull request #4490 from ↵Christoph Wurst
nextcloud/dependabot/composer/symfony/options-resolver-5.2.3 Bump symfony/options-resolver from 5.2.2 to 5.2.3
2021-02-18Merge pull request #4551 from ↵Christoph Wurst
nextcloud/dependabot/composer/symfony/filesystem-5.2.3 Bump symfony/filesystem from 5.2.2 to 5.2.3
2021-02-18Merge pull request #4549 from ↵Christoph Wurst
nextcloud/dependabot/composer/symfony/polyfill-php72-1.22.1 Bump symfony/polyfill-php72 from 1.22.0 to 1.22.1
2021-02-18Bump symfony/stopwatch from 5.2.2 to 5.2.3dependabot[bot]
Bumps [symfony/stopwatch](https://github.com/symfony/stopwatch) from 5.2.2 to 5.2.3. - [Release notes](https://github.com/symfony/stopwatch/releases) - [Changelog](https://github.com/symfony/stopwatch/blob/5.x/CHANGELOG.md) - [Commits](https://github.com/symfony/stopwatch/compare/v5.2.2...v5.2.3) Signed-off-by: dependabot[bot] <support@github.com>
2021-02-18Bump pear-pear.horde.org/Horde_Text_Filter from 2.3.6 to 2.3.7dependabot[bot]
Bumps pear-pear.horde.org/Horde_Text_Filter from 2.3.6 to 2.3.7. Signed-off-by: dependabot[bot] <support@github.com>
2021-02-18Merge pull request #4499 from ↵Christoph Wurst
nextcloud/dependabot/composer/phpunit/phpunit-9.5.2 Bump phpunit/phpunit from 9.5.1 to 9.5.2
2021-02-18Merge pull request #4502 from nextcloud/dependabot/composer/symfony/finder-5.2.3Christoph Wurst
Bump symfony/finder from 5.2.2 to 5.2.3
2021-02-18Merge pull request #4548 from nextcloud/dependabot/composer/rubix/tensor-2.1.3Christoph Wurst
Bump rubix/tensor from 2.1.1 to 2.1.3
2021-02-18Bump symfony/filesystem from 5.2.2 to 5.2.3dependabot[bot]
Bumps [symfony/filesystem](https://github.com/symfony/filesystem) from 5.2.2 to 5.2.3. - [Release notes](https://github.com/symfony/filesystem/releases) - [Changelog](https://github.com/symfony/filesystem/blob/5.x/CHANGELOG.md) - [Commits](https://github.com/symfony/filesystem/compare/v5.2.2...v5.2.3) Signed-off-by: dependabot[bot] <support@github.com>
2021-02-18Bump symfony/event-dispatcher from 5.2.2 to 5.2.3dependabot[bot]
Bumps [symfony/event-dispatcher](https://github.com/symfony/event-dispatcher) from 5.2.2 to 5.2.3. - [Release notes](https://github.com/symfony/event-dispatcher/releases) - [Changelog](https://github.com/symfony/event-dispatcher/blob/5.x/CHANGELOG.md) - [Commits](https://github.com/symfony/event-dispatcher/compare/v5.2.2...v5.2.3) Signed-off-by: dependabot[bot] <support@github.com>
2021-02-18Bump symfony/polyfill-php72 from 1.22.0 to 1.22.1dependabot[bot]
Bumps symfony/polyfill-php72 from 1.22.0 to 1.22.1. Signed-off-by: dependabot[bot] <support@github.com>
2021-02-18Bump symfony/options-resolver from 5.2.2 to 5.2.3dependabot[bot]
Bumps [symfony/options-resolver](https://github.com/symfony/options-resolver) from 5.2.2 to 5.2.3. - [Release notes](https://github.com/symfony/options-resolver/releases) - [Changelog](https://github.com/symfony/options-resolver/blob/5.x/CHANGELOG.md) - [Commits](https://github.com/symfony/options-resolver/compare/v5.2.2...v5.2.3) Signed-off-by: dependabot[bot] <support@github.com>
2021-02-18Bump phpunit/phpunit from 9.5.1 to 9.5.2dependabot[bot]
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.5.1 to 9.5.2. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-9.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.1...9.5.2) Signed-off-by: dependabot[bot] <support@github.com>
2021-02-18Bump rubix/tensor from 2.1.1 to 2.1.3dependabot[bot]
Bumps [rubix/tensor](https://github.com/RubixML/Tensor) from 2.1.1 to 2.1.3. - [Release notes](https://github.com/RubixML/Tensor/releases) - [Changelog](https://github.com/RubixML/Tensor/blob/master/CHANGELOG.md) - [Commits](https://github.com/RubixML/Tensor/compare/2.1.1...2.1.3) Signed-off-by: dependabot[bot] <support@github.com>