jonnybarnes.uk/tests/Feature
Jonny Barnes 03c8f20a8c
feat: Add Passkey support
- Added a button for logging in with Passkeys in `login.blade.php`
- Refactored the `register` method and added the `login` method in `auth.js`
- Made various modifications and additions to the passkey functionality in `PasskeysController.php`
- Added event listener for login-passkey element in `app.js`
- Modified the passkeys table schema and made modifications to `Passkey.php`
- Changed the redirect route in the `login` method of `AuthController.php`
- Made modifications and additions to the routes in `web.php`
- Added `"web-auth/webauthn-lib": "^4.7"` to the list of required packages in `composer.json`
- Changed the redirect URL in `AdminTest.php`
2023-10-27 20:22:40 +01:00
..
Admin feat: Add Passkey support 2023-10-27 20:22:40 +01:00
ArticlesTest.php fix: Improve routing specificity and add new test. 2023-06-16 13:02:00 +01:00
BookmarksTest.php Remove Twitter POSSE support 2023-04-08 13:25:36 +01:00
ContactsTest.php Switch all test to use RefreshDatabase trait 2021-08-31 12:48:43 +01:00
CorsHeadersTest.php Rename the tests to pass phpcs checks 2021-03-17 18:38:18 +00:00
CSPHeadersTest.php Rename the tests to pass phpcs checks 2021-03-17 18:38:18 +00:00
FeedsTest.php fix: Use correct config variables post L10-config update 2023-06-11 16:54:56 +01:00
FrontPageTest.php Improve tests 2022-05-14 17:48:53 +01:00
HorizonTest.php Update Laravel Pint, fix files in codebase 2023-02-16 16:57:06 +00:00
LikesTest.php Fix files with Laravel Pint 2022-07-09 10:08:26 +01:00
MicropubControllerTest.php Remove Twitter POSSE support 2023-04-08 13:25:36 +01:00
MicropubMediaTest.php REmove dates than cause some tests to fail 2023-04-08 10:33:48 +01:00
NotesControllerTest.php refactor: Improve note ID validation and error handling 2023-06-11 12:52:07 +01:00
OwnYourGramTest.php Fix files with Laravel Pint 2022-07-09 10:08:26 +01:00
ParseCachedWebMentionsTest.php Finish re-working tests to run on test database 2021-08-31 12:28:00 +01:00
PlacesTest.php Switch all test to use RefreshDatabase trait 2021-08-31 12:48:43 +01:00
ReDownloadWebMentionsTest.php Switch all test to use RefreshDatabase trait 2021-08-31 12:48:43 +01:00
SearchTest.php Re-add search functionality 2023-04-11 21:44:55 +01:00
ShortURLsControllerTest.php chore: Refactor configuration files based on Laravel 10 skeleton 2023-06-09 18:31:53 +01:00
SwarmTest.php Fix files with Laravel Pint 2022-07-09 10:08:26 +01:00
TokenEndpointTest.php Fix issuing of token during IndieAuth sign in 2022-10-15 16:09:53 +01:00
TokenServiceTest.php Run Laravel Pint 2022-08-23 20:59:19 +01:00
WebMentionsControllerTest.php Fix files with Laravel Pint 2022-07-09 10:08:26 +01:00