summaryrefslogtreecommitdiff
path: root/assets/js/components
AgeCommit message (Collapse)Author
2019-07-24Add link button to text editorRafael de Camargo
2019-07-23Fix html parsing on markdown editorRafael de Camargo
Closes #4243
2019-02-19Replace accordion Javascript component by <details> HTML elementFrédéric Guillot
2018-10-23Revert "Easier closing of dialogs" (introduces regression on date time picker)Frédéric Guillot
This reverts commit 71630aaa77b518d3d0165f772251f09cc249f015.
2018-10-15Easier closing of dialogsMichael
Allow closing of dialogs by clicking on the background area around it. When the dialog is closed in this manner, if it contains a form with changed data present a warning that there are unsaved changes. Likewise if the user attempts to navigate away from the page, eg page reload, bookmark click, address bar entry. If the dialog does not contain a form or the data remains unchanged no warning messages are shown.
2018-10-01Do not try to redirect to login page when offlineVadim Zhukov
2018-10-01Define fixed width for auto-complete dropdownFrédéric Guillot
2018-06-01Add checkboxes in list view to move tasks to another column at onceFrédéric Guillot
2018-05-03Fix escaping issue for Markdown editorFrédéric Guillot
2018-01-29Add CSRF check for task and project files uploadFrédéric Guillot
2018-01-25Set the correct swimlane/column ID when moving a task via its internal dialog.kousu
Fixes https://github.com/kanboard/kanboard/issues/3114.
2017-11-17Add the possibility to send tasks and comments to multiple recipientsFrederic Guillot
2017-11-10Fix project dropdown visibility when page is scrolled downFrederic Guillot
2017-11-09Merge and fix PR #3469Frederic Guillot
2017-11-02Add predefined templates for task descriptionsFrederic Guillot
2017-10-18Improve external task integrationFrederic Guillot
2017-06-03Use dot notation in Javascript componentFrederic Guillot
2017-06-03Add autocomplete dropdown on comment subject and email fieldsFrederic Guillot
2017-06-03Add configurable list of predefined subjects when sending a task by emailFrederic Guillot
2017-06-03Add dropdown menu to autocomplete email field from project membersFrederic Guillot
2017-04-01Move Gantt charts to external pluginFrederic Guillot
2017-04-01Move calendar to external pluginFrederic Guillot
2017-03-19Restore task title link on boardFrederic Guillot
2017-03-19Improve subtask toggleFrederic Guillot
2017-02-23Merge pull-request #3071Frederic Guillot
2017-02-23Make link to calendar view bookable (#3063)Konstantin
2017-02-23Reintroduce word search in board selector #3052Konstantin Vorobyev
2017-02-18Replace modal contents if already open to avoid window flickeringFrederic Guillot
2017-02-18Upload files button stay disabled when there are other submit buttons on the ↵Frederic Guillot
same page
2017-02-12Improve error reporting when file upload is not configured properlyFrederic Guillot
2017-02-11Fix CFD chart (stack wrongly ordered)Frederic Guillot
2017-02-11Open comments in board view with a modal dialog instead of tooltipFrederic Guillot
2017-01-29Highlight comments if hash is present in URLFrederic Guillot
2017-01-28Fix form submit when using keyboard shortcutsFrederic Guillot
2017-01-26Always unbind internal listeners when closing a modal dialogFrederic Guillot
2017-01-23Fix regression: stay on the same page when a task is closedFrederic Guillot
2017-01-14Improve screenshot component teardownFrederic Guillot
2017-01-14Closing screenshot dialog prevent input elements to get focusFrederic Guillot
2017-01-14Allow project charts to be rendered on the same page as task analyticsFrederic Guillot
2017-01-11Improve auto-complete dropdown elements sortingFrederic Guillot
2017-01-11Improve keyboard shortcuts handlingFrederic Guillot
2017-01-08Improve accordion componentFrederic Guillot
2017-01-08Display project exports in modal boxFrederic Guillot
2017-01-08Display project analytics in modal boxFrederic Guillot
2017-01-02Update javascript dev dependenciesFrederic Guillot
2017-01-02Refactoring/rewrite of modal boxes handlingFrederic Guillot
2016-12-30Remove dependency on MousetrapFrederic Guillot
2016-12-11Handle dropdown scrolling when larger that the viewportFrederic Guillot
2016-12-11Add download icon in image slideshowFrederic Guillot
2016-12-11Add slideshow for imagesFrederic Guillot