Commit Graph

  • 91ededf5cd changed version to 2.5.5 REJack 2016-06-07 12:43:11 +0200
  • b720777c79 updated CHANGELOG.md REJack 2016-06-07 12:40:07 +0200
  • 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 REJack 2016-06-07 12:38:14 +0200
  • 4636fd7704 changed version to v2.5.4 updated CHANGELOG.md v2.5.4 REJack 2016-06-02 18:57:58 +0200
  • 58c9526fab updated CHANGELOG.md REJack 2016-06-02 18:56:39 +0200
  • 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()`) REJack 2016-06-02 18:43:21 +0200
  • 116b2c0f09 changed version to v2.5.3 v2.5.3 REJack 2016-06-02 14:30:56 +0200
  • a731c28772 fixed reCAPTCHA DDoS check REJack 2016-06-02 14:30:24 +0200
  • 3932bef15b Merge pull request #1 from emreakay/2.5-stable paulcanning 2016-06-02 10:00:00 +0100
  • 35e3a41f29 changed version to 2.5.2 v2.5.2 REJack 2016-06-02 10:24:25 +0200
  • 330028b5f7 fixed error with `user_exist_by_name()` REJack 2016-06-02 10:23:40 +0200
  • 89e715e48e changed version tag v2.5.1 REJack 2016-06-01 18:49:39 +0200
  • 2e08204bce fixed `get_pm()` & `delete_pm()` REJack 2016-06-01 18:45:12 +0200
  • 26ea41de30 Merge pull request #148 from paulcanning/master Raphael Jackstadt 2016-06-01 18:43:26 +0200
  • 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 Paul Canning 2016-06-01 17:06:12 +0100
  • a55f9c35a3 last changes in CHANGELOG for v2.5.0 v2.5.0 REJack 2016-06-01 16:07:13 +0200
  • 1eee170358 - release prefix changed in library - changed copyright in library - fixed usernames in Quick Start-Section REJack 2016-06-01 16:05:37 +0200
  • 938b5d9814 updated CHANGELOG REJack 2016-06-01 13:23:20 +0200
  • 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()` v2.5.0-alpha.6 REJack 2016-06-01 13:17:33 +0200
  • 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 v2.5.0-alpha.5 REJack 2016-05-30 22:59:50 +0200
  • 947a8b7f22 Added CHANGELOG.md thx to npm & github-changes 😄 REJack 2016-05-30 20:57:26 +0200
  • 84b61fd97c changed some explanation infos in aauth's config REJack 2016-05-30 20:08:47 +0200
  • 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 REJack 2016-05-30 19:58:08 +0200
  • e6e770a95d changed `send_pm()` to `send_pms()` added `send_pm()` REJack 2016-05-30 17:50:04 +0200
  • 1f1afbde0a enhanced `send_pm()` - changed `$receiver_id` to `$receiver_ids` - sends multiple pms - returns array of receiver user ids with specific error message on failure or TRUE if message successfully sent REJack 2016-05-30 17:37:11 +0200
  • 10e844653e added `date_created` field to `aauth_users`-table in both SQL files changed `create_user()` to fill `date_created` on user creation REJack 2016-05-30 17:12:02 +0200
  • 30239ed3a0 added `pm_encryption` config_var added abilty to encrypt PM's in `send_pm()` & `get_pm()` added function `user_exist_by_id` used in `send_pm()` added a `user_id` check in `get_pm()` REJack 2016-05-28 20:34:03 +0200
  • 483ed60540 enhanced `get_pm()` - added `$user_id` argument between `$pm_id ` & `$set_as_true` - changed `set_as_true` to set read date only if user_id is equal to receiver's id REJack 2016-05-28 15:08:46 +0200
  • 46308eb794 fixed missing comma in sql files SQL files Tested with MySQL v5.7.11 v2.5.0-alpha.4 REJack 2016-05-28 14:51:49 +0200
  • 3b9983f626 Merge pull request #144 from tobiasfichtner/patch-1 v2.5.0-alpha.3 Raphael Jackstadt 2016-05-25 19:37:26 +0200
  • 1c67131ee8 Create aauth_lang.php Tobias Fichtner 2016-05-25 17:29:06 +0200
  • 2fbea315e4 Merge pull request #142 from terrylinooo/develop v2.5.0-alpha.2 Raphael Jackstadt 2016-05-25 13:46:20 +0200
  • 852d4f9f34 Create aauth_lang.php Terry Lin 2016-05-25 19:36:46 +0800
  • 52412ff9fe Create aauth_lang.php Terry Lin 2016-05-25 19:36:01 +0800
  • 36da952709 fixed SQL files (now its compatible with `MySQL >= 5.7.3`) v2.5.0-alpha REJack 2016-05-24 11:28:18 +0200
  • 34f66afe5e #137 Non-user based DDoS check added a new table for login_attempts (in both SQL files) added 2 config vars `login_attempts`(db) & `remove_successful_attempts` changed function `reset_login_attempts()` (removed user_id and changed where to ip_address and timestamp from user_id only) changed function `update_login_attempts()` (removed user_id and changed where to ip_address and timestamp from email/user_id only) changed function `login()` (removed arguments from changed functions, added abilty to enable/disable removing login attempt after successful login) REJack 2016-05-20 13:40:10 +0200
  • 61f9907498 removed `aauth_system_variables` from SQL files removed config var `system_variables` REJack 2016-05-18 23:05:08 +0200
  • 51d03fa2c5 added config var info for `totp_two_step_login_redirect` REJack 2016-05-18 22:52:08 +0200
  • 37a731dbdb totp enhancements - added 2 config vars (`totp_two_step_login_active`, `totp_two_step_login_redirect`) - changed `login()` to set session data if totp is required and two_step_login is active and skip default - fixed `control()` to check if totp verification is required, if required then it redirects to `totp_two_step_login_redirect` - fixed `control()` to check if is_loggedin not with totp verification is required - changed `is_allowed()` to check if totp verification is required, if required then it redirects to `totp_two_step_login_redirect` - added 2 functions `verify_user_totp_code($totp_code, $user_id = FALSE)` & `is_totp_required()` REJack 2016-05-18 22:44:17 +0200
  • bf0463310e some little fixes `is_loggedin()` 2 empty lines removed `control()` it hasn't checked if no perm_par was given REJack 2016-05-18 22:22:29 +0200
  • bfdc6ea1de removed System Variables if anyone use the System Variables and want update to v2.5.0 a Compatibility Library is available under https://github.com/REJack/CodeIgniter-Aauth-Compat REJack 2016-05-18 21:15:15 +0200
  • 569fc870a6 fixed config var `password_hash_algo` string to constant and added info link REJack 2016-05-18 19:59:20 +0200
  • 906ccf02e4 changed config var name from `max_login_attempt_per_minutes` to `max_login_attempt_time_period` changed default config var value for `max_login_attempt_per_minutes` removed config info line from removed `update_last_login_attempt` config var REJack 2016-05-14 20:32:44 +0200
  • fd6e3f3495 removed config var `update_last_login_attempt` changed `update_login_attempts()` (removed config var `update_last_login_attempt` & optimized if's) REJack 2016-05-14 20:24:32 +0200
  • f33affcb58 changed `get_user_groups()` (public groups now visible if checked on guests) REJack 2016-05-14 20:21:36 +0200
  • bd33c956a2 BCrypt/PHP's password_hash support - added config var `use_password_hash` - added config var `password_hash_algo` - added config var `password_hash_options` - added `verify_password()` - changed `login()` (changed pass check with new the function, added a little skip for pass recreation if password_hash is active) - changed `hash_password()` - added `sql/Aauth_v2_BCrypt.sql` with a working password if BCrypt is active REJack 2016-05-14 19:37:06 +0200
  • e4aa1f5bc7 tests `update_login_attempts` done fixed strtotime params in `update_login_attempts` changed config var `update_last_login_attempt` to true, REJack 2016-05-14 16:37:06 +0200
  • 4c3aec4b7c fixed `strtotime()` parameter REJack 2016-05-14 14:31:46 +0200
  • e205dc28b8 removed user_id for reset_/remind_password function (#124) - changed `ver_code` to sha1 hashed timestamp (`remind_password()`) - removed `user_id` in reset password link (`remind_password()`) - removed function param `$user_id` (`reset_password()`) - changed password length to an even number based on config var `min` (`reset_password()`) REJack 2016-05-14 14:06:34 +0200
  • 30a576df06 fixed fatal flaw on `update_login_attempts` (#133) - changed `last_login_attempt` value to `Y-m-d H:i:s` from `Y-m-d H:0:0` - changed `last_login_attempt`-check to check every x minute based on config var (`max_login_attempt_per_minutes`) - added optional `last_login_attempt` update on login attempt (`update_last_login_attempt`) - added config var `max_login_attempt_per_minutes` - added config var `update_last_login_attempt` - fixed config var info for `max_login_attempt` (`20` to `10`) REJack 2016-05-14 13:33:23 +0200
  • 952f3ebe46 changed version to 2.5.0-alpha REJack 2016-05-14 12:57:51 +0200
  • 1ead74901d Merge pull request #113 from REJack/gh-pages gh-pages Raphael Jackstadt 2016-05-13 09:28:19 +0200
  • 4b1679f756 Merge pull request #116 from REJack/master v2.4.7 Raphael Jackstadt 2016-05-13 09:21:14 +0200
  • 0ae258d889 added function `get_user_vars($user_id)` REJack 2016-05-11 11:33:38 +0200
  • 3887dd46ad renamed `valid_chars` to `additional_valid_chars` #125 REJack 2016-05-06 15:52:08 +0200
  • 66b24507e1 fixed `Quick Start`-Section (changed `deny` to `deny_group`) (found by #118) REJack 2016-05-01 15:19:45 +0200
  • 58b08f9e26 fixed `Quick Start`-Section (changed `deny` to `deny_group`) REJack 2016-05-01 15:16:59 +0200
  • 0ba3a8ea5e verification email sending disabled if a admin is creating a user REJack 2016-05-01 14:54:52 +0200
  • 4675b2fc5f Sub-Groups added - 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 2016-04-13 22:48:37 +0200
  • 0c24e4e8f7 lil page changes Raphael Jackstadt 2016-04-03 20:43:11 +0200
  • c221014b64 Merge pull request #112 from waffle-iron/master Emre Akay 2016-04-03 01:48:01 +0300
  • 6a34d5149e add waffle.io badge Making GitHub Delicious 2016-04-02 16:47:36 -0600
  • 75fef0dccc Create gh-pages branch via GitHub Emre Akay 2016-03-15 23:41:15 +0200
  • e46962e6ae Merge pull request #95 from AnasTHH/master Emre Akay 2016-03-15 23:05:26 +0200
  • 1e9b01b85e Merge pull request #110 from REJack/master Emre Akay 2016-03-15 23:04:05 +0200
  • 50e8006a22 Merge pull request #108 from suhindra/master Emre Akay 2016-03-15 23:03:30 +0200
  • ca2cefd2b7 added a check if user has email or name already Raphael Jackstadt 2016-03-06 09:35:33 +0100
  • 33c1bf7528 removed some spaces Raphael Jackstadt 2016-03-03 11:58:31 +0100
  • 586e9316a6 PHP7 fix #107 Raphael Jackstadt 2016-03-03 11:57:54 +0100
  • c651d45977 add indonesian language file translation suhindra 2016-02-09 20:48:05 +0700
  • a775982cb8 Update Aauth.php AnasTHH 2016-02-02 04:38:32 +0400
  • fc0f29b4f7 Merge pull request #102 from bevdam/master Emre Akay 2016-01-18 01:24:13 +0200
  • eedb053d2d Updated optional name param to use false instead of string Bevin 2016-01-13 09:44:39 +0200
  • b09f96f244 Fixed error on optional param of name when creating user Bevin 2016-01-12 16:37:44 +0200
  • 1b705d0fe5 Merge pull request #98 from ManeBit/master Emre Akay 2015-12-23 23:02:16 +0200
  • 8d9d5b28e4 center smaller logo David Meyer 2015-12-22 00:00:18 -0800
  • b690aefa31 smaller logo David Meyer 2015-12-21 23:54:07 -0800
  • 7cfe1cbb79 Merge pull request #2 from emreakay/master David Meyer 2015-12-21 23:46:16 -0800
  • 8161fff5d2 Update Aauth.php v2.4.6 Emre Akay 2015-12-02 13:37:47 +0200
  • 87e70afbba Merge pull request #93 from scombat/patch-1 Emre Akay 2015-12-02 13:30:27 +0200
  • 7e92f7c706 Merge pull request #91 from REJack/master Emre Akay 2015-12-02 13:29:50 +0200
  • 09c1ffa481 Update Aauth.php AnasTHH 2015-11-21 11:50:05 +0400
  • e1dee38adc Added a function to remove member from all groups AnasTHH 2015-11-21 11:37:21 +0400
  • b254c9d715 Update array clearing for php compatibilities scombat 2015-11-17 14:30:28 +0100
  • a858c1abf4 changed 'TOTP Code' to 'Authentication Code' in english lang file REJack 2015-11-15 18:51:51 +0100
  • c7e05f0265 sry thats was my failure REJack 2015-11-10 11:54:28 +0100
  • 50ddf8b99c fix for allow_user and allow_group problem #90 REJack 2015-11-09 16:59:48 +0100
  • 4d7dc29bd8 Merge pull request #89 from mafooo/bugfix/remove-print_r-in-recapcha-lib Emre Akay 2015-11-09 17:58:18 +0200
  • de99e5115e Merge pull request #1 from emreakay/master David Meyer 2015-11-09 00:22:09 -0700
  • 572e49f494 Removed print_r in recapcha helper Mathew White 2015-11-08 12:56:53 +0000
  • 349bcad1a6 Merge pull request #85 from scombat/custom_hash_method v2.4.5 Emre Akay 2015-10-28 10:06:57 +0200
  • ecb3ae3a77 Update Aauth.php Emre Akay 2015-10-28 10:06:41 +0200
  • 825f53576f reform old gitignore Steve 2015-10-28 00:22:59 +0100
  • c276164c5b Add explaination an recommendations Steve 2015-10-28 00:10:38 +0100
  • c84fde5591 Add hash in configuration Steve 2015-10-28 00:06:52 +0100
  • 325d9e6183 Merge remote-tracking branch 'upstream/master' Steve 2015-10-27 22:46:25 +0100
  • 6dd3839385 add gitignore for development comodity Steve 2015-10-27 22:44:05 +0100
  • 6f70228f71 Update Aauth.php v2.4.4 Emre Akay 2015-10-27 15:46:11 +0200
  • a236514ec6 Merge pull request #84 from REJack/master Emre Akay 2015-10-27 15:45:41 +0200
  • f42e5468ff moved $perm_id after the if's conditions for more performance REJack 2015-10-27 12:14:37 +0100