..
ActionModel.php
Added application and project roles validation for API procedure calls
2016-06-26 10:25:13 -04:00
ActionParameterModel.php
Fix import of automatic actions when parameters are "unassigned" or "no category"
2018-12-27 11:44:49 -08:00
AvatarFileModel.php
Rename all models
2016-05-28 19:48:22 -04:00
BoardModel.php
Implements check for duplicate default columns
2019-07-23 15:41:13 -07:00
CategoryModel.php
Implements check for duplicate default categories
2019-07-23 15:41:13 -07:00
ColorModel.php
Allow to associate tags to colors
2018-08-11 10:15:13 +02:00
ColumnModel.php
Prevent people to remove swimlanes that contains tasks
2017-02-18 13:38:51 -05:00
ColumnMoveRestrictionModel.php
Fix custom roles duplication
2018-10-31 18:26:01 -07:00
ColumnRestrictionModel.php
Add custom roles project duplication
2018-08-22 21:00:01 -07:00
CommentModel.php
Add ordering comments by id along with creation
2018-10-25 18:18:02 -07:00
ConfigModel.php
Improve PR #3038
2017-02-15 21:06:41 -05:00
CurrencyModel.php
add bitcoin to the currency list
2019-06-06 17:39:20 -07:00
CustomFilterModel.php
Add option to clone filters on project duplication
2019-07-17 14:32:16 -07:00
FileModel.php
Write log entry on file removal
2018-10-15 17:39:42 -07:00
GroupMemberModel.php
Do not show inactive users in group members dropdown
2018-05-07 10:48:43 -07:00
GroupModel.php
Reduce number of SQL queries when doing groups sync
2018-10-02 15:15:23 -07:00
InviteModel.php
Add user invitations
2017-01-22 22:38:00 -05:00
LanguageModel.php
Add Persian translation
2019-09-15 13:44:56 -07: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
PredefinedTaskDescriptionModel.php
Use task description templates in bulk task creation
2017-11-03 10:57:00 -07:00
ProjectActivityModel.php
Add command to remove project activities after one year
2017-12-01 11:54:02 -08: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
Add option to clone filters on project duplication
2019-07-17 14:32:16 -07:00
ProjectFileModel.php
Write log entry on file removal
2018-10-15 17:39:42 -07:00
ProjectGroupRoleModel.php
Fix assignable users on a group with a custom role
2019-01-05 12:10:26 -02:00
ProjectMetadataModel.php
Rename all models
2016-05-28 19:48:22 -04:00
ProjectModel.php
Remove all attachments when removing a project
2018-04-27 14:32:58 -07: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
Remove feature "Allow everybody to access to this project"
2017-10-27 16:16:11 -07:00
ProjectRoleModel.php
Add custom roles project duplication
2018-08-22 21:00:01 -07:00
ProjectRoleRestrictionModel.php
Add custom roles project duplication
2018-08-22 21:00:01 -07: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
Remove feature "Allow everybody to access to this project"
2017-10-27 16:16:11 -07:00
RememberMeSessionModel.php
Rename all models
2016-05-28 19:48:22 -04:00
SettingModel.php
Add remove() to Settings Model
2018-12-01 12:00:18 -08:00
SubtaskModel.php
Added 'model:subtask:count:query' to SubtaskModel.
2017-12-07 16:49:18 -08: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
Added priority,swimlane,column values from parent task to task converted from sub task
2018-12-19 14:31:57 +01:00
SubtaskTimeTrackingModel.php
Add class SubtaskListFormatter
2017-02-26 16:06:09 -05:00
SwimlaneModel.php
Add option to clone filters on project duplication
2019-07-17 14:32:16 -07:00
TagDuplicationModel.php
Duplicate tag color when duplicating projects
2018-10-02 11:12:36 -07:00
TagModel.php
color_id not required when updating a tag
2019-10-15 20:08:29 -07:00
TaskAnalyticModel.php
Rename all models
2016-05-28 19:48:22 -04:00
TaskCreationModel.php
Added plugin hook 'aftersave' after creating Task
2018-01-10 16:00:15 -08:00
TaskDuplicationModel.php
Auto link duplicated tasks
2018-10-15 17:59:49 -07:00
TaskExternalLinkModel.php
Rename all models
2016-05-28 19:48:22 -04:00
TaskFileModel.php
Write log entry on file removal
2018-10-15 17:39:42 -07:00
TaskFinderModel.php
Add sorting by reference in list view
2018-12-11 21:24:16 -08:00
TaskLinkModel.php
Add started, due and completed dates to TaskLinkModel::getAll
2018-02-28 10:47:20 -08: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
Change Due Date to Due Timestamp fixes #919 ( #3249 )
2017-05-10 16:42:34 -04:00
TaskPositionModel.php
Make sure task timestamps are updated when using bulk move feature
2018-06-05 10:07:40 -07:00
TaskProjectDuplicationModel.php
Auto link duplicated project tasks
2018-10-15 17:59:49 -07: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
TaskReorderModel.php
Sort columns by due date
2019-07-02 19:52:22 -07:00
TaskStatusModel.php
Remove default swimlane
2017-02-18 09:42:01 -05:00
TaskTagModel.php
Allow to associate tags to colors
2018-08-11 10:15:13 +02:00
TimezoneModel.php
Store PHP sessions in the database
2017-12-12 15:04:28 -08: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
Authorize only API tokens when 2FA is enabled
2019-02-01 15:40:35 -08:00
UserNotificationFilterModel.php
Clarified English text: logical 'and' not intended
2018-05-04 16:38:12 -07:00
UserNotificationModel.php
Remove feature "Allow everybody to access to this project"
2017-10-27 16:16:11 -07: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