-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated at 2024-04-29T20:53:09-04:00
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule core
updated
24 files
+15 −114 | app/client/boot.ts | |
+8 −2 | app/client/lib/timeUtils.ts | |
+165 −0 | app/client/models/AdminChecks.ts | |
+347 −17 | app/client/ui/AdminPanel.ts | |
+14 −1 | app/client/ui2018/checkbox.ts | |
+3 −0 | app/common/BootProbe.ts | |
+33 −0 | app/common/InstallAPI.ts | |
+9 −0 | app/common/SandboxInfo.ts | |
+3 −0 | app/common/gristUrls.ts | |
+25 −5 | app/server/lib/ActiveDoc.ts | |
+22 −3 | app/server/lib/BootProbes.ts | |
+77 −2 | app/server/lib/FlexServer.ts | |
+3 −0 | app/server/lib/GristServer.ts | |
+1 −0 | app/server/lib/ISandbox.ts | |
+8 −0 | app/server/lib/NSandbox.ts | |
+4 −0 | app/server/lib/NullSandbox.ts | |
+14 −25 | app/server/lib/UpdateManager.ts | |
+6 −0 | app/server/mergedServerMain.ts | |
+1 −0 | package.json | |
+26 −1 | static/locales/en.client.json | |
+4 −22 | test/gen-server/UpdateChecks.ts | |
+203 −1 | test/nbrowser/AdminPanel.ts | |
+28 −0 | test/server/customUtil.ts | |
+5 −0 | yarn.lock |