Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Covered case of no admin and no self mapping. | Keven Kurz PC | 2017-10-29 | 1 | -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 #1255 | Keven Kurz PC | 2017-10-29 | 1 | -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 Wekan | Ghassen Rjab | 2017-09-16 | 1 | -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 activities | Ghassen Rjab | 2017-09-02 | 1 | -18/+12 |
| | |||||
* | Put 'this' in 'self' variable | Ghassen Rjab | 2017-09-02 | 1 | -3/+4 |
| | | | For some reason, TrelloCreator didn't keep 'this' reference | ||||
* | Add source field to imported attachments | Ghassen Rjab | 2017-09-02 | 1 | -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 inserting | Ghassen Rjab | 2017-08-31 | 1 | -0/+2 |
| | |||||
* | Merge branch 'feature/import-activities' of ↵ | Lauri Ojansivu | 2017-08-30 | 1 | -40/+166 |
|\ | | | | | | | https://github.com/GhassenRjab/wekan into GhassenRjab-feature/import-activities | ||||
| * | Import Wekan board activities | Ghassen Rjab | 2017-08-20 | 1 | -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 Ojansivu | 2017-08-29 | 1 | -0/+2 |
| | | | | | | | | Thanks to xet7 ! | ||||
* | | Make userId optional when importing Wekan boards | Ghassen Rjab | 2017-08-28 | 1 | -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 Sandstorm | Ghassen Rjab | 2017-07-24 | 1 | -1/+8 |
| | |||||
* | Import checklists | Ghassen Rjab | 2017-07-20 | 1 | -37/+34 |
| | |||||
* | Updat Wekan board format check | Ghassen Rjab | 2017-07-19 | 1 | -2/+0 |
| | |||||
* | Export and import attachents as base64 encoded files | Ghassen Rjab | 2017-07-15 | 1 | -15/+34 |
| | |||||
* | Add import Wekan board feature | Ghassen Rjab | 2017-07-08 | 1 | -0/+476 |