diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-08-01 12:14:22 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-08-01 12:14:22 -0400 |
commit | db88a00d48d1dce48b8700e460c06ff7fb344f0a (patch) | |
tree | cdb089f5aadcbd22aa63612d4d50bbe63fcbe112 /ChangeLog | |
parent | db69d5c429cf747e72c4ded26f3821e7f688bc13 (diff) |
Add bruteforce protection
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +Version 1.0.18 (unreleased) +--------------------------- + +New features: + +* Add login bruteforce protection with captcha and account lockdown +* Add new api procedures: getDefaultTaskColor(), getDefaultTaskColors() and getColorList() +* Add user api access + +Bug fixes: + +* Wrong template name for subtasks tooltip due to previous refactoring + Version 1.0.17 -------------- |