Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-15 | Rewrite of session management | Frederic Guillot | |
2015-11-12 | Fix bug: cs_CZ display the wrong locale in datetime picker | Frederic Guillot | |
2015-11-08 | Merge pull-request #1414 | Frederic Guillot | |
2015-10-26 | Add new action: Assign automatically a category based on a link | Olivier Maridat | |
2015-10-25 | Move some classes to namespace Core\Http | Frederic Guillot | |
2015-10-25 | Move token generation to Security namespace | Frederic Guillot | |
2015-10-24 | Check for each request that reverse proxy user match user session | Frederic Guillot | |
2015-10-19 | Fix regressions | Frederic Guillot | |
2015-10-19 | Cosmetic fixes | Frederic Guillot | |
2015-10-19 | Cleanup and minor fixes | Frederic Guillot | |
2015-10-17 | Fix typo in phpdoc | Frederic Guillot | |
2015-10-17 | Fix typo in phpdoc | Frederic Guillot | |
2015-10-17 | Remove exit expression in database provider | Frederic Guillot | |
2015-10-17 | Move slack, hipchat and jabber integrations to plugins | Frederic Guillot | |
2015-10-17 | Add metadata for users, tasks and projects | Frederic Guillot | |
2015-10-17 | Move ProjectActivitySubscriber to a new notification type | Frederic Guillot | |
2015-10-17 | Move webhook to project notification type | Frederic Guillot | |
2015-10-17 | Run php-cs-fixer on the code base | Frederic Guillot | |
2015-10-17 | Make user notifications pluggable | Frederic Guillot | |
2015-10-16 | Move DateParser class to Core namespace | Frederic Guillot | |
2015-10-13 | Change namespace to add Kanboard as prefix | Frederic Guillot | |
2015-10-12 | Add CSV import for tasks | Frederic Guillot | |
2015-10-12 | Add user CSV import | Frederic Guillot | |
2015-10-12 | Merge pull-request #1350 | Frederic Guillot | |
2015-10-11 | Add comments sorting | Frederic Guillot | |
2015-10-11 | Fix minor issues | Frederic Guillot | |
2015-10-10 | #1340 add append/replace option to dustom filters | BlueTeck | |
2015-10-07 | Duplicate a project with tasks will copy the new tasks in the same columns | Frederic Guillot | |
2015-10-03 | Fix issue when unlinking Gitlab account | Frederic Guillot | |
2015-10-03 | Add more unit tests | Frederic Guillot | |
2015-10-03 | Add web notifications | Frederic Guillot | |
2015-10-02 | Add custom filters (refactoring of pull-request #1312) | Frederic Guillot | |
2015-10-01 | Fix Postgres issue "Cardinality violation" when there is multiple ↵ | Frederic Guillot | |
"is_milestone_of" links | |||
2015-09-30 | Make sure there is always a trailing slash for application_url | Frederic Guillot | |
2015-09-30 | Merge branch 'master' of https://github.com/fguillot/kanboard into ↵ | Max Kamashev | |
1245_bug_with_subtask_timer | |||
2015-09-30 | refs #1245 - Renamed argument | Max Kamashev | |
2015-09-29 | Merge branch 'master' into project_name_in_task_links | xavier.vidal | |
* master: ajout captures pour les vues essai intégration image Append filters instead of replacing value for users and categories dropdowns Do not show empty swimlanes in public view Show complexity sum across all swimlanes Show number of tasks for each column across all swimlanes Fix regression (css) Change swimlane layout to save space on the screen Add the possibility to set/unset max column height (scrolling) settings chapter Add getPluginHomepage() Add page to show the list of plugins Do not use preventDefault() with .close-popover when there is no popover opened Show "Open this task" in dropdown menu for closed tasks Add contributor Update app.css Update popover.css Show assignee on card only when someone is assigned | |||
2015-09-26 | Show complexity sum across all swimlanes | Frederic Guillot | |
2015-09-26 | Show number of tasks for each column across all swimlanes | Frederic Guillot | |
2015-09-25 | Show project name in task links | xavier.vidal | |
2015-09-24 | refs #1245 - Hotfix logical error | Max Kamashev | |
2015-09-24 | Merge branch 'master' of https://github.com/ukko/kanboard into ↵ | Max Kamashev | |
1245_bug_with_subtask_timer | |||
2015-09-24 | refs #1245 - Subtask - Added option to events to avoid recursive calls | Max Kamashev | |
2015-09-23 | Do not check anymore data folder permissions | Frederic Guillot | |
People who are using a remote database (Mysql/Postgresql) and a remote file storage (Aws S3 or similar) don't necessary needs to have a persistent local data folder or to change the permissions. | |||
2015-09-22 | Allow to extend automatic actions from plugins | Frederic Guillot | |
2015-09-20 | Replace switch/case by a mapping list | Frederic Guillot | |
2015-09-20 | Add formatters | Frederic Guillot | |
2015-09-20 | Fix some phpdoc and remove useless code | Frederic Guillot | |
2015-09-20 | Move timetable to a plugin | Frederic Guillot | |
Plugin repository: https://github.com/kanboard/plugin-timetable | |||
2015-09-20 | Move subtask forecast to a plugin | Frederic Guillot | |
Plugin repo: https://github.com/kanboard/plugin-subtask-forecast |