Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix settings #41

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Commits on Jan 21, 2022

  1. Initial fix for File Association preference

    This is a initial fix to permit user to change the file association
    preferences again.
    sysadminstory committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    3c4bfb6 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2022

  1. Cleanup old files and update comments

    Change the settings url to be mor consistant with the others urls of the
    app.
    
    Better feedback if the saving of settings did work or not.
    
    Use the Framework to get the settings value, instead of using the $_POST
    array.
    sysadminstory committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    13d4946 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2022

  1. Fix the settings controller parameters

    The Settings controller parameters were did not have a type, and
    prevented them from being automatically injected
    sysadminstory committed Jan 23, 2022
    Configuration menu
    Copy the full SHA
    9f1250a View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. Remove old settings file

    Remove the 'personal.php' file to remove the duplicate personal settings
    page
    sysadminstory committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    69d4859 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Update Route in personal.js

    It seems personal.js is used in the settings too, so i changed the URL
    there too.
    sysadminstory committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    6eadc60 View commit details
    Browse the repository at this point in the history