Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prettier & eslint project style update | Justin Reynolds | 2019-06-28 | 1 | -38/+47 |
| | |||||
* | Import boards in Sandstorm | Ghassen Rjab | 2017-07-24 | 1 | -0/+2 |
| | |||||
* | Fix texts in import board page | Ghassen Rjab | 2017-07-16 | 1 | -2/+2 |
| | |||||
* | Add import Wekan board feature | Ghassen Rjab | 2017-07-08 | 1 | -16/+32 |
| | |||||
* | Simplify an internal data model used in the importer | Maxime Quandalle | 2016-01-31 | 1 | -12/+11 |
| | | | | | We used to save the whole user document in a internal data structure while we only needed the userId. | ||||
* | Change the board import layout from a popup to a full page | Maxime Quandalle | 2016-01-31 | 1 | -123/+82 |
| | | | | | | | | This commit also removes the “import a single Trello card” as we couldn’t figure out some reasonable use case. We also create a new publication on the server to provide the minimal user profile informations required to display an avatar. | ||||
* | Remove unnecessary template name declaration | Maxime Quandalle | 2016-01-03 | 1 | -4/+0 |
| | | | | | | This code was duplicate with the name we use to `register` the component. A update of blaze-component removed the need to duplicate this declaration. | ||||
* | Fix eslint | Xavier Priour | 2015-11-17 | 1 | -1/+1 |
| | |||||
* | code review fixes | Xavier Priour | 2015-11-17 | 1 | -46/+63 |
| | |||||
* | Fix build | Xavier Priour | 2015-11-14 | 1 | -1/+1 |
| | |||||
* | Import members: board import | Xavier Priour | 2015-11-14 | 1 | -3/+2 |
| | |||||
* | Import members: working on card import | Xavier Priour | 2015-11-13 | 1 | -37/+58 |
| | |||||
* | Import members: UI flow ok | Xavier Priour | 2015-11-13 | 1 | -45/+167 |
| | |||||
* | Import members: added UI | Xavier Priour | 2015-10-23 | 1 | -10/+32 |
| | |||||
* | Provide a default date for lists and cards creation date | Maxime Quandalle | 2015-10-20 | 1 | -13/+15 |
| | | | | | | | | See https://github.com/wekan/wekan/pull/362#issuecomment-149645497 for motivation. This commit also contains cosmetic changes to the import Popup and on the code style to be more consistent with the code base. | ||||
* | Import board: import comments and log activities | Xavier Priour | 2015-10-19 | 1 | -1/+1 |
| | |||||
* | Import board: now proper createdAt dates | Xavier Priour | 2015-10-17 | 1 | -1/+9 |
| | |||||
* | Import board: added UI | Xavier Priour | 2015-10-17 | 1 | -0/+80 |