Vagner Nascimento
6eb90238b1
Included a new route to export (json) an attachment from a board.
...
GET /api/boards/:id/attachments/:attachmentId/export
4 years ago
Lauri Ojansivu
1624fc82f7
Exports now work at #3173 at least for small boards. TODO: Fix EdgeHTML to work, before I can release this.
...
Thanks to xet7 !
5 years ago
Lauri Ojansivu
afe00d02cd
Add back checks about can user export CSV/TSV.
...
Thanks to marc1006 and xet7 !
Related #3173
5 years ago
Lauri Ojansivu
5eb3784527
Revert users changes that were made at Wekan v4.16.
...
Thanks to xet7 !
5 years ago
Lauri Ojansivu
b00db983c8
Try to prevent errors on CSV/TSV export.
...
Thanks to xet7 !
Related #3173
5 years ago
Lauri Ojansivu
f245b6b7fa
Update users.js etc with global search replace, to try to fix selecting correct user.
...
Thanks to xet7 !
5 years ago
Bryan Mutai
8c149da9e9
Fix vote export to CSV/TSV & export currency custom field.
5 years ago
Lauri Ojansivu
d52affe658
Move In Progress ostrio-files changes to separate branch, and revert ostrio-files changes, so that:
...
- Export to CSV/TSV with custom fields works
- Attachments are not exported to disk
- It is possible to build arm64/s390x versions again.
Thanks to xet7 !
Related #3110
5 years ago
Romulus Urakagi Tsai
921460db40
Fix export attachments (not tested)
5 years ago
Bryan Mutai
a570c4a861
add: export board/cards/lists to CSV/TSV
5 years ago
izadpoor
f868b3d1f9
fixed board export with attchment
5 years ago
Lauri Ojansivu
9b905c2833
Try to fix Node 12 Buffer() deprecation errors.
...
Thanks to xet7 !
5 years ago
Lauri Ojansivu
e01f4dbf13
Change Buffer to Buffer.alloc on Node v12. Try to fix Snap.
5 years ago
Romulus Urakagi Tsai
4dcdec0084
Attachment upload from card done, need to fix download link
6 years ago
Sam X. Chen
e195c731de
Change the radom to random typo in export.js
6 years ago
Lauri Ojansivu
00d581245c
Fix typo on exporting subtasks.
...
Thanks to xiorcala !
Closes #2770
6 years ago
Lauri Ojansivu
7d6d3af54a
Add Features: allowing lists to be sorted by modifiedAt when not in draggable mode.
...
Bug Fix #2093 : the broken should be prior to file attachment feature introduced, and tested export board is working.
Thanks to whowillcare !
( xet7 merged this pull request manually from https://github.com/wekan/wekan/pull/2756 )
Closes #2093
6 years ago
Sam X. Chen
2737d6b23f
Bug Fix:2093, need to clean up the temporary file
6 years ago
Sam X. Chen
f53c624b0f
Buf Fix #2093 : the broken should be prior to file attachment feature introduced
6 years ago
Justin Reynolds
3eb4d2c341
Prettier & eslint project style update
6 years ago
Benjamin Tissoires
94c1367684
Restore export API
...
Commit 477d71e0b9
was based on an older version of export.js, which
means it reverted a few changes that were made previously.
Fixes #2328
6 years ago
Lauri Ojansivu
64ee60a008
Fix missing profile checks.
...
Thanks to justinr1234 !
6 years ago
Justin Reynolds
daf314b037
Fix missing profile checks
6 years ago
Lauri Ojansivu
ebfc8e5a1b
Fix lint errors.
...
Thanks to xet7 !
6 years ago
Angelo Gallarello
48216e1653
Minor fixes
6 years ago
Andrés Manelli
4cd0d1c397
Migrate customFields
6 years ago
Angelo Gallarello
477d71e0b9
Fixes
6 years ago
Lauri Ojansivu
32f896f19d
- [Fix Sandstorm export board from 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
6 years ago
Benjamin Tissoires
26d7ba72aa
api: export board: allow authentication through generic authentication
...
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.
6 years ago
Benjamin Tissoires
ff467402c0
RESTAPI: Add some JSDoc
...
So we can have a decent REST API documentation generated.
6 years ago
Benjamin Tissoires
24f66c9f88
fix cards export
...
6eeb708e4d
(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
7 years ago
Lauri Ojansivu
5445955a77
- Revert IFTTT.
...
Thanks to xet7 !
7 years ago
Lauri Ojansivu
df84a2be9a
Fix lint errors.
7 years ago
Angelo Gallarello
8cb132f492
Export/Import done for rules
7 years ago
Lauri Ojansivu
45c0343f45
- Fix lint error.
...
Thanks to xet7 !
7 years ago
Lauri Ojansivu
6eeb708e4d
- Fix cards export and add customFields export.
...
Thanks to ymeramees !
Closes #1873 ,
related #1775
7 years ago
ymeramees
d18cd59c05
Fixed cards export
...
Fixed cards export.
7 years ago
Ymeramees
960cb27eef
Added customFields export.
7 years ago
Andrés Manelli
6adfcb3513
Refactor imported -> linked in models
7 years ago
Andrés Manelli
b2e175ba8c
Avoid exporting imported cards
7 years ago
Nicu Tofan
4ac6a507cd
Get rid of old implementation for substacks
7 years ago
Nicu Tofan
d59583915c
Initial implementation for subtasks
7 years ago
Sebastian Molle
30b17ff6c9
Fix Wekan import / Export for ChecklistItems
7 years ago
Andrés Manelli
ec0a8449ba
Fix import wekan board with swimlanes
7 years ago
Ghassen Rjab
25ce99958c
Export checklists
8 years ago
Ghassen Rjab
81e0d4e382
Export and import attachents as base64 encoded files
8 years ago
Johannes Zellner
3d45c9610f
Reenable the export feature
...
Fixes #1055
8 years ago
Lauri Ojansivu
0319bcf7bb
REST API - Meteor 1.4 - first step issue
8 years ago
Maxime Quandalle
701262a439
Favor FlowRouter.url over Meteor.absoluteUrl
...
It hides the leading slash treatment as an hidden implementation
detail.
10 years ago
Xavier Priour
115ea533f6
Export: improved API routes
...
- 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
10 years ago