Frederic Guillot
|
2d5621af2f
|
Fix permission issue when changing the url manually
|
2015-08-07 18:07:19 -04:00 |
Frederic Guillot
|
db88a00d48
|
Add bruteforce protection
|
2015-08-01 12:14:22 -04:00 |
Frederic Guillot
|
2eeb58ae03
|
Fix bug: wrong template name for subtasks tooltip due to previous file rename
|
2015-07-28 20:20:18 -04:00 |
Frederic Guillot
|
8142d43057
|
Add settings to disable subtask timer and another to not include closed tasks into CFD
|
2015-07-25 13:02:20 -04:00 |
Frederic Guillot
|
33a3196001
|
Fix minor issues
|
2015-07-19 18:54:00 -04:00 |
Frederic Guillot
|
401b0bdfb1
|
Split task controller into smaller classes
|
2015-07-19 18:14:20 -04:00 |
Frederic Guillot
|
fcdd71af2c
|
Prompt user when moving or duplicate a task to another project
|
2015-07-19 17:03:06 -04:00 |
Frederic Guillot
|
d1bfc29f1b
|
Add settings option to define the default task color
|
2015-07-19 14:14:05 -04:00 |
Frederic Guillot
|
9eeb7d1820
|
Improve quick-add subtasks form
|
2015-07-19 13:53:33 -04:00 |
Frederic Guillot
|
074cfa5d7a
|
Add memory consumption in debug log
|
2015-07-18 19:46:34 -04:00 |
Frederic Guillot
|
7d7692d273
|
Fix cosmetic issues
|
2015-07-18 18:35:20 -04:00 |
Frederic Guillot
|
5369c74ec0
|
Add form to create remote user
|
2015-07-18 10:02:29 -04:00 |
Frederic Guillot
|
493c7c2c74
|
Store redirect login url in session instead of using url parameter
|
2015-07-16 22:22:33 -04:00 |
Frederic Guillot
|
e0d4877126
|
Add edit form for user authentication
|
2015-07-16 21:33:05 -04:00 |
Frederic Guillot
|
ede1f1d9b0
|
Refactoring of Github authentication (oauth url change)
|
2015-07-16 20:35:56 -04:00 |
Frederic Guillot
|
12036aa21f
|
Refactoring of Google Authentication (new callback url)
|
2015-07-16 07:28:46 -04:00 |
Frederic Guillot
|
bf59465b10
|
Use ajax requests for board collapse/expand
|
2015-07-12 16:51:20 -04:00 |
Frederic Guillot
|
c104d86658
|
Remove edit recurrence from the task menu
|
2015-07-12 11:11:10 -04:00 |
Frederic Guillot
|
bc98748c0d
|
Start to implement url rewrite (nice urls)
|
2015-07-12 10:38:42 -04:00 |
Frederic Guillot
|
f4fc02130a
|
Fix bug: No creator when duplicating a task
|
2015-07-08 19:59:17 -04:00 |
Frederic Guillot
|
2f8beda6af
|
Move board collapse/expand mode to server side to avoid board flickering
|
2015-07-07 20:19:57 -04:00 |
Frederic Guillot
|
4807f3e8a0
|
Add icon to set automatically the start date
|
2015-07-07 19:29:39 -04:00 |
Frederic Guillot
|
58297ca3b1
|
Add datetime picker for start date
|
2015-07-07 19:15:53 -04:00 |
Frederic Guillot
|
08259d4f20
|
Add lead and cycle time for projects
|
2015-07-06 21:34:57 -04:00 |
Frederic Guillot
|
663a1c20e6
|
Add new analytic page: Average time spent into each column
|
2015-07-05 21:22:31 -04:00 |
Frederic Guillot
|
bb8b4c0e36
|
Add task analytics
|
2015-07-05 16:07:21 -04:00 |
Frederic Guillot
|
0de2690413
|
Increase date range for ics export
|
2015-07-05 12:26:19 -04:00 |
Frederic Guillot
|
554500aa49
|
Refactoring to implement new layout with filters: board/calendar/list views (work in progress)
|
2015-07-04 11:14:21 -04:00 |
Frederic Guillot
|
747b9434d3
|
Remove method Category::getBoardCategories()
|
2015-07-01 20:55:21 -04:00 |
Frederic Guillot
|
107699e5ed
|
Change page title
|
2015-07-01 18:32:43 -04:00 |
Frederic Guillot
|
31f3de9646
|
Add global search section
|
2015-07-01 18:28:32 -04:00 |
Frederic Guillot
|
109a2a2e25
|
Change dashboard
|
2015-07-01 17:36:21 -04:00 |
Frederic Guillot
|
3f084916e3
|
Add category attribute for advanced search
|
2015-06-28 21:53:50 -04:00 |
Frederic Guillot
|
e22985df50
|
Start to implement advanced search query language
|
2015-06-28 18:52:01 -04:00 |
Frederic Guillot
|
7cae104de1
|
Improve user creation form to automatically add project member and enable notifications
|
2015-06-27 15:40:42 -04:00 |
Frederic Guillot
|
6c772de184
|
Remove column default_project_id for users because it's useless now
|
2015-06-27 15:14:04 -04:00 |
Frederic Guillot
|
1823430d13
|
PicoDb update
|
2015-06-27 00:00:43 -04:00 |
Frederic Guillot
|
6efac784fc
|
Add timer for subtasks and remove settings for subtask time tracking
|
2015-06-24 20:39:06 -04:00 |
Frederic Guillot
|
948ebb2424
|
Improve assets loading: remove http call to load task colors and async load of app.js
|
2015-06-23 20:47:46 -04:00 |
Frederic Guillot
|
59da03c2cb
|
Remove some code duplication
|
2015-06-21 22:13:13 -04:00 |
Frederic Guillot
|
81e40e2c91
|
Replace dimplejs by c3js for chart drawing
|
2015-06-21 21:12:24 -04:00 |
Frederic Guillot
|
d7a8160c2b
|
Update Bitbucket webhooks to handle issues/commit/comments
|
2015-06-21 12:19:06 -04:00 |
Frederic Guillot
|
73c47d9461
|
Add RSS feed for users and change address of project feeds
|
2015-06-19 19:38:23 -04:00 |
Frederic Guillot
|
0b7435b882
|
API: new procedure 'removeAllFiles' and contract change for 'createFile'
|
2015-06-13 15:47:48 -04:00 |
Frederic Guillot
|
f2abf33912
|
Add Sendgrid as mail transport
|
2015-06-13 13:17:16 -04:00 |
Frederic Guillot
|
d220ce9bba
|
Remove unused use statements
|
2015-06-11 21:25:07 -04:00 |
Frederic Guillot
|
e22da9d32a
|
Add Mailgun API as mail transport
|
2015-06-07 22:17:50 -04:00 |
Frederic Guillot
|
4f32352fe6
|
Add user filter/condition for notifications
|
2015-06-07 20:06:31 -04:00 |
Frederic Guillot
|
9d9e3afba2
|
Improve email sending system and add Postmark as mail transport
|
2015-06-06 14:10:31 -04:00 |
Frederic Guillot
|
599b6624dd
|
Improve project navigation
|
2015-05-31 17:57:02 -04:00 |