0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/core/server/api
Jason Williams 136bdbd9ff Return http status 204 on deletes
Closes #2871
- Refactor api http handlers.
- Update tests.
- Remove special handling of responses in ember adapter.
2016-03-22 11:42:48 -05:00
..
authentication.js Refactor authentication API into pipeline format 2016-03-07 11:53:54 -06:00
clients.js
configuration.js Including timezones API in configuration endpoint 2016-02-24 16:44:01 +02:00
db.js Refactor content deletion 2016-03-22 10:10:09 -05:00
index.js Return http status 204 on deletes 2016-03-22 11:42:48 -05:00
mail.js
notifications.js Return http status 204 on deletes 2016-03-22 11:42:48 -05:00
posts.js Return http status 204 on deletes 2016-03-22 11:42:48 -05:00
roles.js
settings.js
slugs.js
tags.js Return http status 204 on deletes 2016-03-22 11:42:48 -05:00
themes.js
upload.js
users.js Return http status 204 on deletes 2016-03-22 11:42:48 -05:00
utils.js