Ghost/core/server
Felix Rieseberg 53bd7da063 🚀 Allow ServiceWorker /ghost/ scope (#7967)
ServiceWorkers can only control the scope from which they have been served. Our service workers live, like all other files, in an `asset` folder - and could in theory only work on other files in there.

This commit fake-serves our service workers from `/ghost/`, thus allowing them to give everything offline powers.
2017-02-11 14:43:09 +00:00
..
admin 🚀 Allow ServiceWorker /ghost/ scope (#7967) 2017-02-11 14:43:09 +00:00
api 🎨 increase token expiry (#7971) 2017-02-10 13:35:58 +00:00
apps 🔥 do not store settings in config (#7924) 2017-02-03 13:15:11 +00:00
auth 🎨 increase token expiry (#7971) 2017-02-10 13:35:58 +00:00
blog 🎨 rename redirects middleware to custom-redirects 2017-02-07 20:05:50 +01:00
config feature: define redirects in a custom file (#7719) (#7945) 2017-02-06 15:32:40 +01:00
controllers/frontend 🔥 do not store settings in config (#7924) 2017-02-03 13:15:11 +00:00
data 🎨 😎 config env usages (#7929) 2017-02-03 18:25:39 +00:00
events
helpers 🔥 💩 Properly remove pageUrl (#7969) 2017-02-09 20:21:27 +01:00
mail 🔥 do not store settings in config (#7924) 2017-02-03 13:15:11 +00:00
middleware 🎹 re-work url redirects (#7956) 2017-02-10 11:42:18 +00:00
models Add email validation in case of profile update (#7928) 2017-02-08 10:50:43 +01:00
permissions 🐛 fix invite permissions for editor (#7889) 2017-01-25 12:07:31 +00:00
scheduling
storage 🔥 remove imageRelPath (#7927) 2017-02-03 14:42:05 +00:00
themes
translations Add email validation in case of profile update (#7928) 2017-02-08 10:50:43 +01:00
utils 🎨 increase token expiry (#7971) 2017-02-10 13:35:58 +00:00
views
app.js
errors.js 🛠 use Ignition for logging/errors (#7869) 2017-01-23 11:04:01 +00:00
filters.js
ghost-server.js 🎨 😎 config env usages (#7929) 2017-02-03 18:25:39 +00:00
i18n.js
index.js 🔥 remove forceAdminSSL and urlSSL, add admin url (#7937) 2017-02-03 18:13:22 +00:00
logging.js 🛠 use Ignition for logging/errors (#7869) 2017-01-23 11:04:01 +00:00
overrides.js
update-check.js 🎨 send LTS parameter if requesting the update check service (#7954) 2017-02-07 19:51:19 +01:00