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

Sub-Groups added (group hierarchy #115) & some enhancements #116

Merged
merged 5 commits into from
May 13, 2016
Merged

Sub-Groups added (group hierarchy #115) & some enhancements #116

merged 5 commits into from
May 13, 2016

Conversation

REJack
Copy link
Collaborator

@REJack REJack commented Apr 13, 2016

  • added function add_subgroup($group_par, $subgroup_par)
  • added function remove_subgroup($group_par, $subgroup_par)
  • added function get_subgroups($group_par)
  • modified is_group_allowed() to check subgroups
  • modified delete_group() to remove subgroups
  • added 2 lines for subgroups to english/aauth_lang.php
  • added a new table to the database group_to_group
  • changed verstion from 2.4.6 to 2.4.7
  • verification email sending disabled if a admin is creating a user (enable/disable verification email #119 improved with @vipinks)
  • fixed Quick Start-Section (changed deny to deny_group) (found by Aauth doesn't work #118)
  • renamed valid_chars to additional_valid_chars (suggestion by valid_chars - regex? #125)
  • added function get_user_vars($user_id) (suggestion by Single method to get all user variables for specific user? #129)
    @emreakay if its ok pls create a new release

 - added function add_subgroup($group_par, $subgroup_par)
 - added function remove_subgroup($group_par, $subgroup_par)
 - added function get_subgroups($group_par)
 - modified is_group_allowed() to check subgroups
 - modified delete_group() to remove subgroups
@REJack REJack mentioned this pull request Apr 13, 2016
@przemekn1
Copy link

Thank you for your solution! I will check it soon.

@REJack REJack changed the title Sub-Groups added (group hierarchy #115) Sub-Groups added (group hierarchy #115) & some enhancements May 1, 2016
@REJack REJack merged commit 4b1679f into emreakay:master May 13, 2016
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.

2 participants