| .. |
|
Action.php
|
Improve automatic action creation
|
2016-03-05 17:40:49 -05:00 |
|
ActionCreation.php
|
Added automated action to change task color based on the priority
|
2016-05-04 22:52:08 -04:00 |
|
ActionProject.php
|
Improve automatic action creation
|
2016-03-05 17:40:49 -05:00 |
|
Activity.php
|
Refactor ProjectActivity model to use Filter and Formatter interface
|
2016-04-10 12:13:42 -04:00 |
|
Analytic.php
|
Filter refactoring
|
2016-04-09 22:42:17 -04:00 |
|
App.php
|
Refactor ProjectActivity model to use Filter and Formatter interface
|
2016-04-10 12:13:42 -04:00 |
|
Auth.php
|
PHPdoc cleanup
|
2016-03-04 21:11:12 -05:00 |
|
AvatarFile.php
|
Fixed PHP warning when removing a user with no Avatar image
|
2016-05-05 21:36:43 -04:00 |
|
Base.php
|
Unification of project header
|
2016-03-25 17:41:41 -04:00 |
|
Board.php
|
Filter refactoring
|
2016-04-09 22:42:17 -04:00 |
|
BoardPopover.php
|
Added generic controller for task popovers
|
2016-05-04 22:08:42 -04:00 |
|
BoardTooltip.php
|
Improve comments design
|
2016-03-19 11:56:28 -04:00 |
|
Calendar.php
|
Filter refactoring
|
2016-04-09 22:42:17 -04:00 |
|
Captcha.php
|
Add forgot password feature
|
2016-01-09 17:28:31 -05:00 |
|
Category.php
|
Simplify layout and templates generation
|
2016-01-31 21:44:49 -05:00 |
|
Column.php
|
PHPdoc cleanup
|
2016-03-04 21:11:12 -05:00 |
|
Comment.php
|
Fixed wrong URL on comment toggle link for sorting
|
2016-04-27 20:45:45 -04:00 |
|
Config.php
|
Show server configuration in settings page
|
2016-03-12 09:52:00 -05:00 |
|
Currency.php
|
Simplify layout and templates generation
|
2016-01-31 21:44:49 -05:00 |
|
Customfilter.php
|
Fixed issue with customer filter popover and added confirmation for removal
|
2016-02-13 22:06:23 +11:00 |
|
Doc.php
|
Make documentation images works with French locales
|
2016-03-26 19:57:29 -04:00 |
|
Export.php
|
Add namespace Export and move classes
|
2016-03-04 17:57:45 -05:00 |
|
Feed.php
|
Refactor ProjectActivity model to use Filter and Formatter interface
|
2016-04-10 12:13:42 -04:00 |
|
FileViewer.php
|
Added caching HTTP headers for image previews
|
2016-03-26 17:42:07 -04:00 |
|
Gantt.php
|
Filter refactoring
|
2016-04-09 22:42:17 -04:00 |
|
Group.php
|
Simplify layout and templates generation
|
2016-01-31 21:44:49 -05:00 |
|
GroupHelper.php
|
Filter refactoring
|
2016-04-09 22:42:17 -04:00 |
|
Ical.php
|
Filter refactoring
|
2016-04-09 22:42:17 -04:00 |
|
Link.php
|
Simplify layout and templates generation
|
2016-01-31 21:44:49 -05:00 |
|
Listing.php
|
Filter refactoring
|
2016-04-09 22:42:17 -04:00 |
|
Oauth.php
|
Handle state in OAuth2 client
|
2016-03-27 12:23:18 -04:00 |
|
PasswordReset.php
|
Simplify layout and templates generation
|
2016-01-31 21:44:49 -05:00 |
|
Project.php
|
Simplify layout and templates generation
|
2016-01-31 21:44:49 -05:00 |
|
ProjectCreation.php
|
Fix PHP notices during creation of first project and in subtasks table
|
2016-02-08 18:24:15 -05:00 |
|
ProjectEdit.php
|
Add buttons in project overview sections
|
2016-03-19 18:04:22 -04:00 |
|
ProjectFile.php
|
Add file attachements to projects
|
2016-02-16 21:12:43 -05:00 |
|
ProjectOverview.php
|
Refactor ProjectActivity model to use Filter and Formatter interface
|
2016-04-10 12:13:42 -04:00 |
|
ProjectPermission.php
|
Flashing an error if a nonexistent user is added to a project.
|
2016-04-08 15:20:34 -07:00 |
|
Projectuser.php
|
Enable/Disable users
|
2016-02-13 15:38:35 -05:00 |
|
Search.php
|
Added search in activity stream
|
2016-04-10 15:18:20 -04:00 |
|
Subtask.php
|
Improve task summary sections
|
2016-03-18 21:00:14 -04:00 |
|
SubtaskRestriction.php
|
Do not refresh the whole page when changing subtask status (work in progress)
|
2016-02-04 21:38:53 -05:00 |
|
SubtaskStatus.php
|
Fix PHP notices during creation of first project and in subtasks table
|
2016-02-08 18:24:15 -05:00 |
|
Swimlane.php
|
Add drag and drop to change swimlane positions
|
2016-02-20 18:11:08 -05:00 |
|
Task.php
|
Unify task drop-down menu between different views
|
2016-05-04 21:51:38 -04:00 |
|
TaskExternalLink.php
|
Improve task summary sections
|
2016-03-18 21:00:14 -04:00 |
|
TaskFile.php
|
Add file attachements to projects
|
2016-02-16 21:12:43 -05:00 |
|
TaskHelper.php
|
Filter refactoring
|
2016-04-09 22:42:17 -04:00 |
|
TaskImport.php
|
Simplify layout and templates generation
|
2016-01-31 21:44:49 -05:00 |
|
TaskInternalLink.php
|
Rename controller TaskLink to TaskInternalLink
|
2016-03-18 21:16:25 -04:00 |
|
TaskPopover.php
|
Added generic controller for task popovers
|
2016-05-04 22:08:42 -04:00 |
|
TaskRecurrence.php
|
Always display project name and task title in task views
|
2016-03-08 22:02:42 -05:00 |
|
Taskcreation.php
|
Split Board model into multiple classes
|
2016-02-20 15:08:18 -05:00 |
|
Taskduplication.php
|
Always display project name and task title in task views
|
2016-03-08 22:02:42 -05:00 |
|
Taskmodification.php
|
Always display project name and task title in task views
|
2016-03-08 22:02:42 -05:00 |
|
Taskstatus.php
|
Always display project name and task title in task views
|
2016-03-08 22:02:42 -05:00 |
|
Twofactor.php
|
Simplify layout and templates generation
|
2016-01-31 21:44:49 -05:00 |
|
User.php
|
Move avatar actions to controller AvatarFile
|
2016-03-26 17:25:54 -04:00 |
|
UserHelper.php
|
Filter refactoring
|
2016-04-09 22:42:17 -04:00 |
|
UserImport.php
|
Simplify layout and templates generation
|
2016-01-31 21:44:49 -05:00 |
|
UserStatus.php
|
Enable/Disable users
|
2016-02-13 15:38:35 -05:00 |
|
WebNotification.php
|
Make user notifications pluggable
|
2015-10-17 09:51:15 -04:00 |
|
Webhook.php
|
Move Gitlab webhook to an external plugin
|
2016-01-07 21:05:23 -05:00 |