Ghost/ghost/core
Chris Raible b62a642084
Added background save every 10 minutes to the lexical editor (#16732)
refs TryGhost/Team#3133

- the backend previously had logic to save a revision if more than 10
mins had elapsed since the last revision
- however, the frontend would autosave after 3 seconds of inactivity
(which doesn't trigger a revision), and never send another save request
at 10 minutes, so the backend logic to save a revision was never
triggered
- this change will save the current contents of the editor every 10
minutes, even if nothing has changed since the last save
2023-05-03 14:46:32 -07:00
..
content 🎨 Updated Casper to v5.4.10 2023-04-21 16:00:48 +01:00
core Added background save every 10 minutes to the lexical editor (#16732) 2023-05-03 14:46:32 -07:00
test 🔒 Fixed filtering on private Author fields in Content API 2023-05-03 08:43:20 -04:00
.c8rc.e2e.json Reduced coverage to accommodate Node 18 discrepancies 2023-03-22 09:59:55 +01:00
.c8rc.json Removed service.js files from unit test coverage 2023-03-13 17:26:03 +07:00
.eslintignore Updated .eslintignore list for core 2022-10-10 15:12:52 +07:00
.eslintrc.js Updated Eslint ECMAScript compatibility to 2022 2022-08-09 15:51:40 +02:00
.npmignore Updated .npmignore with new files 2022-11-30 12:40:47 +07:00
config.development.json Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
ghost.js Added browser-based testing framework 2022-11-22 14:12:34 +00:00
index.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
jsconfig.json Deleted reference to core/admin 2022-08-03 16:28:41 +02:00
loggingrc.js Added version information to log lines 2023-01-20 13:18:44 +01:00
MigratorConfig.js Converted Ghost repo into a monorepo 2022-07-20 16:41:05 +02:00
package.json Updated npm scripts to support packages with a build step 2023-05-03 14:32:31 -04:00
playwright.config.js Separated admin and portal tests to different projects 2023-03-16 18:35:09 +04:00