Paul Canning
e404e0a5c7
Fix for list_pms
9 years ago
Paul Canning
54cfd3b2b1
Fixed PM default type for delete flag
9 years ago
Raphael Jackstadt
4672cf8770
changed CHANGELOG.md
9 years ago
Raphael Jackstadt
5cbff6c4c0
Merge pull request #163 from paulcanning/2.5-stable
...
Fix for count_unread_pms
9 years ago
Paul Canning
b409fef20c
Fixed count_unread_pms not checking for deleted status.
9 years ago
Raphael Jackstadt
6fb3db62fd
changed CHANGELOG.md
9 years ago
Raphael Jackstadt
5c5135042f
changed CHANGELOG.md
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
793b2e9887
changed CHANGELOG.md
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
b9c8fe7451
Updated CHANGELOG.md
9 years ago
REJack
fe117dd30f
v2.5.6
...
- added abilty to set a config for CI's Email Library
9 years ago
REJack
b573bf872e
updated CHANGELOG.md
9 years ago
REJack
a1bf4fb66f
fixed `reCAPTCHA`-validation (moved after `DDoS` check)
9 years ago
REJack
7ba4631060
updated CHANGELOG.md
...
- removed `updated CHANGELOG.md` commits & infos, its going to a endless loop of commits
9 years ago
REJack
91ededf5cd
changed version to 2.5.5
9 years ago
REJack
b720777c79
updated CHANGELOG.md
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
58c9526fab
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
paulcanning
3932bef15b
Merge pull request #1 from emreakay/2.5-stable
...
2.5 stable
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
...
PM fixes
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
a55f9c35a3
last changes in CHANGELOG for v2.5.0
9 years ago
REJack
1eee170358
- release prefix changed in library
...
- changed copyright in library
- fixed usernames in Quick Start-Section
9 years ago
REJack
938b5d9814
updated CHANGELOG
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
947a8b7f22
Added CHANGELOG.md
...
thx to npm & github-changes 😄
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
REJack
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
9 years ago
REJack
10e844653e
added `date_created` field to `aauth_users`-table in both SQL files
...
changed `create_user()` to fill `date_created` on user creation
9 years ago
REJack
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()`
9 years ago
REJack
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
9 years ago
REJack
46308eb794
fixed missing comma in sql files
...
SQL files Tested with MySQL v5.7.11
9 years ago
Raphael Jackstadt
3b9983f626
Merge pull request #144 from tobiasfichtner/patch-1
...
added German language support
9 years ago
Tobias Fichtner
1c67131ee8
Create aauth_lang.php
...
Add german translation
9 years ago
Raphael Jackstadt
2fbea315e4
Merge pull request #142 from terrylinooo/develop
...
Add language support for Traditional Chinese & Simplified Chinese
9 years ago
Terry Lin
852d4f9f34
Create aauth_lang.php
9 years ago