Tilo Spannagel
8c96d5b7ad
Remove end of life version 15.0
...
Signed-off-by: Tilo Spannagel <development@tilosp.de>
3 years ago
mscheiff
7b97c8a9c2
Extended templates to make crontab interval dependent on the version
...
Signed-off-by: Michael Scheiffler <michael@scheiffler.at>
4 years ago
Tilo Spannagel
c7143feda6
Remove end of life version 14.0
...
See: https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule
Signed-off-by: Tilo Spannagel <development@tilosp.de>
4 years ago
tilosp-bot
1d4be7e931
Update to 15.0.9 and 16.0.2 ( #796 )
...
* Run update.sh
Signed-off-by: tilosp-bot <git-bot@tilosp.de>
* Run update.sh
Signed-off-by: tilosp-bot <git-bot@tilosp.de>
* Pin redis version
Signed-off-by: Tilo Spannagel <development@tilosp.de>
* Run update.sh
Signed-off-by: tilosp-bot <git-bot@tilosp.de>
4 years ago
J0WI
09151270f2
Set default PHP version to 7.3
...
Fixes #571
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
4 years ago
Tilo Spannagel
c6f1569ebf
13.0.x is end of life
...
Signed-off-by: Tilo Spannagel <development@tilosp.de>
4 years ago
Tilo Spannagel
d7671ab9cc
Also remove alphas
...
Closes #691
[skip travis]
Signed-off-by: Tilo Spannagel <development@tilosp.de>
4 years ago
J0WI
a1ed54243d
Update pecl extensions in update.sh
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
4 years ago
Tilo Spannagel
b7e9458648
Add image for alpha
...
Signed-off-by: Tilo Spannagel <development@tilosp.de>
4 years ago
J0WI
891feeaf94
Update APCu to 5.1.17
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
4 years ago
Tilo Spannagel
d06375a333
Switch back to php 7.2
...
Signed-off-by: Tilo Spannagel <development@tilosp.de>
4 years ago
J0WI
46c774cd8c
Set default PHP version to 7.3
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
4 years ago
J0WI
06c299ce5b
Update memcached to 3.1.3
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
4 years ago
J0WI
5bd47f8159
Update php-memcached to 3.1.2 and APCu to 5.1.16
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
4 years ago
J0WI
9ecaf51c4f
Use PHP 7.3 for NC 15
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
4 years ago
Robert Dailey
2f90715d31
Add imagick php extension
...
There is a warning issued in Nextcloud 15 about 'imagick' php extension not
being present. They highly recommend that it be installed.
Fixes #574 , fixes #263
Signed-off-by: Robert Dailey <rcdailey@gmail.com>
4 years ago
J0WI
de2f3c57ee
Update APCu to 5.1.15
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
4 years ago
Tilo Spannagel
325dee46d1
12.0.x is end of life
...
Signed-off-by: Tilo Spannagel <development@tilosp.de>
4 years ago
Tilo Spannagel
28eb7826b2
Update APCu to version 5.1.14
...
Signed-off-by: Tilo Spannagel <development@tilosp.de>
4 years ago
J0WI
ae849f1900
Update php-redis to 4.2.0 and php-apcu to 5.1.13
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
4 years ago
Tilo Spannagel
99d823806e
Simplify travis.yml updates
...
Signed-off-by: Tilo Spannagel <development@tilosp.de>
4 years ago
Tilo Spannagel
a46493fbc4
Use exclude file for the updater
...
Signed-off-by: Tilo Spannagel <development@tilosp.de>
5 years ago
Tilo Spannagel
a33d46c03c
Update redis to version 4.1.1
...
Signed-off-by: Tilo Spannagel <development@tilosp.de>
5 years ago
Tilo Spannagel
323dc9034f
Switch to php 7.2 for nextcloud 13.0 and greater
...
Signed-off-by: Tilo Spannagel <development@tilosp.de>
5 years ago
Tilo Spannagel
5d79969947
Fix indentation
5 years ago
Tilo Spannagel
654ddeae23
Remove trailing whitespaces
5 years ago
Tilo Spannagel
ff77d29974
Fix var name
...
Signed-off-by: Tilo Spannagel <development@tilosp.de>
5 years ago
Tilo Spannagel
ffa7769319
Add support for betas to update.sh
...
Signed-off-by: Tilo Spannagel <development@tilosp.de>
5 years ago
Tilo Spannagel
bbc61b3165
Update APCu to version 5.1.12
...
Signed-off-by: Tilo Spannagel <development@tilosp.de>
5 years ago
Tilo Spannagel
f3d3f166ac
Remove end of life version 11.0 ( #303 )
...
* Remove end of life version 11.0
* Run update.sh
5 years ago
Loic Dachary
e01caa961f
apache: set the remote ip from X-Real-IP by default ( #297 )
5 years ago
Loic Dachary
e49cfb4433
update.sh: do not chmod -w Dockerfile ( #299 )
...
In 18db7e679f
the Dockerfile write
permissions were removed to help remind the new contributor that they
should not be modified. However git does not keep that information (it
only keeps the executable bit in the file permissions), therefore
someone with a fresh clone will not have a file that is read-only.
Removing the write permission will however be a problem for anyone
running the update.sh script twice: it will fail to remove the files
because it uses rm -r instead of rm -fr.
Instead of fixing the removale to use the force flag, we revert the
modification that remove the write permission since it does not
actually help anyone.
5 years ago
Loic Dachary
18db7e679f
Dockerfile: redirect the contributor to update.sh
...
The `*/*/Dockerfile` are created from `Docker*template` by the
update.sh script. We add a comment at the beginning of the file with
information to find their origin. We also make them readonly to remind
people who would like to improve these files that they are not meant
to be modified.
5 years ago
Tilo Spannagel
d104e1cba0
Add images for Release Candidates
5 years ago
Tilo Spannagel
a82a812df0
Use var for the php version
5 years ago
Tilo Spannagel
33bc471dbc
Update APCu to version 5.1.11
5 years ago
Tilo Spannagel
7e390bc4b5
Use var for pecl package versions
5 years ago
J0WI
22de97f206
Add Alpine variant
5 years ago
Tilo Spannagel
3747025dd6
Add cron.sh
5 years ago
Tilo Spannagel
ec85464109
Remove build deps automatically
5 years ago
Tilo Spannagel
fd0cc806c8
Pretty URLs for apache
6 years ago
Tilo Spannagel
6a7a09903f
Remove end of life version 10.0
6 years ago
Tilo Spannagel
40212aaa24
Move apps.config.php into config dir
6 years ago
Tilo Spannagel
820f21cdf2
Add travis tests for i386
6 years ago
Tilo Spannagel
e5d81338d9
Use travis build stages
6 years ago
Tilo Spannagel
ebda756330
Nextcloud 9 cleanup
6 years ago
Tilo Spannagel
86c40037bf
Remove end of life versions
6 years ago
Tilo Spannagel
d365e45c02
Use the downloads index to get the latest version
6 years ago
Tilo Spannagel
8198762ec5
Use the downloads index to get the version numbers
6 years ago
Tilo Spannagel
d253cc1171
strong permissions
6 years ago