summaryrefslogtreecommitdiff
path: root/app/Model
AgeCommit message (Expand)Author
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-20Add automatic action to send a task by emailFrederic Guillot
2015-06-19Add RSS feed for users and change address of project feedsFrederic Guillot
2015-06-19Fix phpdoc commentsFrederic Guillot
2015-06-18Merge pull-request #907Frederic Guillot
2015-06-14Fix wrong event name in switch/caseFrederic Guillot
2015-06-14Improve activity stream/notification for task update events and add new notif...Frederic Guillot
2015-06-13Show changes in task update notificationsFrederic Guillot
2015-06-13Add new automatic action: Move task to another column when the category is ch...Frederic Guillot
2015-06-13API: new procedure 'removeAllFiles' and contract change for 'createFile'Frederic Guillot
2015-06-11Remove unused use statementsFrederic Guillot
2015-06-11Change variable namesFrederic 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-06-04adding time estimated in de task footer and swimlanes' name in the task detailsFábio Hideki
2015-06-03normal user should not have inactive boards in board selectorTimotheus Pokorra
2015-05-31Improve project navigationFrederic Guillot
2015-05-31Fix bug: add missing file extension for screenshot filenameFrederic Guillot
2015-05-30Add debugging log to record the time to send an emailFrederic Guillot
2015-05-30Fix bug in calendar conditionFrederic Guillot
2015-05-24Add file procedures to the APIFrederic Guillot
2015-05-24Fix query with ambiguous column nameFrederic Guillot
2015-05-24Fix PhpAnalyzer issuesFrederic 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-21Show swimlane dropdown only when necessaryFrederic Guillot
2015-05-18Send all Kanboard events to the webhook (breaking change)Frederic Guillot
2015-05-18Add ical export for usersFrederic Guillot
2015-05-17Add iCalendar public access for projectsFrederic Guillot
2015-05-16Add new automatic action to update the start dateFrederic Guillot
2015-05-16Display tasks in the calendar + improve settingsFrederic Guillot
2015-05-10Recurring tasks (#847): add unit testFrederic Guillot
2015-05-10Recurring tasks (#847): rename class constantsFrederic Guillot
2015-05-10Recurring tasks (#847): move hardcoded conditions to event subscriber + refac...Frederic Guillot
2015-05-10Recurring tasks (#847): Fix php error (substract is not always defined)Frederic Guillot
2015-05-10Merge pull-request #847 (recurring tasks)Frederic Guillot
2015-05-09Fix some php analyzer issuesFrederic Guillot
2015-05-09Improve Link::getOppositeLinkId()Frederic Guillot
2015-05-09Allow auto-completion with the task idFrederic Guillot
2015-05-09Update task links, assignee and time tracking (#775), group links by label (#...Frederic Guillot
2015-05-052nd Recurring Tasks CommitDavid-Norris
2015-05-03Fix bug: task references are not uniqueFrederic Guillot
2015-05-03Initial Recurring Tasks CommitDavid-Norris
2015-04-22Send notifications with the language of the recipientFrederic Guillot