summaryrefslogtreecommitdiffstats
path: root/.github
AgeCommit message (Collapse)Author
2023-03-24Create tests for the updating and purging functions via the APIBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2023-03-22Build(deps): Bump skjnldsv/read-package-engines-version-actionsdependabot[bot]
Bumps [skjnldsv/read-package-engines-version-actions](https://github.com/skjnldsv/read-package-engines-version-actions) from 2.0 to 2.1. - [Release notes](https://github.com/skjnldsv/read-package-engines-version-actions/releases) - [Commits](https://github.com/skjnldsv/read-package-engines-version-actions/compare/v2.0...v2.1) --- 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>
2023-03-06use stable26Benjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2023-02-27Build(deps): Update SMillerDev/nextcloud-actions requirement to maindependabot[bot]
Updates the requirements on [SMillerDev/nextcloud-actions](https://github.com/SMillerDev/nextcloud-actions) to permit the latest version. - [Release notes](https://github.com/SMillerDev/nextcloud-actions/releases) - [Commits](https://github.com/SMillerDev/nextcloud-actions/commits/d3d8e8441cc7adaee87a887aab20ce184c73f2e5) --- updated-dependencies: - dependency-name: SMillerDev/nextcloud-actions dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2023-02-22Build(deps): Bump svenstaro/upload-release-action from 2.4.1 to 2.5.0 (#2113)dependabot[bot]
Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.4.1 to 2.5.0. - [Release notes](https://github.com/svenstaro/upload-release-action/releases) - [Changelog](https://github.com/svenstaro/upload-release-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/svenstaro/upload-release-action/compare/cc92c9093e5f785e23a3d654fe2671640b851b5f...7319e4733ec7a184d739a6f412c40ffc339b69c7) --- updated-dependencies: - dependency-name: svenstaro/upload-release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-10Bump svenstaro/upload-release-action from 2.4.0 to 2.4.1dependabot[bot]
Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/svenstaro/upload-release-action/releases) - [Changelog](https://github.com/svenstaro/upload-release-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/svenstaro/upload-release-action/compare/2728235f7dc9ff598bd86ce3c274b74f802d2208...cc92c9093e5f785e23a3d654fe2671640b851b5f) --- updated-dependencies: - dependency-name: svenstaro/upload-release-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-01-30add pr templateBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2023-01-29fix failing frontend testsBenjamin Brahmer
https://github.com/actions/runner-images/issues/6704 Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2023-01-27Nextcloud 23 is EOLBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2023-01-10Bump svenstaro/upload-release-action from 2.3.0 to 2.4.0 (#2052)dependabot[bot]
2022-12-23Update .github/workflows/lint-eslint.ymlBenjamin Brahmer
Co-authored-by: Sean Molenaar <SMillerDev@users.noreply.github.com> Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-12-23Bump skjnldsv/read-package-engines-version-actions from 1.2 to 2.0dependabot[bot]
Bumps [skjnldsv/read-package-engines-version-actions](https://github.com/skjnldsv/read-package-engines-version-actions) from 1.2 to 2.0. - [Release notes](https://github.com/skjnldsv/read-package-engines-version-actions/releases) - [Commits](https://github.com/skjnldsv/read-package-engines-version-actions/compare/v1.2...v2.0) --- updated-dependencies: - dependency-name: skjnldsv/read-package-engines-version-actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2022-10-24Use app password, change setup methodBenjamin Brahmer
The app password is nice in local testing, since Nextcloud logs too much data if you use the user password. Setup_file and teardown_file are only executed once instead of running before and after every job. Use bats from npm as ubuntu's version is old. Switch to occ for app password Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-10-22Release 19.0.0-beta119.0.0-beta1Benjamin Brahmer
Changed - Drop support for Nextcloud 22, NC 22 has reached it's end of life. - Add support for Nextcloud 25 Fixed - Corrected article compact title bar position in NC25 (#1944) - Fixed "Mark read through scrolling" in NC25 and NC24 (#1944) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-10-21Updating lint-eslint.yml workflow from templateNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-10-21change postgres image to v14Benjamin Brahmer
Postgres v15 is currently not compatabile. Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-10-10Add some documentation about the integration testsBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-08-30Port admin settings to vue (#1880)Carl Schwan
* Port admin settings to vue Co-authored-by: anoy. <anoymouserver@users.noreply.github.com> Co-authored-by: Benjamin Brahmer <info@b-brahmer.de> Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-08-21try to speedup the api testing by hosting the feeds locally (#1874)Benjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-06-15adjust dependabot configBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-06-06Bump svenstaro/upload-release-action from 2.2.1 to 2.3.0dependabot[bot]
Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.2.1 to 2.3.0. - [Release notes](https://github.com/svenstaro/upload-release-action/releases) - [Changelog](https://github.com/svenstaro/upload-release-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/svenstaro/upload-release-action/compare/483c1e56f95e88835747b1c7c60581215016cbf2...133984371c30d34e38222a64855679a414cb7575) --- updated-dependencies: - dependency-name: svenstaro/upload-release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-05-29Enable API testing (#1699)Benjamin Brahmer
Enable API testing with local php server. This adds many tests for API v1.2, more still possible. Which increased the quality of news already. Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-05-03by default don't do codecoverageBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-05-03Update php version and disable code checkBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-05-03integration test: no app:check-code on new NCSean Molenaar
Signed-off-by: Sean Molenaar <SMillerDev@users.noreply.github.com>
2022-04-24Release 18.0.118.0.1Benjamin Brahmer
No major changes since the beta versions. Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-03-30add php 7.4Benjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-03-30check code with php 8.1Benjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-03-09fix regex for docs buildingBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-03-02Bump actions/checkout from 2.4.0 to 3dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 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.4.0...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-14chore: deprecate nc 21Sean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2022-01-02remove checkoutBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2022-01-02Bump dangoslen/changelog-enforcer from 2.3.1 to 3dependabot[bot]
Bumps [dangoslen/changelog-enforcer](https://github.com/dangoslen/changelog-enforcer) from 2.3.1 to 3. - [Release notes](https://github.com/dangoslen/changelog-enforcer/releases) - [Changelog](https://github.com/dangoslen/changelog-enforcer/blob/master/CHANGELOG.md) - [Commits](https://github.com/dangoslen/changelog-enforcer/compare/v2.3.1...v3) --- updated-dependencies: - dependency-name: dangoslen/changelog-enforcer dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2021-12-03chore: update CISean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2021-11-18Drop support for Nextcloud 20Benjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-11-17Add faq entry about 4-byte supportBenjamin Brahmer
Co-authored-by: anoy <anoymouserver+github@mailbox.org> Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-11-15Remove release drafterBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-11-03Bump actions/checkout from 2.3.5 to 2.4.0dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0. - [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.3.5...v2.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2021-10-18Bump actions/checkout from 2.3.4 to 2.3.5dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5. - [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.3.4...v2.3.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2021-10-07Only build docs when files in the docs path changeBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-08-18Bump dangoslen/changelog-enforcer from 2.3.0 to 2.3.1dependabot[bot]
Bumps [dangoslen/changelog-enforcer](https://github.com/dangoslen/changelog-enforcer) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/dangoslen/changelog-enforcer/releases) - [Changelog](https://github.com/dangoslen/changelog-enforcer/blob/master/CHANGELOG.md) - [Commits](https://github.com/dangoslen/changelog-enforcer/compare/v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: dangoslen/changelog-enforcer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2021-08-16Bump dangoslen/changelog-enforcer from 2.2.0 to 2.3.0dependabot[bot]
Bumps [dangoslen/changelog-enforcer](https://github.com/dangoslen/changelog-enforcer) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/dangoslen/changelog-enforcer/releases) - [Changelog](https://github.com/dangoslen/changelog-enforcer/blob/master/CHANGELOG.md) - [Commits](https://github.com/dangoslen/changelog-enforcer/compare/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: dangoslen/changelog-enforcer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2021-07-17pin mariadb to 10.5anoy
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
2021-07-17bump NC version to stable22anoy
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
2021-07-09issue template: fix bug hintsSean Molenaar
2021-06-01remove migrations command from ciBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-05-19Refactor News documentation with mkdocs and mkdocs-materialBenjamin Brahmer
- move all pages to new structure - use gh-pages to host html version - use github actions for automatic build Co-authored-by: anoy <anoymouserver+github@mailbox.org> Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-05-14do not change version in build jobBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-05-14Bump actions/checkout from 2 to 2.3.4dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4. - [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...v2.3.4) Signed-off-by: dependabot[bot] <support@github.com>
2021-05-12Bump mig4/setup-bats from 1 to 1.2.0dependabot[bot]
Bumps [mig4/setup-bats](https://github.com/mig4/setup-bats) from 1 to 1.2.0. - [Release notes](https://github.com/mig4/setup-bats/releases) - [Commits](https://github.com/mig4/setup-bats/compare/v1...v1.2.0) Signed-off-by: dependabot[bot] <support@github.com>