Ghost/core/server
Daniel Lockyer 495ef867c2 Extracted Bookshelf plugins from Ghost to Framework repo
refs:
  - cf15f60085
  - dd20cc649b
  - ccf27f7009
  - abf146d61f
  - 2b54c92a14
  - bb029a53f6
  - 95bd7ee675
  - 9018b4df22
  - df01a6e5f4
  - d313726b34

- these plugins were in a state where they were independent enough to be
  pulled out into their own packages, which is what we did in the
  referenced commits above
- each package is named like `@tryghost/bookshelf-<plugin>`
- to avoid requiring multiple packages into Ghost, we've also created a
  wrapper package called `@tryghost/bookshelf-plugins` which re-exports
  all these plugins, so the changes in Ghost are very simple - dbebdd43b5
- this commit deletes the plugins + tests, and replaces with our new
  package with some minor code changes
2021-06-15 12:49:38 +01:00
..
adapters Swapped to American English spellings 2021-06-09 16:39:06 +01:00
api Added cache invalidation for products api 2021-06-15 12:40:55 +05:30
data Moved password validation into a library 2021-06-15 12:33:14 +01:00
lib Moved password validation into a library 2021-06-15 12:33:14 +01:00
models Extracted Bookshelf plugins from Ghost to Framework repo 2021-06-15 12:49:38 +01:00
public New logo in Admin (#12768) 2021-03-18 17:27:27 +00:00
services Updated products data in portal site endpoint 2021-06-11 12:41:46 +05:30
views Added new, simpler, linear boot process 2021-02-08 11:56:44 +00:00
web Swapped to American English spellings 2021-06-09 16:39:06 +01:00
analytics-events.js Expanded requires of lib/common i18n and events 2021-05-03 17:14:52 +01:00
ghost-server.js Updated ghost-server to use new minimal tpl helper 2021-06-09 12:20:59 +01:00
notify.js Refactored notify to send started + ready 2021-02-19 20:42:10 +00:00
overrides.js Moved sqlite3 override rules to db connection lib 2021-02-05 11:51:56 +00:00
run-update-check.js Move the update-check service to a scheduled job 2021-05-27 17:17:26 +02:00
update-check.js Removed update check service in favor of external package 2021-06-03 13:24:19 +04:00