Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix lint errors. | Lauri Ojansivu | 2019-04-06 | 1 | -1/+1 |
| | | | | Thanks to xet7 ! | ||||
* | Merge remote-tracking branch 'Angtrim/feature-duplicate' into edge | Lauri Ojansivu | 2019-04-06 | 1 | -17/+10 |
|\ | |||||
| * | Minor fixes | Angelo Gallarello | 2019-04-05 | 1 | -1/+0 |
| | | |||||
| * | Fixes | Angelo Gallarello | 2019-02-12 | 1 | -17/+11 |
| | | |||||
* | | Migrate customFields | Andrés Manelli | 2019-03-16 | 1 | -1/+1 |
|/ | |||||
* | - [Fix Sandstorm export board from ↵ | Lauri Ojansivu | 2019-02-02 | 1 | -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 authentication | Benjamin Tissoires | 2019-01-22 | 1 | -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 JSDoc | Benjamin Tissoires | 2019-01-18 | 1 | -4/+11 |
| | | | | So we can have a decent REST API documentation generated. | ||||
* | fix cards export | Benjamin Tissoires | 2018-10-23 | 1 | -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 Ojansivu | 2018-09-16 | 1 | -12/+12 |
| | |||||
* | Merge branch 'feature-rules' of https://github.com/Angtrim/wekan into ↵ | Lauri Ojansivu | 2018-09-16 | 1 | -15/+59 |
|\ | | | | | | | Angtrim-feature-rules | ||||
| * | Export/Import done for rules | Angelo Gallarello | 2018-09-14 | 1 | -17/+63 |
| | | |||||
* | | - Fix lint error. | Lauri Ojansivu | 2018-09-09 | 1 | -1/+1 |
| | | | | | | | | Thanks to xet7 ! | ||||
* | | - Fix cards export and add customFields export. | Lauri Ojansivu | 2018-09-09 | 1 | -1/+2 |
| | | | | | | | | | | | | | | Thanks to ymeramees ! Closes #1873, related #1775 | ||||
* | | Refactor imported -> linked in models | Andrés Manelli | 2018-08-11 | 1 | -2/+2 |
| | | |||||
* | | Avoid exporting imported cards | Andrés Manelli | 2018-08-11 | 1 | -1/+2 |
|/ | |||||
* | Get rid of old implementation for substacks | Nicu Tofan | 2018-06-26 | 1 | -1/+1 |
| | |||||
* | Initial implementation for subtasks | Nicu Tofan | 2018-06-26 | 1 | -0/+2 |
| | |||||
* | Fix Wekan import / Export for ChecklistItems | Sebastian Molle | 2018-04-28 | 1 | -0/+3 |
| | |||||
* | Fix import wekan board with swimlanes | Andrés Manelli | 2018-02-02 | 1 | -0/+1 |
| | |||||
* | Export checklists | Ghassen Rjab | 2017-07-20 | 1 | -0/+5 |
| | |||||
* | Export and import attachents as base64 encoded files | Ghassen Rjab | 2017-07-15 | 1 | -2/+22 |
| | |||||
* | Reenable the export feature | Johannes Zellner | 2017-06-12 | 1 | -22/+22 |
| | | | | Fixes #1055 | ||||
* | REST API - Meteor 1.4 - first step issue | Lauri Ojansivu | 2017-04-27 | 1 | -39/+41 |
| | |||||
* | 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 |