Age | Commit message (Expand) | Author |
2016-05-30 | Added some unit tests for avatar letter with UTF-8 | Frederic Guillot |
2016-05-28 | Rename all models | Frederic Guillot |
2016-05-28 | Improve notification classes and move interface to core | Frederic Guillot |
2016-05-28 | Split board controller into multiple classes | Frederic Guillot |
2016-05-28 | Rename controllers | Frederic Guillot |
2016-05-26 | Rename task view controller | Frederic Guillot |
2016-05-26 | Mark notification as read when clicking on it | Frederic Guillot |
2016-05-25 | Rename ProjectEdit controller | Frederic Guillot |
2016-05-25 | Support strtotime strings for date search | Frederic Guillot |
2016-05-24 | Clean up unit tests | Frederic Guillot |
2016-05-24 | Do not send notifications to disabled users | Frederic Guillot |
2016-05-24 | Filter non compatible plugins | Frederic Guillot |
2016-05-23 | Added QueueProvider to base class for unit tests | Frederic Guillot |
2016-05-17 | Added the possibility to convert a subtask to a task | Frederic Guillot |
2016-05-16 | Update test case | Frederic Guillot |
2016-05-15 | User creation forms are now displayed with inline popup | Frederic Guillot |
2016-05-15 | Added unit tests for middleware | Frederic Guillot |
2016-05-15 | Added task creation menu for all projects views | Frederic Guillot |
2016-05-15 | Refactoring: added controlled middleware and changed response class | Frederic Guillot |
2016-05-11 | Added unit test for ProjectMetadata::duplicate() | Frederic Guillot |
2016-05-11 | Duplicate project metadata when duplicating project (#2074) | Busfreak |
2016-05-07 | Improve plugin loading | Frederic Guillot |
2016-05-07 | Added support for language LDAP attribute | Frederic Guillot |
2016-05-07 | Remove logger from unit tests | Frederic Guillot |
2016-05-07 | Added support for LDAP user photo profile | Frederic Guillot |
2016-05-07 | User roles are now synced with LDAP at each login | Frederic Guillot |
2016-05-05 | Allow a project owner to manage his own public project | Frederic Guillot |
2016-05-04 | Added automated action to change task color based on the priority | Frederic Guillot |
2016-05-04 | Unify task drop-down menu between different views | Frederic Guillot |
2016-05-03 | Improve LDAP user group membership synchronization | Frederic Guillot |
2016-05-02 | Added auto-loading in tests for plugins | Frederic Guillot |
2016-04-30 | Added support for LDAP Posix Groups (OpenLDAP with memberUid) | Frederic Guillot |
2016-04-30 | Change Kanboard's website URL to use HTTPS everywhere | Frederic Guillot |
2016-04-29 | Fixed improper Markdown escaping for some tooltips | Frederic Guillot |
2016-04-29 | Fix bug: closing all tasks by column, also update closed tasks | Frederic Guillot |
2016-04-29 | Fixed wrong task link generation within Markdown text | Frederic Guillot |
2016-04-24 | Use PLUGINS_DIR constant to load plugin templates | Frederic Guillot |
2016-04-21 | Added API procedure "getMemberGroups" | Frederic Guillot |
2016-04-10 | Added search in activity stream | Frederic Guillot |
2016-04-10 | Refactor ProjectActivity model to use Filter and Formatter interface | Frederic Guillot |
2016-04-10 | Added search by task creator | Frederic Guillot |
2016-04-09 | Added search in comments | Frederic Guillot |
2016-04-09 | Filter refactoring | Frederic Guillot |
2016-03-29 | Fix broken unit test in PR #2066 | Frederic Guillot |
2016-03-27 | Improve UserHelper::getInitials() | Frederic Guillot |
2016-03-27 | Fix bad unique constraints in Mysql table user_has_notifications | Frederic Guillot |
2016-03-27 | Minor improvements | Frederic Guillot |
2016-03-27 | Handle state in OAuth2 client | Frederic Guillot |
2016-03-26 | Added avatar image upload | Frederic Guillot |
2016-03-25 | Allow to use the original template in overridden templates (PR #1941) | Frederic Guillot |