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/controllers
Rishabh Garg 1e7c80a1da
Allowed domain change for members "from" address (#1597)
refs TryGhost/Ghost#11414

- Restructures member settings in labs, from address gets its own section
- Removes explicit site domain for fromAddress as we allow updating the full address
- Adds new CTA to trigger magic link for updating members from address
- Adds new confirmation modal for email sent to new from address
- Adds notification banner for from address update redirect link
2020-06-09 01:52:58 +05:30
..
editor 🎨 Updated admin area design and usability (#1232) 2019-06-18 11:47:20 +01:00
members Fixed members list/chart not updating after members import 2020-06-01 15:48:46 +01:00
settings Allowed domain change for members "from" address (#1597) 2020-06-09 01:52:58 +05:30
setup Upgraded eslint-plugin-ghost and fixed new linter errors 2020-01-16 17:01:12 +00:00
staff updated to use new model._meta 2020-02-10 12:41:35 +00:00
about.js Switched About screen to use config service 2019-02-26 16:12:34 +07:00
application.js Fixed browser URL syncronization with embeded iframe state 2020-05-22 14:44:37 +12:00
billing.js Added billing controller for explicitness 2020-04-22 16:44:34 +12:00
editor.js Updated notifications design (#1498) 2020-02-27 09:19:29 +00:00
error.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
member.js 🐛 Fixed member list not updating when manually adding a new member 2020-06-05 09:01:01 +01:00
members.js 🐛 Fixed members list not refreshing after adding yourself 2020-06-05 08:50:20 +01:00
pages-loading.js 🎨 Updated admin area design and usability (#1232) 2019-06-18 11:47:20 +01:00
pages.js Extracted duplicated posts/pages filter into a component 2020-01-15 15:15:20 +00:00
posts-loading.js 🎨 Updated admin area design and usability (#1232) 2019-06-18 11:47:20 +01:00
posts.js Switched per-user custom views to shared custom views 2020-06-04 21:30:06 +01:00
reset.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
setup.js Fixed deprecated access of controller.{currentPath,currentRouteName} 2019-05-06 14:51:23 +01:00
signin.js Refactored check with regexp to error type checking 2020-05-06 00:05:19 +12:00
signup.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
site.js Added reset-to-homepage behaviour when clicking "view site" link 2019-03-21 17:55:58 +00:00
tag.js Reduced unnecessary waiting in tests 2020-05-11 11:37:35 +01:00
tags.js Cleaned up and re-organised tag and new tag routes/controllers 2019-12-09 17:44:16 +00:00