Skip to content

Commit

Permalink
Merge pull request #932 from molangning/patch-4
Browse files Browse the repository at this point in the history
Added cms endpoints
  • Loading branch information
g0tmi1k committed Nov 26, 2023
2 parents 7e128ab + 9d3d08d commit 84abe82
Show file tree
Hide file tree
Showing 95 changed files with 1,744,554 additions and 629,281 deletions.
627 changes: 627 additions & 0 deletions Discovery/Web-Content/CMS/trickest-cms-wordlist/aimeos-all-levels.txt

Large diffs are not rendered by default.

180 changes: 180 additions & 0 deletions Discovery/Web-Content/CMS/trickest-cms-wordlist/aimeos.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,180 @@
.editorconfig
LICENSE
packages/.gitkeep
package-lock.json
resources/views/components/label.blade.php
resources/views/components/auth-card.blade.php
resources/views/components/nav-link.blade.php
resources/views/components/modal.blade.php
resources/views/components/responsive-nav-link.blade.php
resources/views/components/auth-validation-errors.blade.php
resources/views/components/primary-button.blade.php
resources/views/components/application-logo.blade.php
resources/views/components/input-error.blade.php
resources/views/components/dropdown-link.blade.php
resources/views/components/dropdown.blade.php
resources/views/components/secondary-button.blade.php
resources/views/components/text-input.blade.php
resources/views/components/danger-button.blade.php
resources/views/components/button.blade.php
resources/views/components/input.blade.php
resources/views/components/input-label.blade.php
resources/views/components/auth-session-status.blade.php
resources/views/welcome.blade.php
resources/views/vendor/mail/html/subcopy.blade.php
resources/views/vendor/mail/html/footer.blade.php
resources/views/vendor/mail/html/panel.blade.php
resources/views/vendor/mail/html/table.blade.php
resources/views/vendor/mail/html/header.blade.php
resources/views/vendor/mail/html/message.blade.php
resources/views/vendor/mail/html/layout.blade.php
resources/views/vendor/mail/html/button.blade.php
resources/views/vendor/mail/text/subcopy.blade.php
resources/views/vendor/mail/text/footer.blade.php
resources/views/vendor/mail/text/panel.blade.php
resources/views/vendor/mail/text/table.blade.php
resources/views/vendor/mail/text/header.blade.php
resources/views/vendor/mail/text/message.blade.php
resources/views/vendor/mail/text/layout.blade.php
resources/views/vendor/mail/text/button.blade.php
resources/views/vendor/notifications/email.blade.php
resources/views/vendor/pagination/default.blade.php
resources/views/vendor/pagination/simple-tailwind.blade.php
resources/views/vendor/pagination/bootstrap-4.blade.php
resources/views/vendor/pagination/bootstrap-5.blade.php
resources/views/vendor/pagination/tailwind.blade.php
resources/views/vendor/pagination/semantic-ui.blade.php
resources/views/vendor/pagination/simple-bootstrap-5.blade.php
resources/views/vendor/pagination/simple-bootstrap-4.blade.php
resources/views/vendor/pagination/simple-default.blade.php
resources/views/profile/partials/update-password-form.blade.php
resources/views/profile/partials/delete-user-form.blade.php
resources/views/profile/partials/update-profile-information-form.blade.php
resources/views/profile/edit.blade.php
resources/views/dashboard.blade.php
resources/views/errors/401.blade.php
resources/views/errors/429.blade.php
resources/views/errors/404.blade.php
resources/views/errors/minimal.blade.php
resources/views/errors/500.blade.php
resources/views/errors/403.blade.php
resources/views/errors/419.blade.php
resources/views/errors/503.blade.php
resources/views/errors/layout.blade.php
resources/views/auth/verify-email.blade.php
resources/views/auth/register.blade.php
resources/views/auth/confirm-password.blade.php
resources/views/auth/login.blade.php
resources/views/auth/forgot-password.blade.php
resources/views/auth/reset-password.blade.php
resources/views/layouts/guest.blade.php
resources/views/layouts/app.blade.php
resources/views/layouts/navigation.blade.php
resources/js/app.js
resources/js/bootstrap.js
app/View/Components/AppLayout.php
app/View/Components/GuestLayout.php
app/Models/User.php
app/Composer.php
app/Console/Kernel.php
app/Providers/RouteServiceProvider.php
app/Providers/AuthServiceProvider.php
app/Providers/AppServiceProvider.php
app/Providers/BroadcastServiceProvider.php
app/Providers/EventServiceProvider.php
app/Exceptions/Handler.php
app/Http/Requests/ProfileUpdateRequest.php
app/Http/Requests/Auth/LoginRequest.php
app/Http/Kernel.php
app/Http/Controllers/Controller.php
app/Http/Controllers/Auth/ConfirmablePasswordController.php
app/Http/Controllers/Auth/PasswordResetLinkController.php
app/Http/Controllers/Auth/PasswordController.php
app/Http/Controllers/Auth/NewPasswordController.php
app/Http/Controllers/Auth/EmailVerificationNotificationController.php
app/Http/Controllers/Auth/VerifyEmailController.php
app/Http/Controllers/Auth/RegisteredUserController.php
app/Http/Controllers/Auth/AuthenticatedSessionController.php
app/Http/Controllers/Auth/EmailVerificationPromptController.php
app/Http/Controllers/ProfileController.php
app/Http/Middleware/SetLocale.php
app/Http/Middleware/EnsureEmailIsVerified.php
app/Http/Middleware/TrustProxies.php
app/Http/Middleware/TrimStrings.php
app/Http/Middleware/VerifyCsrfToken.php
app/Http/Middleware/Authenticate.php
app/Http/Middleware/TrustHosts.php
app/Http/Middleware/PreventRequestsDuringMaintenance.php
app/Http/Middleware/RedirectIfAuthenticated.php
app/Http/Middleware/EncryptCookies.php
package.json
postcss.config.js
vite.config.js
.styleci.yml
bootstrap/app.php
tests/CreatesApplication.php
tests/TestCase.php
tests/Feature/ExampleTest.php
tests/Feature/Auth/PasswordConfirmationTest.php
tests/Feature/Auth/PasswordResetTest.php
tests/Feature/Auth/PasswordUpdateTest.php
tests/Feature/Auth/EmailVerificationTest.php
tests/Feature/Auth/AuthenticationTest.php
tests/Feature/Auth/RegistrationTest.php
tests/Feature/ProfileTest.php
tests/Unit/ExampleTest.php
public/robots.txt
public/build/assets/app-c0da5701.js
public/build/manifest.json
public/index.php
public/js/app.js
public/.htaccess
public/mix-manifest.json
config/cache.php
config/app.php
config/shop.php
config/queue.php
config/view.php
config/cors.php
config/tinker.php
config/filesystems.php
config/flare.php
config/broadcasting.php
config/sanctum.php
config/logging.php
config/ignition.php
config/database.php
config/session.php
config/mail.php
config/hashing.php
config/services.php
config/auth.php
SECURITY.md
.env.example
routes/api.php
routes/channels.php
routes/web.php
routes/console.php
routes/auth.php
composer.json
docker-compose.yml
database/seeders/DatabaseSeeder.php
database/migrations/2019_08_19_000000_create_failed_jobs_table.php
database/migrations/2014_10_12_100000_create_password_resets_table.php
database/migrations/2014_10_12_000000_create_users_table.php
database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php
database/factories/UserFactory.php
lang/en.json
lang/en/passwords.php
lang/en/validation.php
lang/en/pagination.php
lang/en/auth.php
lang/de/passwords.php
lang/de/validation.php
lang/de/pagination.php
lang/de/auth.php
.gitattributes
artisan
phpunit.xml
README.md
tailwind.config.js
Loading

0 comments on commit 84abe82

Please sign in to comment.