diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-12-13 19:21:59 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-12-13 19:21:59 -0500 |
commit | f8bb0b47736e782033b241e4b9982e5c6ab61ef9 (patch) | |
tree | 5043898beea757cc4c0ef7fdbb6d63dbfc4d94b5 | |
parent | ff26cce361f123de7fa9f1bc9989bad88f19b7f3 (diff) |
Update ChangeLog
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1,26 +1,26 @@ -Version 1.0.22 (unreleased) ---------------------------- +Version 1.0.22 +-------------- Breaking changes: * LDAP configuration parameters changes (See documentation) * SQL table changes: - "users" table: added new column "role" and removed columns "is_admin" and "is_project_admin" - - "project_has_users" table: replace column "is_owner" by column "role" + - "project_has_users" table: replaced column "is_owner" with column "role" - Sqlite does not support alter table, old columns still there but unused * API procedure changes: - createUser - createLdapUser - updateUser -* Event removed: "session.bootstrap" use "app.boostrap" instead -* Change arguments for API procedure "updateTask" + - updateTask +* Event removed: "session.bootstrap", use "app.boostrap" instead New features: -* Add pluggable authentication and authorization system (full rewrite) +* Add pluggable authentication and authorization system (complete rewrite) * Add groups (teams/organization) * Add LDAP groups synchronization -* Add project groups permissions +* Add project group permissions * Add new project role Viewer * Add generic LDAP client library * Add search query attribute for task link |