about summary refs log tree commit diff
path: root/pkgs/servers/nextcloud
AgeCommit message (Collapse)AuthorFilesLines
2020-10-04nextcloud20: initMaximilian Bosch1-0/+5
2020-09-27nixos/nextcloud: drop nextcloud17, deprecate nextcloud18Maximilian Bosch1-4/+12
Both packages will get EOLed within the lifetime of 20.09. `nextcloud17` can be removed entirely (the attribute-path is kept however to provide meaningful errors), however `nextcloud18` must be kept as `insecure` to make sure that users from `nextcloud17` can properly upgrade to `nextcloud19` on NixOS 20.09.
2020-09-20nextcloud18: 18.0.7 -> 18.0.9Martin Puppe1-2/+2
2020-09-20nextcloud19: 19.0.1 -> 19.0.3Martin Puppe1-2/+2
2020-07-20nextcloud: 19.0.0 -> 19.0.1Maximilian Bosch1-2/+2
https://nextcloud.com/changelog/#19-0-1
2020-07-16nextcloud: 18.0.6 -> 18.0.7Daniel Frank1-2/+2
2020-06-19nextcloud19: init at 19.0.0Maximilian Bosch1-0/+5
https://nextcloud.com/blog/nextcloud-hub-brings-productivity-to-home-office/
2020-06-14nextcloud: 18.0.4 -> 18.0.6Daniel Frank1-2/+2
2020-05-18nextcloud18: 18.0.3 -> 18.0.4Martin Milata1-2/+2
Changes: https://nextcloud.com/changelog/#latest18
2020-05-18nextcloud17: 17.0.4 -> 17.0.6Martin Milata1-2/+2
Changes: https://nextcloud.com/changelog/#latest17 Fixes: https://nvd.nist.gov/vuln/detail/CVE-2020-8154
2020-04-16nextcloud*: add `passthru.tests` to reference VM-testsMaximilian Bosch1-1/+3
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly2-2/+2
2020-03-29nextcloud: 18.0.2 -> 18.0.3Daniel Frank1-2/+2
2020-03-25nixos/nextcloud: implement a safe upgrade-path between 19.09 and 20.03Maximilian Bosch1-17/+30
It's impossible to move two major-versions forward when upgrading Nextcloud. This is an issue when comming from 19.09 (using Nextcloud 16) and trying to upgrade to 20.03 (using Nextcloud 18 by default). This patch implements the measurements discussed in #82056 and #82353 to improve the update process and to circumvent similar issues in the future: * `pkgs.nextcloud` has been removed in favor of versioned attributes (currently `pkgs.nextcloud17` and `pkgs.nextcloud18`). With that approach we can safely backport major-releases in the future to simplify those upgrade-paths and we can select one of the major-releases as default depending on the configuration (helpful to decide whether e.g. `pkgs.nextcloud17` or `pkgs.nextcloud18` should be used on 20.03 and `master` atm). * If `system.stateVersion` is older than `20.03`, `nextcloud17` will be used (which is one major-release behind v16 from 19.09). When using a package older than the latest major-release available (currently v18), the evaluation will cause a warning which describes the issue and suggests next steps. To make those package-selections easier, a new option to define the package to be used for the service (namely `services.nextcloud.package`) was introduced. * If `pkgs.nextcloud` exists (e.g. due to an overlay which was used to provide more recent Nextcloud versions on older NixOS-releases), an evaluation error will be thrown by default: this is to make sure that `services.nextcloud.package` doesn't use an older version by accident after checking the state-version. If `pkgs.nextcloud` is added manually, it needs to be declared explicitly in `services.nextcloud.package`. * The `nixos/nextcloud`-documentation contains a "Maintainer information"-chapter which describes how to roll out new Nextcloud releases and how to deal with old (and probably unsafe) versions. Closes #82056
2020-03-13Nextcloud: 18.0.1 -> 18.0.2Daniel Frank1-2/+2
2020-02-20nextcloud: 18.0.0 -> 18.0.1R. RyanTM1-2/+2
2020-01-22nextcloud: 17.0.2 -> 18.0.0R. RyanTM1-2/+2
2019-12-20nextcloud: 17.0.1 -> 17.0.2Jan Hrnko1-2/+2
2019-11-25nextcloud: 17.0.0 -> 17.0.1ajs1241-2/+2
2019-10-04nextcloud: 16.0.5 -> 17.0.0cw1-2/+2
2019-09-30nexcloud: 16.0.4 -> 16.0.5Victor SENE1-2/+2
2019-08-24Merge branch 'master' into staging-nextVladimír Čunát1-2/+2
There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
2019-08-19nextcloud: 16.0.3 -> 16.0.4R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/nextcloud/versions
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-15nextcloud: 16.0.2 -> 16.0.3Andreas Wiese1-2/+2
2019-07-15nextcloud: 16.0.1 -> 16.0.2Andreas Wiese1-2/+2
2019-06-16treewide: remove unused variables (#63177)volth1-1/+1
* treewide: remove unused variables * making ofborg happy
2019-06-02nextcloud: 15.0.8 -> 16.0.1R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/nextcloud/versions
2019-05-21nextcloud: 15.0.7 -> 15.0.8Florian Klink1-2/+2
2019-04-24nextcloud: 15.0.6 -> 15.0.7Andreas Wiese1-2/+2
2019-04-06nextcloud: 15.0.5 -> 15.0.6Will Dietz1-2/+2
(tagged, not on nextcloud.com/changelog ?) (admin panel bugged about the update, so should be good :))
2019-03-02nextcloud: 15.0.4 -> 15.0.5Franz Pletz1-2/+2
2019-02-15nextcloud: 15.0.2 -> 15.0.4R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/nextcloud/versions
2019-01-12nextcloud: 15.0.0 -> 15.0.2Florian Klink1-2/+2
2018-12-16nextcloud: 14.0.4 -> 15.0.0Florian Klink1-8/+2
2018-12-05nextcloud: 14.0.3 -> 14.0.4Simon Lackerbauer1-2/+2
2018-10-14nextcloud: 14.0.1 -> 14.0.3Leon Schuermann1-2/+2
2018-10-01nextcloud: fix sendmail path discoveryFlorian Klink1-1/+7
2018-10-01nextcloud: 13.0.6 -> 14.0.1Ruben Maher1-4/+4
Co-authored-by: Robin Gloster <mail@glob.in>
2018-09-09nextcloud: 13.0.5 -> 13.0.6 (#46236)R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from nextcloud
2018-07-26nextcloud: 13.04 -> 13.05ajs1241-2/+2
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-06-11nextcloud: 13.03 -> 13.04 (#41859)Augustin Borsu1-2/+2
2018-06-09nextcloud: 13.0.2 -> 13.0.3 (#41666)R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/nextcloud/versions. These checks were done: - built on NixOS - 0 of 0 passed binary check by having a zero exit code. - 0 of 0 passed binary check by having the new version present in output. - found 13.0.3 with grep in /nix/store/hbps5w1zb88icnpqdpix29yx24hcf3ww-nextcloud-13.0.3 - directory tree listing: https://gist.github.com/feec7566b2d989d0e2f4a1870b1bb899 - du listing: https://gist.github.com/52d6f78c92d6b0bbd7179d3ed6da3d75
2018-04-30nextcloud: 13.0.1 -> 13.0.2R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/nextcloud/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 13.0.2 with grep in /nix/store/370na6b77ds8vj2qjxij4id8r5ihjpiq-nextcloud-13.0.2 - directory tree listing: https://gist.github.com/bb7d1d9b3be5379cba2c2852ec4b8e56
2018-03-22nextcloud-news-updater: 10.0.0 -> 10.0.1Ryan Mulligan1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - ran `/nix/store/58kz8y29n2habv056d7iz20484rq87mr-nextcloud-news-updater-10.0.1/bin/.nextcloud-news-updater-wrapped -h` got 0 exit code - ran `/nix/store/58kz8y29n2habv056d7iz20484rq87mr-nextcloud-news-updater-10.0.1/bin/.nextcloud-news-updater-wrapped --help` got 0 exit code - ran `/nix/store/58kz8y29n2habv056d7iz20484rq87mr-nextcloud-news-updater-10.0.1/bin/.nextcloud-news-updater-wrapped -v` and found version 10.0.1 - ran `/nix/store/58kz8y29n2habv056d7iz20484rq87mr-nextcloud-news-updater-10.0.1/bin/.nextcloud-news-updater-wrapped --version` and found version 10.0.1 - ran `/nix/store/58kz8y29n2habv056d7iz20484rq87mr-nextcloud-news-updater-10.0.1/bin/nextcloud-news-updater -h` got 0 exit code - ran `/nix/store/58kz8y29n2habv056d7iz20484rq87mr-nextcloud-news-updater-10.0.1/bin/nextcloud-news-updater --help` got 0 exit code - ran `/nix/store/58kz8y29n2habv056d7iz20484rq87mr-nextcloud-news-updater-10.0.1/bin/nextcloud-news-updater -v` and found version 10.0.1 - ran `/nix/store/58kz8y29n2habv056d7iz20484rq87mr-nextcloud-news-updater-10.0.1/bin/nextcloud-news-updater --version` and found version 10.0.1 - found 10.0.1 with grep in /nix/store/58kz8y29n2habv056d7iz20484rq87mr-nextcloud-news-updater-10.0.1 - directory tree listing: https://gist.github.com/ef3eb260a3fd46598a3b70c142c2ef2c
2018-03-17nextcloud: 13.0.0 -> 13.0.1Jean-Philippe Braun1-2/+2
2018-02-20nextcloud: 12.0.5 -> 13.0.0Augustin Borsu1-2/+2
2018-02-05nextcloud: 12.0.4 -> 12.0.5Augustin Borsu1-2/+2
2017-12-23nextcloud: 12.0.3 -> 12.0.4Augustin Borsu1-2/+2