mirror of
https://github.com/gristlabs/grist-core.git
synced 2025-06-13 20:53:59 +00:00
Summary: * Remove adjustSession hack, interfering with loading docs under saml. * Allow the anonymous user to receive an empty list of workspaces for the merged org. * Behave better on first page load when org is in path - this used to fail because of lack of cookie. This is very visible in grist-core, as a failure to load localhost:8484 on first visit. * Mark cookie explicitly as SameSite=Lax to remove a warning in firefox. * Make errorPages available in grist-core. This changes the default behavior of grist-core to now start off in anonymous mode, with an explicit sign-in step available. If SAML is not configured, the sign-in operation will unconditionally sign the user in as a default user, without any password check or other security. The user email is taken from GRIST_DEFAULT_EMAIL if set. This is a significant change, but makes anonymous mode available in grist-core (which is convenient for testing) and makes behavior with and without SAML much more consistent. Test Plan: updated test; manual (time to start adding grist-core tests though!) Reviewers: dsagal Reviewed By: dsagal Differential Revision: https://phab.getgrist.com/D2980 |
||
---|---|---|
.. | ||
ACLFormula.ts | ||
ActionHistory.ts | ||
ActionHistoryImpl.ts | ||
ActionSummary.ts | ||
ActiveDoc.ts | ||
ActiveDocImport.ts | ||
AppEndpoint.ts | ||
Authorizer.ts | ||
BrowserSession.ts | ||
checksumFile.ts | ||
Client.ts | ||
Comm.js | ||
dbUtils.ts | ||
DocApi.ts | ||
DocClients.ts | ||
DocManager.ts | ||
DocPluginData.ts | ||
DocPluginManager.ts | ||
DocSession.ts | ||
DocSnapshots.ts | ||
DocStorage.ts | ||
DocStorageManager.ts | ||
docUtils.d.ts | ||
docUtils.js | ||
DocWorker.ts | ||
DocWorkerMap.ts | ||
ExcelFormatter.ts | ||
ExpandedQuery.ts | ||
Export.ts | ||
ExportCSV.ts | ||
ExportXLSX.ts | ||
expressWrap.ts | ||
ExternalStorage.ts | ||
extractOrg.ts | ||
FileParserElement.ts | ||
filterUtils.ts | ||
FlexServer.ts | ||
GoogleAuth.ts | ||
GoogleExport.ts | ||
GoogleImport.ts | ||
GranularAccess.ts | ||
GristServer.ts | ||
gristSessions.ts | ||
guessExt.ts | ||
HashUtil.ts | ||
HostedMetadataManager.ts | ||
HostedStorageManager.ts | ||
IBilling.ts | ||
IChecksumStore.ts | ||
ICreate.ts | ||
IDocStorageManager.ts | ||
idUtils.ts | ||
IElectionStore.ts | ||
INotifier.ts | ||
ISandbox.ts | ||
IShell.ts | ||
ITestingHooks-ti.ts | ||
ITestingHooks.ts | ||
log.ts | ||
manifest.ts | ||
MinimalLogin.ts | ||
NSandbox.ts | ||
OnDemandActions.ts | ||
PermissionInfo.ts | ||
Permit.ts | ||
places.ts | ||
PluginEndpoint.ts | ||
PluginManager.ts | ||
requestUtils.ts | ||
RowAccess.ts | ||
SafePythonComponent.ts | ||
SamlConfig.ts | ||
sandboxUtil.js | ||
sendAppPage.ts | ||
ServerColumnGetters.ts | ||
serverUtils.ts | ||
Sessions.ts | ||
Sharing.ts | ||
shortDesc.ts | ||
shutdown.js | ||
SQLiteDB.ts | ||
TagChecker.ts | ||
TestingHooks.ts | ||
Throttle.ts | ||
TimeQuery.ts | ||
UnsafeNodeComponent.ts | ||
uploads.ts | ||
WorkCoordinator.ts |