0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00
ghost/core/server
Katharina Irrgang 4ac34a7f33 🐛 Fixed api url for the ghost sdk (#9013)
no issue

- mirror LTS behaviour to master
- if your blog or admin url is configured to http, it's still possible that e.g. nginx allows both https/http
- that's why we should generate the api url without protocol in this case
- so it depends how you serve your blog, example:
  - blog url is http://example.com
  - generated api url for the sdk is //example.com (dynamic protocol allowed)
  - you serve your blog via https://example.com, protocol is https
  - you serve your blog via http://example.com, protocol is http
2017-09-18 16:28:22 +01:00
..
adapters 🐛 Fixed post scheduling (#8976) 2017-09-05 19:23:11 +01:00
admin API express app routing & middleware improvements (#8883) 2017-08-17 17:52:58 +07:00
api Removed defunct Ghost OAuth code (#9014) 2017-09-18 13:01:58 +01:00
apps Misc cleanup & consistency amends (#9002) 2017-09-12 17:31:14 +02:00
auth Improved debug logs for auth utils (#9015) 2017-09-18 16:23:47 +01:00
blog API express app routing & middleware improvements (#8883) 2017-08-17 17:52:58 +07:00
config Removed defunct Ghost OAuth code (#9014) 2017-09-18 13:01:58 +01:00
controllers/frontend Misc cleanup & consistency amends (#9002) 2017-09-12 17:31:14 +02:00
data Misc cleanup & consistency amends (#9002) 2017-09-12 17:31:14 +02:00
events
helpers ghost_head improvements (#8983) 2017-09-07 12:59:02 +02:00
mail 🔥 fromaddress support (#8753) 2017-07-27 12:27:38 +04:00
middleware 🐛 Fixed doubled query params for url/admin-url redirection 2017-09-14 07:55:14 +07:00
models 🐛 Fixed disqus comment id when exporting/importing 1.x content 2017-09-12 16:29:59 +01:00
permissions 🐛 be able to serve locked users (#8711) 2017-07-20 12:45:13 +01:00
public 🛠 🙈 Rename ghost-url.js to ghost-sdk.js (#8767) 2017-07-28 18:23:32 +04:00
settings Used ghost-ignition.debug, removed debug dep (#8881) 2017-08-15 18:29:27 +07:00
themes Used ghost-ignition.debug, removed debug dep (#8881) 2017-08-15 18:29:27 +07:00
translations 🐛 Downgraded errors to warnings for img_url 2017-08-29 10:31:00 +02:00
utils 🐛 Fixed api url for the ghost sdk (#9013) 2017-09-18 16:28:22 +01:00
views 🎨 gscan 1.1.0 & optimisations 2017-06-06 13:07:50 +07:00
analytics-events.js Add segment analytics for blog data (#8912) 2017-08-22 12:23:23 +01:00
app.js API express app routing & middleware improvements (#8883) 2017-08-17 17:52:58 +07:00
errors.js 🐛 Added 409 UpdateCollisionError for the editor (#8899) 2017-08-15 12:06:40 +02:00
filters.js
ghost-server.js Used ghost-ignition.debug, removed debug dep (#8881) 2017-08-15 18:29:27 +07:00
i18n.js 🎨 rename language to locale and use en as default locale (#8490) 2017-05-31 16:05:49 +01:00
index.js Removed defunct Ghost OAuth code (#9014) 2017-09-18 13:01:58 +01:00
logging.js 🐛 forward missing logging config: rotation 2017-02-17 18:24:14 +01:00
overrides.js
update-check.js 🎨 Changed showing update notifications for minor/major only (#9009) 2017-09-13 18:12:41 +07:00