summaryrefslogtreecommitdiffstats
path: root/models/export.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix import wekan board with swimlanesAndrés Manelli2018-02-021-0/+1
|
* Export checklistsGhassen Rjab2017-07-201-0/+5
|
* Export and import attachents as base64 encoded filesGhassen Rjab2017-07-151-2/+22
|
* Reenable the export featureJohannes Zellner2017-06-121-22/+22
| | | | Fixes #1055
* REST API - Meteor 1.4 - first step issueLauri Ojansivu2017-04-271-39/+41
|
* Favor FlowRouter.url over Meteor.absoluteUrlMaxime Quandalle2016-01-051-12/+16
| | | | | It hides the leading slash treatment as an hidden implementation detail.
* Export: improved API routesXavier Priour2015-12-171-13/+20
| | | | | | - use an explicit "boards" domain: /api/boards/:boardId - pass authToken as a request parameter: /api/boards/:boardId?authToken=:token - in the future, same route can be used with authToken set in the Authenticate: header easily
* Improved doc on server-side export routeXavier Priour2015-12-171-0/+10
|
* Export: include attachmentsXavier Priour2015-12-171-16/+17
|
* Export: add _format fieldXavier Priour2015-12-171-0/+1
|
* Export Wekan now server-based with proper authXavier Priour2015-12-161-3/+27
|
* Export wekan: do not export board.starsXavier Priour2015-12-161-6/+7
|
* fix eslintXavier Priour2015-12-131-2/+1
|
* board export now checks authenticationXavier Priour2015-12-131-18/+8
|
* export works but no authenticationXavier Priour2015-12-111-5/+23
|
* export board to Wekan JSONXavier Priour2015-12-091-0/+51