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-12Drop Nextcloud 21 supportChristoph Wurst
It has reached EOL. Ref https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule 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-04-27Fix stable24 static analysisChristoph Wurst
As with master we have to ignore that the composer.json overrides to PHP7.3 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-04-25Merge pull request #6278 from ↵Anna
nextcloud/revert-6277-techdebt/noid/run-integration-tests-on-stable24 Revert "Run integration tests on stable24"
2022-04-22Revert "Run integration tests on stable24"revert-6277-techdebt/noid/run-integration-tests-on-stable24Richard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-04-22Bump codecov/codecov-action from 3.0.0 to 3.1.0dependabot[bot]
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-04-21Update main target versionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-21Run integration tests on stable24Richard Steinmetz
Revert this once stable1.12 was branched off. Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-04-14update build processv1.12.0-rc.1Anna Larch
Signed-off-by: Anna Larch <anna@nextcloud.com>
2022-04-12Use npm@7 in package workflowRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-04-12Merge pull request #6220 from ↵Richard Steinmetz
nextcloud/dependabot/github_actions/codecov/codecov-action-3.0.0 Bump codecov/codecov-action from 2.1.0 to 3.0.0
2022-04-11Bump actions/upload-artifact from 2 to 3dependabot[bot]
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2022-04-11Bump codecov/codecov-action from 2.1.0 to 3.0.0dependabot[bot]
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.1.0 to 3.0.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v2.1.0...v3.0.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2022-03-02Bump actions/checkout from 2 to 3dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2022-02-28Merge pull request #5992 from nextcloud/feat/workflow-auto-update-fixup.ymlChristoph Wurst
Updating fixup.yml workflow from template
2022-02-28Bump actions/setup-node from 2 to 3dependabot[bot]
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2022-02-25Fix Psalm checks against server master with PHP7.3Christoph Wurst
The OCP package doesn't allow for PHP7.3 but our composer.json overwrites it so that we do not update dependencies to versions with too restrictive minimum PHP versions (looking at you Dependabot). Hence we ignore the platform dependency here. Once PHP7.3 got dropped we will update composer.json and the platform requirement can be enforced again. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-02-18Log slow MySQL queries on CIChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-02-16Migrate feature request formgreta
Signed-off-by: greta <gretadoci@gmail.com>
2022-02-11Fix bug formgreta
Signed-off-by: greta <gretadoci@gmail.com>
2022-02-04Migrate template reports to formsgreta
Signed-off-by: greta <gretadoci@gmail.com>
2022-02-01Drop php 7.3 for test workflow on masterRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-01-29Updating fixup.yml workflow from templateNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-12-21Fix package workflowRichard Steinmetz
Followup to https://github.com/nextcloud/mail/pull/5889 Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2021-12-21Rename mater to maingreta
Signed-off-by: greta <gretadoci@gmail.com>
2021-12-16Bump skjnldsv/read-package-engines-version-actions from 1.1 to 1.2dependabot[bot]
Bumps [skjnldsv/read-package-engines-version-actions](https://github.com/skjnldsv/read-package-engines-version-actions) from 1.1 to 1.2. - [Release notes](https://github.com/skjnldsv/read-package-engines-version-actions/releases) - [Commits](https://github.com/skjnldsv/read-package-engines-version-actions/compare/v1.1...v1.2) --- updated-dependencies: - dependency-name: skjnldsv/read-package-engines-version-actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2021-12-15Add composer 1 on appstoregreta
Signed-off-by: greta <gretadoci@gmail.com>
2021-12-15Create appstore-build-publish.ymlGreta
2021-12-14Enforce issue templates, add linksChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-12-10Bump actions/setup-node from 2.4.1 to 2.5.0dependabot[bot]
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.4.1 to 2.5.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.4.1...v2.5.0) --- updated-dependencies: - dependency-name: actions/setup-node 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-12-03Drop version 20greta
Signed-off-by: greta <gretadoci@gmail.com>
2021-11-11Update master target versionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-09-28Bump actions/setup-node from 2.4.0 to 2.4.1dependabot[bot]
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.4.0...v2.4.1) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2021-09-14Bump codecov/codecov-action from 2.0.3 to 2.1.0dependabot[bot]
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.0.3 to 2.1.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v2.0.3...v2.1.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2021-08-25Bump codecov/codecov-action from 2.0.2 to 2.0.3dependabot[bot]
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.0.2 to 2.0.3. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v2.0.2...v2.0.3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2021-08-06Bump actions/setup-node from 2.3.0 to 2.4.0dependabot[bot]
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2021-07-26Merge pull request #5366 from ↵Christoph Wurst
nextcloud/dependabot/github_actions/codecov/codecov-action-2.0.2 Bump codecov/codecov-action from 1.5.2 to 2.0.2
2021-07-26Bump codecov/codecov-action from 1.5.2 to 2.0.2dependabot[bot]
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.5.2 to 2.0.2. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v1.5.2...v2.0.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2021-07-21Bump actions/setup-node from 2.2.0 to 2.3.0dependabot[bot]
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2021-07-14Pin mariadb to 10.5Daniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-07-02Updating dependabot-approve-merge.yml workflow from templateNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-07-02Merge pull request #5265 from ↵Christoph Wurst
nextcloud/dependabot/github_actions/hmarr/auto-approve-action-2.1.0 Bump hmarr/auto-approve-action from 2.0.0 to 2.1.0
2021-07-01Fix infinite scoll loading, take IIChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-07-01Bump actions/setup-node from 2.1.5 to 2.2.0dependabot[bot]
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.1.5 to 2.2.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.1.5...v2.2.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2021-07-01Bump hmarr/auto-approve-action from 2.0.0 to 2.1.0dependabot[bot]
Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/hmarr/auto-approve-action/releases) - [Commits](https://github.com/hmarr/auto-approve-action/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: hmarr/auto-approve-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2021-06-29Updating dependabot-approve-merge.yml workflow from templateNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-06-25Test against nc 22greta
Signed-off-by: greta <gretadoci@gmail.com>