Kanboard-Prod/app/Model
Frederic Guillot de128dbad8 Remove default swimlane 2017-02-18 09:42:01 -05:00
..
ActionModel.php Added application and project roles validation for API procedure calls 2016-06-26 10:25:13 -04:00
ActionParameterModel.php Fix indentation in PR #2587 2016-08-23 20:33:02 -04:00
AvatarFileModel.php Rename all models 2016-05-28 19:48:22 -04:00
BoardModel.php Fix Postgres SQL error in PR #3047 2017-02-16 22:37:27 -05:00
CategoryModel.php Added application and project roles validation for API procedure calls 2016-06-26 10:25:13 -04:00
ColorModel.php Hook in ColorModel->getList 2016-09-05 18:39:08 +02:00
ColumnModel.php Make query compatible with Postgres 2017-02-08 20:16:17 -05:00
ColumnMoveRestrictionModel.php Improve column restrictions 2016-09-11 18:32:47 -04:00
ColumnRestrictionModel.php Add column restrictions to custom project roles 2016-09-18 21:19:48 -04:00
CommentModel.php Open comments in board view with a modal dialog instead of tooltip 2017-02-11 17:22:10 -05:00
ConfigModel.php Improve PR #3038 2017-02-15 21:06:41 -05:00
CurrencyModel.php Solve conflicts for Turkish translation 2017-01-29 10:49:29 -05:00
CustomFilterModel.php Rename all models 2016-05-28 19:48:22 -04:00
FileModel.php Make base64 decoding optional for uploaded data 2017-02-04 18:26:35 -05:00
GroupMemberModel.php Rename all models 2016-05-28 19:48:22 -04:00
GroupModel.php Move logic of PR #2496 to GroupModel 2016-07-20 21:40:27 -04:00
InviteModel.php Add user invitations 2017-01-22 22:38:00 -05:00
LanguageModel.php Rename all models 2016-05-28 19:48:22 -04:00
LastLoginModel.php Minor fixes 2016-06-05 18:22:19 -04:00
LinkModel.php Rename all models 2016-05-28 19:48:22 -04:00
MetadataModel.php Update documentation and move screenshots 2016-10-10 14:14:29 -04:00
NotificationModel.php NotificationModel refactoring 2016-07-23 14:50:59 -04:00
NotificationTypeModel.php Rename all models 2016-05-28 19:48:22 -04:00
PasswordResetModel.php Rename all models 2016-05-28 19:48:22 -04:00
ProjectActivityModel.php Rename all models 2016-05-28 19:48:22 -04:00
ProjectDailyColumnStatsModel.php Rename all models 2016-05-28 19:48:22 -04:00
ProjectDailyStatsModel.php Rename all models 2016-05-28 19:48:22 -04:00
ProjectDuplicationModel.php Remove default swimlane 2017-02-18 09:42:01 -05:00
ProjectFileModel.php File events refactoring 2016-07-17 18:47:06 -04:00
ProjectGroupRoleModel.php Rename all models 2016-05-28 19:48:22 -04:00
ProjectMetadataModel.php Rename all models 2016-05-28 19:48:22 -04:00
ProjectModel.php Remove default swimlane 2017-02-18 09:42:01 -05:00
ProjectNotificationModel.php Rename all models 2016-05-28 19:48:22 -04:00
ProjectNotificationTypeModel.php Rename all models 2016-05-28 19:48:22 -04:00
ProjectPermissionModel.php Add suggest menu for user mentions in text editor 2016-11-27 15:44:45 -05:00
ProjectRoleModel.php Add column restrictions to custom project roles 2016-09-18 21:19:48 -04:00
ProjectRoleRestrictionModel.php Add restriction to disable task drag and drop for a project 2016-10-07 08:45:18 -04:00
ProjectTaskDuplicationModel.php Move Task::duplicate() to class ProjectTaskDuplicationModel 2016-07-02 15:29:48 -04:00
ProjectTaskPriorityModel.php Handle priority for task and project duplication 2016-07-02 16:36:10 -04:00
ProjectUserRoleModel.php Add column restrictions to custom project roles 2016-09-18 21:19:48 -04:00
RememberMeSessionModel.php Rename all models 2016-05-28 19:48:22 -04:00
SettingModel.php Rename all models 2016-05-28 19:48:22 -04:00
SubtaskModel.php Sub-tasks from the hidden columns still visible on the dashboard (#3040) 2017-02-15 20:31:32 -05:00
SubtaskPositionModel.php Create new class SubtaskPositionModel 2016-07-23 21:14:33 -04:00
SubtaskStatusModel.php Remove SubtaskTimeTrackingSubscriber 2016-07-23 22:50:20 -04:00
SubtaskTaskConversionModel.php Create new class SubtaskTaskConversionModel 2016-07-23 21:22:24 -04:00
SubtaskTimeTrackingModel.php Remove SubtaskTimeTrackingSubscriber 2016-07-23 22:50:20 -04:00
SwimlaneModel.php Remove default swimlane 2017-02-18 09:42:01 -05:00
TagDuplicationModel.php Handle project tags duplication 2016-07-02 15:20:59 -04:00
TagModel.php Added tag modification from the user interface 2016-06-24 22:10:14 -04:00
TaskAnalyticModel.php Rename all models 2016-05-28 19:48:22 -04:00
TaskCreationModel.php Remove default swimlane 2017-02-18 09:42:01 -05:00
TaskDuplicationModel.php Remove default swimlane 2017-02-18 09:42:01 -05:00
TaskExternalLinkModel.php Rename all models 2016-05-28 19:48:22 -04:00
TaskFileModel.php File events refactoring 2016-07-17 18:47:06 -04:00
TaskFinderModel.php Remove default swimlane 2017-02-18 09:42:01 -05:00
TaskLinkModel.php Added internal task links to activity stream 2016-07-23 14:05:15 -04:00
TaskMetadataModel.php Rename all models 2016-05-28 19:48:22 -04:00
TaskModel.php Make sure that tags are duplicated for recurring tasks 2016-07-02 15:45:55 -04:00
TaskModificationModel.php Duplicate a task quickly to multiple projects after the creation 2016-09-11 20:55:21 -04:00
TaskPositionModel.php Remove default swimlane 2017-02-18 09:42:01 -05:00
TaskProjectDuplicationModel.php Handle tags and tasks move/duplication to another project 2016-07-02 14:44:26 -04:00
TaskProjectMoveModel.php Refactoring of internal task events 2016-07-19 22:38:30 -04:00
TaskRecurrenceModel.php Make sure that tags are duplicated for recurring tasks 2016-07-02 15:45:55 -04:00
TaskStatusModel.php Remove default swimlane 2017-02-18 09:42:01 -05:00
TaskTagModel.php Handle tags and tasks move/duplication to another project 2016-07-02 14:44:26 -04:00
TimezoneModel.php Rename all models 2016-05-28 19:48:22 -04:00
TransitionModel.php Rename all models 2016-05-28 19:48:22 -04:00
UserLockingModel.php Rename all models 2016-05-28 19:48:22 -04:00
UserMetadataModel.php Store board collapsed mode user preference in the database 2016-08-22 21:20:48 -04:00
UserModel.php Remove method UserModel::getFullname() 2016-07-24 13:29:24 -04:00
UserNotificationFilterModel.php Rename all models 2016-05-28 19:48:22 -04:00
UserNotificationModel.php Rename all models 2016-05-28 19:48:22 -04:00
UserNotificationTypeModel.php Rename all models 2016-05-28 19:48:22 -04:00
UserUnreadNotificationModel.php Rename all models 2016-05-28 19:48:22 -04:00