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: bb6b91d3f713
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e6d9eddf21e6
Choose a head ref
  • 4 commits
  • 3 files changed
  • 4 contributors

Commits on Mar 2, 2019

  1. grafana: 5.4.3 -> 6.0.0 (#56412)

    (cherry picked from commit 52ea2f5)
    WilliButz authored and fpletz committed Mar 2, 2019
    Copy the full SHA
    732a84d View commit details
    Browse the repository at this point in the history
  2. tinc_pre: fix error after openssl upgrade

    With the openssl upgrade to 1.0.2r / 1.1.1b the tinc pre-release version
    stopped working due to a bug in tinc where an encryption function was
    used during decryption. I submitted a patch upstream [1] but that wasn't
    released yet.
    
    [1] http://git.tinc-vpn.org/git/browse?p=tinc;a=commit;h=2b0aeec02d64bb4724da9ff1dbc19b7d35d7c904
    
    (cherry picked from commit 447c210)
    andir authored and fpletz committed Mar 2, 2019
    Copy the full SHA
    b2d02f9 View commit details
    Browse the repository at this point in the history
  3. services.nextcloud: add logLevel (#56400)

    a vlaue between 0 and 4 to help debug problems
    
    (cherry picked from commit 20bbfc3)
    Matthieu Coudron authored and fpletz committed Mar 2, 2019
    Copy the full SHA
    d5ea7d1 View commit details
    Browse the repository at this point in the history
  4. nixos/nextcloud: add overwriteProtocol option

    The overwriteprotocol option can be used to force Nextcloud to generate
    URLs with the given protocol. This is useful for instances behind
    reverse proxies that serve Nextcloud with HTTPS.
    
    In this case Nextcloud can't determine the proper protocol and it needs
    to be configured manually.
    
    (cherry picked from commit b42c24f)
    Ma27 authored and fpletz committed Mar 2, 2019
    Copy the full SHA
    e6d9edd View commit details
    Browse the repository at this point in the history