summaryrefslogtreecommitdiffstats
path: root/models/import.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix code styleXavier Priour2015-12-021-4/+1
|
* Import trello: map card author and board adminsXavier Priour2015-12-021-17/+37
|
* Import trello: map comment authorXavier Priour2015-12-021-18/+32
|
* Fix #417: exception when importing older boards (missing creationDate)Xavier Priour2015-12-021-14/+35
|
* code review fixesXavier Priour2015-11-171-2/+2
|
* Import attachmentsXavier Priour2015-11-161-61/+115
|
* Import members: board importXavier Priour2015-11-141-5/+30
|
* Import members: working on card importXavier Priour2015-11-131-3/+19
|
* Merge branch 'xavierpriour-devel' into develMaxime Quandalle2015-10-201-103/+345
|\ | | | | | | | | Conflicts: models/import.js
| * Provide a default date for lists and cards creation dateMaxime Quandalle2015-10-201-24/+36
| | | | | | | | | | | | | | | | 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: map team permission, and refactor code to share with card importXavier Priour2015-10-191-132/+72
| |
| * Import board: check json structure before importingXavier Priour2015-10-191-6/+58
| |
| * Import board: set proper color and modifiedAt datesXavier Priour2015-10-191-7/+28
| |
| * Import board: import comments and log activitiesXavier Priour2015-10-191-49/+117
| |
| * Import board: create board, lists, and cardsXavier Priour2015-10-181-13/+66
| |
| * Import board: now proper createdAt datesXavier Priour2015-10-171-0/+73
| |
| * Import board: added UIXavier Priour2015-10-171-5/+20
| |
* | Prevent duplicate board labelsMaxime Quandalle2015-10-161-24/+16
|/ | | | | | 43de3b8 did prevent empty labels with the same color, but we also want to prevent label with the same non-empty name and same color because the rationale is identical.
* Add some ESLint rules and fix some related issuesMaxime Quandalle2015-10-141-8/+7
|
* Import single card: proper error handlingXavier Priour2015-10-141-22/+26
|
* Import single card: create an 'importCard' activity entryXavier Priour2015-10-141-8/+22
|
* Import single card: check user authorizedXavier Priour2015-10-141-10/+16
|
* Import single card: now uses historical datesXavier Priour2015-10-141-11/+20
|
* Import single card: refactor to meteor methodXavier Priour2015-10-141-0/+98