| .. |
|
ActionModel.php
|
Added application and project roles validation for API procedure calls
|
2016-06-26 10:25:13 -04:00 |
|
ActionParameterModel.php
|
In PHP-7.4, nested ternary operators are to be bracketed
|
2019-11-15 17:55:05 -08:00 |
|
AvatarFileModel.php
|
Catch error when trying to upload empty or invalid avatar
|
2021-04-19 22:42:58 -07:00 |
|
BoardModel.php
|
Implements check for duplicate default columns
|
2019-07-23 15:41:13 -07:00 |
|
CategoryModel.php
|
fix(mssql): when updating an object by id, omit the id itself
|
2022-10-29 18:17:35 -07:00 |
|
ColorModel.php
|
Allow to associate tags to colors
|
2018-08-11 10:15:13 +02:00 |
|
ColumnModel.php
|
Allow task limits to be applied per-swimlane
|
2020-02-04 20:16:35 -08:00 |
|
ColumnMoveRestrictionModel.php
|
Fix custom roles duplication
|
2018-10-31 18:26:01 -07:00 |
|
ColumnRestrictionModel.php
|
fix(mssql): do not needlessly qualify columns in ColumnRestrictionModel
|
2022-10-29 18:17:35 -07:00 |
|
CommentModel.php
|
Add ordering comments by id along with creation
|
2018-10-25 18:18:02 -07:00 |
|
ConfigModel.php
|
Tweak Sqlite connection settings to reduce database locked errors
|
2023-07-07 21:30:06 -07:00 |
|
CurrencyModel.php
|
Sync translations
|
2021-04-16 20:54:39 -07:00 |
|
CustomFilterModel.php
|
fix(mssql): when updating an object by id, omit the id itself
|
2022-10-29 18:17:35 -07:00 |
|
FileModel.php
|
Duplicate attachments & external links during task duplication & importing
|
2023-03-24 19:48:32 -07:00 |
|
GroupMemberModel.php
|
Do not show inactive users in group members dropdown
|
2018-05-07 10:48:43 -07:00 |
|
GroupModel.php
|
fix(mssql): when updating an object by id, omit the id itself
|
2022-10-29 18:17:35 -07:00 |
|
InviteModel.php
|
Add user invitations
|
2017-01-22 22:38:00 -05:00 |
|
LanguageModel.php
|
Added language "Deutsch (du)"
|
2021-04-04 22:16:01 -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 per-project and per-swimlane task limits
|
2020-02-25 20:26:31 -08: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 unused and invalid method in ProjectModel
|
2023-09-27 20:23: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
|
Check if the user is assigned to any role in the project
|
2020-10-25 17:57:10 -07:00 |
|
ProjectRoleModel.php
|
Add custom roles project duplication
|
2018-08-22 21:00:01 -07:00 |
|
ProjectRoleRestrictionModel.php
|
fix(mssql): do not needlessly qualify columns in ProjectRoleRestrictionModel
|
2022-10-29 18:17:35 -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
|
Trim user agent for RememberMe sessions because MySQL use a varchar(255) column
|
2021-04-09 18:28:58 -07:00 |
|
SettingModel.php
|
Add remove() to Settings Model
|
2018-12-01 12:00:18 -08:00 |
|
SubtaskModel.php
|
Update task time spent/estimated when removing a subtask
|
2023-02-13 20:52:39 -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
|
No internal link creation on subtask to task conversion if language is not English
|
2022-09-28 20:28:16 -07:00 |
|
SubtaskTimeTrackingModel.php
|
fix(mssql): use picodb ORM for subtask timer query, rather than hardcoded SQL
|
2022-10-29 18:17:35 -07:00 |
|
SwimlaneModel.php
|
Avoid Postgres SQL error when creating swimlane without task limit
|
2020-02-25 20:43:41 -08:00 |
|
TagDuplicationModel.php
|
Duplicate tags when moving and duplicating tasks to another project
|
2021-06-07 19:36:08 -07:00 |
|
TagModel.php
|
Add option to enable or disable global tags per projects
|
2020-04-04 11:39:17 -07:00 |
|
TaskAnalyticModel.php
|
Rename all models
|
2016-05-28 19:48:22 -04:00 |
|
TaskCreationModel.php
|
Do not override the creator_id with the current logged user if the task is imported
|
2023-09-22 21:11:03 -07:00 |
|
TaskDuplicationModel.php
|
Duplicate external links when duplicating tasks
|
2023-04-06 20:51:57 -07:00 |
|
TaskExternalLinkModel.php
|
fix(mssql): when updating an object by id, omit the id itself
|
2022-10-29 18:17:35 -07:00 |
|
TaskFileModel.php
|
Write log entry on file removal
|
2018-10-15 17:39:42 -07:00 |
|
TaskFinderModel.php
|
fix: do not hardcode link_id of 'is a milestone of' in TaskFinderModel
|
2022-10-29 18:17:35 -07: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
|
Trigger EVENT_MOVE_COLUMN event when moving task to another swimlane
|
2023-04-07 16:35:21 -07:00 |
|
TaskProjectDuplicationModel.php
|
Duplicate attachments & external links during task duplication & importing
|
2023-03-24 19:48:32 -07:00 |
|
TaskProjectMoveModel.php
|
Refactoring of internal task events
|
2016-07-19 22:38:30 -04:00 |
|
TaskRecurrenceModel.php
|
Duplicate external links when duplicating tasks
|
2023-04-06 20:51:57 -07:00 |
|
TaskReorderModel.php
|
Add dropdown menu on the board to reorder tasks by ID
|
2023-02-26 16:13:56 -08:00 |
|
TaskStatusModel.php
|
Remove default swimlane
|
2017-02-18 09:42:01 -05:00 |
|
TaskTagModel.php
|
Duplicate tags when moving and duplicating tasks to another project
|
2021-06-07 19:36:08 -07:00 |
|
ThemeModel.php
|
Add Themes: Dark, light and automatic mode
|
2023-05-14 21:14:35 -07: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
|
Always trim the username before saving changes in the database
|
2023-02-12 19:30:23 -08:00 |
|
UserNotificationFilterModel.php
|
Clarified English text: logical 'and' not intended
|
2018-05-04 16:38:12 -07:00 |
|
UserNotificationModel.php
|
Restore all previously loaded translations when sending user notifications
|
2023-04-11 21:09:01 -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 |