summaryrefslogtreecommitdiffstats
path: root/models/import.js
Commit message (Collapse)AuthorAgeFilesLines
* Import boards in SandstormGhassen Rjab2017-07-241-2/+3
|
* Add import Wekan board featureGhassen Rjab2017-07-081-496/+17
|
* Update import from Trello featureGhassen Rjab2017-06-231-0/+1
| | | Add importing the due date of a card
* Fix importing Trello boardGhassen Rjab2017-06-221-2/+2
| | | Attribute correct members to their comments
* isCommentOnly false fix for Trello import. Thanks to rhelsing !Lauri Ojansivu2017-04-251-0/+2
|
* Fix up some linting issuesRaoul Snyman2017-03-051-4/+4
|
* Close #873 by importing checklists from TrelloRaoul Snyman2017-03-051-1/+41
|
* Upgrade ESLint to v2Maxime Quandalle2016-03-171-14/+5
| | | | This commit also tweak the code style following backward-incompatible v2 rules.
* Change the board import layout from a popup to a full pageMaxime Quandalle2016-01-311-38/+0
| | | | | | | | This commit also removes the “import a single Trello card” as we couldn’t figure out some reasonable use case. We also create a new publication on the server to provide the minimal user profile informations required to display an avatar.
* 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