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: BanManagement/BanManager-WebUI
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: BanManagement/BanManager-WebUI
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: legacy
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 22 files changed
  • 2 contributors

Commits on Mar 21, 2018

  1. Added deprecation notice

    confuser authored Mar 21, 2018
    Configuration menu
    Copy the full SHA
    bfb830d View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. fix: unbanning issues with latest BanManager

    fixes error when record is not created due to lack of createdReason value
    confuser authored Apr 10, 2020
    Configuration menu
    Copy the full SHA
    e75ba7a View commit details
    Browse the repository at this point in the history
  2. fix: unmuting issues with latest BanManager

    fixes error when record is not created due to lack of createdReason value
    
    Co-authored-by: James Mortemore <jamesmortemore@gmail.com>
    eLeCTr1CiPlay and confuser authored Apr 10, 2020
    Configuration menu
    Copy the full SHA
    5ab4407 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

  1. Configuration menu
    Copy the full SHA
    db2b9c6 View commit details
    Browse the repository at this point in the history
  2. fix: update queries to account for changes in v7 schema (#587)

    Include silent row for the updated schema since v7 and fix missing soft row from earlier versions
    eLeCTr1CiPlay authored Apr 13, 2020
    Configuration menu
    Copy the full SHA
    91635c0 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. Configuration menu
    Copy the full SHA
    da0b32f View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. Configuration menu
    Copy the full SHA
    f13f764 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. [BIG ONE] New features and minor bugfixes (#631)

    * Fix textarea for edit modals
    
    Make the textarea only expand vertically to prevent surpassing width of modal
    
    * Change class name for edit mute modal
    
    * Change class name for edit mute modal
    
    * Change class for edit mute modal
    
    * Add soft/silent to editban/mute modals
    
    * Add soft/silent to editban/mute modals
    
    * Add punishments through WebUI 
    
    Adds the possibility to create punishments in admin session.
    
    * Add soft/silent to editban/mute modals and prevent empty reasons
    
    Empty reasons are replaced with '(WebUI)'
    
    * Add soft/silent to editban/mute modals and prevent empty reasons
    
    Empty reasons are replaced with '(WebUI'
    
    * Add punishments through WebUI
    
    Adds the possibility to create punishments in admin session.
    
    * Add punishments through WebUI
    
    Adds the possibility to create punishments in admin session.
    
    * Add punishments through WebUI
    
    Adds the possibility to create punishments in admin session.
    
    * Add punishments through WebUI
    
    Adds the possibility to create punishments in admin session.
    
    * Add punishments through WebUI
    
    Adds the possibility to create punishments in admin session.
    
    * Add punishments through WebUI
    
    Adds the possibility to create punishments in admin session.
    
    * Add punishments through WebUI
    
    Adds the possibility to create punishments in admin session.
    
    * Add punishments through WebUI and set their behaviour
    
    Adds as setting to change the behaviour when creating punishments
    $settings['punish'] = 1; - Sets the punishments in overwrite mode. A currently active punishment would get updated with the new punishment data
    $settings['punish'] = 2; - Sets the punishments in delete mode. A currently active punishment would get a record created then deleted and finally a new punishment will be created
    $settings['punish'] = 3; - Sets the punishments in stop mode. If there is a currently active punishment, the process of creating a new one is blocked by a message saying you should wait until the current punishment expires or you remove it before creating a new one
    
    * Add Punish mode setting to Admin Panel
    
    * Add Punish mode setting to Admin Panel
    
    * Add Punish mode setting to Admin Panel and fix a bug
    
    Adds punish mode setting to admin panel
    Bugfix for player_kicks setting
    eLeCTr1CiPlay authored May 25, 2020
    Configuration menu
    Copy the full SHA
    f43ef83 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. Version bump to 1.6.0

    confuser committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    26169ca View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Configuration menu
    Copy the full SHA
    800aba7 View commit details
    Browse the repository at this point in the history
  2. fix: get_magic* for PHP8+

    confuser authored Sep 28, 2021
    Configuration menu
    Copy the full SHA
    c06cfaf View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2021

  1. Configuration menu
    Copy the full SHA
    c19dc14 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2021

  1. fix: missing each for php8+

    confuser committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    230112f View commit details
    Browse the repository at this point in the history
Loading