Commit Graph

64 Commits (be8e13df64e1291e81799fab0265a9816d8c7833)

Author SHA1 Message Date
George Gevoian be8e13df64 (core) Add initial tutorials implementation
1 year ago
Louis Delbosc c54e910fd6
Export table schema (#459)
1 year ago
George Gevoian 1ac4931c22 (core) Persist forks in home db
1 year ago
Jarosław Sadziński fd02a00a0e Fixing all eslint's reported error
1 year ago
Cyprien P cabac3d9d8 (core) Adds new view as banner
1 year ago
Paul Fitzpatrick 472a9a186e (core) control the distribution of attachment metadata
1 year ago
Jarosław Sadziński 629fcccd5a (core) Adding /webhooks endpoint
1 year ago
Paul Fitzpatrick bd762628e4 (core) confirm owner's right to download snapshots
1 year ago
Jarosław Sadziński 92d4fca855 (core) Adding DELETE /api/docs/webhooks/queue endpoint to clear the queue
1 year ago
Paul Fitzpatrick 7b7b26c983 (core) limit access to list of snapshots for documents with granular access
2 years ago
Paul Fitzpatrick ea71312d0e (core) deal with write access for attachments
2 years ago
Paul Fitzpatrick 42c3568835 (core) be stricter when replacing documents in the presence of granular access rules
2 years ago
Alex Hall 62792329c3 (core) DocApi meta endpoints: GET /tables and POST/PATCH /tables and /columns
2 years ago
Louis Delbosc 494a683332
Export xlsx #256 (#270)
2 years ago
George Gevoian 0c5441b176 (core) Add unquarantine command to admin CLI
2 years ago
George Gevoian fbba6b8f52 (core) Add methods for quarantining documents
2 years ago
Paul Fitzpatrick dd8d2e18f5 (core) add an access token mechanism to help with attachments in custom widgets
2 years ago
Paul Fitzpatrick f91f45b26d (core) support granular read access for attachments
2 years ago
Dmitry S 51ff72c15e (core) Faster builds all around.
2 years ago
Alex Hall fcbad1c887 (core) Add GET /attachments endpoint for listing attachment metadata
2 years ago
Paul Fitzpatrick cf23a2d1ee (core) add GVISOR_LIMIT_MEMORY to cap memory available in sandbox
2 years ago
George Gevoian f48d579f64 (core) Add API endpoint to get site usage summary
2 years ago
Jarosław Sadziński db57815d2b (core) Improving custom widget API. Changing destroy function signature.
2 years ago
George Gevoian 1e42871cc9 (core) Add attachment and data size usage
2 years ago
Alex Hall 0beb2898cb (core) Add flexibility to daily API usage limit
2 years ago
Alex Hall a701b4bf13 (core) Remove expired attachments every hour and on shutdown
2 years ago
Alex Hall 09da815c0c (core) Add /attachments/removeUnused DocApi endpoint to hard delete all unused attachments in document
2 years ago
Alex Hall 64369df4c3 (core) Add /attachments/updateUsed DocApi endpoint to soft delete all unused attachments in document
2 years ago
Alex Hall 546096fcc9 (core) Clean up and refactor uses of HomeDBManager.getDoc
2 years ago
Alex Hall 2c9ae6dc94 (core) Enforce daily limit on API usage
2 years ago
Paul Fitzpatrick 98f64a8461 (core) add grist.selectedTable.create/update/destroy/upsert to custom widget api
2 years ago
Alex Hall 0de0cb0f4a (core) Add PUT /records DocApi endpoint to AddOrUpdate records
2 years ago
Jarosław Sadziński 66eb0b91b8 (core) API fix for a bug that treated 0 as null
2 years ago
Alex Hall d1a848b44a (core) Parse string cell values in Doc API and Imports
2 years ago
Jarosław Sadziński 53bdd6c8e1 (core) Exposing more descriptive errors from exports
2 years ago
Jarosław Sadziński 96fa7ad562 (core) Error message on Duplicate Document
3 years ago
Paul Fitzpatrick 10a4cbb6bd (core) make document assignment endpoint available via /housekeeping api
3 years ago
Jarosław Sadziński 3c72639e25 (core) Adding sort options for columns.
3 years ago
Paul Fitzpatrick dd0f1be117 (core) get all tests working under python3/gvisor
3 years ago
Jarosław Sadziński 3e661db38c (core) Adding schema validation for records endpoint
3 years ago
George Gevoian e1780e4f58 (core) Migrate import code from data engine to Node
3 years ago
Alex Hall 8c1f8bc9a6 (core) Test webhooks
3 years ago
Alex Hall 3c4d71aeca (core) Initial webhooks implementation
3 years ago
Paul Fitzpatrick ddcd08e147 (core) add a cli tool for deleting sites
3 years ago
George Gevoian 0717ee627e (core) Relocate export urls to /download/
3 years ago
George Gevoian ef5da42378 (core) Update export CSV and Excel endpoints
3 years ago
George Gevoian a6e08883e0 (core) Simple localization support and currency selector.
3 years ago
Alex Hall e6e792655b (core) Add /columns endpoint to DocApi
3 years ago
Alex Hall 34e9ad3498 (core) Add /records endpoint to DocApi with GET, POST, and PATCH
3 years ago
Jarosław Sadziński 08295a696b (core) Export to Excel and Send to drive
3 years ago