You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gristlabs_grist-core/app/server/lib
Paul Fitzpatrick 95b734149e
make a /boot/GRIST_BOOT_KEY page for diagnosing configuration problems (#850)
3 months ago
..
ACLFormula.ts (core) Decode cell values to prevent working around rule using 'in' on lists 6 months ago
AccessTokens.ts (core) add an access token mechanism to help with attachments in custom widgets 2 years ago
ActionHistory.ts (core) Fix issue with lodash's map interpreting objects with length as array-like 11 months ago
ActionHistoryImpl.ts support other SQLite wrappers, and various hooks needed by grist-static (#516) 1 year ago
ActiveDoc.ts (core) Add AI Assistant retry with shorter prompt 4 months ago
ActiveDocImport.ts adapt to slight differences in linting (#842) 4 months ago
AppEndpoint.ts (core) Refactor forms implementation 3 months ago
AppSettings.ts add an endpoint for doing SQL selects (#641) 9 months ago
Assistance.ts (core) Add AI Assistant retry with shorter prompt 4 months ago
Authorizer.ts (core) Revamp ForwardAuthLogin and unify with GRIST_PROXY_AUTH_HEADER 7 months ago
BootProbes.ts make a /boot/GRIST_BOOT_KEY page for diagnosing configuration problems (#850) 3 months ago
BrowserSession.ts Issue 740 OIDC login redirect (#742) 7 months ago
Client.ts (core) When reporting email in log metadata, use normalized email. 4 months ago
Comm.ts (core) Exit more cleanly on unhandled errors, and handle errors writing to Clients. 6 months ago
DiscourseConnect.ts (core) Adding GristConnect login system 2 years ago
DocApi.ts (core) Refactor forms implementation 3 months ago
DocClients.ts (core) Exit more cleanly on unhandled errors, and handle errors writing to Clients. 6 months ago
DocManager.ts (core) add initial support for special shares 5 months ago
DocPluginData.ts (core) move home server into core 4 years ago
DocPluginManager.ts (core) add an access token mechanism to help with attachments in custom widgets 2 years ago
DocSession.ts (core) notify home db of shares when copying/forking/uploading docs 4 months ago
DocSnapshots.ts Track saved version per hour, day, week, month, year, and number of times a version with parameter (#509) 1 year ago
DocStorage.ts add an endpoint for doing SQL selects (#641) 9 months ago
DocStorageManager.ts (core) dust off electron build a little bit 2 years ago
DocWorker.ts (core) Form Publishing 5 months ago
DocWorkerMap.ts (core) Add unquarantine command to admin CLI 2 years ago
DocWorkerUtils.ts (core) Add support for auto-copying docs on signup 9 months ago
ExcelFormatter.ts (core) Currency from grist column is persistent when exporting to excel 1 year ago
ExpandedQuery.ts Correct spelling mistakes 2 years ago
Export.ts Option to export colId as header in CSV / XSLX instead of label (#688) (#692) 8 months ago
ExportCSV.ts Option to export colId as header in CSV / XSLX instead of label (#688) (#692) 8 months ago
ExportTableSchema.ts Add header=colId option for the table-schema API #719 (#749) 7 months ago
ExportXLSX.ts add hooks for tweaking how downloads happen (for grist-static) (#665) 9 months ago
ExternalStorage.ts (core) Faster builds all around. 2 years ago
FileParserElement.ts (core) move home server into core 4 years ago
FlexServer.ts make a /boot/GRIST_BOOT_KEY page for diagnosing configuration problems (#850) 3 months ago
ForwardAuthLogin.ts (core) Revamp ForwardAuthLogin and unify with GRIST_PROXY_AUTH_HEADER 7 months ago
GoogleAuth.ts Add ws id and doc name params to POST /docs (#655) 9 months ago
GoogleExport.ts Add ws id and doc name params to POST /docs (#655) 9 months ago
GoogleImport.ts (core) Adding DELETE /api/docs/webhooks/queue endpoint to clear the queue 2 years ago
GranularAccess.ts (core) add initial support for special shares 5 months ago
GristServer.ts make a /boot/GRIST_BOOT_KEY page for diagnosing configuration problems (#850) 3 months ago
HashUtil.ts (core) add more detail to /compare endpoint 4 years ago
HostedMetadataManager.ts (core) Faster builds all around. 2 years ago
HostedStorageManager.ts (core) Persist forks in home db 1 year ago
IBilling.ts (core) Add basic activation page to grist-ee 2 years ago
IChecksumStore.ts (core) revamp snapshot inventory 4 years ago
ICreate.ts (core) move apiserver tests to core, disentangling notifier+billing parts 5 months ago
IDocStorageManager.ts (core) add a `yarn run cli` tool, and add a `sqlite gristify` option 2 years ago
IElectionStore.ts (core) move some material to core that slipped through in a rebase 4 years ago
INotifier.ts (core) move apiserver tests to core, disentangling notifier+billing parts 5 months ago
ISandbox.ts (core) Faster builds all around. 2 years ago
IShell.ts (core) dust off electron build a little bit 2 years ago
ITestingHooks-ti.ts (core) Exit more cleanly on unhandled errors, and handle errors writing to Clients. 6 months ago
ITestingHooks.ts (core) Exit more cleanly on unhandled errors, and handle errors writing to Clients. 6 months ago
LogMethods.ts (core) Faster builds all around. 2 years ago
MemoryPool.ts (core) Manage memory used for websocket responses to reduce the risk of server crashes. 10 months ago
MinIOExternalStorage.ts Issue 359 support scaleway (#577) 11 months ago
MinimalLogin.ts A set of tweaks to simplify electron packaging (#421) 1 year ago
NSandbox.ts (core) change ActiveDoc load and Sandbox call log messages to be aggregation-friendly 4 months ago
NullSandbox.ts (core) Fix snapshot migrations 1 year ago
OIDCConfig.ts OIDC: Support overriding `end_session_endpoint` using environment variable `GRIST_OIDC_IDP_END_SESSION_ENDPOINT` (#802) 5 months ago
OnDemandActions.ts (core) Adds a UI panel for managing webhooks 1 year ago
PermissionInfo.ts (core) Fixing memos in record dependent rules. 9 months ago
Permit.ts (core) Add new Grist login page 2 years ago
PluginEndpoint.ts include the @gristlabs/grist-widget package, so Calendar is always available (#745) 6 months ago
PluginManager.ts include the @gristlabs/grist-widget package, so Calendar is always available (#745) 6 months ago
ProcessMonitor.ts (core) Add new telemetry events 7 months ago
ProxyAgent.ts (core) Add logging of errors whenever ProxyAgent is used, and a test for it. 1 year ago
Requests.ts REQUEST now supports POST (#588) 10 months ago
RowAccess.ts (core) control the distribution of attachment metadata 1 year ago
SQLiteDB.ts add an endpoint for doing SQL selects (#641) 9 months ago
SafePythonComponent.ts (core) Run and test imports only in Python 3, upgrade openpyxl, fix weird date handling 2 years ago
SamlConfig.ts (core) Fix delete user button for Google-only accounts 8 months ago
SandboxControl.ts (core) Update dependencies 8 months ago
ServerColumnGetters.ts (core) Filter rows based on linked widgets when exporting view 10 months ago
ServerLocale.ts (core) Converting server-side Comm.js to typescript 2 years ago
Sessions.ts (core) Converting server-side Comm.js to typescript 2 years ago
Sharing.ts (core) updates from grist-core 5 months ago
SqliteCommon.ts add an endpoint for doing SQL selects (#641) 9 months ago
SqliteNode.ts add an endpoint for doing SQL selects (#641) 9 months ago
TableMetadataLoader.ts (core) Improve API Console and link from Document Settings. 4 months ago
TagChecker.ts (core) move home server into core 4 years ago
Telemetry.ts (core) Add visitorId to telemetry 6 months ago
TestLogin.ts (core) make the support account configurable, and allow listing public sites 2 years ago
TestingHooks.ts (core) Exit more cleanly on unhandled errors, and handle errors writing to Clients. 6 months ago
Throttle.ts (core) Fix bugs with intervals 2 years ago
TimeQuery.ts (core) Adds a UI panel for managing webhooks 1 year ago
Triggers.ts Completely ignored disabled webhooks (#800) 5 months ago
UnsafeNodeComponent.ts (core) Faster builds all around. 2 years ago
WidgetRepository.ts Change how a builtin custom widget bundle is found (#783) 6 months ago
WorkCoordinator.ts support other SQLite wrappers, and various hooks needed by grist-static (#516) 1 year ago
checksumFile.ts (core) move home server into core 4 years ago
configureMinIOExternalStorage.ts Abort when MinIO bucket does not have versioning enabled #545 (#546) 11 months ago
dbUtils.ts Introduce TYPEORM_EXTRA env variable (#770) 6 months ago
docUtils.d.ts (core) move home server into core 4 years ago
docUtils.js Correct spelling mistakes 2 years ago
expressWrap.ts (core) Update dependencies 8 months ago
extractOrg.ts (core) support for bundling custom widgets with the Grist app 7 months ago
filterUtils.ts (core) uncheck FullCopy special when copying/forking a document 3 years ago
gristSessions.ts (core) Add options to /status health-check endpoints to check DB and Redis liveness. 8 months ago
gristSettings.ts move getTemplateOrg method; enable template org in docker tests (#602) 10 months ago
guessExt.ts (core) Switch excel import parsing from messytables+xlrd to openpyxl, and ignore empty rows 2 years ago
hashingUtils.ts (core) Add Support Grist page and nudge 11 months ago
httpEncoding.ts (core) External requests 2 years ago
idUtils.ts (core) Persist forks in home db 1 year ago
initialDocSql.ts (core) add initial support for special shares 5 months ago
log.ts fix log.add under electron (#478) 1 year ago
manifest.ts (core) support for bundling custom widgets with the Grist app 7 months ago
places.ts A set of tweaks to simplify electron packaging (#421) 1 year ago
reportTimeTaken.ts (core) Faster builds all around. 2 years ago
requestUtils.ts (core) Add welcomeQuestionsSubmitted telemetry event 9 months ago
sandboxUtil.ts (core) Update logging in sandbox code, and log tracebacks as single log messages. 11 months ago
sendAppPage.ts make a /boot/GRIST_BOOT_KEY page for diagnosing configuration problems (#850) 3 months ago
serverUtils.ts (core) When reporting email in log metadata, use normalized email. 4 months ago
shortDesc.ts (core) move home server into core 4 years ago
shutdown.js support other SQLite wrappers, and various hooks needed by grist-static (#516) 1 year ago
uploads.ts (core) Add support for auto-copying docs on signup 9 months ago
workerExporter.ts Option to export colId as header in CSV / XSLX instead of label (#688) (#692) 8 months ago