Ghost/core/server
Jacob Gable 88d82ff441 canThis() improvements
- Handle passing undefined user to canThis
  - Add existence check to parseContext if statement
  - Add unit test that passes undefined to canThis
- Allow internal canThis() checks
  - Allow passing 'internal' or { internal: true } as context
  - Do not lookup user permissions unless context.user found
  - If context.internal, resolve immediately
  - Add unit tests for passing 'internal' and { internal: true }
2014-04-16 18:17:43 +02:00
..
api canThis() improvements 2014-04-16 18:17:43 +02:00
apps App Permissions from package.json 2014-04-16 18:14:56 +02:00
config
controllers Move post API to primary document format 2014-04-16 12:09:03 +02:00
data Adds additional fields to apps schema. 2014-04-16 18:16:10 +02:00
helpers Ghost footer outputs minified jquery in production 2014-04-06 08:42:25 -04:00
middleware Fixed check for a theme's custom error.hbs: 2014-03-29 08:19:51 -06:00
models Add new permissions to fixtures 2014-04-16 18:16:10 +02:00
permissions canThis() improvements 2014-04-16 18:17:43 +02:00
routes Merge pull request #2439 from sebgie/move-slug 2014-03-28 17:12:55 +00:00
storage Build correct path on image upload when config has custom content path 2014-04-07 05:01:39 +00:00
views Add shim for codemirror on touchscreens 2014-03-19 09:26:45 +00:00
api.js
bookshelf-session.js
errorHandling.js Fixed check for a theme's custom error.hbs: 2014-03-29 08:19:51 -06:00
filters.js Implement filter context 2014-04-06 15:43:11 +00:00
index.js Server start refactor, route tests use ghost app 2014-04-04 12:45:18 +01:00
mail.js
middleware.js
require-tree.js Error handling for require-tree 2014-03-25 22:38:48 +00:00
update-check.js
xmlrpc.js Add XML-RPC ping 2014-03-20 17:53:32 +00:00