Update ChangeLog
This commit is contained in:
14
ChangeLog
14
ChangeLog
@@ -1,26 +1,26 @@
|
|||||||
Version 1.0.22 (unreleased)
|
Version 1.0.22
|
||||||
---------------------------
|
--------------
|
||||||
|
|
||||||
Breaking changes:
|
Breaking changes:
|
||||||
|
|
||||||
* LDAP configuration parameters changes (See documentation)
|
* LDAP configuration parameters changes (See documentation)
|
||||||
* SQL table changes:
|
* SQL table changes:
|
||||||
- "users" table: added new column "role" and removed columns "is_admin" and "is_project_admin"
|
- "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
|
- Sqlite does not support alter table, old columns still there but unused
|
||||||
* API procedure changes:
|
* API procedure changes:
|
||||||
- createUser
|
- createUser
|
||||||
- createLdapUser
|
- createLdapUser
|
||||||
- updateUser
|
- updateUser
|
||||||
* Event removed: "session.bootstrap" use "app.boostrap" instead
|
- updateTask
|
||||||
* Change arguments for API procedure "updateTask"
|
* Event removed: "session.bootstrap", use "app.boostrap" instead
|
||||||
|
|
||||||
New features:
|
New features:
|
||||||
|
|
||||||
* Add pluggable authentication and authorization system (full rewrite)
|
* Add pluggable authentication and authorization system (complete rewrite)
|
||||||
* Add groups (teams/organization)
|
* Add groups (teams/organization)
|
||||||
* Add LDAP groups synchronization
|
* Add LDAP groups synchronization
|
||||||
* Add project groups permissions
|
* Add project group permissions
|
||||||
* Add new project role Viewer
|
* Add new project role Viewer
|
||||||
* Add generic LDAP client library
|
* Add generic LDAP client library
|
||||||
* Add search query attribute for task link
|
* Add search query attribute for task link
|
||||||
|
|||||||
Reference in New Issue
Block a user