|
1 | | -.styleci.yml |
2 | | -config/logging.php |
3 | | -config/shop.php |
4 | | -config/app.php |
| 1 | +.gitattributes |
| 2 | +package.json |
| 3 | +database/seeders/DatabaseSeeder.php |
| 4 | +database/migrations/2019_08_19_000000_create_failed_jobs_table.php |
| 5 | +database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php |
| 6 | +database/migrations/2014_10_12_000000_create_users_table.php |
| 7 | +database/migrations/2014_10_12_100000_create_password_resets_table.php |
| 8 | +database/factories/UserFactory.php |
| 9 | +phpunit.xml |
| 10 | +.editorconfig |
| 11 | +artisan |
| 12 | +bootstrap/app.php |
| 13 | +lang/de/pagination.php |
| 14 | +lang/de/validation.php |
| 15 | +lang/de/auth.php |
| 16 | +lang/de/passwords.php |
| 17 | +lang/en/pagination.php |
| 18 | +lang/en/validation.php |
| 19 | +lang/en/auth.php |
| 20 | +lang/en/passwords.php |
| 21 | +lang/en.json |
| 22 | +docker-compose.yml |
| 23 | +packages/.gitkeep |
| 24 | +vite.config.js |
| 25 | +package-lock.json |
5 | 26 | config/mail.php |
6 | | -config/broadcasting.php |
7 | | -config/tinker.php |
8 | | -config/services.php |
9 | | -config/cors.php |
10 | | -config/hashing.php |
11 | | -config/auth.php |
12 | | -config/queue.php |
| 27 | +config/logging.php |
13 | 28 | config/filesystems.php |
14 | 29 | config/flare.php |
15 | | -config/cache.php |
16 | 30 | config/database.php |
17 | | -config/sanctum.php |
18 | 31 | config/ignition.php |
19 | | -config/session.php |
20 | 32 | config/view.php |
21 | | -postcss.config.js |
| 33 | +config/hashing.php |
| 34 | +config/session.php |
| 35 | +config/sanctum.php |
| 36 | +config/tinker.php |
| 37 | +config/shop.php |
| 38 | +config/queue.php |
| 39 | +config/cache.php |
| 40 | +config/auth.php |
| 41 | +config/broadcasting.php |
| 42 | +config/app.php |
| 43 | +config/cors.php |
| 44 | +config/services.php |
| 45 | +.styleci.yml |
22 | 46 | tailwind.config.js |
23 | | -README.md |
24 | | -.gitattributes |
25 | | -package-lock.json |
26 | | -phpunit.xml |
27 | | -public/mix-manifest.json |
28 | | -public/js/app.js |
29 | | -public/build/assets/app-c0da5701.js |
30 | | -public/build/manifest.json |
31 | | -public/robots.txt |
32 | | -public/.htaccess |
33 | | -public/index.php |
34 | | -tests/Feature/Auth/AuthenticationTest.php |
35 | | -tests/Feature/Auth/RegistrationTest.php |
| 47 | +postcss.config.js |
| 48 | +tests/TestCase.php |
| 49 | +tests/Unit/ExampleTest.php |
36 | 50 | tests/Feature/Auth/EmailVerificationTest.php |
37 | | -tests/Feature/Auth/PasswordUpdateTest.php |
| 51 | +tests/Feature/Auth/RegistrationTest.php |
38 | 52 | tests/Feature/Auth/PasswordResetTest.php |
39 | 53 | tests/Feature/Auth/PasswordConfirmationTest.php |
| 54 | +tests/Feature/Auth/PasswordUpdateTest.php |
| 55 | +tests/Feature/Auth/AuthenticationTest.php |
40 | 56 | tests/Feature/ExampleTest.php |
41 | 57 | tests/Feature/ProfileTest.php |
42 | | -tests/Unit/ExampleTest.php |
43 | | -tests/TestCase.php |
44 | 58 | tests/CreatesApplication.php |
45 | | -bootstrap/app.php |
46 | | -resources/views/auth/reset-password.blade.php |
| 59 | +SECURITY.md |
| 60 | +public/robots.txt |
| 61 | +public/mix-manifest.json |
| 62 | +public/js/app.js |
| 63 | +public/.htaccess |
| 64 | +public/build/assets/app-c0da5701.js |
| 65 | +public/build/manifest.json |
| 66 | +public/index.php |
| 67 | +README.md |
| 68 | +routes/web.php |
| 69 | +routes/channels.php |
| 70 | +routes/api.php |
| 71 | +routes/auth.php |
| 72 | +routes/console.php |
| 73 | +resources/views/profile/edit.blade.php |
| 74 | +resources/views/profile/partials/delete-user-form.blade.php |
| 75 | +resources/views/profile/partials/update-password-form.blade.php |
| 76 | +resources/views/profile/partials/update-profile-information-form.blade.php |
| 77 | +resources/views/welcome.blade.php |
| 78 | +resources/views/dashboard.blade.php |
| 79 | +resources/views/vendor/pagination/semantic-ui.blade.php |
| 80 | +resources/views/vendor/pagination/simple-tailwind.blade.php |
| 81 | +resources/views/vendor/pagination/bootstrap-5.blade.php |
| 82 | +resources/views/vendor/pagination/simple-bootstrap-4.blade.php |
| 83 | +resources/views/vendor/pagination/bootstrap-4.blade.php |
| 84 | +resources/views/vendor/pagination/default.blade.php |
| 85 | +resources/views/vendor/pagination/simple-bootstrap-5.blade.php |
| 86 | +resources/views/vendor/pagination/tailwind.blade.php |
| 87 | +resources/views/vendor/pagination/simple-default.blade.php |
| 88 | +resources/views/vendor/notifications/email.blade.php |
| 89 | +resources/views/vendor/mail/text/footer.blade.php |
| 90 | +resources/views/vendor/mail/text/panel.blade.php |
| 91 | +resources/views/vendor/mail/text/table.blade.php |
| 92 | +resources/views/vendor/mail/text/subcopy.blade.php |
| 93 | +resources/views/vendor/mail/text/header.blade.php |
| 94 | +resources/views/vendor/mail/text/layout.blade.php |
| 95 | +resources/views/vendor/mail/text/message.blade.php |
| 96 | +resources/views/vendor/mail/text/button.blade.php |
| 97 | +resources/views/vendor/mail/html/footer.blade.php |
| 98 | +resources/views/vendor/mail/html/panel.blade.php |
| 99 | +resources/views/vendor/mail/html/table.blade.php |
| 100 | +resources/views/vendor/mail/html/subcopy.blade.php |
| 101 | +resources/views/vendor/mail/html/header.blade.php |
| 102 | +resources/views/vendor/mail/html/layout.blade.php |
| 103 | +resources/views/vendor/mail/html/message.blade.php |
| 104 | +resources/views/vendor/mail/html/button.blade.php |
47 | 105 | resources/views/auth/forgot-password.blade.php |
48 | | -resources/views/auth/confirm-password.blade.php |
49 | 106 | resources/views/auth/register.blade.php |
50 | 107 | resources/views/auth/login.blade.php |
| 108 | +resources/views/auth/reset-password.blade.php |
| 109 | +resources/views/auth/confirm-password.blade.php |
51 | 110 | resources/views/auth/verify-email.blade.php |
52 | | -resources/views/dashboard.blade.php |
53 | | -resources/views/errors/403.blade.php |
54 | | -resources/views/errors/500.blade.php |
55 | | -resources/views/errors/401.blade.php |
56 | | -resources/views/errors/404.blade.php |
57 | | -resources/views/errors/minimal.blade.php |
58 | | -resources/views/errors/429.blade.php |
59 | | -resources/views/errors/layout.blade.php |
60 | | -resources/views/errors/503.blade.php |
61 | | -resources/views/errors/419.blade.php |
62 | | -resources/views/components/dropdown.blade.php |
63 | 111 | resources/views/components/application-logo.blade.php |
64 | | -resources/views/components/primary-button.blade.php |
65 | | -resources/views/components/dropdown-link.blade.php |
66 | | -resources/views/components/modal.blade.php |
67 | | -resources/views/components/auth-card.blade.php |
68 | | -resources/views/components/danger-button.blade.php |
69 | 112 | resources/views/components/auth-session-status.blade.php |
70 | | -resources/views/components/secondary-button.blade.php |
71 | | -resources/views/components/nav-link.blade.php |
72 | 113 | resources/views/components/input.blade.php |
73 | | -resources/views/components/responsive-nav-link.blade.php |
74 | 114 | resources/views/components/auth-validation-errors.blade.php |
75 | | -resources/views/components/input-label.blade.php |
76 | | -resources/views/components/input-error.blade.php |
77 | | -resources/views/components/text-input.blade.php |
| 115 | +resources/views/components/nav-link.blade.php |
| 116 | +resources/views/components/modal.blade.php |
| 117 | +resources/views/components/danger-button.blade.php |
| 118 | +resources/views/components/secondary-button.blade.php |
| 119 | +resources/views/components/dropdown-link.blade.php |
| 120 | +resources/views/components/primary-button.blade.php |
78 | 121 | resources/views/components/label.blade.php |
| 122 | +resources/views/components/auth-card.blade.php |
| 123 | +resources/views/components/text-input.blade.php |
| 124 | +resources/views/components/input-error.blade.php |
79 | 125 | resources/views/components/button.blade.php |
| 126 | +resources/views/components/dropdown.blade.php |
| 127 | +resources/views/components/input-label.blade.php |
| 128 | +resources/views/components/responsive-nav-link.blade.php |
| 129 | +resources/views/errors/401.blade.php |
| 130 | +resources/views/errors/404.blade.php |
| 131 | +resources/views/errors/419.blade.php |
| 132 | +resources/views/errors/minimal.blade.php |
| 133 | +resources/views/errors/layout.blade.php |
| 134 | +resources/views/errors/429.blade.php |
| 135 | +resources/views/errors/403.blade.php |
| 136 | +resources/views/errors/500.blade.php |
| 137 | +resources/views/errors/503.blade.php |
80 | 138 | resources/views/layouts/navigation.blade.php |
81 | 139 | resources/views/layouts/guest.blade.php |
82 | 140 | resources/views/layouts/app.blade.php |
83 | | -resources/views/profile/edit.blade.php |
84 | | -resources/views/profile/partials/update-password-form.blade.php |
85 | | -resources/views/profile/partials/delete-user-form.blade.php |
86 | | -resources/views/profile/partials/update-profile-information-form.blade.php |
87 | | -resources/views/vendor/pagination/bootstrap-4.blade.php |
88 | | -resources/views/vendor/pagination/semantic-ui.blade.php |
89 | | -resources/views/vendor/pagination/tailwind.blade.php |
90 | | -resources/views/vendor/pagination/simple-bootstrap-4.blade.php |
91 | | -resources/views/vendor/pagination/bootstrap-5.blade.php |
92 | | -resources/views/vendor/pagination/simple-bootstrap-5.blade.php |
93 | | -resources/views/vendor/pagination/simple-default.blade.php |
94 | | -resources/views/vendor/pagination/default.blade.php |
95 | | -resources/views/vendor/pagination/simple-tailwind.blade.php |
96 | | -resources/views/vendor/mail/html/header.blade.php |
97 | | -resources/views/vendor/mail/html/panel.blade.php |
98 | | -resources/views/vendor/mail/html/layout.blade.php |
99 | | -resources/views/vendor/mail/html/table.blade.php |
100 | | -resources/views/vendor/mail/html/message.blade.php |
101 | | -resources/views/vendor/mail/html/subcopy.blade.php |
102 | | -resources/views/vendor/mail/html/footer.blade.php |
103 | | -resources/views/vendor/mail/html/button.blade.php |
104 | | -resources/views/vendor/mail/text/header.blade.php |
105 | | -resources/views/vendor/mail/text/panel.blade.php |
106 | | -resources/views/vendor/mail/text/layout.blade.php |
107 | | -resources/views/vendor/mail/text/table.blade.php |
108 | | -resources/views/vendor/mail/text/message.blade.php |
109 | | -resources/views/vendor/mail/text/subcopy.blade.php |
110 | | -resources/views/vendor/mail/text/footer.blade.php |
111 | | -resources/views/vendor/mail/text/button.blade.php |
112 | | -resources/views/vendor/notifications/email.blade.php |
113 | | -resources/views/welcome.blade.php |
114 | 141 | resources/js/app.js |
115 | 142 | resources/js/bootstrap.js |
| 143 | +composer.json |
| 144 | +LICENSE |
116 | 145 | .env.example |
117 | | -routes/web.php |
118 | | -routes/api.php |
119 | | -routes/auth.php |
120 | | -routes/console.php |
121 | | -routes/channels.php |
122 | | -.editorconfig |
123 | | -docker-compose.yml |
124 | | -lang/en/validation.php |
125 | | -lang/en/pagination.php |
126 | | -lang/en/passwords.php |
127 | | -lang/en/auth.php |
128 | | -lang/en.json |
129 | | -lang/de/validation.php |
130 | | -lang/de/pagination.php |
131 | | -lang/de/passwords.php |
132 | | -lang/de/auth.php |
133 | | -app/Providers/AppServiceProvider.php |
134 | | -app/Providers/EventServiceProvider.php |
135 | | -app/Providers/AuthServiceProvider.php |
136 | | -app/Providers/BroadcastServiceProvider.php |
137 | | -app/Providers/RouteServiceProvider.php |
138 | | -app/Http/Requests/Auth/LoginRequest.php |
139 | | -app/Http/Requests/ProfileUpdateRequest.php |
140 | | -app/Http/Controllers/Auth/AuthenticatedSessionController.php |
141 | | -app/Http/Controllers/Auth/EmailVerificationPromptController.php |
142 | | -app/Http/Controllers/Auth/PasswordResetLinkController.php |
143 | | -app/Http/Controllers/Auth/ConfirmablePasswordController.php |
| 146 | +app/Models/User.php |
| 147 | +app/Console/Kernel.php |
| 148 | +app/View/Components/AppLayout.php |
| 149 | +app/View/Components/GuestLayout.php |
| 150 | +app/Exceptions/Handler.php |
| 151 | +app/Http/Kernel.php |
| 152 | +app/Http/Controllers/Auth/PasswordController.php |
144 | 153 | app/Http/Controllers/Auth/VerifyEmailController.php |
145 | | -app/Http/Controllers/Auth/RegisteredUserController.php |
| 154 | +app/Http/Controllers/Auth/EmailVerificationPromptController.php |
| 155 | +app/Http/Controllers/Auth/AuthenticatedSessionController.php |
146 | 156 | app/Http/Controllers/Auth/EmailVerificationNotificationController.php |
147 | | -app/Http/Controllers/Auth/PasswordController.php |
148 | 157 | app/Http/Controllers/Auth/NewPasswordController.php |
149 | | -app/Http/Controllers/Controller.php |
| 158 | +app/Http/Controllers/Auth/PasswordResetLinkController.php |
| 159 | +app/Http/Controllers/Auth/RegisteredUserController.php |
| 160 | +app/Http/Controllers/Auth/ConfirmablePasswordController.php |
150 | 161 | app/Http/Controllers/ProfileController.php |
151 | | -app/Http/Kernel.php |
| 162 | +app/Http/Controllers/Controller.php |
| 163 | +app/Http/Requests/Auth/LoginRequest.php |
| 164 | +app/Http/Requests/ProfileUpdateRequest.php |
152 | 165 | app/Http/Middleware/TrustProxies.php |
153 | | -app/Http/Middleware/RedirectIfAuthenticated.php |
| 166 | +app/Http/Middleware/TrimStrings.php |
| 167 | +app/Http/Middleware/EnsureEmailIsVerified.php |
154 | 168 | app/Http/Middleware/Authenticate.php |
| 169 | +app/Http/Middleware/SetLocale.php |
| 170 | +app/Http/Middleware/RedirectIfAuthenticated.php |
155 | 171 | app/Http/Middleware/VerifyCsrfToken.php |
| 172 | +app/Http/Middleware/EncryptCookies.php |
156 | 173 | app/Http/Middleware/TrustHosts.php |
157 | 174 | app/Http/Middleware/PreventRequestsDuringMaintenance.php |
158 | | -app/Http/Middleware/EncryptCookies.php |
159 | | -app/Http/Middleware/EnsureEmailIsVerified.php |
160 | | -app/Http/Middleware/SetLocale.php |
161 | | -app/Http/Middleware/TrimStrings.php |
162 | | -app/View/Components/AppLayout.php |
163 | | -app/View/Components/GuestLayout.php |
164 | | -app/Models/User.php |
165 | | -app/Composer.php |
166 | | -app/Exceptions/Handler.php |
167 | | -app/Console/Kernel.php |
168 | | -vite.config.js |
169 | | -composer.json |
170 | | -artisan |
171 | | -database/seeders/DatabaseSeeder.php |
172 | | -database/factories/UserFactory.php |
173 | | -database/migrations/2014_10_12_000000_create_users_table.php |
174 | | -database/migrations/2019_08_19_000000_create_failed_jobs_table.php |
175 | | -database/migrations/2014_10_12_100000_create_password_resets_table.php |
176 | | -database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php |
177 | | -LICENSE |
178 | | -package.json |
179 | | -packages/.gitkeep |
180 | | -SECURITY.md |
| 175 | +app/Providers/BroadcastServiceProvider.php |
| 176 | +app/Providers/RouteServiceProvider.php |
| 177 | +app/Providers/AuthServiceProvider.php |
| 178 | +app/Providers/EventServiceProvider.php |
| 179 | +app/Providers/AppServiceProvider.php |
| 180 | +app/Composer.php |
0 commit comments