Commit Graph

254 Commits (c6d66e15bfb98b2ffe087aca9bc5eafddc6f1fe3)

Author SHA1 Message Date
George Gevoian 6305811ca6 (core) Add new Grist login page
2 years ago
Alex Hall 21b0ac3eff (core) Enforcing data size limit
2 years ago
Alex Hall 59436d2bca (core) Grace period and delete-only mode when exceeding row limit
2 years ago
Paul Fitzpatrick 134ae99e9a (core) add gvisor-based sandboxing to core
2 years ago
Paul Fitzpatrick de703343d0 (core) disentangle some server tests, release to core, add GRIST_PROXY_AUTH_HEADER test
2 years ago
Alex Hall 546096fcc9 (core) Clean up and refactor uses of HomeDBManager.getDoc
2 years ago
Jarosław Sadziński b1c3943bf4 (core) Conditional formatting rules
2 years ago
Alex Hall 1452b6efc3 (core) Improve stacktraces from pyCall
2 years ago
Alex Hall 2c9ae6dc94 (core) Enforce daily limit on API usage
2 years ago
Alex Hall ec8460b772 (core) Prune snapshots outside the window in product features
2 years ago
Paul Fitzpatrick 7ba4dff18f (core) updates from grist-core
2 years ago
Paul Fitzpatrick a641517bb1
Merge pull request #165 from MHOOO/reverse-proxy-auth-support
2 years ago
Paul Fitzpatrick 98f64a8461 (core) add grist.selectedTable.create/update/destroy/upsert to custom widget api
2 years ago
Alex Hall 02e69fb685 (core) Crudely show row count and limit in UI
2 years ago
Thomas Karolski ccdd551b4d style fixes
2 years ago
Paul Fitzpatrick b2715ae9ef (core) forbid use of sqlite ATTACH except during VACUUM
2 years ago
George Gevoian ad1b4f3cff (core) Record new user sign-ups
2 years ago
Thomas Karolski e5dc2d198f [comm] Use getRequestProfile from Authorizer
2 years ago
Thomas Karolski 9f3ed989c4 [authorizer] Determine auth header to use via an environment variable
2 years ago
Thomas Karolski c459037b04 [authorizer] Move code for extracting auth header into a function
2 years ago
George Gevoian f02174eb7e (core) Fix error when canceling import
2 years ago
Alex Hall 77a5d31afe (core) More accurate data size measurement
2 years ago
Thomas Karolski a584bc3a19 [Comm.js] Return a session profile based on the x-remote-user header if set
2 years ago
Jarosław Sadziński 351d70d4fb (core) Serving widget info page from home url
2 years ago
Paul Fitzpatrick c4d3d7d3bb (core) be careful when reassigning a doc to a worker it was on before
2 years ago
Thomas Karolski 116295e42f Minor refactor & comments
2 years ago
Thomas Karolski 82a7f0a796 Implement support for webserver header based auth
2 years ago
Alex Hall 321019217d (core) Lossless imports
2 years ago
George Gevoian 9522438967 (core) Add Grist forgot password page
2 years ago
Paul Fitzpatrick 2563fb745a (core) make Grist easier to run with a single server
2 years ago
Alex Hall 599545fb11 (core) Fuller guessing of type and options when adding first data to blank columns
2 years ago
George Gevoian fa68b790bb (core) Remove code for unused welcome flows
2 years ago
George Gevoian 83ba2957bf (core) Update failing HomeIntro core test
2 years ago
George Gevoian ff4e5d2769 (core) Send emails when 2FA settings are updated
2 years ago
Paul Fitzpatrick accd640078 (core) add a `user.SessionID` value for trigger formulas and granular access rules
2 years ago
George Gevoian 95592b81bd (core) Skip /welcome/user page for new users
2 years ago
Alex Hall 437d30bd9f (core) Log number of rows in user tables in data engine
2 years ago
Alex Hall f1002c0e67 (core) Regularly log data size in DocStorage.applyStoredActions using sqlite dbstat
2 years ago
Lee Burton 9c47b9cdee
Fix typo in email fallback for SAML
2 years ago
Edward Betts d6e0e1fee3 Correct spelling mistakes
2 years ago
George Gevoian e264094412 (core) Add account page option to allow Google login
2 years ago
George Gevoian 99f3422217 (core) Add new Grist sign-up page
2 years ago
George Gevoian 6abe7d5827 (core) Use original column headers during imports
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
Jarosław Sadziński b80e56a4e1 (core) Custom Widget column mapping feature.
2 years ago
Alex Hall 5d671bf0b3 (core) New type conversion in the backend
2 years ago
Paul Fitzpatrick d8aacbe3b4 (core) AddOrUpdateRecord user action
2 years ago
Alex Hall fa9e6eee88 (core) Create an extra raw data widget when creating a table
2 years ago
Paul Fitzpatrick 7440485ebe (core) run survey for new users only when a survey doc is set
2 years ago