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: froxlor/froxlor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.1.7
Choose a base ref
...
head repository: froxlor/froxlor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.1.8
Choose a head ref
  • 5 commits
  • 12 files changed
  • 2 contributors

Commits on Mar 25, 2024

  1. Fix "expires" option cannot have a year greater than 9999 (#1246)

    This fixes the exception: '"expires" option cannot have a year greater
    than 9999', which happens on upgrade from Debian 11 to 12. The session
    timeout in the DB is 9999999999999, so we constrain the value.
    halfgaar authored and d00p committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    5909401 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. fix missing csrf tokens for some ajax requests

    Signed-off-by: Michael Kaufmann <[email protected]>
    d00p committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    6ef532b View commit details
    Browse the repository at this point in the history
  2. also add logfiles to virtual-host if it's a redirect

    Signed-off-by: Michael Kaufmann <[email protected]>
    d00p committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c9460fd View commit details
    Browse the repository at this point in the history
  3. fix domains speciallogfile ajax-check/note; improve ajax ip check in …

    …admin_ipsandports
    
    Signed-off-by: Michael Kaufmann <[email protected]>
    d00p committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    9a3d88e View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. set version to 2.1.8 for bugfix release

    Signed-off-by: Michael Kaufmann <[email protected]>
    d00p committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    f4183b0 View commit details
    Browse the repository at this point in the history
Loading