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
Florent cf0cbb404e
Allow URLs with only a docID #768 (#771)
7 months ago
..
ACLFormula.ts Dump the rule for ACL formula warnings (#639) 10 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 12 months ago
ActionHistoryImpl.ts support other SQLite wrappers, and various hooks needed by grist-static (#516) 1 year ago
ActiveDoc.ts (core) Remove transform columns on shutdown 7 months ago
ActiveDocImport.ts Split out new importFileAsNewTable method for grist-static (#564) 11 months ago
AppEndpoint.ts Allow URLs with only a docID #768 (#771) 7 months ago
AppSettings.ts add an endpoint for doing SQL selects (#641) 9 months ago
Assistance.ts (core) updates from grist-core 10 months ago
Authorizer.ts (core) Revamp ForwardAuthLogin and unify with GRIST_PROXY_AUTH_HEADER 7 months ago
BrowserSession.ts Issue 740 OIDC login redirect (#742) 7 months ago
Client.ts (core) Manage memory used for websocket responses to reduce the risk of server crashes. 10 months ago
Comm.ts (core) Revamp ForwardAuthLogin and unify with GRIST_PROXY_AUTH_HEADER 7 months ago
DiscourseConnect.ts (core) Adding GristConnect login system 2 years ago
DocApi.ts (core) Add more telemetry events 7 months ago
DocClients.ts (core) add a `yarn run cli` tool, and add a `sqlite gristify` option 2 years ago
DocManager.ts (core) Add more telemetry events 7 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) User language switcher 1 year 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 Remove attachments and system files from document download as template (#729) 7 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 include the @gristlabs/grist-widget package, so Calendar is always available (#745) 7 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 Dump the rule for ACL formula warnings (#639) 10 months ago
GristServer.ts (core) Revamp ForwardAuthLogin and unify with GRIST_PROXY_AUTH_HEADER 7 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) Delete my account button 9 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) Speed up and upgrade build. 2 years 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) Manage memory used for websocket responses to reduce the risk of server crashes. 10 months ago
ITestingHooks.ts (core) Manage memory used for websocket responses to reduce the risk of server crashes. 10 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) Support adjusting OOM score for child sandbox processes. 7 months ago
NullSandbox.ts (core) Fix snapshot migrations 1 year ago
OIDCConfig.ts OIDC: ensure that email_veridied is set by default (#765) 7 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) 7 months ago
PluginManager.ts include the @gristlabs/grist-widget package, so Calendar is always available (#745) 7 months ago
ProcessMonitor.ts (core) Add new telemetry events 8 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) 11 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 11 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) Remove transform columns on shutdown 7 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) Support adjusting OOM score for child sandbox processes. 7 months ago
TagChecker.ts (core) move home server into core 4 years ago
Telemetry.ts Allow URLs with only a docID #768 (#771) 7 months ago
TestLogin.ts (core) make the support account configurable, and allow listing public sites 2 years ago
TestingHooks.ts (core) Manage memory used for websocket responses to reduce the risk of server crashes. 10 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 (core) When a webhook is disabled, clear its queue 7 months ago
UnsafeNodeComponent.ts (core) Faster builds all around. 2 years ago
WidgetRepository.ts allow bundled widgets to be hidden from dropdown, and nested (#714) 8 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) 7 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 8 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) 11 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) Record Cards 7 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 8 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 (core) Record Cards 7 months ago
serverUtils.ts (core) Add timeouts to prevent ActiveDoc bad state during shutdown. 9 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