0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core/server/api
Austin Burdine 2865662ee5 added password protection
closes #4993
- brings password protection to the frontend of blogs
- adds testing for password protection
- upgrades bcrypt-js to 2.1.0
2015-04-30 23:44:43 -05:00
..
authentication.js Refactor to remove author.email from API 2015-04-17 22:27:04 +01:00
configuration.js added password protection 2015-04-30 23:44:43 -05:00
db.js Refactor importer with tests 2014-12-17 18:22:39 +00:00
index.js Rename error.type to error.errorType 2015-04-22 22:29:45 +02:00
mail.js Removes objectTypeModelMap to reduce circular dependency. 2014-10-27 20:48:22 -04:00
notifications.js Add jscs task to grunt file and clean up files to adhere to jscs rules. 2014-09-17 21:44:29 -04:00
posts.js Add post preview via uuid (/p/:uuid) 2015-04-30 11:57:37 +01:00
roles.js Add jscs task to grunt file and clean up files to adhere to jscs rules. 2014-09-17 21:44:29 -04:00
settings.js Make the {{navigation}} helper global 2015-02-28 12:53:00 +00:00
slugs.js Add jscs task to grunt file and clean up files to adhere to jscs rules. 2014-09-17 21:44:29 -04:00
tags.js Refactor to remove author.email from API 2015-04-17 22:27:04 +01:00
themes.js Add jscs task to grunt file and clean up files to adhere to jscs rules. 2014-09-17 21:44:29 -04:00
upload.js Add support for zip import 2014-12-10 20:21:06 +00:00
users.js Rename error.type to error.errorType 2015-04-22 22:29:45 +02:00
utils.js Check ids match on edit 2015-02-28 16:25:37 +00:00