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

Conversation

fpapadopou
Copy link
Owner

Adds some enhancements to the application and fixes some know bugs:

  • Admins can delete teams (and their users)
  • Admins can create backups of teams' files
  • More coming up..

* 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 fpapadopou self-assigned this Sep 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant