summaryrefslogtreecommitdiff
path: root/app/Schema/Mysql.php
AgeCommit message (Expand)Author
2019-02-15Fix MySQL migration when using increment values different from 1Psy-Q
2018-10-06Escape table name 'groups' because groups is a reserved word as of MySql 8.0.2Thomas
2018-08-11Allow to associate tags to colorsJulian Maurice
2018-08-09Allow to associate project categories to colorsJulian Maurice
2018-05-25Increase size of the "users.language" columnMiodrag Tokić
2018-04-12Adjust field size to keep compatibility with MySQL 5.6Frédéric Guillot
2018-04-12Use utf8mb4 encoding for MySQL instead of utf8Frédéric Guillot
2018-04-11Increase text fields length in several tablesFrédéric Guillot
2018-04-02Add default filter per userAurélien
2017-12-12Store PHP sessions in the databaseFrédéric Guillot
2017-11-02Add predefined templates for task descriptionsFrederic Guillot
2017-10-27Remove feature "Allow everybody to access to this project"Frederic Guillot
2017-06-03Add configurable list of predefined subjects when sending a task by emailFrederic Guillot
2017-04-08Add missing migrations for Mysql and PostgresFrederic Guillot
2017-02-18Remove default swimlaneFrederic Guillot
2017-02-04Add email address field for projectsFrederic Guillot
2017-01-28Update SQL exportsFrederic Guillot
2017-01-22Add user invitationsFrederic Guillot
2017-01-22Add date_modification to comments (PR #2950)Lev Lazinskiy
2017-01-15Fix Kanboard installation errors on MySQL 8.0.0Volodymyr Kushnir
2016-12-03Add personal API access tokenFrederic Guillot
2016-12-02Fix field too small for application settingsFrederic Guillot
2016-11-05Add the possibility to create external tasksFrederic Guillot
2016-09-18Add column restrictions to custom project rolesFrederic Guillot
2016-09-11Add missing primary key in Mysql schemaFrederic Guillot
2016-09-11Add project restrictions for custom rolesFrederic Guillot
2016-09-07Add new models ColumnMoveRestrictionModel and ProjectRoleModelFrederic Guillot
2016-07-05Hide tasks within specific columns in dashboard (#2424)Busfreak
2016-06-23Added models for tagsFrederic Guillot
2016-03-27Update SQL dumps and improve schema migration processFrederic Guillot
2016-03-27Fix bad unique constraints in Mysql table user_has_notificationsFrederic Guillot
2016-03-26Added avatar image uploadFrederic Guillot
2016-03-24Improve PR #1993Frederic Guillot
2016-03-13user and data for metadata + settingsTimo Litzbarski
2016-02-19Add migration to rename old event nameFrederic Guillot
2016-02-14Add ProjecFile and TaskFile modelsFrederic Guillot
2016-02-13Enable/Disable usersFrederic Guillot
2016-01-30Fix typo in Mysql migrationFrederic Guillot
2016-01-30Add external links for tasks with plugin apiFrederic Guillot
2016-01-24Add configurable task priorityFrederic Guillot
2016-01-24Add project ownerFrederic Guillot
2016-01-09Add forgot password featureFrederic Guillot
2016-01-03Increase action name column length in actions tableFrederic Guillot
2016-01-03Add migrations for new action namesFrederic Guillot
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