Ghost/ghost/admin/app/templates
Chris Raible 6d46dc26c7
🔒 Fixed admin forms defaulting to GET method (#20810)
ref
https://linear.app/tryghost/issue/ENG-1497/admin-signin-signup-and-setup-forms-default-to-get

- If method is not specified, the form will default to GET, which is
incorrect
- This commit sets the method to POST and action to javascript:void(0)
to prevent the form from submitting via GET if JavaScript is disabled or
not fully loaded yet
2024-08-21 15:49:52 -07:00
..
explore
lexical-editor
members
posts
react-editor
activitypub-x.hbs
application-error.hbs
application.hbs Removed cache buster from client extensions script (#20668) 2024-07-25 15:40:12 -07:00
collection.hbs
collections.hbs
dashboard.hbs 🐛 Fixed dashboard appearing blank if members disabled before completing onboarding 2024-06-20 10:43:58 +01:00
demo-x.hbs
designsandbox.hbs
error.hbs
lexical-editor.hbs Fixed excerpt blur saving non-draft posts 2024-08-19 21:04:15 +01:00
member.hbs
members-activity.hbs
members.hbs 🎨 Removed member bulk deletion safeguard from safe queries (#20747) 2024-08-14 15:48:54 +00:00
mentions.hbs
migrate.hbs
offer.hbs
offers.hbs
pages-loading.hbs
pages.hbs Improved performance loading posts & pages in admin (#20646) 2024-07-29 16:19:28 +00:00
posts-loading.hbs
posts.hbs Improved publishing flow end screen (#20701) 2024-08-15 18:22:32 +08:00
reset.hbs
settings-x.hbs
setup.hbs 🔒 Fixed admin forms defaulting to GET method (#20810) 2024-08-21 15:49:52 -07:00
signin.hbs 🔒 Fixed admin forms defaulting to GET method (#20810) 2024-08-21 15:49:52 -07:00
signup.hbs 🔒 Fixed admin forms defaulting to GET method (#20810) 2024-08-21 15:49:52 -07:00
site.hbs
tag.hbs
tags-loading.hbs
tags.hbs
whatsnew.hbs