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

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-01Tests: Set composer platform for PHP 8.2 to fix phpunit installationAleksander Machniak
2022-08-01Tests: Add PHP 8.2Aleksander Machniak
2022-06-18Bump actions/setup-node from 2 to 3 (#8577)dependabot[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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-18Bump actions/setup-java from 2 to 3 (#8576)dependabot[bot]
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2 to 3. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-18Bump actions/checkout from 2 to 3 (#8575)dependabot[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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-15chore: Included githubactions in the dependabot config (#8574)Naveen
This should help with keeping the GitHub actions updated on new releases. This will also help with keeping it secure. Dependabot helps in keeping the supply chain secure https://docs.github.com/en/code-security/dependabot GitHub actions up to date https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot https://github.com/ossf/scorecard/blob/main/docs/checks.md#dependency-update-tool Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com>
2022-06-14chore: Set permissions for GitHub actions (#8566)Naveen
Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much. - Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs [Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/) Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com>
2021-12-07CI: Update browser tests actions (#8351)Ewout ter Hoeven
- Use ubuntu-latest environment (currently Ubuntu 20.04 Focal) - Setup PHP 8.1 - Use actions/setup-java@v2 - Use actions/setup-node@v2 with Node 16 LTS
2021-12-07QA: Fix smtp configuration for browser testsAleksander Machniak
2021-12-07Fix browser tests regressionAleksander Machniak
2021-11-27GA: Enable testing on PHP 8.1Aleksander Machniak
2021-08-31GA: Slip for some more time before running browser testsAleksander Machniak
Hopefully fixes occasional failed imap logons.
2021-08-30GA: Install hunspell-en-us for enchant spellchecker testsAleksander Machniak
2021-08-30Add tests for spellchecker enchant driverAleksander Machniak
2021-08-29Fix browser test regarding spellcheck settingsAleksander Machniak
2021-08-29Fix spellchecker tests (again)Aleksander Machniak
2021-08-29Fix spellchecker testsAleksander Machniak
2021-08-29GA: Use sudo for apt-get commandAleksander Machniak
2021-08-29GA: Install aspellAleksander Machniak
2021-08-29Switch spellcheck tests from googie to pspellAleksander Machniak
2021-08-26GA: Exclude tests connecting to spell.roundcube.netAleksander Machniak
2021-08-01GA: Remove PHP 8.1 from the matrix (for now)Aleksander Machniak
2021-07-29GA: Another attempt to get error logsAleksander Machniak
2021-07-29GA: Print errorsAleksander Machniak
2021-07-26GA: Use ubuntu-latestAleksander Machniak
2021-07-26GA: Fix platform for composer on PHP 8.1Aleksander Machniak
2021-07-26GA: Try again with PHP 8.1Aleksander Machniak
2021-07-25GA: Remove PHP 8.1 from the matrixAleksander Machniak
Some deps aren't compatible yet https://github.com/phpspec/prophecy/issues/531
2021-07-25GA: Add PHP 8.1 to the tests matrixAleksander Machniak
2021-07-25Migration to PHPUnit v9Aleksander Machniak
2021-07-25Dropped support for PHP < 7.3 (#7976)Aleksander Machniak
2021-07-14GA: Remove PHP 8.1 from the matrixAleksander Machniak
Looks like PHPUnit v7 does not work with it, and we can't upgrade PHPUnit version keeping compatibility with older PHP and PHPUnit versions.
2021-07-14GA: Add PHP 8.1 to the matrixAleksander Machniak
2021-07-11Get rid of Travis CIAleksander Machniak
2021-07-04GA: Ignore some failing browser tests that were also failing on TravisAleksander Machniak
2021-07-04GA: Attempt 2 to fix NPM deps installAleksander Machniak
2021-07-04GA: Attempt to fix NPM modules installAleksander Machniak
2021-07-04GA: Fix typo in browser_tests.ymlAleksander Machniak
2021-07-04GA: Attempt to fix browser testsAleksander Machniak
2021-07-04GA: Add missing config for testsAleksander Machniak
2021-07-04GA: Move browser tests to a separate workflowAleksander Machniak
2021-07-04Move test helper files out of workflows dirAleksander Machniak
2021-07-04Run browser tests on Github ActionsAleksander Machniak
2021-05-02CI: Only browser tests on Travis, all other tests moved to GithubAleksander Machniak
2020-12-19GA: Stick to ubuntu-18.04Aleksander Machniak
2020-12-19GA: Fix job nameAleksander Machniak
[skip ci]
2020-12-19GA: Support "[skip ci]" and "[ci skip]" tagsAleksander Machniak
2020-12-13GA: See if we can test PHP8 nowAleksander Machniak
2020-12-13Require php-intl extension, get rid of Net_IDNA2, PHP8 fixes, short array syntaxAleksander Machniak
Net_IDNA2 is not compatible, and Intl is a bundled ext since PHP 5.3. Fixed some regressions.
2020-12-12GA/Travis: Move some tests from Travis to GA, disable php8 and windows test ↵Aleksander Machniak
on GA (as they aren't possible yet)