Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 44e80e344a9a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ca56563be406
Choose a head ref
  • 6 commits
  • 3 files changed
  • 3 contributors

Commits on Mar 2, 2019

  1. rmilter: fix inetSocket

    IPv6 address has to be between [] and the port after.
    
    (cherry picked from commit 2a61c05)
    Julien Moutinho authored and fpletz committed Mar 2, 2019
    Copy the full SHA
    5e8b8b4 View commit details
    Browse the repository at this point in the history
  2. nixos/nextcloud: update recommended nginx settings

    This updates the configuration to the recommendations in
    https://docs.nextcloud.com/server/15/admin_manual/installation/nginx.html
    
    (cherry picked from commit 7f86209)
    bachp authored and fpletz committed Mar 2, 2019
    Copy the full SHA
    e0538e5 View commit details
    Browse the repository at this point in the history
  3. nixos/nextcloud: use PHP 7.3 instead of 7.1 by default

    (cherry picked from commit 8f1b163)
    bachp authored and fpletz committed Mar 2, 2019
    Copy the full SHA
    2d12118 View commit details
    Browse the repository at this point in the history
  4. nixos/nextcloud: move phpPackage and phpOptions into pool

    This allows to have a php configuration for nextcloud that is independent
    of the global configuration.
    
    (cherry picked from commit f0c0b8d)
    bachp authored and fpletz committed Mar 2, 2019
    Copy the full SHA
    7723472 View commit details
    Browse the repository at this point in the history
  5. nixos/nextcloud: don't make phpPackages configurable

    It needs to match the version in phpfm which is hard coded.
    So there is no point in being able to change it.
    
    (cherry picked from commit 390b610)
    bachp authored and fpletz committed Mar 2, 2019
    Copy the full SHA
    20de174 View commit details
    Browse the repository at this point in the history
  6. nextcloud: 15.0.4 -> 15.0.5

    (cherry picked from commit 3eda950)
    fpletz committed Mar 2, 2019
    Copy the full SHA
    ca56563 View commit details
    Browse the repository at this point in the history