summaryrefslogtreecommitdiffstats
path: root/models/wekanCreator.js
Commit message (Collapse)AuthorAgeFilesLines
* Move In Progress ostrio-files changes to separate branch, and revert ↵Lauri Ojansivu2020-05-251-2/+0
| | | | | | | | | | | | ostrio-files changes, so that: - Export to CSV/TSV with custom fields works - Attachments are not exported to disk - It is possible to build arm64/s390x versions again. Thanks to xet7 ! Related #3110
* Merge branch 'master' of https://github.com/wekan/wekan into lib-changeRomulus Urakagi Tsai2020-02-131-1/+1
|\
| * Try to fix Node 12 Buffer() deprecation errors.Lauri Ojansivu2020-01-181-1/+1
| | | | | | | | Thanks to xet7 !
| * Change Buffer to Buffer.alloc on Node v12. Try to fix Snap.Lauri Ojansivu2020-01-111-1/+1
| |
* | Attachment upload from card done, need to fix download linkRomulus Urakagi Tsai2019-11-201-0/+2
|/
* Prettier & eslint project style updateJustin Reynolds2019-06-281-278/+301
|
* Fix lint errors.Lauri Ojansivu2019-04-061-19/+19
| | | | Thanks to xet7 !
* Merge remote-tracking branch 'Angtrim/feature-duplicate' into edgeLauri Ojansivu2019-04-061-0/+25
|\
| * FixesAngelo Gallarello2019-02-121-0/+25
| |
* | wekan-import: also import each swimlane colorBenjamin Tissoires2019-03-111-0/+4
| |
* | wekan-import: also import each card colorBenjamin Tissoires2019-03-111-0/+4
|/
* - Admin Panel / Layout / Custom Product Name now changes webpage title.Lauri Ojansivu2018-12-151-1/+1
| | | | | | Thanks to xet7 ! Related #1196
* - Fix lint warning.Lauri Ojansivu2018-12-071-1/+2
| | | | Thanks to xet7 !
* - Some fixes to Wekan import:Lauri Ojansivu2018-11-081-18/+21
| | | | | | | | | | | | | - isCommentOnly and isNoComments are now optional - Turn off import error checking, so something is imported anyway, and import does not stop at error. - Now most of Sandstorm export do import to Standalone Wekan, but some of imported cards, dates etc are missing. - Sandstorm Import Wekan board warning messages are now translateable. Thanks to xet7 ! Closes #1945, closes #1616, closes #1903
* Fixed lint errorsAngelo Gallarello2018-10-071-3/+3
|
* Fix lint errors.Lauri Ojansivu2018-09-161-188/+188
|
* Merge branch 'feature-rules' of https://github.com/Angtrim/wekan into ↵Lauri Ojansivu2018-09-161-175/+288
|\ | | | | | | Angtrim-feature-rules
| * Export/Import done for rulesAngelo Gallarello2018-09-141-175/+288
| |
* | - Fix "No Comments" permission on Wekan and Trello import.Lauri Ojansivu2018-09-061-0/+1
|/ | | | Thanks to xet7 !
* Define sort property on swimlanes and listszebby762018-05-011-2/+4
|
* Fix Wekan import / Export for ChecklistItemsSebastian Molle2018-04-281-21/+37
|
* Import missing card fields : isOvertime, startAt and spenTimeGhassen Rjab2018-03-011-0/+3
|
* 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