summaryrefslogtreecommitdiff
path: root/app/Core/Base.php
AgeCommit message (Expand)Author
2017-12-12Store PHP sessions in the databaseFrédéric Guillot
2017-11-14Task CSV import is now able to handle more fieldsFrederic Guillot
2017-11-09Add user backend provider systemFrederic Guillot
2017-11-02Add predefined templates for task descriptionsFrederic Guillot
2017-05-22Add task and project API formattersFrederic Guillot
2017-04-08Improve dashboardFrederic Guillot
2017-04-01Move Gantt charts to external pluginFrederic Guillot
2017-04-01Move calendar to external pluginFrederic Guillot
2017-03-12Simplify dashboard to use new tasks list viewFrederic Guillot
2017-02-26Add toggle button to show/hide subtasks in task list viewFrederic Guillot
2017-02-26Add class SubtaskListFormatterFrederic Guillot
2017-02-26Display tags in task list viewFrederic Guillot
2017-01-22Add user invitationsFrederic Guillot
2016-12-20Offer the possibility to override internal formatter objects from pluginsFrederic Guillot
2016-12-17Add cache decorator for UserModelFrederic Guillot
2016-12-01Make user mentions great againFrederic Guillot
2016-11-01Add ExternalTaskManager classFrederic Guillot
2016-09-18Add column restrictions to custom project rolesFrederic Guillot
2016-09-11Add project restrictions for custom rolesFrederic Guillot
2016-09-10Add ui to create new custom project roles and column restrictionsFrederic Guillot
2016-09-08Apply column restrictions to the boardFrederic Guillot
2016-08-21Store comment sorting direction in user metadataFrederic Guillot
2016-08-21Add FileCache driverFrederic Guillot
2016-07-24Move dashboard pagination into separate classesFrederic Guillot
2016-07-23Create new class SubtaskStatusModelFrederic Guillot
2016-07-23Create new class SubtaskTaskConversionModelFrederic Guillot
2016-07-23Create new class SubtaskPositionModelFrederic Guillot
2016-07-23Add unit test for ProjectMetricJobFrederic Guillot
2016-07-23Minor cleanupFrederic Guillot
2016-07-23Added internal task links to activity streamFrederic Guillot
2016-07-19Refactoring of internal task eventsFrederic Guillot
2016-07-17Subtasks events refactoring and show delete in activity streamFrederic Guillot
2016-07-17File events refactoringFrederic Guillot
2016-07-17Added event for removed comments with some refactoringFrederic Guillot
2016-07-02Handle priority for task and project duplicationFrederic Guillot
2016-07-02Move Task::duplicate() to class ProjectTaskDuplicationModelFrederic Guillot
2016-07-02Handle tags and tasks move/duplication to another projectFrederic Guillot
2016-06-26Added application and project roles validation for API procedure callsFrederic Guillot
2016-06-24Added tag modification from the user interfaceFrederic Guillot
2016-06-23Added models for tagsFrederic Guillot
2016-05-29Make console commands pluggableFrederic Guillot
2016-05-29Update JsonRPC library and APIFrederic Guillot
2016-05-28Rename all modelsFrederic Guillot
2016-05-23Added QueueManager to process background jobsFrederic Guillot
2016-05-07Added support for language LDAP attributeFrederic Guillot
2016-05-04Unify task drop-down menu between different viewsFrederic Guillot
2016-04-10Refactor ProjectActivity model to use Filter and Formatter interfaceFrederic Guillot
2016-04-09Filter refactoringFrederic Guillot
2016-03-26Added avatar image uploadFrederic Guillot
2016-03-18Added pluggable Avatar providersFrederic Guillot