Commit Graph

46 Commits (51ff72c15e1d75c35430b98c6f06a4141eba9dae)

Author SHA1 Message Date
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
3 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
Alex Hall 305b133c59 (core) Remaining Python 3 compatibility changes
3 years ago
Paul Fitzpatrick 0e22716761 (core) uncheck FullCopy special when copying/forking a document
3 years ago
Dmitry S 526b0ad33e (core) Configure more comprehensive eslint rules for Typescript
3 years ago
Paul Fitzpatrick 438f259687 (core) start reconciling forking with granular access
3 years ago
Paul Fitzpatrick 24e76b4abc (core) add endpoints for clearing snapshots and actions
4 years ago
Paul Fitzpatrick 3b3ae87ade (core) implement a safe mode for opening documents with rule problems
4 years ago
Paul Fitzpatrick e5c24eb5ea (core) revamp user attribute handling
4 years ago
Dmitry S 840f46d051 (core) Fix typings in DocApi causing a build failure in core.
4 years ago
Paul Fitzpatrick c67966775b (core) simplify document comparison code, and flesh out diff with local changes
4 years ago
Paul Fitzpatrick d6ff1361cb (core) support GRIST_WORKER_GROUP to place worker into an exclusive group
4 years ago
Paul Fitzpatrick 87f2fd15fb (core) add more detail to /compare endpoint
4 years ago
Paul Fitzpatrick 45d2d5f897 (core) back-end support for tables that are accessible only by owners
4 years ago
Paul Fitzpatrick 526fda4eba (core) make user role available in ActiveDoc methods
4 years ago
Paul Fitzpatrick 5ef889addd (core) move home server into core
4 years ago