gristlabs_grist-core/app/client/lib
Paul Fitzpatrick f7f76fb5e7
A set of tweaks to simplify electron packaging (#421)
* Replace `ormconfig.js` with a newer mechanism of configuring
    TypeORM that can be included in the source code properly.
    The path to `ormconfig.js` has always been awkward to handle,
    and eliminating the file makes building different Grist setups
    a bit simpler.
  * Remove `electron` package. It is barely used, just for some old
    remnants of an older attempt at electron packaging. It was used
    for two types, which I left at `any` for now. More code pruning is
    no doubt possible here, but I'd rather do it when Electron packaging
    has solidified.
  * Add a hook for replacing the login system, and for adding some
    extra middleware the login system may need.
  * Add support for some more possible locations of Python, which
    arise when a standalone version of it is included in the Electron
    package. This isn't very general purpose, just configurations
    that I found useful.
  * Support using grist-core within a yarn workspace - the only tweak
    needed was webpack related.
  * Allow an external ID to be optionally associated with documents.
2023-02-13 15:52:17 -05:00
..
ACIndex.ts
ACSelect.ts
ACUserManager.ts
autocomplete.ts
browserGlobals.js
browserInfo.ts
chartUtil.ts
copyToClipboard.ts
CustomSectionElement.ts
dblclick.ts
Delay.ts
dispose.d.ts
dispose.js
DocPluginManager.ts
dom.js
domAsync.ts
download.js
FocusLayer.ts
formUtils.ts
fromKoSave.ts
guessTimezone.ts
helpScout.ts
HomePluginManager.ts
imports.d.ts
imports.js
ImportSourceElement.ts
koArray.d.ts
koArray.js
koArrayWrap.ts
koDom.js
koDomScrolly.css
koDomScrolly.js
koForm.css
koForm.js
koUtil.js
loadScript.js
localization.ts
localStorageObs.ts
log.ts
Mousetrap.js
multiselect.css
multiselect.js
MultiUserManager.ts
ObservableMap.js
ObservableSet.js
popupControl.ts
ReferenceUtils.ts
SafeBrowser.ts
SafeBrowserProcess.css
sessionObs.ts
simpleList.ts
sortUtil.ts
storage.ts
tableUtil.ts
testState.ts
textUtils.ts
TokenField.ts
uploads.ts
UrlState.ts
Validator.ts