Ryan Mitchell

Results 59 issues of Ryan Mitchell

You may have something else entirely in mind for this, but I had a bit of free time and thought it worth working on. This PR adds the ability to...

This PR adds the ability to choose whether a redirect from the 'Link' blueprint is a 301 or a 302 redirect. Closes https://github.com/statamic/ideas/issues/1118

Not sure if this is niche, but it would be really useful to be able to add to the form configuration screen so that fields can be modified through the...

This is a second go at this and is an alternative to / replaces https://github.com/statamic/cms/pull/8357 This PR adds an `includes` modifier and tag condition, as well as a `doesnt_include` tag...

This PR adds the concept of 'hooks' into points in the tag lifecycle, allowing for modification of the state of the tag at that point. Combined with macroable, this allows...

This PR adds a new opt-in collection configuration option `draft_without_validation` which allows unpublished entries to be created without applying any validation rules. Validation rules continue to be applied when the...

This PR adds WebAuthn/Passkey support to the CP login: https://github.com/statamic/cms/assets/51899/97eca681-2d55-478c-8ed8-0dfd88aa796d We make use of the following libraries for backend and front end support respectively: https://github.com/web-auth/webauthn-lib https://simplewebauthn.dev/docs/packages/browser/ I noticed CraftCMS have...

This PR adds missing events to the Asset class - creating, created and saving.

@edalzell wanted this... This PR autoloads tags, scopes, modifiers, actions, fieldtypes, widgets and commands based on them being in an appropriately named directory within the add-on src directory. eg src/Tags/MyTag.php...

When you make changes to a blueprint and its saved in the blueprints/vendor folder we should allow it to be deleted so you can revert back to the original version...