summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2015-06-27PicoDb updateFrederic Guillot
2015-06-24Add timer for subtasks and remove settings for subtask time trackingFrederic Guillot
2015-06-24Auto assign subtasks when status is toggledFrederic Guillot
2015-06-23Improve assets loading: remove http call to load task colors and async load o...Frederic Guillot
2015-06-23Fix issue in aggregate daily project summaryFrederic Guillot
2015-06-21Update Bitbucket webhooks to handle issues/commit/commentsFrederic Guillot
2015-06-20Improve automatic action to create comments based on commit messagesFrederic Guillot
2015-06-20Allow sync of Github comments without common username and add unit testsFrederic Guillot
2015-06-20Change comments table structure (drop foreign key on user_id)Frederic Guillot
2015-06-20Close all subtasks when a task is closedFrederic Guillot
2015-06-20Improve automatic action duplication with unit tests and improve database schemaFrederic Guillot
2015-06-20Change travis-ci configurationFrederic Guillot
2015-06-20Add automatic action to send a task by emailFrederic Guillot
2015-06-20Correct LocaleUnitTest to actually check the number of %d placeholders are co...Colin Williams
2015-06-19Add RSS feed for users and change address of project feedsFrederic Guillot
2015-06-19Fix coding style in pull-request #936Frederic Guillot
2015-06-19Add unit test for locales to ensure number of %d and %s placeholders are corr...Colin Williams
2015-06-16API: Change parameters for updateTask, enforce the use of moveTaskPosition() ...Frederic Guillot
2015-06-15Remove truncate helper and use css insteadFrederic Guillot
2015-06-15Use css to truncate the page titleFrederic Guillot
2015-06-14Improve activity stream/notification for task update events and add new notif...Frederic Guillot
2015-06-13Add new automatic action: Move task to another column when the category is ch...Frederic Guillot
2015-06-13API: Add procedure 'getTaskByReference' and add 'reference' parameter for 'cr...Frederic Guillot
2015-06-13API: new procedure 'removeAllFiles' and contract change for 'createFile'Frederic Guillot
2015-06-13Add Sendgrid as mail transportFrederic Guillot
2015-06-11UnitTest: Add delta for timestamps comparisonFrederic Guillot
2015-06-11Fix notification template issuesFrederic Guillot
2015-06-07Add Mailgun API as mail transportFrederic Guillot
2015-06-07Add user filter/condition for notificationsFrederic Guillot
2015-06-06Improve email sending system and add Postmark as mail transportFrederic Guillot
2015-05-24Add file procedures to the APIFrederic Guillot
2015-05-24Helpers refactoringFrederic Guillot
2015-05-23Add functional tests for task linksFrederic Guillot
2015-05-23Merge branch 'master' of https://github.com/fguillot/kanboardFrederic Guillot
2015-05-23API refactoringFrederic Guillot
2015-05-22Increase length of attachments file names (and truncate if really too long)Frederic Guillot
2015-05-18Send all Kanboard events to the webhook (breaking change)Frederic Guillot
2015-05-18Add ical export for usersFrederic Guillot
2015-05-17Fix bug when creating project in DutchFrederic Guillot
2015-05-16Add new automatic action to update the start dateFrederic Guillot
2015-05-14Return application url if defined for the helper getCurrentBaseUrl()Frederic Guillot
2015-05-10Recurring tasks (#847): add unit testFrederic Guillot
2015-05-09Improve Link::getOppositeLinkId()Frederic Guillot
2015-05-09Update task links, assignee and time tracking (#775), group links by label (#...Frederic Guillot
2015-05-03Fix bug: task references are not uniqueFrederic Guillot
2015-04-19Add Sendgrid integration (incoming email handling)Frederic Guillot
2015-04-19Add Mailgun integration (incoming emails)Frederic Guillot
2015-04-19Add Postmark integration (inbound emails for task creation)Frederic Guillot
2015-04-18Fix bug when moving subtasks with non consecutive positionsFrederic Guillot
2015-04-18Fix issue move column up/down with non consecutive positionsFrederic Guillot