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

Bugfixes & enhancements (version 1.5) #8

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

Commits on Sep 1, 2017

  1. Allow admins to delete teams (#5)

    * Added initial action code
    
    * Moved sanity check to controller
    
    Move the last-team-member check from the team manager to the controller.
    This allows the team manager method to be used by both simple users and
    admins.
    
    * Added UserManager class
    
    The class is meant for user related operations. Currently, only multiple
    user deletion is supported.
    
    * Added the rest of the code for team deletion action
    
    * Fixed typos
    
    * Added missing flush operation for user deletion
    
    * Added frontend for team deletion
    
    A 'Delete team' button is now available in every search result. The
    button is also connected to the javascript code that handles the team
    deletion request.
    
    * Added missing action name suffix
    
    * Added a confirmation modal for team deletion
    
    * Confirmation modal visual improvement
    fpapadopou authored Sep 1, 2017
    Configuration menu
    Copy the full SHA
    c58e5ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aad5c7a View commit details
    Browse the repository at this point in the history