artem
4e3827e4af
Create FOREIGN KEY
6 years ago
Emre Akay
91335f706a
Merge pull request #245 from CodeLingoBot/rewrite-emreakay-codeigniter-aauth-psr2-lower-case-constant-values
...
Change PHP keywords to comply with PSR2
6 years ago
CodeLingoBot
de332c1129
Change PHP keywords to comply with PSR2
...
Signed-off-by: CodeLingoBot <bot@codelingo.io>
6 years ago
REJack
6940a11c4d
changed version to 2.5.15
7 years ago
REJack
d88a926e03
enhanced `is_banned()` returns now TRUE if user doesn't exist
7 years ago
REJack
3a4d556acf
enhanced `add_subgroup()` to check if group and subgroup already linked ( #221 )
7 years ago
Emre Akay
26a9500735
Merge pull request #240 from manukieli/patch-2
...
Patch 2
7 years ago
Emre Akay
3f20b56e0e
Merge pull request #239 from manukieli/patch-1
...
Update aauth_lang.php
7 years ago
manukieli
4443bec698
Update Aauth.php
7 years ago
manukieli
559d746b64
Update Aauth.php
...
Resolve this issues: https://github.com/magefly/CodeIgniter-Aauth/issues/236
7 years ago
manukieli
3460a3b48a
Update aauth_lang.php
...
Translate some tags to Spanish.
7 years ago
Raphael Jackstadt
dc0b2b12b0
fixed precache_perms() & precache_groups()
...
Closes #234
7 years ago
joaocustodio
7ae5ef5fbc
Fix for ID caching ( #230 )
...
* Fix for ID caching
Rebuilds the cache every time a group or permission is added / deleted (create_perm, delete_perm, create_group, delete_group).
* Fix precache_perms()
7 years ago
Raphael Jackstadt
1ceb28d37e
changed precache_ids() to public
7 years ago
Raphael Jackstadt
2f3648c5d5
Update Aauth.php
...
updated version to 2.5.15-pre and updated copyright
7 years ago
Christian Land
5a181c7e75
ID-Caching ( #224 )
...
* ID-Caching
- Very simple caching mechanism for Group- and Permission-IDS
* Transcations are used in delete-functions
- Added basic transaction-handling to delete_user(), delete_perm() and delete_group();
* Removed some trailing spaces
7 years ago
REJack
4e71dd2b2d
changed version to 2.5.14
7 years ago
REJack
8fff679c89
added check if perm exists in `is_allowed()`
7 years ago
REJack
9becdd39f2
added `get_group_perms($group_par)` & `get_user_perms($user_id = FALSE)`
7 years ago
REJack
5c9da3d7d4
added missing `get_perm()` & `get_group()`
7 years ago
REJack
fa530832bd
added error message for `reset_password()` if ver_code empty/invalid
7 years ago
REJack
1154c4ac0d
fixed TOTP login bug ( #206 )
7 years ago
REJack
3724ab24e6
changed version to 2.5.14-pre
7 years ago
Raphael Jackstadt
282cb23791
changed version to 2.5.13
8 years ago
Raphael Jackstadt
d6b9833c37
added list_group_perms($group_par)
...
Thanks @oniricosistemas for the nice function
8 years ago
Omkar Tapale
817f1846ed
By default admin group have access to all permissions ( #202 )
...
As admin user has access to all permissions, so admin group also has the same access. so needed to check if $group_par is admin or not
8 years ago
Toto Prayogo
224b40ba51
add missing some $lang ( #199 )
...
* add missing $lang
- $lang['aauth_error_no_subgroup']
- $lang['aauth_info_already_subgroup']
* update ID aauth_lang.php
* Update aauth_lang.php
8 years ago
Raphael Jackstadt
25fc399bfd
Update README.md
...
Updated Wiki links
Removed Waffle.io Badge
8 years ago
Israel Estrada
a13b49191b
Update README.md ( #194 )
...
I've updated your wiki links from emreakay account to akaysoftware account!
8 years ago
REJack
2ae0b2ef70
changed CHANGELOG.md
9 years ago
REJack
ef8bfa0014
add sort parameter to list_users ( #176 )
9 years ago
REJack
e9e15035d6
is_allowed improvement ( #166 )
9 years ago
REJack
f54cab050a
changed version tag
9 years ago
REJack
86ce129638
changed CHANGELOG.md
9 years ago
REJack
d557569364
changed version tag
9 years ago
REJack
c6fc9650ff
`__contruct` cleanup
...
moved any helper loader & email library loader to the function they use the helper/library.
9 years ago
Raphael Jackstadt
1a855044a1
Merge pull request #175 from perenstrom/master
...
Swedish translation
9 years ago
Per Enström
bd54730137
Create aauth_lang.php
...
Translated to swedish.
9 years ago
Raphael Jackstadt
562e24711b
Merge pull request #169 from siarlex/master
...
Correction of phrase
9 years ago
Raphael Jackstadt
d8b840f480
Merge pull request #167 from mirivlad/master
...
Add russian translate
9 years ago
Emre Akay
ea5fb86d41
Merge pull request #172 from pars0097/master
...
add persian language
9 years ago
pars0097
89cdcdd60f
Create aauth_lang.php
...
add persian :)
9 years ago
pars0097
51c5bca9af
Delete aauth_lang.php
9 years ago
pars0097
280bebd118
Create aauth_lang.php
...
add persian :)
9 years ago
Carlos Monzon
ef045fcae1
Correction of phrase
9 years ago
Vladimir (Mirivlad) Tomashevskiy
bc05227b3a
Correct some error
9 years ago
Vladimir (Mirivlad) Tomashevskiy
a9b94983d2
Add russian translate
9 years ago
Raphael Jackstadt
5d934b9f63
changed CHANGELOG.md
9 years ago
Raphael Jackstadt
05e47288c7
updated version tag
9 years ago
Raphael Jackstadt
a0391c871e
Merge pull request #165 from paulcanning/2.5-stable
...
Fix for delete flag default type in SQL and list_pms function
9 years ago