summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
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-03Merge pull-request #2188Frederic Guillot
2016-06-03Change css for header linksFrederic Guillot
2016-06-03Add link in project nameSébastien Kergreis
2016-06-02Expose to the user interface the email sender addressFrederic Guillot
2016-06-01Raise exception for webhook token verificationFrederic Guillot
2016-06-01Added mail helperFrederic Guillot
2016-06-01Merge pull-request #2280Frederic Guillot
2016-06-01Fix filters with UTF-8 charactersSébastien Kergreis
2016-05-31Fix typo after refactoringFrederic Guillot
2016-05-30Do not sync user role if LDAP groups are not configuredFrederic Guillot
2016-05-30Added some unit tests for avatar letter with UTF-8Frederic Guillot
2016-05-30Merge pull-request #2267Frederic Guillot
2016-05-29Make console commands pluggableFrederic Guillot
2016-05-29Update JsonRPC library and APIFrederic Guillot
2016-05-28Rename base validator classFrederic Guillot
2016-05-28Move task import outside of project settingsFrederic Guillot
2016-05-28Improve base FileModel classFrederic Guillot
2016-05-28Minor fixesFrederic Guillot
2016-05-28Rename all modelsFrederic Guillot
2016-05-28Remove model base classFrederic Guillot
2016-05-28Added mail provider classFrederic Guillot
2016-05-28Improve notification classes and move interface to coreFrederic Guillot
2016-05-28Fix wrong redirect after removing a task from the task view pageFrederic Guillot
2016-05-28Split Gantt controllerFrederic Guillot
2016-05-28Split board controller into multiple classesFrederic Guillot
2016-05-28Rename controllersFrederic Guillot
2016-05-28Rename controllersFrederic Guillot
2016-05-27Update LetterAvatarProvider.phpbitcoin333
Correct UFT-8 handling.
2016-05-26Rename task view controllerFrederic Guillot
2016-05-26Rename task controllersFrederic Guillot
2016-05-26Rename 2FA controllerFrederic Guillot
2016-05-26Mark notification as read when clicking on itFrederic Guillot
2016-05-26Update translations.phpbitcoin333
Hungarian translation completed.
2016-05-26Remove webhook endpoint to create tasks (breaking change)Frederic Guillot
2016-05-25Rename ProjectEdit controllerFrederic Guillot
2016-05-25Rename ProjectPermission controllerFrederic Guillot
2016-05-25Split project controller into multiple classesFrederic 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-24Clean up unit testsFrederic Guillot
2016-05-24Merge pull-request #2261Frederic Guillot
2016-05-24Do not send notifications to disabled usersFrederic Guillot
2016-05-24Filter non compatible pluginsFrederic Guillot
2016-05-24Added NotificationJobFrederic Guillot
2016-05-23Added QueueManager to process background jobsFrederic Guillot
2016-05-23Adds task column in 'my tasks' table on dasboardSébastien Kergreis
2016-05-22Improve Postgres SQL dumpFrederic Guillot