Kanboard-Prod/app/Model
Frederic Guillot e94c4cab7f Avoid automatic actions that change the color to fire subsequent events 2016-01-17 14:56:31 -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 Move validator methods 2016-01-14 20:18:13 -05:00
Color.php Run php-cs-fixer on the code base 2015-10-17 10:09:03 -04:00
Comment.php Move validator methods 2016-01-14 20:18:13 -05:00
Config.php Minor code improvements 2016-01-16 22:29:29 -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 Remove global 2016-01-16 22:03:59 -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 Run php-cs-fixer on the code base 2015-10-17 10:09:03 -04: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 Send notifications on user mentions 2015-12-29 09:30:36 +01: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 Move project validator methods 2016-01-11 22:07:39 -05:00
ProjectActivity.php Replace raw SQL query by PicoDb 2016-01-17 08:12:44 -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 Change namespace to add Kanboard as prefix 2015-10-13 22:19:17 -04:00
ProjectGroupRole.php Fix phpdoc 2015-12-05 21:22:37 -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 Add autocompletion in textarea for user mentions 2015-12-29 18:44:21 +01:00
ProjectUserRole.php Minor code improvements 2016-01-16 22:29:29 -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 Move subtask validator methods 2016-01-11 21:47:51 -05:00
SubtaskExport.php Change namespace to add Kanboard as prefix 2015-10-13 22:19:17 -04:00
SubtaskTimeTracking.php Run php-cs-fixer on the code base 2015-10-17 10:09:03 -04:00
Swimlane.php Move swimlane validator methods 2016-01-11 21:36:00 -05:00
Task.php Send notifications on user mentions 2015-12-29 09:30:36 +01:00
TaskAnalytic.php Run php-cs-fixer on the code base 2015-10-17 10:09:03 -04:00
TaskCreation.php Avoid automatic actions that change the color to fire subsequent events 2016-01-17 14:56:31 -05:00
TaskDuplication.php Cleanup and minor fixes 2015-10-19 21:05:41 -04:00
TaskExport.php CSV task export show the assignee name in addition to the assignee username 2015-11-20 20:45:10 -05:00
TaskFilter.php Add filter by task link 2015-11-26 15:33:44 +01:00
TaskFinder.php added working template of compare hours 2015-12-07 22:45:12 -05:00
TaskImport.php Fix typo in phpdoc 2015-10-17 22:45:31 -04:00
TaskLink.php Move task link validator methods 2016-01-11 21:27:49 -05:00
TaskMetadata.php Add metadata for users, tasks and projects 2015-10-17 15:27:43 -04:00
TaskModification.php Avoid automatic actions that change the color to fire subsequent events 2016-01-17 14:56:31 -05:00
TaskPermission.php Rewrite of the authentication and authorization system 2015-12-05 20:31:27 -05:00
TaskPosition.php Avoid automatic actions that change the color to fire subsequent events 2016-01-17 14:56:31 -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 Move task link validator methods 2016-01-11 21:27:49 -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 Send notifications on user mentions 2015-12-29 09:30:36 +01: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