Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-281.50.1.sh: Remove docker related codefix/docker-php-upgradethecalcaholic
2022-09-28000ncp: Don't make enabled services persistentthecalcaholic
2022-09-28010lamp: Only make apache sites persistentthecalcaholic
2022-09-28010lamp: Only make apache sites persistentthecalcaholic
2022-09-28v1.50.1.sh: Fix missing PHP 8 configuration on dockerthecalcaholic
2022-09-28Merge branch 'devel'thecalcaholic
2022-09-28changelog.md: Add v1.50.1 release notesthecalcaholic
2022-09-28library.sh: Warn that clearing opcache can take some timethecalcaholic
2022-09-28Merge pull request #1587 from nextcloud/develv1.50.1Tobias Knöppler
2022-09-27gateway instead of Gateway (as ncp-report looks for this) (#1586)Tobias Knöppler
2022-09-27Update the Nextcloud version number to 24.0.5 in Readme (#1585)Tobias Knöppler
2022-09-27Merge pull request #1584 from nextcloud/release/v1.50.1cTobias Knöppler
2022-09-27build-lxd.yml: Skip NC update test if NC is already up to daterelease/v1.50.1cthecalcaholic
2022-09-271.50.1.sh: clear opcache once more, as that process was broken for some users...thecalcaholic
2022-09-27ncp.sh: Force ncp-update-nc to run on docker during installationthecalcaholic
2022-09-27notify_push: Automatically restart notify_push on errorthecalcaholic
2022-09-27ncp-dist-upgrade: Fix attempt to install php version that is not in apt repos...thecalcaholic
2022-09-27ncp-update: Prevent running update script inside docker without explicit conf...Tobias K
2022-09-27CI/CD: Fix armbian buildsthecalcaholic
2022-09-27CI/CD: Fix docker buildsthecalcaholic
2022-09-261.50.0.sh: Fix update crashing when run from web uithecalcaholic
2022-09-24build-docker.yml: Fix syntax for docker logsTobias K
2022-09-23ncp-update-nc: Prevent upgrade to PHP 8 on dockerthecalcaholic
2022-09-23build-docker.yml: Improve debug loggingthecalcaholic
2022-09-23build-docker.yml, build-sd-images.yml: Add workaround for qemu/sudo bugthecalcaholic
2022-09-23build-docker.yml: Add workaround for qemu/sudo bugthecalcaholic
2022-09-221.50.0.sh: stop and start php-fpm service instead of mere restartv1.50.0thecalcaholic
2022-09-22ncp-update-nc: Support the debug flagthecalcaholic
2022-09-221.50.0.sh: Ensure that system ncp.cfg is being usedthecalcaholic
2022-09-22Ensure that php opcache is cleared after PHP upgradethecalcaholic
2022-09-22Revert "opcache.ini.sh: Add workaround for segfault when using PHP"thecalcaholic
2022-09-22changelog.md: Fix invalid version numberthecalcaholic
2022-09-22updates/1.50.0.sh: Reinstall opcache.ini to apply workaround.thecalcaholic
2022-09-22ncp-diag: Fix datadir incorrectly report if running as user www-datathecalcaholic
2022-09-22opcache.ini.sh: Add workaround for segfault when using PHPthecalcaholic
2022-09-16ncp-report: Don't rely on functions defined in library.shthecalcaholic
2022-09-16update.sh: Suppress meaningless error messagesthecalcaholic
2022-09-16build-lxd.yml: Include nextcloud upgrade in update testthecalcaholic
2022-09-16ncp-templates/*: Remove side effects from ncp-templatesthecalcaholic
2022-09-16ncp-templates/pool.d.www.conf.sh: Fix php socket paththecalcaholic
2022-09-16ncp-templates: Fix erroneous outputs messing up config filesthecalcaholic
2022-09-16nc-limits.sh: Migrate installation of www.conf to ncp templatethecalcaholic
2022-09-16nc-limits.sh: Suppress errors if configuration files don't existthecalcaholic
2022-09-15ncp.cfg, nc-nextcloud.cfg: Add support for Nextcloud 24.0.5thecalcaholic
2022-09-15ncp-update-nc: Abort php upgrade if nc-limits failsthecalcaholic
2022-09-15library.sh: Make sure the directory exists before installing templatethecalcaholic
2022-09-15update.sh: Refresh NCP configuration after potential NC updatethecalcaholic
2022-09-15UFW.sh: Fix syntax of logrotate config modificationthecalcaholic
2022-09-15ncp-update-nc: Remove redundant debian version compatibility checkthecalcaholic
2022-09-15Upgrade to PHP 8.1 when installing NC >= 24 (#1554)Tobias Knöppler