aboutsummaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Updating command-rebase.yml workflow from templateNextcloud bot2022-04-261-2/+5
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #31467 from nextcloud/feat/workflow-auto-update-node.ymlJohn Molakvoæ2022-04-261-3/+4
|\
| * Updating node.yml workflow from templateNextcloud bot2022-03-061-3/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #31492 from nextcloud/fix/check-secret-configuredJohn Molakvoæ2022-04-261-1/+1
|\ \
| * | Also check for instanceid and passwordhashCarl Schwan2022-03-091-1/+1
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
| * | Require the secret config to be configuredCarl Schwan2022-03-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If it's not configured the instance will look like it is working but various features will silently break (end to end encryption, setting alternate email and probably more). One issue is that changing the secret from empty to something will break various other stuff (app token). I don't think there is a good way to solve this issue other than breaking early instead of having to handle a painful migration later on. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Master is now 25Joas Schilling2022-04-141-6/+6
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Add stale actionJohn Molakvoæ2022-04-132-33/+31
| | |
* | | try to improve s3 primary storage test reliabilityRobin Appelman2022-03-151-0/+7
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Updating command-rebase.yml workflow from templateNextcloud bot2022-03-051-1/+1
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | run ci with primary s3 setupRobin Appelman2022-02-251-0/+70
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* only security updates for 21Arthur Schiwon2022-02-161-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #29286 from nextcloud/enhancement/drop-php-7-3Côme Chilliet2022-02-012-2/+2
|\ | | | | Drop PHP7.3
| * Drop 7.3 from some CI stepsCôme Chilliet2022-01-252-2/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Make less fields mandatory in the bug reportingJoas Schilling2022-01-311-22/+0
| |
* | Merge pull request #30844 from nextcloud/feat/eol-checkJohn Molakvoæ2022-01-271-0/+30
|\ \
| * | Prevent merging on EOL branchesJohn Molakvoæ2022-01-271-0/+30
| |/ | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* / Small wording and formatting fixesacsfer2022-01-261-28/+29
|/ | | To be more clear and improve readability.
* Merge pull request #30778 from nextcloud/new-issue-templateSimon L2022-01-252-166/+226
|\ | | | | Supercharge Issues template
| * Move critical checkboxes to the topacsfer2022-01-241-23/+16
| |
| * Add DB options and backends as checkboxesacsfer2022-01-241-6/+8
| |
| * re-add AIOSimon L2022-01-211-0/+1
| | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
| * Title can't be emptyacsfer2022-01-211-1/+1
| |
| * Require all fieldsacsfer2022-01-211-3/+3
| |
| * Add default user-backend optionacsfer2022-01-211-3/+4
| |
| * Add new lineacsfer2022-01-211-2/+2
| |
| * Add AIO optionacsfer2022-01-211-0/+1
| |
| * Add LTS Wiki pageacsfer2022-01-211-1/+1
| |
| * Update .github/ISSUE_TEMPLATE/BUG_REPORT.ymlacsfer2022-01-211-1/+1
| | | | | | Co-authored-by: Simon L. <szaimen@e.mail.de>
| * Invert steps and expected behavioracsfer2022-01-201-7/+7
| |
| * Typo on labelacsfer2022-01-201-1/+1
| | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
| * Add bug reports only checkboxacsfer2022-01-201-1/+9
| |
| * Add Code of Conductacsfer2022-01-201-1/+9
| |
| * Supercharge bug reports templateacsfer2022-01-202-166/+212
| | | | | | | | More easy to fill, more accurate bug reports. :)
* | Add test for samba kerberos sso in ciRobin Appelman2022-01-201-0/+78
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #30738 from nextcloud/nickvergessen-patch-1John Molakvoæ2022-01-191-0/+21
|\
| * Create block-merge-freeze.ymlJoas Schilling2022-01-191-0/+21
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Move jsunit dependencies to main package.jsonLouis Chemineau2022-01-181-0/+3
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Migrate to npm 7 for autotest-js.shLouis Chemineau2022-01-181-6/+4
|/ | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Remove iconv from further testsMichaIng2021-12-313-5/+5
| | | | | | | | as of: https://github.com/nextcloud/server/pull/29470 Some tests were missing in: https://github.com/nextcloud/server/pull/29958 Signed-off-by: MichaIng <micha@dietpi.com>
* Merge pull request #29862 from nextcloud/fix/support-php-8.1-2Côme Chilliet2021-12-162-2/+2
|\ | | | | Support PHP 8.1 - Second batch
| * Add 8.1 tests to CICôme Chilliet2021-12-162-2/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Specify code owners for 2FAChristoph Wurst2021-12-151-0/+6
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add Groupware back-end devs as CalDAV and CardDAV code ownersChristoph Wurst2021-12-101-0/+2
| | | | | | This will pick us as reviews automatically Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Revert "Explicitly name node tests workflow"John Molakvoæ2021-12-071-3/+3
|
* Explicitly name node tests workflowChristopher Ng2021-12-031-3/+3
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Remove iconv from dependencies and testsMichaIng2021-11-303-4/+4
| | | | | | which is not used anymore since: https://github.com/nextcloud/server/pull/29470 Signed-off-by: MichaIng <micha@dietpi.com>
* Master is now 24Joas Schilling2021-11-111-6/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #29547 from nextcloud/automated/noid/psalm-baseline-updateJohn Molakvoæ2021-11-041-0/+2
|\
| * Add branch-suffix to update-psalm-baseline PR creationJohn Molakvoæ2021-11-041-0/+2
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>