- Add Check before deleting profile photo (#960)
- Bump
inertiajs/inertia-laravel
(#955)
- Merge action-section attributes (#879)
- Correct PHP DocBlock reference (#925)
- Update to Laravel Mix v6 (#582)
- Avoids eqeqeq errors in eslint (#580)
- Rename path to prefix for route config (#504)
- Clears any validation error message before re-displaying confirmation (#487)
- Use Alpine directly for guest layout (#485)
- Fix feature toggles in Inertia (#451, #454)
- Update response status code to prevent method not allowed (#456)
- PHP 8 Support (#416)
- Delete user tokens when user is deleted (#406, 5bc500e)
- Fix composer memory limit crashes (#412)
- Update
TwoFactorAuthenticationForm.vue
(#417)
- Fix Livewire Modal Closing Issue By Bumping Alpine To
2.7.3
(#404) - Delete the users profile picture (#399)
- Add missing trait (#385)
- Slot Empty Checking & Return Default Value (#389)
- Constrain Ziggy version to
^0.9.4
(#395)
- Lock
inertiajs/inertia-laravel
to^0.2.4
(#371)
- Add Jetstream route prefix config (#362)
- Give user object to update profile information form (#324, d818b31)
- Numeric keyboard in Two Factor Challenge (#336)
- Extract switch team logic into HasTeams trait (#312)
- Use named routes on Inertia with Ziggy (#314, #316)
- Bump Tailwind & Inertia (#315)
- Add dependency-less modal focus trapping (#294)
- Use
getAuthIdentifier
instead ofgetKey
(#283) - Ensure text remains visible during webfont load (#290)
- Make terms translatable (#300)
- Disable profile photo and api by default (096d7dd)
- a11y(auth): associate inputs with labels (#285)
- Bump Alpine.js version up to 2.7.0 (#262)
- Use session table from the config (#265)
- Add
:key
buildings for list (for) rendering toTeamMemberManager.vue
(#270) - Add Submenu Style For When Profile Photos Are Unmanaged (#275, e717c9e)
- Disable save button while profile pic is uploading (#266)
- More translation support (#211, #216)
- Use
mix()
instead ofasset()
for hot-reload support (#217) - Remove Hard Coded Livewire Routes (#226)
- Update
UpdateUserProfileInformation.php
(#247)
- Fixed attribute order inside views (#207)
- Update modal z-index (#212)
- Add key of v-for teams (#239)
- Correct ID value for email field (#240)
- Fix purging of CSS classes on production builds (#249)
- Fix migration (1883071)
- Don't include update password form if feature disabled (#197)
- Remove hard coded routes and use
route()
helper by name instead (#203) - Fix button margins on small screens (#206)
- Update Fortify Actions to use PasswordValidationRules Trait (#168)
- Make labels translatable in livewire views (#177)
- A few more strings that should be translatable (#192)
- Refresh navigation dropdown when teams/profile forms save (#132)
- Fix API token deletion bug (#155)
- Fix profile picture distortion for team owners (#165)
- Fix HasTeams trait to be able to use queries (#173)
- Set fully url forget and reset password action (#136)
- Missing Closing Parenthesis (#140)
- Fix missing request (#137)
- Use static properties for Team and Membership too (#119, #121)
- Add inertia render hooks (b2e5729, fd76d88, 4929383)
- Fix for
vendor:publish
routes (#109) - Make team menu entry "truncate" (#114)
- Added object-cover to profile images (#122)
- Inertia: Use check instead of authorize for canCreateTeams (#129)
- Update to Laravel Fortify 1.0 (#96)
- Fix modal (47ad018)
- Revert layout changes (915c797)
- Implement TeamPolicy::create authorization check before creating a team (#82, 42ed0aa)
- Provide a way of customizing/disabling the default routes (#67)
- Delete User password confirmation (#91)
- Make auth views translatable (#81)
- Fix API vs Web TeamsHasPermissions, add Tests (#89)
- Fix "remember me" checkbox (#86)
- Fix
InstallCommand.php
(#55)
- Set fully qualified URL for login,register and logout (#49)
- Use application language on layouts (#58)
- Use incrementing ids for team ids (71b67f1)
- Fix disk (f00615f)
- Update photo storage (b304f4e)
- Change how auth guards are setup (6ac870f)
- Set a fully qualified URL for css file (#27)
- Allow using Inertia without a session (#43)
- Make error message translatable (#39)
- Change divs to buttons (#8)
- Replace the "home" route by the "dashboard" route (#16)
- Include autocomplete on all relevant elements (#13)
- Configure Purgecss for Tailwind (#10, af9bba5)
- Use numeric ids for users (#22)
- Use inertia link (991457c)
- Update guard usage (e871b88)
- Require Sanctum 2.6 (#2)
Initial release.