312 Commits (116b2c0f09fb49c6a99e76a7e831a85ef5923a20)
 

Author SHA1 Message Date
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
Raphael Jackstadt 26ea41de30 Merge pull request #148 from paulcanning/master 9 years ago
Paul Canning b42202780d * Fixed PM's not being decrypted with `list_pms()` https://github.com/emreakay/CodeIgniter-Aauth/issues/145 9 years ago
REJack a55f9c35a3 last changes in CHANGELOG for v2.5.0 9 years ago
REJack 1eee170358 - release prefix changed in library 9 years ago
REJack 938b5d9814 updated CHANGELOG 9 years ago
REJack 7e92c31751 v2.5.0-alpha.5 fixes 9 years ago
REJack 847a639d89 - reverted changed `count_unread_pms()` it counts now only not deleted pm's 9 years ago
REJack 947a8b7f22 Added CHANGELOG.md 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 9 years ago
REJack e6e770a95d changed `send_pm()` to `send_pms()` 9 years ago
REJack 1f1afbde0a enhanced `send_pm()` 9 years ago
REJack 10e844653e added `date_created` field to `aauth_users`-table in both SQL files 9 years ago
REJack 30239ed3a0 added `pm_encryption` config_var 9 years ago
REJack 483ed60540 enhanced `get_pm()` 9 years ago
REJack 46308eb794 fixed missing comma in sql files 9 years ago
Raphael Jackstadt 3b9983f626 Merge pull request #144 from tobiasfichtner/patch-1 9 years ago
Tobias Fichtner 1c67131ee8 Create aauth_lang.php 9 years ago
Raphael Jackstadt 2fbea315e4 Merge pull request #142 from terrylinooo/develop 9 years ago
Terry Lin 852d4f9f34 Create aauth_lang.php 9 years ago
Terry Lin 52412ff9fe Create aauth_lang.php 9 years ago
REJack 36da952709 fixed SQL files (now its compatible with `MySQL >= 5.7.3`) 9 years ago
REJack 34f66afe5e #137 Non-user based DDoS check 9 years ago
REJack 61f9907498 removed `aauth_system_variables` from SQL files 9 years ago
REJack 51d03fa2c5 added config var info for `totp_two_step_login_redirect` 9 years ago
REJack 37a731dbdb totp enhancements 9 years ago
REJack bf0463310e some little fixes 9 years ago
REJack bfdc6ea1de removed System Variables 9 years ago
REJack 569fc870a6 fixed config var `password_hash_algo` string to constant and added info link 9 years ago
REJack 906ccf02e4 changed config var name from `max_login_attempt_per_minutes` to `max_login_attempt_time_period` 9 years ago
REJack fd6e3f3495 removed config var `update_last_login_attempt` 9 years ago
REJack f33affcb58 changed `get_user_groups()` (public groups now visible if checked on guests) 9 years ago
REJack bd33c956a2 BCrypt/PHP's password_hash support 9 years ago
REJack e4aa1f5bc7 tests `update_login_attempts` done 9 years ago
REJack 4c3aec4b7c fixed `strtotime()` parameter 9 years ago
REJack e205dc28b8 removed user_id for reset_/remind_password function (#124) 9 years ago
REJack 30a576df06 fixed fatal flaw on `update_login_attempts` (#133) 9 years ago
REJack 952f3ebe46 changed version to 2.5.0-alpha 9 years ago
Raphael Jackstadt 4b1679f756 Merge pull request #116 from REJack/master 9 years ago
REJack 0ae258d889 added function `get_user_vars($user_id)` 9 years ago
REJack 3887dd46ad renamed `valid_chars` to `additional_valid_chars` #125 9 years ago
REJack 58b08f9e26 fixed `Quick Start`-Section (changed `deny` to `deny_group`) 9 years ago
REJack 0ba3a8ea5e verification email sending disabled if a admin is creating a user 9 years ago
REJack 4675b2fc5f Sub-Groups added 9 years ago