0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/server
Samuel Goodwin 48601e6f49 Add the needed table columns for client Oauth.
closes #4174
- Added columns to client table in schema.js
- Bumped database version in default-settings.json
- Updated tests to support new schema version
2015-09-02 13:39:21 +01:00
..
api Adding 'fields' param for browse requests 2015-08-28 19:08:22 +01:00
apps
config Fix urlFor to preserve mailto: 2015-07-18 03:45:06 +02:00
controllers Refactor notifications service & components 2015-07-28 12:26:11 +01:00
data Add the needed table columns for client Oauth. 2015-09-02 13:39:21 +01:00
errors Fix signin errors 2015-08-10 12:26:45 +01:00
events
helpers Next/Prev Post helpers include author & tags 2015-08-10 08:58:25 +01:00
mail Mail consolidation 2015-08-20 11:36:14 +02:00
middleware Improve middleware coverage 2015-08-21 23:46:42 +02:00
models Adding 'fields' param for browse requests 2015-08-28 19:08:22 +01:00
permissions Refactor handlePermissions 2015-08-11 16:03:57 +02:00
routes Middleware Refactor 2015-08-04 14:53:58 +02:00
storage
translations foundation work for server-side i18n support: 2015-07-27 18:47:10 -04:00
utils
views
filters.js
ghost-server.js Startup message explicitly mentions production 2015-08-11 18:01:36 +01:00
i18n.js foundation work for server-side i18n support: 2015-07-27 18:47:10 -04:00
index.js Remove first run alert 2015-08-26 15:29:26 +01:00
require-tree.js
update-check.js