summaryrefslogtreecommitdiffstats
path: root/models/trelloCreator.js
Commit message (Collapse)AuthorAgeFilesLines
* Use a default color (black) for labels from TrelloGhassen Rjab2017-09-271-2/+1
|
* Ignore checklists with missing cards Ghassen Rjab2017-09-261-20/+22
|
* Import sort attribute of checklists and its items from TrelloGhassen Rjab2017-09-161-0/+2
|
* Uncomment code about adding attachments' related activitiesGhassen Rjab2017-09-021-18/+12
|
* Put 'this' in 'self' variableGhassen Rjab2017-09-021-2/+3
| | | For some reason, TrelloCreator didn't keep 'this' reference
* Add idMemberCreator to Trello attachmentGhassen Rjab2017-09-021-0/+2
| | | We need this field to attribute attachment to the user who uploaded it
* Add source field to imported attachmentsGhassen Rjab2017-09-021-0/+3
| | | We use this field to prevent adding attachments' related activities automatically only. Then this field will be removed.
* Assign user to attachment before insertingGhassen Rjab2017-08-311-0/+1
|
* Fix dates of activities related to comments imported from TrelloGhassen Rjab2017-08-241-1/+1
|
* Import Trello board activitiesGhassen Rjab2017-08-231-28/+131
|
* Import boards in SandstormGhassen Rjab2017-07-241-1/+8
|
* Add import Wekan board featureGhassen Rjab2017-07-081-0/+500