summaryrefslogtreecommitdiffstats
path: root/client/components/import
Commit message (Collapse)AuthorAgeFilesLines
* "DANGER" data loss warning to bigger text.Lauri Ojansivu2018-03-171-1/+1
|
* Enabled import at Sandtorm. Keep there warning about possible data loss bug.Lauri Ojansivu2018-03-171-11/+8
|
* Disabled Import temporarily on Sandstorm because of data loss bug.Lauri Ojansivu2018-02-211-7/+11
| | | | Thanks to xet7 !
* Import boards in SandstormGhassen Rjab2017-07-242-0/+4
|
* Fix texts in import board pageGhassen Rjab2017-07-161-2/+2
|
* Add import Wekan board featureGhassen Rjab2017-07-084-18/+72
|
* profile.name is called profile.fullname (#615)Alexander Sulfrian2016-07-111-2/+2
| | | | The name of the profile field was changed log ago. This fixes the remaining wrong references.
* Simplify an internal data model used in the importerMaxime Quandalle2016-01-312-15/+14
| | | | | We used to save the whole user document in a internal data structure while we only needed the userId.
* Change the board import layout from a popup to a full pageMaxime Quandalle2016-01-313-148/+150
| | | | | | | | 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.
* Remove unnecessary template name declarationMaxime Quandalle2016-01-031-4/+0
| | | | | | This code was duplicate with the name we use to `register` the component. A update of blaze-component removed the need to duplicate this declaration.
* Fix layout on Apple devicesMaxime Quandalle2016-01-021-0/+2
| | | | | | | | | | | | | | | The layout issue was related to the lack of autoprexing for CSS properties. c69f993 did improve the reload time significantly but for that I had to replace `mquandalle:stylus` by the core `stylus` package. Unfortunatly it is currently difficult to run an autoprefixer with the core CSS compilers (as reported in https://github.com/meteor/meteor/issues/5219). So instead we rely on `nib` which transparently define some mixins for autoprefixing, the only restrictions being that we have to manually `@import 'nib'` on top of stylus files. Fixes #461
* Fix eslintXavier Priour2015-11-171-1/+1
|
* code review fixesXavier Priour2015-11-171-46/+63
|
* Fix buildXavier Priour2015-11-141-1/+1
|
* Import members: board importXavier Priour2015-11-143-8/+12
|
* Import members: working on card importXavier Priour2015-11-132-39/+65
|
* Import members: UI flow okXavier Priour2015-11-133-51/+219
|
* Import members: added UIXavier Priour2015-10-232-10/+40
|
* Provide a default date for lists and cards creation dateMaxime Quandalle2015-10-202-16/+17
| | | | | | | | 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: import comments and log activitiesXavier Priour2015-10-191-1/+1
|
* Import board: now proper createdAt datesXavier Priour2015-10-171-1/+9
|
* Import board: added UIXavier Priour2015-10-172-0/+88