summaryrefslogtreecommitdiff
path: root/app/Model
AgeCommit message (Expand)Author
2015-12-05Remove unused use statementsFrederic Guillot
2015-12-05Fix phpdocFrederic Guillot
2015-12-05Rewrite of the authentication and authorization systemFrederic Guillot
2015-12-03added capability to reopen GitLab issuesMatthew Cillo
2015-11-26Add filter by task linkOlivier Maridat
2015-11-25Add groups (teams)Frederic Guillot
2015-11-22Add Bosnian translation (pull-request #1470)Frederic Guillot
2015-11-21Remove workaround for 'INSERT ON DUPLICATE KEY UPDATE...'Frederic Guillot
2015-11-20CSV task export show the assignee name in addition to the assignee usernameFrederic Guillot
2015-11-15Projects with duplicate name are now allowedFrederic Guillot
2015-11-15Rewrite of session managementFrederic Guillot
2015-11-12Fix bug: cs_CZ display the wrong locale in datetime pickerFrederic Guillot
2015-11-08Merge pull-request #1414Frederic Guillot
2015-10-26Add new action: Assign automatically a category based on a linkOlivier Maridat
2015-10-25Move some classes to namespace Core\HttpFrederic Guillot
2015-10-25Move token generation to Security namespaceFrederic Guillot
2015-10-24Check for each request that reverse proxy user match user sessionFrederic Guillot
2015-10-19Fix regressionsFrederic Guillot
2015-10-19Cosmetic fixesFrederic Guillot
2015-10-19Cleanup and minor fixesFrederic Guillot
2015-10-17Fix typo in phpdocFrederic Guillot
2015-10-17Fix typo in phpdocFrederic Guillot
2015-10-17Remove exit expression in database providerFrederic 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 ProjectActivitySubscriber to a new notification typeFrederic Guillot
2015-10-17Move webhook to project notification typeFrederic Guillot
2015-10-17Run php-cs-fixer on the code baseFrederic Guillot
2015-10-17Make user notifications pluggableFrederic Guillot
2015-10-16Move DateParser class to Core namespaceFrederic Guillot
2015-10-13Change namespace to add Kanboard as prefixFrederic Guillot
2015-10-12Add CSV import for tasksFrederic Guillot
2015-10-12Add user CSV importFrederic Guillot
2015-10-12Merge pull-request #1350Frederic Guillot
2015-10-11Add comments sortingFrederic Guillot
2015-10-11Fix minor issuesFrederic Guillot
2015-10-10#1340 add append/replace option to dustom filtersBlueTeck
2015-10-07Duplicate a project with tasks will copy the new tasks in the same columnsFrederic Guillot
2015-10-03Fix issue when unlinking Gitlab accountFrederic Guillot
2015-10-03Add more unit testsFrederic Guillot
2015-10-03Add web notificationsFrederic Guillot
2015-10-02Add custom filters (refactoring of pull-request #1312)Frederic Guillot
2015-10-01Fix Postgres issue "Cardinality violation" when there is multiple "is_milesto...Frederic Guillot
2015-09-30Make sure there is always a trailing slash for application_urlFrederic Guillot
2015-09-30Merge branch 'master' of https://github.com/fguillot/kanboard into 1245_bug_w...Max Kamashev
2015-09-30refs #1245 - Renamed argumentMax Kamashev
2015-09-29Merge branch 'master' into project_name_in_task_linksxavier.vidal
2015-09-26Show complexity sum across all swimlanesFrederic Guillot
2015-09-26Show number of tasks for each column across all swimlanesFrederic Guillot
2015-09-25Show project name in task linksxavier.vidal