0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/test/integration/api
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_db_spec.js Fix up unit tests. Check config url with isURL. 2014-05-29 21:06:40 +00:00
api_mail_spec.js Fix up unit tests. Check config url with isURL. 2014-05-29 21:06:40 +00:00
api_notifications_spec.js Persistent notifications 2014-07-01 11:36:21 +02:00
api_posts_spec.js Refactor API arguments 2014-05-15 10:41:05 +01:00
api_settings_spec.js Fix up unit tests. Check config url with isURL. 2014-05-29 21:06:40 +00:00
api_slugs_spec.js Update slug API to work with additional types 2014-06-04 05:54:03 +00:00
api_tags_spec.js updated error handling on all mocha tests 2014-05-05 21:58:58 +01:00
api_themes_spec.js Fix up unit tests. Check config url with isURL. 2014-05-29 21:06:40 +00:00
api_users_spec.js Refactor API arguments 2014-05-15 10:41:05 +01:00