-
Notifications
You must be signed in to change notification settings - Fork 845
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: laravel/jetstream
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.3.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: laravel/jetstream
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
9
contributors
Commits on Feb 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0cced4b - Browse repository at this point
Copy the full SHA 0cced4bView commit details
Commits on Feb 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5f073a6 - Browse repository at this point
Copy the full SHA 5f073a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a08f4ce - Browse repository at this point
Copy the full SHA a08f4ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b3a9e1 - Browse repository at this point
Copy the full SHA 5b3a9e1View commit details
Commits on May 8, 2023
-
Ensure email is included in state (#1309)
* Ensure email is included in state If email is hidden for serialization the view will crash, as toArray() won't include the email. Hiding email field in particular is useful if application contains any API endpoints or livewire components that handle users - to not accidentally expose other users emails to the client. * Update UpdateProfileInformationForm.php --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
Configuration menu - View commit details
-
Copy full SHA for afe6aa5 - Browse repository at this point
Copy the full SHA afe6aa5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2e87fb - Browse repository at this point
Copy the full SHA a2e87fbView commit details
Commits on Aug 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5e5068d - Browse repository at this point
Copy the full SHA 5e5068dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 503f5d1 - Browse repository at this point
Copy the full SHA 503f5d1View commit details
Commits on Nov 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4e21e43 - Browse repository at this point
Copy the full SHA 4e21e43View commit details
Commits on Nov 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1a8325f - Browse repository at this point
Copy the full SHA 1a8325fView commit details
Commits on Dec 28, 2023
-
[5.x] Adds L11 support (#1410)
* Adds L11 support * Adjust test suite * Keeps working on adding L11 support * wip * Fixes fortify redirect route * Removes unused replace * Comments * Removes usage of RouteServiceProvider * Installs API earlier * Fixes migrations * Adds missing password_reset_tokens * Ensures middleware folders exists * Removes non-used imports * Removes non-used import * Uses `addProviderToBootstrapFile` * Uses `publishesMigrations` and points fortify to develop * Uses stable version of Jetstream * Uses stable version of Inertia and Sanctum * Uses PHPUnit 10.4 * Updates user migrations * Avoids creation of session table if already exists * Does not installs again Sanctum migrations * Fixes tests on L11 * Don't uses `AUTH_GUARD=sanctum` * Updates user model * Apply fixes from StyleCI * Uses `casts` method for `Team` model * Uses `casts` on UserWithTeams * Updates UserFactory --------- Co-authored-by: StyleCI Bot <bot@styleci.io>
Configuration menu - View commit details
-
Copy full SHA for 24f133e - Browse repository at this point
Copy the full SHA 24f133eView commit details
Commits on Jan 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3e78662 - Browse repository at this point
Copy the full SHA 3e78662View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c6bcd7 - Browse repository at this point
Copy the full SHA 4c6bcd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24ec224 - Browse repository at this point
Copy the full SHA 24ec224View commit details
Commits on Jan 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ec33679 - Browse repository at this point
Copy the full SHA ec33679View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04fcf07 - Browse repository at this point
Copy the full SHA 04fcf07View commit details
Commits on Jan 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 84850ab - Browse repository at this point
Copy the full SHA 84850abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4855a5b - Browse repository at this point
Copy the full SHA 4855a5bView commit details
Commits on Jan 22, 2024
-
[5.x] Re-runs database migrations on Jetstream (#1436)
* Runs database migrations * Refactors * line * removes line * wipe before migrate * Improves confirm * removes line * Re-adds line * wording * Update InstallCommand.php * Update InstallCommand.php --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
Configuration menu - View commit details
-
Copy full SHA for e0f9730 - Browse repository at this point
Copy the full SHA e0f9730View commit details
Commits on Jan 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7b7f47e - Browse repository at this point
Copy the full SHA 7b7f47eView commit details
Commits on Feb 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b87e03f - Browse repository at this point
Copy the full SHA b87e03fView commit details
Commits on Feb 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6b73895 - Browse repository at this point
Copy the full SHA 6b73895View commit details
Commits on Feb 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7012263 - Browse repository at this point
Copy the full SHA 7012263View commit details
Commits on Mar 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ed67606 - Browse repository at this point
Copy the full SHA ed67606View commit details
Commits on Mar 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5f7811b - Browse repository at this point
Copy the full SHA 5f7811bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61bbf49 - Browse repository at this point
Copy the full SHA 61bbf49View commit details
Commits on Mar 7, 2024
-
[5.x] Fixes double migrate-prompt (#1447)
* Fixes double migrate-prompt * Update InstallCommand.php --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
Configuration menu - View commit details
-
Copy full SHA for 6af8850 - Browse repository at this point
Copy the full SHA 6af8850View commit details
Commits on Mar 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4b51064 - Browse repository at this point
Copy the full SHA 4b51064View commit details -
Configuration menu - View commit details
-
Copy full SHA for 342d7f7 - Browse repository at this point
Copy the full SHA 342d7f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fde0f25 - Browse repository at this point
Copy the full SHA fde0f25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 852e28a - Browse repository at this point
Copy the full SHA 852e28aView commit details
There are no files selected for viewing