summaryrefslogtreecommitdiffstats
path: root/models/wekanCreator.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix import wekan board with swimlanesAndrés Manelli2018-02-021-0/+36
|
* Fix: Trello board import fails because of missing "Swimlane id".Lauri Ojansivu2018-01-291-0/+1
| | | | Thanks to xet7 ! Closes #1442
* Covered case of no admin and no self mapping.Keven Kurz PC2017-10-291-4/+8
| | | | | Now importer is always admin of the imported board so that no undeletable boards can be created.
* fixed Members do not get included on board import from WeKan #1255Keven Kurz PC2017-10-291-33/+21
| | | | | | | | | | fixed multiple errors where constants were mistakenly overridden.(or trying to get a property of an object after making sure it doesn't exits) renamed wekanBoard Parameter from createBoardAndLabels for clairity reworked adding admin for imorter
* Import sort attribute of checklists and its items from WekanGhassen Rjab2017-09-161-2/+4
| | | If no sort was found (Old format), we use checklist or checklist item index in the array instead
* Uncomment code about adding attachments' related activitiesGhassen Rjab2017-09-021-18/+12
|
* Put 'this' in 'self' variableGhassen Rjab2017-09-021-3/+4
| | | For some reason, TrelloCreator didn't keep 'this' reference
* Add source field to imported attachmentsGhassen Rjab2017-09-021-0/+6
| | | 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/+2
|
* Merge branch 'feature/import-activities' of ↵Lauri Ojansivu2017-08-301-40/+166
|\ | | | | | | https://github.com/GhassenRjab/wekan into GhassenRjab-feature/import-activities
| * Import Wekan board activitiesGhassen Rjab2017-08-201-40/+166
| | | | | | There is a minor catch here, we can't import activities related to adding attachments for now
* | Standalone Export has modifiedAt missing, adding modifiedAt to fix it. ↵Lauri Ojansivu2017-08-291-0/+2
| | | | | | | | Thanks to xet7 !
* | Make userId optional when importing Wekan boardsGhassen Rjab2017-08-281-1/+0
|/ | | Sandstorm will have an activity of adding a member by default which will have an empty userId. This caused issues when importing exported Sandstorm boards.
* Import boards in SandstormGhassen Rjab2017-07-241-1/+8
|
* Import checklistsGhassen Rjab2017-07-201-37/+34
|
* Updat Wekan board format checkGhassen Rjab2017-07-191-2/+0
|
* Export and import attachents as base64 encoded filesGhassen Rjab2017-07-151-15/+34
|
* Add import Wekan board featureGhassen Rjab2017-07-081-0/+476