0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00
ghost/core/test/integration/api
kirrg001 357ea3dffd 🐛 Fixed showing old release notifications in the about page
no issue

- reported in slack (https://ghost.slack.com/files/U8QV8DXQB/F8TSBQ532/image.png)
- do not expose old release notification
  - e.g. you are on 1.20.0
  - you receive a notification for 1.20.1 to update
  - you update to 1.20.1
- ensure we protect exposing the release notification (compare against blog version)
- protect against wrong formats
- @TODO: the notifications could store a `version` property
  - by that we could use `notification.version` and don't have to match the version in the message
2018-01-18 12:19:55 +01:00
..
advanced_browse_spec.js Support filtering based on primary_tag (#9124) 2017-10-10 14:07:44 +02:00
api_authentication_spec.js Moved unique identifier generation to lib/security 2017-12-14 13:52:20 +01:00
api_configuration_spec.js Removed private configuration endpoint 2017-09-20 11:44:47 +01:00
api_db_spec.js 🎨 delete all content: do not delete subscribers (#8282) 2017-04-05 21:57:41 +01:00
api_invites_spec.js Import lib/common only 2017-12-12 10:28:13 +01:00
api_mail_spec.js Import lib/common only 2017-12-12 10:28:13 +01:00
api_notifications_spec.js 🐛 Fixed showing old release notifications in the about page 2018-01-18 12:19:55 +01:00
api_posts_spec.js Moved labs, auth, permissions, settings, mail, themes to services (#9339) 2017-12-14 03:01:23 +01:00
api_roles_spec.js 💄 🐷 Test consistency (#8199) 2017-03-21 09:24:11 +01:00
api_schedules_spec.js Moved pipeline/sequence to lib/promise 2017-12-13 22:20:02 +01:00
api_settings_spec.js Moved labs, auth, permissions, settings, mail, themes to services (#9339) 2017-12-14 03:01:23 +01:00
api_slugs_spec.js 💄 🐷 Test consistency (#8199) 2017-03-21 09:24:11 +01:00
api_subscribers_spec.js Moved zip folder, read csv and package-json to lib/fs 2017-12-14 22:07:53 +01:00
api_tags_spec.js Bump should to version 13.1.3 (#9284) 2017-11-28 19:41:16 +01:00
api_users_spec.js Import lib/common only 2017-12-12 10:28:13 +01:00
api_webhooks_spec.js Webhooks support for subscriber events (#9230) 2017-11-21 15:43:14 +00:00
redirects_spec.js Bump sinon to version 4.1.2 (#9283) 2017-11-28 18:19:23 +01:00