summaryrefslogtreecommitdiff
path: root/app/Schema/Mysql.php
AgeCommit message (Expand)Author
2015-12-06Fix wrong column type for users.languageFrederic Guillot
2015-12-05Rewrite of the authentication and authorization systemFrederic Guillot
2015-11-25Add groups (teams)Frederic Guillot
2015-11-15Projects with duplicate name are now allowedFrederic Guillot
2015-10-25Move token generation to Security namespaceFrederic Guillot
2015-10-19Cleanup and minor fixesFrederic Guillot
2015-10-17Fix issues in Mysql schemaFrederic Guillot
2015-10-17Fix typo in schema declarationFrederic Guillot
2015-10-17Move slack, hipchat and jabber integrations to pluginsFrederic Guillot
2015-10-17Add metadata for users, tasks and projectsFrederic Guillot
2015-10-17Move webhook to project notification typeFrederic Guillot
2015-10-17Run php-cs-fixer on the code baseFrederic Guillot
2015-10-13Change namespace to add Kanboard as prefixFrederic Guillot
2015-10-10#1340 add append/replace option to dustom filtersBlueTeck
2015-10-03Fix bug with due date greater than year 2038Frederic Guillot
2015-10-03Add web notificationsFrederic Guillot
2015-10-02Add custom filters (refactoring of pull-request #1312)Frederic Guillot
2015-09-20Move timetable to a pluginFrederic Guillot
2015-09-20Move subtask forecast to a pluginFrederic Guillot
2015-09-13Move budget outside of the coreFrederic Guillot
2015-09-13First draft for plugins systemFrederic Guillot
2015-09-04#1144 Add description field to swimlane.Fabiano Pereira
2015-08-28Fix postgres issuesFrederic Guillot
2015-08-23Add Gitlab authenticationFrederic Guillot
2015-08-18Add start and end date for projectsFrederic Guillot
2015-08-14Add new role Project AdministratorFrederic Guillot
2015-08-01Add bruteforce protectionFrederic Guillot
2015-07-25Add settings to disable subtask timer and another to not include closed tasks...Frederic Guillot
2015-07-19Add settings option to define the default task colorFrederic Guillot
2015-07-06Add lead and cycle time for projectsFrederic Guillot
2015-07-05Add schema migration for Slack channelFrederic Guillot
2015-06-27Remove column default_project_id for users because it's useless nowFrederic Guillot
2015-06-24Add timer for subtasks and remove settings for subtask time trackingFrederic Guillot
2015-06-20Change comments table structure (drop foreign key on user_id)Frederic Guillot
2015-06-20Improve automatic action duplication with unit tests and improve database schemaFrederic Guillot
2015-06-07Add user filter/condition for notificationsFrederic 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-16Display tasks in the calendar + improve settingsFrederic Guillot
2015-05-11Add Jabber/XMPP integrationFrederic Guillot
2015-05-03Initial Recurring Tasks CommitDavid-Norris
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-11Add burndown chartFrederic Guillot
2015-04-11Add category description (merge and modify pull-request #692)Frederic Guillot
2015-04-11Improve pull-request (move thumbnail generation function)Frederic Guillot
2015-04-09#717 add size, user, date to uploaded filesBlueTeck
2015-04-03Various fixes for PHPAnalyzerFrederic Guillot
2015-03-31Add two factor authenticationFrederic Guillot