summaryrefslogtreecommitdiffstats
path: root/.github/workflows/s3-external.yml
Commit message (Collapse)AuthorAgeFilesLines
* Save some CI timeJoas Schilling2023-03-151-0/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore(CI): Opt-out of PHPUnit 10 for nowJoas Schilling2023-02-031-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore(CI): Improve rate limit situation when installing phpunitJoas Schilling2023-01-031-0/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore(actions): update php min supported to 8.0John Molakvoæ2022-12-291-4/+4
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* 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>
* Remove iconv from dependencies and testsMichaIng2021-11-301-2/+2
| | | | | | which is not used anymore since: https://github.com/nextcloud/server/pull/29470 Signed-off-by: MichaIng <micha@dietpi.com>
* ciRobin Appelman2021-10-151-6/+65
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* s3 external storage listing reworkRobin Appelman2021-10-151-0/+65
Signed-off-by: Robin Appelman <robin@icewind.nl>