Martin Filser
767d8e66e7
Move every ImpersonatedUsers.findOne(idOrFirstObjectSelector, options) to the ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
92052458f5
Move every Meteor.users.findOne(idOrFirstObjectSelector, options) to the ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
0767f50af8
Move every Users.findOne(idOrFirstObjectSelector, options) to the ReactiveCache
2023-07-18 21:25:28 +02:00
Jan Dvorak
eb745106d8
Replace Picker for community packages version & small
2022-04-18 18:02:41 +03:00
Ben0it-T
11bf4c7c07
Fix : export CSV, TSV and XLS translation
...
Feature : add export CSV with semicolon separator
2021-10-03 09:18:02 +02:00
Lauri Ojansivu
3908cd5413
Fix: Impersonate user can now export Excel/CSV/TSV/JSON.
...
Impersonate user and export Excel/CSV/TSV/JSON is now logged into
database table impersonatedUsers.
Thanks to xet7 !
Fixes #3827 ,
fixes #3284
2021-05-29 00:19:12 +03:00
Vagner Nascimento
6eb90238b1
Included a new route to export (json) an attachment from a board.
...
GET /api/boards/:id/attachments/:attachmentId/export
2021-03-26 22:37:42 -03:00
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 !
2020-07-23 13:36:39 +03:00
Lauri Ojansivu
afe00d02cd
Add back checks about can user export CSV/TSV.
...
Thanks to marc1006 and xet7 !
Related #3173
2020-06-18 02:13:19 +03:00
Lauri Ojansivu
5eb3784527
Revert users changes that were made at Wekan v4.16.
...
Thanks to xet7 !
2020-06-18 02:00:51 +03:00
Lauri Ojansivu
b00db983c8
Try to prevent errors on CSV/TSV export.
...
Thanks to xet7 !
Related #3173
2020-06-17 21:37:01 +03:00
Lauri Ojansivu
f245b6b7fa
Update users.js etc with global search replace, to try to fix selecting correct user.
...
Thanks to xet7 !
2020-06-17 20:21:44 +03:00
Bryan Mutai
8c149da9e9
Fix vote export to CSV/TSV & export currency custom field.
2020-05-27 01:23:31 +03:00
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
2020-05-25 17:54:51 +03:00
Romulus Urakagi Tsai
921460db40
Fix export attachments (not tested)
2020-05-22 14:59:56 +08:00
Romulus Urakagi Tsai
4b196d5378
Merge branch 'master' of https://github.com/wekan/wekan into lib-change
2020-02-13 09:02:26 +00:00
izadpoor
f868b3d1f9
fixed board export with attchment
2020-01-23 01:16:56 -05:00
Lauri Ojansivu
9b905c2833
Try to fix Node 12 Buffer() deprecation errors.
...
Thanks to xet7 !
2020-01-18 16:01:02 +02:00
Lauri Ojansivu
e01f4dbf13
Change Buffer to Buffer.alloc on Node v12. Try to fix Snap.
2020-01-11 13:08:29 +02:00
Romulus Urakagi Tsai
4dcdec0084
Attachment upload from card done, need to fix download link
2019-11-20 10:40:09 +00:00
Lauri Ojansivu
00d581245c
Fix typo on exporting subtasks.
...
Thanks to xiorcala !
Closes #2770
2019-10-29 22:02:30 +02:00
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
2019-10-29 19:05:44 +02:00
Justin Reynolds
3eb4d2c341
Prettier & eslint project style update
2019-06-28 12:56:51 -05:00
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
2019-05-14 09:37:56 +02:00
Lauri Ojansivu
64ee60a008
Fix missing profile checks.
...
Thanks to justinr1234 !
2019-05-09 14:32:38 +03:00
Lauri Ojansivu
ebfc8e5a1b
Fix lint errors.
...
Thanks to xet7 !
2019-04-06 09:00:13 +03:00
Lauri Ojansivu
56cccc6781
Merge remote-tracking branch 'Angtrim/feature-duplicate' into edge
2019-04-06 08:46:40 +03:00
Angelo Gallarello
48216e1653
Minor fixes
2019-04-05 10:38:39 +02:00
Andrés Manelli
4cd0d1c397
Migrate customFields
2019-03-16 22:49:45 +01:00
Angelo Gallarello
477d71e0b9
Fixes
2019-02-12 23:40:12 +01:00
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
2019-02-02 20:52:09 +02:00
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.
2019-01-22 15:14:01 +01:00
Benjamin Tissoires
ff467402c0
RESTAPI: Add some JSDoc
...
So we can have a decent REST API documentation generated.
2019-01-18 17:02:56 +01:00
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
2018-10-23 18:02:15 +02:00
Lauri Ojansivu
df84a2be9a
Fix lint errors.
2018-09-16 01:50:36 +03:00
Lauri Ojansivu
6673b79738
Merge branch 'feature-rules' of https://github.com/Angtrim/wekan into Angtrim-feature-rules
2018-09-16 00:10:40 +03:00
Angelo Gallarello
8cb132f492
Export/Import done for rules
2018-09-14 19:20:24 +02:00
Lauri Ojansivu
45c0343f45
- Fix lint error.
...
Thanks to xet7 !
2018-09-09 22:12:47 +03:00
Lauri Ojansivu
6eeb708e4d
- Fix cards export and add customFields export.
...
Thanks to ymeramees !
Closes #1873 ,
related #1775
2018-09-09 21:40:23 +03:00
Andrés Manelli
6adfcb3513
Refactor imported -> linked in models
2018-08-11 00:16:31 +02:00
Andrés Manelli
b2e175ba8c
Avoid exporting imported cards
2018-08-11 00:07:29 +02:00
Nicu Tofan
4ac6a507cd
Get rid of old implementation for substacks
2018-06-26 14:32:50 +03:00
Nicu Tofan
d59583915c
Initial implementation for subtasks
2018-06-26 14:32:47 +03:00
Sebastian Molle
30b17ff6c9
Fix Wekan import / Export for ChecklistItems
2018-04-28 22:17:56 +02:00
Andrés Manelli
ec0a8449ba
Fix import wekan board with swimlanes
2018-02-02 23:04:54 -03:00
Ghassen Rjab
25ce99958c
Export checklists
2017-07-20 00:24:21 +01:00
Ghassen Rjab
81e0d4e382
Export and import attachents as base64 encoded files
2017-07-15 22:10:46 +01:00
Johannes Zellner
3d45c9610f
Reenable the export feature
...
Fixes #1055
2017-06-12 09:30:06 +02:00
Lauri Ojansivu
0319bcf7bb
REST API - Meteor 1.4 - first step issue
2017-04-27 20:49:24 +03:00
Maxime Quandalle
701262a439
Favor FlowRouter.url over Meteor.absoluteUrl
...
It hides the leading slash treatment as an hidden implementation
detail.
2016-01-05 13:37:15 +01:00