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
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
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
Per Enström
bd54730137
Create aauth_lang.php
...
Translated to swedish.
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
05e47288c7
updated version tag
9 years ago
Paul Canning
e404e0a5c7
Fix for list_pms
9 years ago
Paul Canning
b409fef20c
Fixed count_unread_pms not checking for deleted status.
9 years ago
Raphael Jackstadt
afa16478ca
fixed email_config error ( #158 )
9 years ago
Raphael Jackstadt
e5029041ed
fixed sql error on `create_user()` with `use_password_hash`-config_var on __true__
9 years ago
REJack
bd91700380
updated `config/aauth.php`
9 years ago
REJack
34d8a896b8
v2.5.7
...
- fixed login remember
- removed `use_cookies`-config_var (unused since reCAPTCHA doesnt use cookie/session)
- changed `logout()`
- changed `is_loggedin()` removed wrong session checks
9 years ago
REJack
fe117dd30f
v2.5.6
...
- added abilty to set a config for CI's Email Library
9 years ago
REJack
a1bf4fb66f
fixed `reCAPTCHA`-validation (moved after `DDoS` check)
9 years ago
REJack
91ededf5cd
changed version to 2.5.5
9 years ago
REJack
5701a7a6fc
some little fixes with ddos_protection & reCAPTCHA
...
- fixed timestamp where in `reset_login_attempts()`, `get_login_attempts()` & `update_login_attempts()`
- fixed `login()` removed cookie/session-userdata for reCAPTCHA (if reCAPTCHA needed)
- fixed `login()` moved `update_login_attempts()` before test email/name & password
- fixed `generate_recaptcha_field()` removed cookie/session check
9 years ago
REJack
4636fd7704
changed version to v2.5.4
...
updated CHANGELOG.md
9 years ago
REJack
66622f640f
DDoS Protections fixes in `login()`
...
- removed user get query from DDoS check in
- fixed DDoS protection to update login_attempts if user not exist too
- removed user get query from DDoS/reCAPTCHA check
- fixed DDoS/reCAPTCHA proection to update login_attempts if user not exist too
- added `get_login_attempts()` returns login_attempts as INT (used in `login()`)
9 years ago
REJack
116b2c0f09
changed version to v2.5.3
9 years ago
REJack
a731c28772
fixed reCAPTCHA DDoS check
9 years ago
REJack
35e3a41f29
changed version to 2.5.2
9 years ago
REJack
330028b5f7
fixed error with `user_exist_by_name()`
9 years ago
REJack
89e715e48e
changed version tag
9 years ago
REJack
2e08204bce
fixed `get_pm()` & `delete_pm()`
9 years ago
Paul Canning
b42202780d
* Fixed PM's not being decrypted with `list_pms()` https://github.com/emreakay/CodeIgniter-Aauth/issues/145
...
* Fixed `get_pm()` method to fetch correct PM https://github.com/emreakay/CodeIgniter-Aauth/issues/145
9 years ago
REJack
1eee170358
- release prefix changed in library
...
- changed copyright in library
- fixed usernames in Quick Start-Section
9 years ago
REJack
7e92c31751
v2.5.0-alpha.5 fixes
...
- fixed both SQL files
- fixed `list_pms()`
- fixed `delete_pm()`
- updated CHANGELOG
- added abilty to send `system` PM's for `send_pm()` & `send_pms()`
- changed `name` to `username` in aauth_users table
- changed `name` to `username` in all user related functions
- changed `$name` to `$username` in `create_user()` & `update_user()`
- added `user_exist_by_username()`
- changed `user_exist_by_name()` to an alias of `user_exist_by_username()`
9 years ago
REJack
847a639d89
- reverted changed `count_unread_pms()` it counts now only not deleted pm's
...
- changed `delete_pm()` if a receiver deletes a pm it updates date_read
9 years ago
REJack
84b61fd97c
changed some explanation infos in aauth's config
9 years ago
REJack
fe89cdb861
- fixed explanation info text in aauth config
...
- added `pm_cleanup_max_age`-config_var
- added 2 files (`pm_deleted_sender` & `pm_deleted_receiver`) in pm table
- changed `list_pms()` to catch only not deleted pm's
- changed `delete_pm()` now it need a user_id to delete a pm (like `get_pm()`)
- changed `delete_pm()` sender's can now detete pm's from outbox
- changed `count_unread_pms()` it counts now only not deleted pm's.
- added `cleanup_pms()` removes pms older than X defined by `pm_cleanup_max_age`-config_var
9 years ago
REJack
e6e770a95d
changed `send_pm()` to `send_pms()`
...
added `send_pm()`
9 years ago