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 .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
base repository: Froxlor/Froxlor
base: 0.10.13
Choose a base ref
head repository: Froxlor/Froxlor
compare: 0.10.14
Choose a head ref
  • 15 commits
  • 36 files changed
  • 1 contributor

Commits on Feb 8, 2020

  1. require set password complexity for admins too when resetting passwor…

    …d; display correct error message if password complexity is not satisfied
    
    Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
    d00p committed Feb 8, 2020

Commits on Feb 14, 2020

  1. do not require enabled vhost-container for froxlor-vhost to change ss…

    …lsessiontickets-setting
    
    Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
    d00p committed Feb 14, 2020

Commits on Feb 15, 2020

  1. disable sslsessiontickets-option in domain-add/edit if globally disab…

    …led in the settings
    
    Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
    d00p committed Feb 15, 2020
  2. fix listing of customer email addresses if 'domain' section is hidden…

    … via settings, fixes #803
    
    Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
    d00p committed Feb 15, 2020
  3. add Froxlor.integrityCheck() API call to externally run integrity/con…

    …sistency check, fixes #801
    
    Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
    d00p committed Feb 15, 2020

Commits on Feb 29, 2020

  1. make customer firstname,name,company and customer-no available for al…

    …l templates; fixes #808
    
    Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
    d00p committed Feb 29, 2020
  2. store ace-string of domain besides idn-converted string to have corre…

    …ct sorting in the frontend; fixes #809
    
    Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
    d00p committed Feb 29, 2020

Commits on Mar 1, 2020

  1. remove superfluous comma in sql query which causes invalid sql

    Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
    d00p committed Mar 1, 2020

Commits on Mar 2, 2020

  1. allow private ip ranges in ips-and-ports as some configurations requi…

    …re that; fixes #802
    
    Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
    d00p committed Mar 2, 2020

Commits on Mar 4, 2020

  1. use unpredictable tmpfile-name in installation if lib/userdata.inc.ph…

    …p cannot be written due to permission
    
    Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
    d00p committed Mar 4, 2020
  2. secure shell-execution of mysqldump on installation if given database…

    …-name exists
    
    Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
    d00p committed Mar 4, 2020

Commits on Mar 6, 2020

  1. forgot one escapeshellarg() and enhanced security on userdata.inc.php…

    … creation when installing
    
    Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
    d00p committed Mar 6, 2020
  2. set version to 0.10.14 for upcoming release

    Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
    d00p committed Mar 6, 2020
  3. deny api access to deactivated users with valid api-key

    Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
    d00p committed Mar 6, 2020
  4. fix deactivated check in api

    Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
    d00p committed Mar 6, 2020