224 Commits

Author SHA1 Message Date
80704341e6 feat: check if db is available, not just in setup 2023-12-21 20:57:11 +01:00
1ee6c08552 chore: update Nextcloud to 28.0.0 2023-12-15 21:09:46 +01:00
112339b5c8 chore: update Nextcloud to 27.1.4 2023-11-24 09:21:16 +01:00
Jan Wagner
2334b3e231 chore: update Nextcloud to 27.1.3 2023-10-30 10:18:22 +01:00
Jan Wagner
6adf9e6bf8 Fix resolving osc-provider (Closes: #47)
Accordingly to dc0b8d9c39
2023-10-21 09:40:13 +02:00
Jan Wagner
0bb63de5b4 chore: update Nextcloud to 27.1.2 2023-10-06 00:44:08 +02:00
0ee4012ae6 Update Snuffleupagus to 0.10.0 2023-09-21 16:17:49 +02:00
18da631215 Drop call of libxml_set_external_entity_loader
ref:
  - https://github.com/jvoisin/snuffleupagus/issues/463
  - https://github.com/hoellen/docker-nextcloud/issues/42
2023-09-21 16:12:33 +02:00
Jan Wagner
e627d1fd4c chore: update Nextcloud to 27.1.1 2023-09-21 15:52:33 +02:00
86012886af chore: update Nextcloud to 27.1.0 2023-09-15 22:22:15 +02:00
de096e78a4 chore: update Nextcloud to 27.0.2 2023-08-10 12:34:01 +02:00
2d3fd8f5c3 fix: disable snuffleupagus xxe protection
Nextcloud now prevents loading external entities by using libxml_set_external_entity_loader.

ref:
https://github.com/nextcloud/server/pull/39490
https://github.com/hoellen/docker-nextcloud/issues/42
2023-07-25 06:34:32 +02:00
9070495ad0 chore: update Nextcloud to 27.0.1 2023-07-21 00:15:21 +03:00
4ba3589149 chore: update Nextcloud to 27, PHP to 8.2 and Alpine to 3.18 2023-06-13 16:06:23 +02:00
a7ba180598 Update Nextcloud to 26.0.2 2023-05-25 21:08:59 +02:00
4ea95f826a chore: update Nextcloud to 26.0.1 2023-04-20 09:36:26 +02:00
8451b3d94d chore: update nginx to new stable (1.24.0) 2023-04-12 10:42:30 +02:00
9c24fd91b2 chore: update Alpine Linux to 3.17 2023-04-01 12:30:42 +02:00
0bb5b1fa73 chore: update Nextcloud to 26.0.0 2023-03-21 21:30:47 +01:00
b2fcf47b96 Update Nextcloud 25.0.4 2023-02-23 21:17:44 +01:00
be2aa5a6d8 Update Nextcloud to 25.0.3 2023-01-17 10:38:14 +01:00
fb1d5d60ff Update supported versions 2023-01-11 09:45:55 +01:00
fe53018962 Update Nextcloud to 25.0.2 2022-12-08 15:39:54 +01:00
Jan Wagner
43a5b6bb6f Update to 25.0.1 2022-11-03 18:34:21 +01:00
93866f1171 update cosign 2022-10-31 15:49:22 +01:00
06d89226c5 Whitelist PHP functions for Nextcloud 25 2022-10-19 13:06:53 +02:00
d009280681 Update Nextcloud to 25.0.0 2022-10-19 13:05:57 +02:00
66f1ca8176 Update Nextcloud to 24.0.6 2022-10-06 14:52:36 +02:00
1a6ce671a6 Update Nextcloud to 24.0.5 2022-09-09 09:47:56 +02:00
49eca961a8 Update Shufflepagus to 0.8.3 2022-09-09 09:46:17 +02:00
05f056644a fix: use correct tar.bz2 checksum 2022-08-12 08:44:28 +02:00
41b50052f4 chore: update Nextcloud to 24.0.4 2022-08-12 08:14:48 +02:00
Jan Wagner
57409ee693 Update to 24.0.3 2022-07-19 19:01:02 +02:00
e850f6a1df Update Nextcloud to 24.0.2 2022-06-21 00:00:51 +02:00
Wonderfall
251903fd3d Update cosign 2022-06-08 00:41:49 +02:00
Wonderfall
5ef63c0bb3 Update Alpine and dependencies 2022-06-08 00:01:17 +02:00
Wonderfall
6eb2fac3a4 Snuffleupagus 0.8.1 2022-05-20 13:33:12 +02:00
4f1e5c1b7f Update to PHP 8.1 2022-05-20 13:32:35 +02:00
Jan Wagner
9c8feeb088 Update to 24.0.1 2022-05-20 13:17:32 +02:00
f194e4b319 Use GITHUB_TOKEN for authentication again
was overriden by upstream sync
2022-05-06 09:46:11 +02:00
3c945d7ee7 snuffleupagus: Add exception rule for Nextcloud 2022-05-06 09:26:00 +02:00
7a377af96a Merge branch 'version-24-testing' 2022-05-05 21:58:51 +02:00
7905e3a7c4 Update to Nextcloud 24.0.0 2022-05-05 21:57:09 +02:00
425b04ad03 Update README.md and SECURITY.md 2022-05-05 21:56:17 +02:00
Wonderfall
79d99eb02f iconv workaround no longer needed
Official PHP image now includes it by default for Alpine
2022-05-05 08:34:33 +02:00
Wonderfall
0b3b86dfff snuffleupagus: fix basic settings on new installs 2022-05-05 08:34:20 +02:00
Wonderfall
a906f113b5 Update SECURITY.md 2022-05-05 08:31:30 +02:00
Wonderfall
1ffd446214 ensure JIT is disabled
It was disabled by default (jit_buffer_size=0 by default), but this setting makes sure JIT is unavailable at runtime. While JIT may bring minor performance improvements, this is not worth the risk of being exposed to tons of bugs due to JIT code complexity.
2022-05-05 08:31:10 +02:00
Wonderfall
8c11184ba1 follow OCI spec for labels 2022-05-05 08:30:45 +02:00
Wonderfall
2c662e7862 snuffleupagus: fix broken "Basic settings" access 2022-05-05 08:29:46 +02:00