1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Ghost-Admin/app/adapters
Kevin Ansfield 39c738ee67
Added ability to retry failed emails from the confirm modal (#1412)
no issue

- adds a `.retry()` method to the email model+adapter
- adds a retry email task to the publishmenu that follows the same retry-then-poll behaviour as the regular email confirmation
- show a retry button in the confirm email modal if the original send failed
- increases max "immediate failure" poll timeout to 15sec (an 8sec retry-to-failure time has been seen locally)
2019-11-22 15:09:48 +00:00
..
application.js Update package.json details, rename module to ghost-admin 2016-06-03 16:12:54 +01:00
base.js Use Admin API v2 with session auth (#1046) 2018-10-05 19:46:33 +01:00
email.js Added ability to retry failed emails from the confirm modal (#1412) 2019-11-22 15:09:48 +00:00
embedded-relation-adapter.js Updated handling of send_email_when_published 2019-11-14 17:33:35 +00:00
page.js Removed use of ?include=tags,authors,authors.roles query param on post/page requests 2019-02-25 21:55:55 +07:00
post.js Updated handling of send_email_when_published 2019-11-14 17:33:35 +00:00
setting.js Update package.json details, rename module to ghost-admin 2016-06-03 16:12:54 +01:00
tag.js Update package.json details, rename module to ghost-admin 2016-06-03 16:12:54 +01:00
theme.js show theme warnings/errors when activating a theme (#576) 2017-03-14 08:54:58 -05:00
user.js Removed redundant 'status=all' in user queries 2019-01-28 16:28:14 +00:00