Commit Graph

69 Commits (4567fad94787c20f65db68e744c47d5f44b932e4)

Author SHA1 Message Date
CamilleLegeron 76ef4d54f8
Webhook trigger update by column (#832)
2 months ago
Jonathan Perret 96b652fb52
Support HTTP long polling as an alternative to WebSockets (#859)
2 months ago
Jonathan Perret b054810fd1
Remove the GRIST_ALLOWED_HOSTS environment variable (#899)
3 months ago
Paul Fitzpatrick a311b8b3e5 (core) updates from grist-core
5 months ago
Paul Fitzpatrick 2a206dfcf8 (core) add initial support for special shares
5 months ago
Florent 837597cd55
Fix deadlock with webhooks on document load #799 (#812)
5 months ago
Florent 6722512d96
Completely ignored disabled webhooks (#800)
5 months ago
Paul Fitzpatrick e0d44eff1f
set TEST_CLEAN_DATABASE when running server tests (#806)
5 months ago
Florent cf0cbb404e
Allow URLs with only a docID #768 (#771)
6 months ago
Paul Fitzpatrick cea0404a22 (core) updates from grist-core
6 months ago
George Gevoian caf830db08 (core) Record Cards
6 months ago
Florent 7bc862fb02
Add header=colId option for the table-schema API #719 (#749)
7 months ago
Paul Fitzpatrick f32563e8fb (core) updates from grist-core
8 months ago
Florent eb55afcbc4
Option to export colId as header in CSV / XSLX instead of label (#688) (#692)
8 months ago
CamilleLegeron f66ecbd6df
feat: allow using the existing numeric table IDs in the API (#690)
8 months ago
George Gevoian 0cadb93d25 (core) Update dependencies
8 months ago
Paul Fitzpatrick 18f7e255df (core) updates from grist-core
9 months ago
Alex Hall 8644f346af (core) Keep referencing columns when their table is deleted, convert to appropriate type
9 months ago
Florent 5ff79703b4
Introduce GRIST_ANON_PLAYGROUND variable #642 (#651)
9 months ago
George Gevoian 90fb4434cc
Add ws id and doc name params to POST /docs (#655)
9 months ago
Paul Fitzpatrick bfd0fa8c7f
add an endpoint for doing SQL selects (#641)
9 months ago
Paul Fitzpatrick 8d687a7651
remove a log message about fetching URLs (#643)
9 months ago
Florent ee31764b83
DocApi: Implement DELETE on columns (#601) (#640)
9 months ago
Florent fde56ffa33
DocApi: Introduce `hidden` option for GET on records (#623)
10 months ago
Florent e93ad5a0c5
Issue #601: implement PUT on columns (#605)
10 months ago
Dmitry S 526a5df157 (core) Manage memory used for websocket responses to reduce the risk of server crashes.
10 months ago
jarek 7c114bf600
Restoring default ports for webhook tests (#612)
10 months ago
Jarosław Sadziński 00b88fd683 (core) Adding links to description tooltips
10 months ago
Jakub Serafin f7fdfab6bf (core) GET endpoint for webhooks returns now data in format {webhooks:[...]}
10 months ago
Jakub Serafin a9f4cfde90 (core) API reworked to use POST to create webhook and DELET to remove it
11 months ago
Paul Fitzpatrick bcbf57d590 (core) bump mocha version to allow parallel tests; move more tests to core
11 months ago
Paul Fitzpatrick 603238e966 (core) Adds a UI panel for managing webhooks
1 year ago
Jakub Serafin 440d5b935a (core) Proxy Agent moved to the separate file, Triggers are using proxy now to perform fetch
1 year ago
Cyprien P d8a063284a (core) Adds endpoint to update webhook
1 year ago
Louis Delbosc c54e910fd6
Export table schema (#459)
1 year ago
Camille 5ca0b93576 test(columnDesc): add description to column field in DocApi server test
1 year ago
Jarosław Sadziński 887cd388c0 (core) Adding creator as an owner for a new doc and ws
1 year ago
Jarosław Sadziński fd02a00a0e Fixing all eslint's reported error
1 year ago
jarek 506f61838a
Fixing time bug in webhook tests (#383)
1 year ago
Paul Fitzpatrick f5c44a50c1 (core) updates from grist-core
1 year ago
Jarosław Sadziński fa75c93d67 (core) Only owners should be able to rename a document.
1 year ago
Jarosław Sadziński 0b6b8feb2b Removing dependency on REDIS in webhook tests
1 year ago
Jarosław Sadziński 629fcccd5a (core) Adding /webhooks endpoint
1 year ago
Jarosław Sadziński 92d4fca855 (core) Adding DELETE /api/docs/webhooks/queue endpoint to clear the queue
2 years ago
Jarosław Sadziński 59942a23b6 (core) Limiting doc remove permission to owners.
2 years ago
Paul Fitzpatrick 42c3568835 (core) be stricter when replacing documents in the presence of granular access rules
2 years ago
Alex Hall e590e65a3f (core) Allow requests from untrusted origins but without credentials
2 years ago
Louis Delbosc eea2ef5cfb
Use url.hostname instead of url.host to allow host from environment variable (#326)
2 years ago
Alex Hall 62792329c3 (core) DocApi meta endpoints: GET /tables and POST/PATCH /tables and /columns
2 years ago
Arnaud Peich 5f66a8f298
Return 403 error when origin is not trusted (#310)
2 years ago