summaryrefslogtreecommitdiffstats
path: root/models/export.js
Commit message (Collapse)AuthorAgeFilesLines
* Restore export APIBenjamin Tissoires2019-05-141-8/+15
| | | | | | | Commit 477d71e0b90d1 was based on an older version of export.js, which means it reverted a few changes that were made previously. Fixes #2328
* Fix missing profile checks.Lauri Ojansivu2019-05-091-1/+1
| | | | Thanks to justinr1234 !
* Fix lint errors.Lauri Ojansivu2019-04-061-1/+1
| | | | Thanks to xet7 !
* Merge remote-tracking branch 'Angtrim/feature-duplicate' into edgeLauri Ojansivu2019-04-061-17/+10
|\
| * Minor fixesAngelo Gallarello2019-04-051-1/+0
| |
| * FixesAngelo Gallarello2019-02-121-17/+11
| |
* | Migrate customFieldsAndrés Manelli2019-03-161-1/+1
|/
* - [Fix Sandstorm export board from ↵Lauri Ojansivu2019-02-021-1/+1
| | | | | | | | | | | | web](https://github.com/wekan/wekan/issues/2157). - [Fix Error when logging in to Wekan REST API when using Sandstorm Wekan](https://github.com/wekan/wekan/issues/1279). Sandstorm API works this way: Make API key, and from that key copy API URL and API KEY to below. It saves Wekan board to file. `curl http://Bearer:APIKEY@api-12345.local.sandstorm.io:6080/api/boards/sandstorm/export?authToken=#APIKEY > wekanboard.json` If later API key does not work, you need to remove it and make a new one. Closes #2157, closes #1279
* api: export board: allow authentication through generic authenticationBenjamin Tissoires2019-01-221-3/+5
| | | | | | | | | This allows to retrieve the full export of the board from the API. When the board is big, retrieving individual cards is heavy for both the server and the number of requests. Allowing the API to directly call on export and then treat the data makes the whole process smoother.
* RESTAPI: Add some JSDocBenjamin Tissoires2019-01-181-4/+11
| | | | So we can have a decent REST API documentation generated.
* fix cards exportBenjamin Tissoires2018-10-231-1/+1
| | | | | | | | | | | 6eeb708e4d2eb82f (Fix cards export and add customFields export.) is incomplete as it allows to export newer cards inserted in the db after the linkedId has been set, but not older cards present in an earlier version of wekan. Allow both null and empty value to be retrieved to match all cards. related #1873
* Fix lint errors.Lauri Ojansivu2018-09-161-12/+12
|
* Merge branch 'feature-rules' of https://github.com/Angtrim/wekan into ↵Lauri Ojansivu2018-09-161-15/+59
|\ | | | | | | Angtrim-feature-rules
| * Export/Import done for rulesAngelo Gallarello2018-09-141-17/+63
| |
* | - Fix lint error.Lauri Ojansivu2018-09-091-1/+1
| | | | | | | | Thanks to xet7 !
* | - Fix cards export and add customFields export.Lauri Ojansivu2018-09-091-1/+2
| | | | | | | | | | | | | | Thanks to ymeramees ! Closes #1873, related #1775
* | Refactor imported -> linked in modelsAndrés Manelli2018-08-111-2/+2
| |
* | Avoid exporting imported cardsAndrés Manelli2018-08-111-1/+2
|/
* Get rid of old implementation for substacksNicu Tofan2018-06-261-1/+1
|
* Initial implementation for subtasksNicu Tofan2018-06-261-0/+2
|
* Fix Wekan import / Export for ChecklistItemsSebastian Molle2018-04-281-0/+3
|
* 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