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
2022-05-23Add PHP8.1 supportChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-05-12Migrate PEAR Horde packages to Bytestream packagesChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-05-02Drop PHP7.3 supportchore/drop-php-73Christoph Wurst
It has reached EOL and blocks updates of our composer dependencies. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-02-26Bump cerdic/css-tidy from 2.0.0 to 2.0.1dependabot[bot]
Bumps [cerdic/css-tidy](https://github.com/Cerdic/CSSTidy) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/Cerdic/CSSTidy/releases) - [Commits](https://github.com/Cerdic/CSSTidy/compare/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: cerdic/css-tidy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-02-12Bump rubix/ml from 0.4.1 to 0.4.2dependabot[bot]
Bumps [rubix/ml](https://github.com/RubixML/ML) from 0.4.1 to 0.4.2. - [Release notes](https://github.com/RubixML/ML/releases) - [Changelog](https://github.com/RubixML/ML/blob/0.4.2/CHANGELOG.md) - [Commits](https://github.com/RubixML/ML/compare/0.4.1...0.4.2) --- updated-dependencies: - dependency-name: rubix/ml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-01-11Bump cerdic/css-tidy from 1.7.3 to 2.0.0dependabot[bot]
Bumps [cerdic/css-tidy](https://github.com/Cerdic/CSSTidy) from 1.7.3 to 2.0.0. - [Release notes](https://github.com/Cerdic/CSSTidy/releases) - [Commits](https://github.com/Cerdic/CSSTidy/compare/v1.7.3...v2.0.0) --- updated-dependencies: - dependency-name: cerdic/css-tidy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2021-12-25Bump ezyang/htmlpurifier from 4.13.0 to 4.14.0dependabot[bot]
Bumps [ezyang/htmlpurifier](https://github.com/ezyang/htmlpurifier) from 4.13.0 to 4.14.0. - [Release notes](https://github.com/ezyang/htmlpurifier/releases) - [Changelog](https://github.com/ezyang/htmlpurifier/blob/master/NEWS) - [Commits](https://github.com/ezyang/htmlpurifier/compare/v4.13.0...v4.14.0) --- updated-dependencies: - dependency-name: ezyang/htmlpurifier dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2021-12-06Upgrade static analysis from Nextcloud 20 to 21 minChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-06-16Sanitize urls in css style sheetsRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2021-04-08Add an array_flat_map functionChristoph Wurst
More functional and more expressive. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-04-07Bump rubix/ml from 0.4.0 to 0.4.1dependabot[bot]
Bumps [rubix/ml](https://github.com/RubixML/ML) from 0.4.0 to 0.4.1. - [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.4.0...0.4.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-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-02Make the Mozart dependencies independentChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
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-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-18Bump christophwurst/nextcloud from 20.0.5 to 20.0.7dependabot[bot]
Bumps [christophwurst/nextcloud](https://github.com/ChristophWurst/nextcloud_composer) from 20.0.5 to 20.0.7. - [Release notes](https://github.com/ChristophWurst/nextcloud_composer/releases) - [Commits](https://github.com/ChristophWurst/nextcloud_composer/compare/v20.0.5...v20.0.7) Signed-off-by: dependabot[bot] <support@github.com>
2021-01-30Bump christophwurst/nextcloud_testing from 0.12.1 to 0.12.3dependabot-preview[bot]
Bumps [christophwurst/nextcloud_testing](https://github.com/ChristophWurst/nextcloud_testing) from 0.12.1 to 0.12.3. - [Release notes](https://github.com/ChristophWurst/nextcloud_testing/releases) - [Commits](https://github.com/ChristophWurst/nextcloud_testing/compare/v0.12.1...v0.12.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-26Add horde_stringprep to support SCRAM-SHA-1.Daniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-01-23Bump christophwurst/nextcloud from 20.0.4 to 20.0.5dependabot-preview[bot]
Bumps [christophwurst/nextcloud](https://github.com/ChristophWurst/nextcloud_composer) from 20.0.4 to 20.0.5. - [Release notes](https://github.com/ChristophWurst/nextcloud_composer/releases) - [Commits](https://github.com/ChristophWurst/nextcloud_composer/compare/v20.0.4...v20.0.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-18Bump nextcloud/coding-standard from 0.4.0 to 0.5.0dependabot-preview[bot]
Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/nextcloud/coding-standard/releases) - [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/coding-standard/compare/v0.4.0...v0.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-16Bump christophwurst/nextcloud_testing from 0.11.0 to 0.12.1dependabot-preview[bot]
Bumps [christophwurst/nextcloud_testing](https://github.com/ChristophWurst/nextcloud_testing) from 0.11.0 to 0.12.1. - [Release notes](https://github.com/ChristophWurst/nextcloud_testing/releases) - [Commits](https://github.com/ChristophWurst/nextcloud_testing/compare/v0.11.0...v0.12.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-02Bump phan/phan from 3.2.8 to 4.0.1dependabot-preview[bot]
Bumps [phan/phan](https://github.com/phan/phan) from 3.2.8 to 4.0.1. - [Release notes](https://github.com/phan/phan/releases) - [Changelog](https://github.com/phan/phan/blob/v4/NEWS.md) - [Commits](https://github.com/phan/phan/compare/3.2.8...4.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-26Bump christophwurst/nextcloud from 20.0.1 to 20.0.4dependabot-preview[bot]
Bumps [christophwurst/nextcloud](https://github.com/ChristophWurst/nextcloud_composer) from 20.0.1 to 20.0.4. - [Release notes](https://github.com/ChristophWurst/nextcloud_composer/releases) - [Commits](https://github.com/ChristophWurst/nextcloud_composer/compare/v20.0.1...v20.0.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-21Bump nextcloud/coding-standard from 0.3.0 to 0.4.0dependabot-preview[bot]
Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/nextcloud/coding-standard/releases) - [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/coding-standard/compare/v0.3.0...v0.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-12-05Bump rubix/ml from 0.2.3 to 0.2.4dependabot-preview[bot]
Bumps [rubix/ml](https://github.com/RubixML/RubixML) from 0.2.3 to 0.2.4. - [Release notes](https://github.com/RubixML/RubixML/releases) - [Changelog](https://github.com/RubixML/RubixML/blob/master/CHANGELOG.md) - [Commits](https://github.com/RubixML/RubixML/compare/0.2.3...0.2.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-07Bump cerdic/css-tidy from 1.7.2 to 1.7.3dependabot-preview[bot]
Bumps [cerdic/css-tidy](https://github.com/Cerdic/CSSTidy) from 1.7.2 to 1.7.3. - [Release notes](https://github.com/Cerdic/CSSTidy/releases) - [Commits](https://github.com/Cerdic/CSSTidy/compare/v1.7.2...v1.7.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-02Bump vimeo/psalm from 3.17.2 to 4.1.1dependabot-preview[bot]
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 3.17.2 to 4.1.1. - [Release notes](https://github.com/vimeo/psalm/releases) - [Commits](https://github.com/vimeo/psalm/compare/3.17.2...4.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-30Bump rubix/ml from 0.2.2 to 0.2.3dependabot-preview[bot]
Bumps [rubix/ml](https://github.com/RubixML/RubixML) from 0.2.2 to 0.2.3. - [Release notes](https://github.com/RubixML/RubixML/releases) - [Changelog](https://github.com/RubixML/RubixML/blob/master/CHANGELOG.md) - [Commits](https://github.com/RubixML/RubixML/compare/0.2.2...0.2.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-30Merge pull request #3783 from nextcloud/enhancement/psalm-typed-mappersChristoph Wurst
Type the QB mappers with the entity template
2020-10-30Sort phpunit tests by defectChristoph Wurst
Then the failing ones will show right away when re-running the tests locally. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-30Type the QB mappers with the entity templateChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-13Bump christophwurst/nextcloud_testing from 0.10.0 to 0.11.0Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-10Bump rubix/ml from 0.2.1 to 0.2.2dependabot-preview[bot]
Bumps [rubix/ml](https://github.com/RubixML/RubixML) from 0.2.1 to 0.2.2. - [Release notes](https://github.com/RubixML/RubixML/releases) - [Changelog](https://github.com/RubixML/RubixML/blob/master/CHANGELOG.md) - [Commits](https://github.com/RubixML/RubixML/compare/0.2.1...0.2.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-09Set Psalm to error level 4 and update baseline fileChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-09Update psalm alter issues listChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-08Update psalm setupChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-08Update the min php version to 7.3Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-03Bump rubix/ml from 0.2.0 to 0.2.1dependabot-preview[bot]
Bumps [rubix/ml](https://github.com/RubixML/RubixML) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/RubixML/RubixML/releases) - [Changelog](https://github.com/RubixML/RubixML/blob/master/CHANGELOG.md) - [Commits](https://github.com/RubixML/RubixML/compare/0.2.0...0.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-26Bump rubix/ml from 0.1.4 to 0.2.0dependabot-preview[bot]
Bumps [rubix/ml](https://github.com/RubixML/RubixML) from 0.1.4 to 0.2.0. - [Release notes](https://github.com/RubixML/RubixML/releases) - [Changelog](https://github.com/RubixML/RubixML/blob/master/CHANGELOG.md) - [Commits](https://github.com/RubixML/RubixML/compare/0.1.4...0.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-02Bump rubix/ml from 0.1.3 to 0.1.4dependabot-preview[bot]
Bumps [rubix/ml](https://github.com/RubixML/RubixML) from 0.1.3 to 0.1.4. - [Release notes](https://github.com/RubixML/RubixML/releases) - [Changelog](https://github.com/RubixML/RubixML/blob/master/CHANGELOG.md) - [Commits](https://github.com/RubixML/RubixML/compare/0.1.3...0.1.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-26Bump rubix/ml from 0.1.1 to 0.1.3dependabot-preview[bot]
Bumps [rubix/ml](https://github.com/RubixML/RubixML) from 0.1.1 to 0.1.3. - [Release notes](https://github.com/RubixML/RubixML/releases) - [Changelog](https://github.com/RubixML/RubixML/blob/master/CHANGELOG.md) - [Commits](https://github.com/RubixML/RubixML/compare/0.1.1...0.1.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-25Bump christophwurst/nextcloud to v20.0.0 Beta 1Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-08-08Bump rubix/ml from 0.1.0-rc3 to 0.1.1dependabot-preview[bot]
Bumps [rubix/ml](https://github.com/RubixML/RubixML) from 0.1.0-rc3 to 0.1.1. - [Release notes](https://github.com/RubixML/RubixML/releases) - [Changelog](https://github.com/RubixML/RubixML/blob/master/CHANGELOG.md) - [Commits](https://github.com/RubixML/RubixML/compare/0.1.0-rc3...0.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-04Bump ezyang/htmlpurifier from 4.12.0 to 4.13.0dependabot-preview[bot]
Bumps [ezyang/htmlpurifier](https://github.com/ezyang/htmlpurifier) from 4.12.0 to 4.13.0. - [Release notes](https://github.com/ezyang/htmlpurifier/releases) - [Changelog](https://github.com/ezyang/htmlpurifier/blob/master/NEWS) - [Commits](https://github.com/ezyang/htmlpurifier/compare/v4.12.0...v4.13.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-28Migrate from php-ml to rubix/mlChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>