summaryrefslogtreecommitdiff
path: root/app/Model
AgeCommit message (Collapse)Author
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
fixes https://github.com/fguillot/kanboard/issues/902
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 + ↵Frederic Guillot
refactoring
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
(#669) Merge and modification of pull-request #785
2015-05-052nd Recurring Tasks CommitDavid-Norris
New Trigger (move from first column) New method to get last column of a board Locales updated API changes (createTask, updateTask) API Docs & Examples
2015-05-03Fix bug: task references are not uniqueFrederic Guillot
2015-05-03Initial Recurring Tasks CommitDavid-Norris
Initial Recurring Tasks Commit No Locales Updated.
2015-04-22Send notifications with the language of the recipientFrederic Guillot
2015-04-21Allow admins to disable the 2FA for a standard userFrederic 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-18Add Slack and Hipchat integrations for each projectsFrederic Guillot
2015-04-18Fix PHP 5.3 issueFrederic 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
2015-04-12Add screenshot support for tasks (copy/paste images directly)Frederic Guillot
2015-04-11Make sure the user is connectedFrederic Guillot
2015-04-11Fix php errorFrederic Guillot
2015-04-11Include all tasks for daily project summariesFrederic Guillot
2015-04-11Add burndown chartFrederic Guillot
2015-04-11Add auth controllerFrederic Guillot
2015-04-11Add column controllerFrederic Guillot
2015-04-11Add category description (merge and modify pull-request #692)Frederic Guillot