0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/core/server
Kevin Ansfield 7e2e8b3376 Persistent notifications
closes #3057
- add Notification model
- update injected Notifications object to handle persistent notifications
- load server notifications on setup if logged in otherwise on successful sign-in
- changed all existing notifications.closeAll calls to closePassive
- fixed dismissable/dismissible spelling in server API & tests
- add notifications.closeNotification method so DELETE calls can be made for server-originating notifications
2014-07-01 11:36:21 +02:00
..
api Persistent notifications 2014-07-01 11:36:21 +02:00
apps
config Fixes static pages when permalinks are active. 2014-06-13 01:00:18 +02:00
controllers Replace the old admin with the ember admin 2014-07-01 08:33:17 +01:00
data oAuth 2014-06-30 14:58:10 +02:00
errors oAuth 2014-06-30 14:58:10 +02:00
helpers Replace the old admin with the ember admin 2014-07-01 08:33:17 +01:00
middleware Replace the old admin with the ember admin 2014-07-01 08:33:17 +01:00
models oAuth 2014-06-30 14:58:10 +02:00
permissions
routes Replace the old admin with the ember admin 2014-07-01 08:33:17 +01:00
storage Update when.js dependency to version 3.2.3 2014-06-16 04:11:22 +00:00
views Replace the old admin with the ember admin 2014-07-01 08:33:17 +01:00
api.js
bookshelf-session.js
filters.js
index.js Replace the old admin with the ember admin 2014-07-01 08:33:17 +01:00
mail.js Update when.js dependency to version 3.2.3 2014-06-16 04:11:22 +00:00
middleware.js
require-tree.js
update-check.js Language cleanup in update check disclosure 2014-06-24 14:59:34 +02:00
xmlrpc.js