Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Import boards in Sandstorm | Ghassen Rjab | 2017-07-24 | 1 | -2/+3 |
| | |||||
* | Add import Wekan board feature | Ghassen Rjab | 2017-07-08 | 1 | -496/+17 |
| | |||||
* | Update import from Trello feature | Ghassen Rjab | 2017-06-23 | 1 | -0/+1 |
| | | | Add importing the due date of a card | ||||
* | Fix importing Trello board | Ghassen Rjab | 2017-06-22 | 1 | -2/+2 |
| | | | Attribute correct members to their comments | ||||
* | isCommentOnly false fix for Trello import. Thanks to rhelsing ! | Lauri Ojansivu | 2017-04-25 | 1 | -0/+2 |
| | |||||
* | Fix up some linting issues | Raoul Snyman | 2017-03-05 | 1 | -4/+4 |
| | |||||
* | Close #873 by importing checklists from Trello | Raoul Snyman | 2017-03-05 | 1 | -1/+41 |
| | |||||
* | Upgrade ESLint to v2 | Maxime Quandalle | 2016-03-17 | 1 | -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 page | Maxime Quandalle | 2016-01-31 | 1 | -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 style | Xavier Priour | 2015-12-02 | 1 | -4/+1 |
| | |||||
* | Import trello: map card author and board admins | Xavier Priour | 2015-12-02 | 1 | -17/+37 |
| | |||||
* | Import trello: map comment author | Xavier Priour | 2015-12-02 | 1 | -18/+32 |
| | |||||
* | Fix #417: exception when importing older boards (missing creationDate) | Xavier Priour | 2015-12-02 | 1 | -14/+35 |
| | |||||
* | code review fixes | Xavier Priour | 2015-11-17 | 1 | -2/+2 |
| | |||||
* | Import attachments | Xavier Priour | 2015-11-16 | 1 | -61/+115 |
| | |||||
* | Import members: board import | Xavier Priour | 2015-11-14 | 1 | -5/+30 |
| | |||||
* | Import members: working on card import | Xavier Priour | 2015-11-13 | 1 | -3/+19 |
| | |||||
* | Merge branch 'xavierpriour-devel' into devel | Maxime Quandalle | 2015-10-20 | 1 | -103/+345 |
|\ | | | | | | | | | Conflicts: models/import.js | ||||
| * | Provide a default date for lists and cards creation date | Maxime Quandalle | 2015-10-20 | 1 | -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 import | Xavier Priour | 2015-10-19 | 1 | -132/+72 |
| | | |||||
| * | Import board: check json structure before importing | Xavier Priour | 2015-10-19 | 1 | -6/+58 |
| | | |||||
| * | Import board: set proper color and modifiedAt dates | Xavier Priour | 2015-10-19 | 1 | -7/+28 |
| | | |||||
| * | Import board: import comments and log activities | Xavier Priour | 2015-10-19 | 1 | -49/+117 |
| | | |||||
| * | Import board: create board, lists, and cards | Xavier Priour | 2015-10-18 | 1 | -13/+66 |
| | | |||||
| * | Import board: now proper createdAt dates | Xavier Priour | 2015-10-17 | 1 | -0/+73 |
| | | |||||
| * | Import board: added UI | Xavier Priour | 2015-10-17 | 1 | -5/+20 |
| | | |||||
* | | Prevent duplicate board labels | Maxime Quandalle | 2015-10-16 | 1 | -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 issues | Maxime Quandalle | 2015-10-14 | 1 | -8/+7 |
| | |||||
* | Import single card: proper error handling | Xavier Priour | 2015-10-14 | 1 | -22/+26 |
| | |||||
* | Import single card: create an 'importCard' activity entry | Xavier Priour | 2015-10-14 | 1 | -8/+22 |
| | |||||
* | Import single card: check user authorized | Xavier Priour | 2015-10-14 | 1 | -10/+16 |
| | |||||
* | Import single card: now uses historical dates | Xavier Priour | 2015-10-14 | 1 | -11/+20 |
| | |||||
* | Import single card: refactor to meteor method | Xavier Priour | 2015-10-14 | 1 | -0/+98 |