0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server
Katharina Irrgang b43ab65d8a
Moved api controllers into api/v0.1 (#9918)
refs #9866

- preparation for v2
- moved api/ to api/v0.1
- do export v0.1 straight from the api folder, we don't want to touch this right now
- that means currently if you require the api folder, we return v0.1 by default
- there were some direct requires of api files in the test env
  - some of them use rewire
  - for now, we just correct the require path to require api/v0.1/
  - we touch the test env next week

**Docs about V2 design are coming soon!**
2018-09-27 16:06:57 +02:00
..
adapters Refactored direct usages of api controllers 2018-09-21 15:18:22 +02:00
api Moved api controllers into api/v0.1 (#9918) 2018-09-27 16:06:57 +02:00
apps Updated private-sites to not redirect to full urls 2018-09-25 17:32:17 +07:00
config Refactored url utility to generate multiple API version URLs (#9897) 2018-09-24 21:49:20 +02:00
data Created session table migration (#9908) 2018-09-27 09:51:46 +02:00
helpers Switched to eslint-plugin-ghost (#9835) 2018-09-17 20:49:30 +02:00
lib Added new endpoint to upload square profile images with dimension validation (#9862) 2018-09-24 21:42:58 +02:00
models Created Session Model (#9909) 2018-09-27 14:31:39 +02:00
public Removed change frequency and priority fields from sitemap generator (#9771) 2018-09-24 19:16:31 +02:00
services Refactored url utility to generate multiple API version URLs (#9897) 2018-09-24 21:49:20 +02:00
translations Added new endpoint to upload square profile images with dimension validation (#9862) 2018-09-24 21:42:58 +02:00
views
web Refactored url utility to generate multiple API version URLs (#9897) 2018-09-24 21:49:20 +02:00
analytics-events.js
filters.js Switched to eslint-plugin-ghost (#9835) 2018-09-17 20:49:30 +02:00
ghost-server.js Switched to eslint-plugin-ghost (#9835) 2018-09-17 20:49:30 +02:00
index.js Refactored url utility to generate multiple API version URLs (#9897) 2018-09-24 21:49:20 +02:00
overrides.js Disabled bluebird debug logs 2018-08-13 14:01:31 +02:00
update-check.js Updated docs links 2018-08-16 12:13:24 +02:00