Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Favor FlowRouter.url over Meteor.absoluteUrl | Maxime Quandalle | 2016-01-05 | 1 | -12/+16 |
| | | | | | It hides the leading slash treatment as an hidden implementation detail. | ||||
* | Export: improved API routes | Xavier Priour | 2015-12-17 | 1 | -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 route | Xavier Priour | 2015-12-17 | 1 | -0/+10 |
| | |||||
* | Export: include attachments | Xavier Priour | 2015-12-17 | 1 | -16/+17 |
| | |||||
* | Export: add _format field | Xavier Priour | 2015-12-17 | 1 | -0/+1 |
| | |||||
* | Export Wekan now server-based with proper auth | Xavier Priour | 2015-12-16 | 1 | -3/+27 |
| | |||||
* | Export wekan: do not export board.stars | Xavier Priour | 2015-12-16 | 1 | -6/+7 |
| | |||||
* | fix eslint | Xavier Priour | 2015-12-13 | 1 | -2/+1 |
| | |||||
* | board export now checks authentication | Xavier Priour | 2015-12-13 | 1 | -18/+8 |
| | |||||
* | export works but no authentication | Xavier Priour | 2015-12-11 | 1 | -5/+23 |
| | |||||
* | export board to Wekan JSON | Xavier Priour | 2015-12-09 | 1 | -0/+51 |