Ghassen Rjab
d2b1a837e6
Import boards in Sandstorm
2017-07-24 23:56:51 +01:00
Ghassen Rjab
3f4c285551
Add import Wekan board feature
2017-07-08 13:23:33 +01:00
Ghassen Rjab
aff4655134
Update import from Trello feature
...
Add importing the due date of a card
2017-06-23 17:58:13 +01:00
Ghassen Rjab
8b6b065462
Fix importing Trello board
...
Attribute correct members to their comments
2017-06-22 22:09:40 +01:00
Lauri Ojansivu
dc8c59dcbe
isCommentOnly false fix for Trello import. Thanks to rhelsing !
2017-04-25 23:12:10 +03:00
Raoul Snyman
bc9e093e07
Fix up some linting issues
2017-03-05 13:08:53 -07:00
Raoul Snyman
4414582a35
Close #873 by importing checklists from Trello
2017-03-05 12:56:07 -07:00
Maxime Quandalle
90601eacae
Upgrade ESLint to v2
...
This commit also tweak the code style following backward-incompatible v2 rules.
2016-03-17 16:26:14 +01:00
Maxime Quandalle
a13fad749e
Change the board import layout from a popup to a full page
...
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.
2016-01-31 20:03:12 +01:00
Xavier Priour
32698bcc98
Fix code style
2015-12-02 20:37:12 +01:00
Xavier Priour
f639bada5c
Import trello: map card author and board admins
2015-12-02 12:37:51 +01:00
Xavier Priour
2057764801
Import trello: map comment author
2015-12-02 11:28:32 +01:00
Xavier Priour
82c59fb85f
Fix #417 : exception when importing older boards (missing creationDate)
2015-12-02 09:52:30 +01:00
Xavier Priour
33193b6f7b
code review fixes
2015-11-17 08:52:55 +01:00
Xavier Priour
ad27a59e57
Import attachments
2015-11-16 21:41:49 +01:00
Xavier Priour
dd0a6e1a82
Import members: board import
2015-11-14 01:41:02 +01:00
Xavier Priour
f6f41270de
Import members: working on card import
2015-11-13 15:52:14 +01:00
Maxime Quandalle
7a5f030cc8
Merge branch 'xavierpriour-devel' into devel
...
Conflicts:
models/import.js
2015-10-20 20:06:26 +02:00
Maxime Quandalle
118b434a5a
Provide a default date for lists and cards creation date
...
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.
2015-10-20 20:02:12 +02:00
Xavier Priour
8e0ad91191
Import board: map team permission, and refactor code to share with card import
2015-10-19 20:14:29 +02:00
Xavier Priour
ec304de811
Import board: check json structure before importing
2015-10-19 12:41:56 +02:00
Xavier Priour
456674f111
Import board: set proper color and modifiedAt dates
2015-10-19 11:46:04 +02:00
Xavier Priour
4540bd36c4
Import board: import comments and log activities
2015-10-19 00:59:50 +02:00
Xavier Priour
469d47cd9f
Import board: create board, lists, and cards
2015-10-18 01:02:44 +02:00
Xavier Priour
595d5f97ac
Import board: now proper createdAt dates
2015-10-17 19:29:25 +02:00
Xavier Priour
468694a84c
Import board: added UI
2015-10-17 18:00:46 +02:00
Maxime Quandalle
6dedf673d5
Prevent duplicate board labels
...
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.
2015-10-16 17:49:25 +02:00
Maxime Quandalle
944a1065d3
Add some ESLint rules and fix some related issues
2015-10-14 23:50:12 +02:00
Xavier Priour
b670a1ab36
Import single card: proper error handling
2015-10-14 23:23:17 +02:00
Xavier Priour
7d57ce896b
Import single card: create an 'importCard' activity entry
2015-10-14 23:23:16 +02:00
Xavier Priour
4b99ce2aa2
Import single card: check user authorized
2015-10-14 23:23:16 +02:00
Xavier Priour
81bd551137
Import single card: now uses historical dates
2015-10-14 23:23:16 +02:00
Xavier Priour
d8892d6408
Import single card: refactor to meteor method
2015-10-14 23:23:16 +02:00