Add bruteforce protection

This commit is contained in:
Frederic Guillot
2015-08-01 12:14:22 -04:00
parent db69d5c429
commit db88a00d48
20 changed files with 405 additions and 43 deletions

View File

@@ -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
--------------