summaryrefslogtreecommitdiff
path: root/app/Core
AgeCommit message (Expand)Author
2016-07-02Added more unit tests for LDAP user classFrederic Guillot
2016-07-02Handle priority for task and project duplicationFrederic Guillot
2016-07-02Move Task::duplicate() to class ProjectTaskDuplicationModelFrederic Guillot
2016-07-02Handle tags and tasks move/duplication to another projectFrederic Guillot
2016-07-01Memory cache have to be flushed before job processingFrederic Guillot
2016-07-01Flush memory cache in worker to get latest config valuesFrederic Guillot
2016-07-01Fixed lexer issue with non word charactersFrederic Guillot
2016-06-26Added new API calls for external task linksFrederic Guillot
2016-06-26Added application and project roles validation for API procedure callsFrederic Guillot
2016-06-24Added tag modification from the user interfaceFrederic Guillot
2016-06-23Added models for tagsFrederic Guillot
2016-06-05Display local date format in date pickerFrederic Guillot
2016-06-05Changed DateParser to use only user format and ISO-8601Frederic Guillot
2016-06-05Added config parameter to allow self-signed certificates for the HTTP clientFrederic Guillot
2016-06-05Conifgure email settings through user interfaceFrederic Guillot
2016-06-05Improve background workersFrederic Guillot
2016-06-03Change css for header linksFrederic Guillot
2016-06-02Expose to the user interface the email sender addressFrederic Guillot
2016-06-01Added mail helperFrederic Guillot
2016-06-01Fix filters with UTF-8 charactersSébastien Kergreis
2016-05-30Do not sync user role if LDAP groups are not configuredFrederic Guillot
2016-05-29Make console commands pluggableFrederic Guillot
2016-05-29Update JsonRPC library and APIFrederic Guillot
2016-05-28Rename all modelsFrederic Guillot
2016-05-28Improve notification classes and move interface to coreFrederic Guillot
2016-05-26Rename task view controllerFrederic Guillot
2016-05-25Do not execute controller if the response is already sentFrederic Guillot
2016-05-25Support strtotime strings for date searchFrederic Guillot
2016-05-24Filter non compatible pluginsFrederic Guillot
2016-05-23Added QueueManager to process background jobsFrederic Guillot
2016-05-20Manage plugins from the user interface and from the command lineFrederic Guillot
2016-05-16Improve user controllers and viewsFrederic Guillot
2016-05-15User import is now a popoverFrederic Guillot
2016-05-15Added unit tests for middlewareFrederic Guillot
2016-05-15Added task creation menu for all projects viewsFrederic Guillot
2016-05-15Refactoring: added controlled middleware and changed response classFrederic Guillot
2016-05-07Improve plugin loadingFrederic Guillot
2016-05-07Added method onStartup() for pluginsFrederic Guillot
2016-05-07Added support for language LDAP attributeFrederic Guillot
2016-05-07Added support for LDAP user photo profileFrederic Guillot
2016-05-07User roles are now synced with LDAP at each loginFrederic Guillot
2016-05-04Unify task drop-down menu between different viewsFrederic Guillot
2016-05-03Improve LDAP user group membership synchronizationFrederic Guillot
2016-04-30Added support for LDAP Posix Groups (OpenLDAP with memberUid)Frederic Guillot
2016-04-29Fixed wrong task link generation within Markdown textFrederic Guillot
2016-04-24Use PLUGINS_DIR constant to load plugin templatesFrederic Guillot
2016-04-14Allow plugins loading from another locationFrederic Guillot
2016-04-10Refactor ProjectActivity model to use Filter and Formatter interfaceFrederic Guillot
2016-04-09Filter refactoringFrederic Guillot
2016-03-27Check if LDAP logger is definedFrederic Guillot