summaryrefslogtreecommitdiffstats
path: root/client/components/import/import.js
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #2638 importing trelloJustin Reynolds2019-08-221-12/+10
|
* Prettier & eslint project style updateJustin Reynolds2019-06-281-38/+47
|
* Import boards in SandstormGhassen Rjab2017-07-241-0/+2
|
* Fix texts in import board pageGhassen Rjab2017-07-161-2/+2
|
* Add import Wekan board featureGhassen Rjab2017-07-081-16/+32
|
* Simplify an internal data model used in the importerMaxime Quandalle2016-01-311-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 pageMaxime Quandalle2016-01-311-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 declarationMaxime Quandalle2016-01-031-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 eslintXavier Priour2015-11-171-1/+1
|
* code review fixesXavier Priour2015-11-171-46/+63
|
* Fix buildXavier Priour2015-11-141-1/+1
|
* Import members: board importXavier Priour2015-11-141-3/+2
|
* Import members: working on card importXavier Priour2015-11-131-37/+58
|
* Import members: UI flow okXavier Priour2015-11-131-45/+167
|
* Import members: added UIXavier Priour2015-10-231-10/+32
|
* Provide a default date for lists and cards creation dateMaxime Quandalle2015-10-201-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 activitiesXavier Priour2015-10-191-1/+1
|
* Import board: now proper createdAt datesXavier Priour2015-10-171-1/+9
|
* Import board: added UIXavier Priour2015-10-171-0/+80