Kanboard-Prod/app/Model
Frederic Guillot c8c1242c26 Add drag and drop to change column positions 2016-02-20 11:24:43 -05:00
..
Action.php Move some validators to separate classes 2016-01-13 21:45:14 -05:00
ActionParameter.php Move some validators to separate classes 2016-01-13 21:45:14 -05:00
Base.php Cosmetic fixes 2015-10-19 21:32:18 -04:00
Board.php Move some validators to separate classes 2016-01-13 21:45:14 -05:00
Category.php Add unit tests for last automatic actions 2016-01-31 19:51:59 -05:00
Color.php Run php-cs-fixer on the code base 2015-10-17 10:09:03 -04:00
Column.php Add drag and drop to change column positions 2016-02-20 11:24:43 -05:00
Comment.php Move validator methods 2016-01-14 20:18:13 -05:00
Config.php Greek translation integration 2016-01-26 19:49:22 -05:00
Currency.php Do not cache app settings in session 2016-01-14 21:42:28 -05:00
CustomFilter.php Move validator methods 2016-01-14 20:18:13 -05:00
File.php Add file attachements to projects 2016-02-16 21:12:43 -05:00
Group.php Minor code improvements 2016-01-16 22:29:29 -05:00
GroupMember.php Rewrite of the authentication and authorization system 2015-12-05 20:31:27 -05:00
LastLogin.php Add unit tests for last automatic actions 2016-01-31 19:51:59 -05:00
Link.php Move validator methods 2016-01-14 20:18:13 -05:00
Metadata.php Add unit test to remove metadata 2015-12-30 16:59:35 +01:00
Notification.php Add ProjecFile and TaskFile models 2016-02-14 15:25:16 -05:00
NotificationType.php Remove exit expression in database provider 2015-10-17 22:31:04 -04:00
OverdueNotification.php Move webhook to project notification type 2015-10-17 12:30:05 -04:00
PasswordReset.php Add forgot password feature 2016-01-09 17:28:31 -05:00
Project.php Add configurable task priority 2016-01-24 20:38:39 -05:00
ProjectActivity.php Fix regression: make sql query compatible with Mysql 2016-01-17 15:27:18 -05:00
ProjectDailyColumnStats.php Make sure that project daily column stats works when score is null 2016-01-17 13:46:33 -05:00
ProjectDailyStats.php Simplify class ProjectDailyStats 2016-01-16 19:46:23 -05:00
ProjectDuplication.php Add unit tests for last automatic actions 2016-01-31 19:51:59 -05:00
ProjectFile.php Add ProjecFile and TaskFile models 2016-02-14 15:25:16 -05:00
ProjectGroupRole.php Enable/Disable users 2016-02-13 15:38:35 -05:00
ProjectGroupRoleFilter.php Add autocompletion in textarea for user mentions 2015-12-29 18:44:21 +01:00
ProjectMetadata.php Add metadata for users, tasks and projects 2015-10-17 15:27:43 -04:00
ProjectNotification.php Move slack, hipchat and jabber integrations to plugins 2015-10-17 22:19:49 -04:00
ProjectNotificationType.php Move slack, hipchat and jabber integrations to plugins 2015-10-17 22:19:49 -04:00
ProjectPermission.php Enable/Disable users 2016-02-13 15:38:35 -05:00
ProjectUserRole.php Enable/Disable users 2016-02-13 15:38:35 -05:00
ProjectUserRoleFilter.php Add autocompletion in textarea for user mentions 2015-12-29 18:44:21 +01:00
RememberMeSession.php Rewrite of the authentication and authorization system 2015-12-05 20:31:27 -05:00
Setting.php Do not cache app settings in session 2016-01-14 21:42:28 -05:00
Subtask.php Add drag and drop to change column positions 2016-02-20 11:24:43 -05:00
SubtaskExport.php Change namespace to add Kanboard as prefix 2015-10-13 22:19:17 -04:00
SubtaskTimeTracking.php Add unit tests for last automatic actions 2016-01-31 19:51:59 -05:00
Swimlane.php Add unit tests for last automatic actions 2016-01-31 19:51:59 -05:00
Task.php Add ProjecFile and TaskFile models 2016-02-14 15:25:16 -05:00
TaskAnalytic.php Run php-cs-fixer on the code base 2015-10-17 10:09:03 -04:00
TaskCreation.php The date time format can be chosen in application settings 2016-02-06 18:08:41 -05:00
TaskDuplication.php Cleanup and minor fixes 2015-10-19 21:05:41 -04:00
TaskExport.php The date time format can be chosen in application settings 2016-02-06 18:08:41 -05:00
TaskExternalLink.php Add external links for tasks with plugin api 2016-01-30 20:38:20 -05:00
TaskFile.php Add ProjecFile and TaskFile models 2016-02-14 15:25:16 -05:00
TaskFilter.php Add filter by task link 2015-11-26 15:33:44 +01:00
TaskFinder.php Add ProjecFile and TaskFile models 2016-02-14 15:25:16 -05:00
TaskImport.php Fix typo in phpdoc 2015-10-17 22:45:31 -04:00
TaskLink.php Update task link tooltip view 2016-01-26 13:32:44 +01:00
TaskMetadata.php Add metadata for users, tasks and projects 2015-10-17 15:27:43 -04:00
TaskModification.php The date time format can be chosen in application settings 2016-02-06 18:08:41 -05:00
TaskPermission.php Rewrite of the authentication and authorization system 2015-12-05 20:31:27 -05:00
TaskPosition.php Put back date_moved for the task (revert) 2016-01-23 15:00:35 -05:00
TaskStatus.php Avoid automatic actions that change the color to fire subsequent events 2016-01-17 14:56:31 -05:00
Transition.php Change namespace to add Kanboard as prefix 2015-10-13 22:19:17 -04:00
User.php Enable/Disable users 2016-02-13 15:38:35 -05:00
UserFilter.php Rewrite of the authentication and authorization system 2015-12-05 20:31:27 -05:00
UserImport.php Rewrite of the authentication and authorization system 2015-12-05 20:31:27 -05:00
UserLocking.php Rewrite of the authentication and authorization system 2015-12-05 20:31:27 -05:00
UserMention.php Send notifications on user mentions 2015-12-29 09:30:36 +01:00
UserMetadata.php Remove exit expression in database provider 2015-10-17 22:31:04 -04:00
UserNotification.php Handle notifications for group members attached to a project 2016-01-19 21:39:11 -05:00
UserNotificationFilter.php Make user notifications pluggable 2015-10-17 09:51:15 -04:00
UserNotificationType.php Move slack, hipchat and jabber integrations to plugins 2015-10-17 22:19:49 -04:00
UserUnreadNotification.php Move slack, hipchat and jabber integrations to plugins 2015-10-17 22:19:49 -04:00