summaryrefslogtreecommitdiff
path: root/app/Controller
AgeCommit message (Expand)Author
2015-07-16Store redirect login url in session instead of using url parameterFrederic Guillot
2015-07-16Add edit form for user authenticationFrederic Guillot
2015-07-16Refactoring of Github authentication (oauth url change)Frederic Guillot
2015-07-16Refactoring of Google Authentication (new callback url)Frederic Guillot
2015-07-12Use ajax requests for board collapse/expandFrederic Guillot
2015-07-12Remove edit recurrence from the task menuFrederic Guillot
2015-07-12Start to implement url rewrite (nice urls)Frederic Guillot
2015-07-08Fix bug: No creator when duplicating a taskFrederic Guillot
2015-07-07Move board collapse/expand mode to server side to avoid board flickeringFrederic Guillot
2015-07-07Add icon to set automatically the start dateFrederic Guillot
2015-07-07Add datetime picker for start dateFrederic Guillot
2015-07-06Add lead and cycle time for projectsFrederic Guillot
2015-07-05Add new analytic page: Average time spent into each columnFrederic Guillot
2015-07-05Add task analyticsFrederic Guillot
2015-07-05Increase date range for ics exportFrederic Guillot
2015-07-04Refactoring to implement new layout with filters: board/calendar/list views (...Frederic Guillot
2015-07-01Remove method Category::getBoardCategories()Frederic Guillot
2015-07-01Change page titleFrederic Guillot
2015-07-01Add global search sectionFrederic Guillot
2015-07-01Change dashboardFrederic Guillot
2015-06-28Add category attribute for advanced searchFrederic Guillot
2015-06-28Start to implement advanced search query languageFrederic Guillot
2015-06-27Improve user creation form to automatically add project member and enable not...Frederic Guillot
2015-06-27Remove column default_project_id for users because it's useless nowFrederic Guillot
2015-06-27PicoDb updateFrederic Guillot
2015-06-24Add timer for subtasks and remove settings for subtask time trackingFrederic Guillot
2015-06-23Improve assets loading: remove http call to load task colors and async load o...Frederic Guillot
2015-06-21Remove some code duplicationFrederic Guillot
2015-06-21Replace dimplejs by c3js for chart drawingFrederic Guillot
2015-06-21Update Bitbucket webhooks to handle issues/commit/commentsFrederic Guillot
2015-06-19Add RSS feed for users and change address of project feedsFrederic Guillot
2015-06-13API: new procedure 'removeAllFiles' and contract change for 'createFile'Frederic Guillot
2015-06-13Add Sendgrid as mail transportFrederic Guillot
2015-06-11Remove unused use statementsFrederic Guillot
2015-06-07Add Mailgun API as mail transportFrederic Guillot
2015-06-07Add user filter/condition for notificationsFrederic Guillot
2015-06-06Improve email sending system and add Postmark as mail transportFrederic Guillot
2015-05-31Improve project navigationFrederic Guillot
2015-05-31Add more debug info for controllersFrederic Guillot
2015-05-30Add help message for private projectsFrederic Guillot
2015-05-24Fix PhpAnalyzer issuesFrederic Guillot
2015-05-24Helpers refactoringFrederic Guillot
2015-05-21Show swimlane dropdown only when necessaryFrederic Guillot
2015-05-21Fix issue: change 2fa condition due to controller renamingFrederic Guillot
2015-05-21Fix bug: editing private project enable user managementFrederic Guillot
2015-05-18Add ical export for usersFrederic Guillot
2015-05-17Add iCalendar public access for projectsFrederic Guillot
2015-05-16Display tasks in the calendar + improve settingsFrederic Guillot
2015-05-11Add Jabber/XMPP integrationFrederic Guillot
2015-05-10Recurring tasks (#847): template cleanupFrederic Guillot