summaryrefslogtreecommitdiff
path: root/app/Model
AgeCommit message (Collapse)Author
2015-07-04Refactoring to implement new layout with filters: board/calendar/list views ↵Frederic Guillot
(work in progress)
2015-07-03Fix regression in the model for "Completed task" viewOlivier Maridat
2015-07-01Remove method Category::getBoardCategories()Frederic Guillot
2015-07-01Add project and column attributes for advanced searchFrederic Guillot
2015-07-01Add global search sectionFrederic Guillot
2015-07-01Change dashboardFrederic Guillot
2015-06-28Add category attribute for advanced searchFrederic Guillot
2015-06-28Add description attribute for advanced searchFrederic Guillot
2015-06-28Add status attribute for advanced searchFrederic Guillot
2015-06-28Improve date due filterFrederic Guillot
2015-06-28Start to implement advanced search query languageFrederic Guillot
2015-06-27Fix task filter issueFrederic Guillot
2015-06-27Add more colors for tasksFrederic Guillot
2015-06-27Remove column default_project_id for users because it's useless nowFrederic Guillot
2015-06-27Merge pull-request #947Frederic Guillot
2015-06-27PicoDb updateFrederic Guillot
2015-06-25Reorder task linksOlivier Maridat
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 ↵Frederic Guillot
of app.js
2015-06-23Fix issue in aggregate daily project summaryFrederic Guillot
2015-06-21Replace dimplejs by c3js for chart drawingFrederic Guillot
2015-06-21Update Bitbucket webhooks to handle issues/commit/commentsFrederic 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-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 ↵Frederic Guillot
notification for swimlane change
2015-06-13Show changes in task update notificationsFrederic Guillot
2015-06-13Add new automatic action: Move task to another column when the category is ↵Frederic Guillot
changed
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
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