Merge pull request #932 from molangning/patch-4

Added cms endpoints
This commit is contained in:
g0tmi1k 2023-11-26 09:16:01 +00:00 committed by GitHub
commit 84abe82bfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
95 changed files with 1733240 additions and 617967 deletions

View File

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

View File

@ -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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,997 @@
CHANGELOG.md
config.ru
.ruby-version
Vagrantfile
.rspec
Capfile
Gemfile
.rubocop_todo.yml
vendor/assets/javascripts/jquery.disable.js
vendor/assets/javascripts/lib/select-parser.coffee
vendor/assets/javascripts/jquery_timeago/jquery.timeago.es-CL.js
vendor/assets/javascripts/jquery_timeago/jquery.timeago.th.js
vendor/assets/javascripts/jquery_timeago/jquery.timeago.fr.js
vendor/assets/javascripts/jquery_timeago/jquery.timeago.nl.js
vendor/assets/javascripts/jquery_timeago/jquery.timeago.ru.js
vendor/assets/javascripts/jquery_timeago/index.js
vendor/assets/javascripts/jquery_timeago/jquery.timeago.it.js
vendor/assets/javascripts/jquery_timeago/jquery.timeago.zh-CN.js
vendor/assets/javascripts/jquery_timeago/jquery.timeago.de.js
vendor/assets/javascripts/jquery_timeago/jquery.timeago.sv-SE.js
vendor/assets/javascripts/jquery_timeago/jquery.timeago.pt-BR.js
vendor/assets/javascripts/jquery_timeago/jquery.timeago.fr-CA.js
vendor/assets/javascripts/jquery_timeago/jquery.timeago.es.js
vendor/assets/javascripts/jquery_timeago/jquery.timeago.ja.js
vendor/assets/javascripts/jquery_timeago/jquery.timeago.en-GB.js
vendor/assets/javascripts/jquery_timeago/jquery.timeago.js
vendor/assets/javascripts/jquery_timeago/jquery.timeago.cz.js
vendor/assets/javascripts/jquery_timeago/jquery.timeago.pl.js
vendor/assets/javascripts/jquery_timeago/jquery.timeago.en-US.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery-ui-timepicker-ru.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery-ui-timepicker-no.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery-ui-timepicker-zh-CN.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery-ui-timepicker-sk.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery.ui.datepicker-zh-CN.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery.ui.datepicker-es-CL.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery-ui-timepicker-hu.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery.ui.datepicker-th.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery.ui.datepicker-pt.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery-ui-timepicker-id.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery.ui.datepicker-sv-SE.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery.ui.datepicker-en-GB.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery-ui-timepicker-fr.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery-ui-timepicker-zh-TW.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery-ui-timepicker-ro.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery-ui-timepicker-el.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery.ui.datepicker-ja.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery-ui-timepicker-it.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery.ui.datepicker-cz.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery.ui.datepicker-pl.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery-ui-timepicker-pt-BR.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery.ui.datepicker-de.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery-ui-timepicker-th.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery-ui-timepicker-es.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery-ui-timepicker-pt.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery-ui-timepicker-et.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery-ui-timepicker-gl.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery.ui.datepicker-ru.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery-ui-timepicker-fr-CA.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery-ui-timepicker-es-CL.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery-ui-timepicker-de.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery-ui-timepicker-he.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery.ui.datepicker-fr.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery-ui-timepicker-sv-SE.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery.ui.datepicker-pt-BR.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery-ui-timepicker-pl.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery-ui-timepicker-ja.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery.ui.datepicker-it.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery-ui-timepicker-af.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery-ui-timepicker-lt.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery-ui-timepicker-fi.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery-ui-timepicker-addon.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery.ui.datepicker-nl.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery.ui.datepicker-fr-CA.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery-ui-timepicker-ca.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery-ui-timepicker-ko.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery.ui.datepicker-es.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery-ui-timepicker-nl.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery-ui-timepicker-tr.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery-ui-timepicker-vi.js
vendor/assets/javascripts/jquery_ui_datepicker/jquery-ui-timepicker-cz.js
vendor/assets/javascripts/textarea_autocomplete.js
vendor/assets/javascripts/rating.js
vendor/assets/stylesheets/jquery-ui.custom.scss
db/schema.rb
db/seeds.rb
db/demo/account_opportunities.yml
db/demo/emails.yml
db/demo/tasks.yml
db/demo/contacts.yml
db/demo/account_contacts.yml
db/demo/addresses.yml
db/demo/users.yml
db/demo/campaigns.yml
db/demo/activities.yml
db/demo/contact_opportunities.yml
db/demo/avatars.yml
db/demo/preferences.yml
db/demo/comments.yml
db/demo/settings.yml
db/demo/field_groups.yml
db/demo/accounts.yml
db/demo/leads.yml
db/demo/permissions.yml
db/demo/opportunities.yml
db/migrate/20230526212613_convert_to_active_storage.rb
db/migrate/20100928030610_create_account_opportunities.rb
db/migrate/20121003063155_add_settings_to_custom_fields.rb
db/migrate/20150227123054_remove_last_request_at_from_users.rb
db/migrate/20120405080742_change_further_subscribed_users_to_set.rb
db/migrate/20100928030606_create_leads.rb
db/migrate/20140916011927_add_created_at_index_on_versions.rb
db/migrate/20200806004152_add_pattern_to_fields.rb
db/migrate/20180107082701_authlogic_to_devise.rb
db/migrate/20100928030598_create_sessions.rb
db/migrate/20100928030618_add_admin_to_users.rb
db/migrate/20150123060900_convert_radio_to_radio_buttons.rb
db/migrate/20111117041311_change_fields_collection_to_text.rb
db/migrate/20111116091952_add_field_groups_tag_id.rb
db/migrate/20141230021159_add_transaction_id_column_to_versions.rb
db/migrate/20100928030599_create_users.rb
db/migrate/20100928030616_rename_remember_token.rb
db/migrate/20100928030622_add_background_info_to_models.rb
db/migrate/20100928030612_create_tasks.rb
db/migrate/20200806004459_add_html5_to_fields.rb
db/migrate/20180103223438_add_minlength_to_field.rb
db/migrate/20111101083437_create_fields.rb
db/migrate/20100928030600_create_openid_tables.rb
db/migrate/20100928030613_create_comments.rb
db/migrate/20100928030619_add_suspended_to_users.rb
db/migrate/20120216042541_is_paranoid_to_paper_trail.rb
db/migrate/20140916012922_add_indexes_to_model_associations.rb
db/migrate/20100928030615_create_avatars.rb
db/migrate/20141126031837_increase_email_to254_chars.rb
db/migrate/20131207033244_add_user_id_to_lists.rb
db/migrate/20100928030621_add_email_to_accounts.rb
db/migrate/20141230205453_add_missing_unique_indices.acts_as_taggable_on_engine.rb
db/migrate/20100928030626_add_state_to_timeline_objects.rb
db/migrate/20100928030605_create_campaigns.rb
db/migrate/20100928030620_remove_uuid.rb
db/migrate/20120224073107_remove_default_value_and_clear_settings.rb
db/migrate/20230526211831_create_active_storage_tables.active_storage.rb
db/migrate/20120216031616_create_versions.rb
db/migrate/20120413034923_add_index_on_versions_item_type.rb
db/migrate/20120406082136_create_groups.rb
db/migrate/20120528102124_increase_length_of_version_events.rb
db/migrate/20100928030614_create_activities.rb
db/migrate/20100928030602_create_permissions.rb
db/migrate/20100928030623_create_addresses.rb
db/migrate/20120121054235_create_lists.rb
db/migrate/20120309070209_add_versions_related.rb
db/migrate/20120316045804_activities_to_versions.rb
db/migrate/20100928030604_create_preferences.rb
db/migrate/20100928030617_drop_openid_tables.rb
db/migrate/20100928030627_acts_as_taggable_on_migration.rb
db/migrate/20100928030609_create_account_contacts.rb
db/migrate/20120314080441_add_subscribed_users_to_entities.rb
db/migrate/20141230205455_add_missing_taggable_index.acts_as_taggable_on_engine.rb
db/migrate/20121221033947_fix_country_mapping.rb
db/migrate/20101221123456_add_single_access_token_to_users.rb
db/migrate/20111101090312_create_field_groups.rb
db/migrate/20111201030535_add_field_groups_klass_name.rb
db/migrate/20150427131956_create_index_related_type.rb
db/migrate/20101221345678_add_rating_and_category_to_accounts.rb
db/migrate/20100928030603_create_settings.rb
db/migrate/20120220233724_add_versions_object_changes.rb
db/migrate/20100928030608_create_opportunities.rb
db/migrate/20160511053730_add_account_contacts_index.rb
db/migrate/20141230205454_add_taggings_counter_cache_to_tags.acts_as_taggable_on_engine.rb
db/migrate/20110719082054_add_skype_to_contacts_and_leads.rb
db/migrate/20120405080727_change_subscribed_users_to_set.rb
db/migrate/20100928030625_create_emails.rb
db/migrate/20100928030611_create_contact_opportunities.rb
db/migrate/20100928030607_create_contacts.rb
db/migrate/20120801032706_add_pair_id_to_fields.rb
db/migrate/20100928030624_add_index_on_permissions.rb
db/migrate/20120510025219_add_not_null_constraints_for_timestamp_columns.rb
db/migrate/20180102075234_add_account_counter_caches.rb
db/migrate/20100928030601_create_accounts.rb
db/seeds/fields.rb
app/assets/javascripts/admin/fields.js.coffee
app/assets/javascripts/timeago.js.coffee
app/assets/javascripts/crm_comments.js.coffee
app/assets/javascripts/pagination.js.coffee
app/assets/javascripts/datepicker.js.coffee
app/assets/javascripts/crm_loginout.js.coffee
app/assets/javascripts/application.js.erb
app/assets/javascripts/lists.js.coffee
app/assets/javascripts/crm_select2.js.coffee
app/assets/javascripts/crm_textarea_autocomplete.js.coffee
app/assets/javascripts/crm_sortable.js.coffee
app/assets/javascripts/search.js.coffee
app/assets/javascripts/crm_tags.js.coffee
app/assets/javascripts/crm.js.coffee
app/assets/javascripts/format_buttons.js.coffee
app/assets/javascripts/crm_classes.js.coffee
app/assets/stylesheets/application.css.erb
app/assets/stylesheets/admin/fields.css.scss
app/assets/stylesheets/base.scss
app/assets/stylesheets/groups.css.scss
app/assets/stylesheets/common.scss
app/assets/stylesheets/rails.scss
app/assets/stylesheets/advanced_search.css.scss
app/assets/stylesheets/print.css.scss
app/assets/stylesheets/fields.scss
app/assets/stylesheets/safari.scss
app/assets/stylesheets/lists.css.scss
app/assets/stylesheets/bootstrap-custom.scss
app/assets/stylesheets/textarea_autocomplete.scss
app/assets/stylesheets/header.scss
app/assets/stylesheets/about.css.scss
app/assets/stylesheets/format_buttons.css.scss
app/assets/stylesheets/index_headers.css.scss
app/assets/config/fat_free_crm.js
app/assets/config/manifest.js
app/mailers/devise_mailer.rb
app/mailers/subscription_mailer.rb
app/mailers/dropbox_mailer.rb
app/mailers/user_mailer.rb
app/helpers/admin/users_helper.rb
app/helpers/admin/field_groups_helper.rb
app/helpers/admin/tags_helper.rb
app/helpers/admin/settings_helper.rb
app/helpers/admin/fields_helper.rb
app/helpers/admin/plugins_helper.rb
app/helpers/admin/application_helper.rb
app/helpers/javascript_helper.rb
app/helpers/contacts_helper.rb
app/helpers/campaigns_helper.rb
app/helpers/users_helper.rb
app/helpers/passwords_helper.rb
app/helpers/groups_helper.rb
app/helpers/leads_helper.rb
app/helpers/comments_helper.rb
app/helpers/tasks_helper.rb
app/helpers/emails_helper.rb
app/helpers/tags_helper.rb
app/helpers/addresses_helper.rb
app/helpers/authentications_helper.rb
app/helpers/home_helper.rb
app/helpers/lists_helper.rb
app/helpers/accounts_helper.rb
app/helpers/fields_helper.rb
app/helpers/opportunities_helper.rb
app/helpers/versions_helper.rb
app/helpers/remote_link_pagination_helper.rb
app/helpers/application_helper.rb
app/inputs/text_input.rb
app/inputs/datetime_pair_input.rb
app/inputs/date_time_input.rb
app/inputs/date_pair_input.rb
app/controllers/admin/fields_controller.rb
app/controllers/admin/settings_controller.rb
app/controllers/admin/field_groups_controller.rb
app/controllers/admin/plugins_controller.rb
app/controllers/admin/groups_controller.rb
app/controllers/admin/users_controller.rb
app/controllers/admin/application_controller.rb
app/controllers/admin/tags_controller.rb
app/controllers/lists_controller.rb
app/controllers/home_controller.rb
app/controllers/entities/accounts_controller.rb
app/controllers/entities/contacts_controller.rb
app/controllers/entities/leads_controller.rb
app/controllers/entities/campaigns_controller.rb
app/controllers/entities/opportunities_controller.rb
app/controllers/emails_controller.rb
app/controllers/tasks_controller.rb
app/controllers/comments_controller.rb
app/controllers/entities_controller.rb
app/controllers/sessions_controller.rb
app/controllers/registrations_controller.rb
app/controllers/users_controller.rb
app/controllers/confirmations_controller.rb
app/controllers/passwords_controller.rb
app/controllers/application_controller.rb
app/models/users/group.rb
app/models/users/ability.rb
app/models/users/user.rb
app/models/users/permission.rb
app/models/users/preference.rb
app/models/entities/account_contact.rb
app/models/entities/opportunity.rb
app/models/entities/contact_opportunity.rb
app/models/entities/account.rb
app/models/entities/campaign.rb
app/models/entities/lead.rb
app/models/entities/contact.rb
app/models/entities/account_opportunity.rb
app/models/observers/task_observer.rb
app/models/observers/entity_observer.rb
app/models/observers/lead_observer.rb
app/models/observers/opportunity_observer.rb
app/models/fields/custom_field_datetime_pair.rb
app/models/fields/custom_field_date_pair.rb
app/models/fields/field.rb
app/models/fields/core_field.rb
app/models/fields/custom_field_pair.rb
app/models/fields/custom_field.rb
app/models/fields/field_group.rb
app/models/polymorphic/avatar.rb
app/models/polymorphic/comment.rb
app/models/polymorphic/address.rb
app/models/polymorphic/tagging.rb
app/models/polymorphic/task.rb
app/models/polymorphic/version.rb
app/models/polymorphic/email.rb
app/models/polymorphic/tag.rb
app/models/setting.rb
app/models/list.rb
app/views/admin/users/index.html.haml
app/views/admin/users/confirm.js.haml
app/views/admin/users/show.html.haml
app/views/admin/users/new.js.haml
app/views/admin/users/suspend.js.haml
app/views/admin/users/destroy.js.haml
app/views/admin/users/_profile.html.haml
app/views/admin/users/create.js.haml
app/views/admin/users/index.js.haml
app/views/admin/users/_confirm.html.haml
app/views/admin/users/reactivate.js.haml
app/views/admin/users/edit.js.haml
app/views/admin/users/_sidebar_index.html.haml
app/views/admin/users/_edit.html.haml
app/views/admin/users/_new.html.haml
app/views/admin/users/_user.html.haml
app/views/admin/users/update.js.haml
app/views/admin/custom_fields/_datetime_pair_field.html.haml
app/views/admin/custom_fields/_date_pair_field.html.haml
app/views/admin/custom_fields/_radio_field.html.haml
app/views/admin/custom_fields/_select_field.html.haml
app/views/admin/custom_fields/_check_boxes_field.html.haml
app/views/admin/custom_fields/_date_field.html.haml
app/views/admin/custom_fields/_datetime_field.html.haml
app/views/admin/custom_fields/_base_field.html.haml
app/views/admin/custom_fields/_string_field.html.haml
app/views/admin/plugins/index.html.haml
app/views/admin/plugins/_plugin.html.haml
app/views/admin/fields/index.html.haml
app/views/admin/fields/show.html.haml
app/views/admin/fields/_sort_by.html.haml
app/views/admin/fields/_sidebar_show.html.haml
app/views/admin/fields/_subform.html.haml
app/views/admin/fields/destroy.js.haml
app/views/admin/fields/create.js.haml
app/views/admin/fields/_field.html.haml
app/views/admin/fields/edit.js.haml
app/views/admin/fields/_form.html.haml
app/views/admin/fields/_sidebar_index.html.haml
app/views/admin/fields/update.js.haml
app/views/admin/field_groups/_top_section.html.haml
app/views/admin/field_groups/confirm.js.haml
app/views/admin/field_groups/new.js.haml
app/views/admin/field_groups/destroy.js.haml
app/views/admin/field_groups/_field_group.html.haml
app/views/admin/field_groups/create.js.haml
app/views/admin/field_groups/_confirm.html.haml
app/views/admin/field_groups/edit.js.haml
app/views/admin/field_groups/_edit.html.haml
app/views/admin/field_groups/_new.html.haml
app/views/admin/field_groups/update.js.haml
app/views/admin/groups/index.html.haml
app/views/admin/groups/show.html.haml
app/views/admin/groups/new.js.haml
app/views/admin/groups/destroy.js.haml
app/views/admin/groups/create.js.haml
app/views/admin/groups/index.js.haml
app/views/admin/groups/_group.html.haml
app/views/admin/groups/edit.js.haml
app/views/admin/groups/_form.html.haml
app/views/admin/groups/_edit.html.haml
app/views/admin/groups/_new.html.haml
app/views/admin/groups/update.js.haml
app/views/admin/settings/index.html.haml
app/views/admin/tags/_top_section.html.haml
app/views/admin/tags/index.html.haml
app/views/admin/tags/confirm.js.haml
app/views/admin/tags/_tag.html.haml
app/views/admin/tags/new.js.haml
app/views/admin/tags/destroy.js.haml
app/views/admin/tags/create.js.haml
app/views/admin/tags/_confirm.html.haml
app/views/admin/tags/edit.js.haml
app/views/admin/tags/_edit.html.haml
app/views/admin/tags/_new.html.haml
app/views/admin/tags/update.js.haml
app/views/application/_auto_complete.html.haml
app/views/application/index.rss.builder
app/views/application/show.rss.builder
app/views/application/index.atom.builder
app/views/application/show.atom.builder
app/views/versions/_versions.html.haml
app/views/versions/_version.html.haml
app/views/versions/_version_item.html.haml
app/views/users/index.html.haml
app/views/users/avatar.js.haml
app/views/users/show.html.haml
app/views/users/_avatar.html.haml
app/views/users/_profile.html.haml
app/views/users/_user_report.html.haml
app/views/users/upload_avatar.js.haml
app/views/users/_password.html.haml
app/views/users/edit.js.haml
app/views/users/change_password.js.haml
app/views/users/password.js.haml
app/views/users/_languages.html.haml
app/views/users/_user.html.haml
app/views/users/opportunities_overview.html.haml
app/views/users/update.js.haml
app/views/tasks/_top_section.html.haml
app/views/tasks/index.html.haml
app/views/tasks/_completed.html.haml
app/views/tasks/index.xls.builder
app/views/tasks/_assigned.html.haml
app/views/tasks/_title.html.haml
app/views/tasks/_selector.html.haml
app/views/tasks/_pending.html.haml
app/views/tasks/new.js.haml
app/views/tasks/discard.js.haml
app/views/tasks/destroy.js.haml
app/views/tasks/_related.html.haml
app/views/tasks/create.js.haml
app/views/tasks/filter.js.haml
app/views/tasks/_tasks.html.haml
app/views/tasks/uncomplete.js.haml
app/views/tasks/_empty.html.haml
app/views/tasks/complete.js.haml
app/views/tasks/edit.js.haml
app/views/tasks/_sidebar_index.html.haml
app/views/tasks/_edit.html.haml
app/views/tasks/_new.html.haml
app/views/tasks/update.js.haml
app/views/entities/_section_custom_fields.html.haml
app/views/entities/contacts.js.haml
app/views/entities/subscription_update.js.haml
app/views/entities/_basic_search.html.haml
app/views/entities/_title_bar.html.haml
app/views/entities/discard.js.haml
app/views/entities/versions.js.haml
app/views/entities/_sort_fields.html.haml
app/views/entities/opportunities.js.haml
app/views/entities/leads.js.haml
app/views/entities/attach.js.haml
app/views/entities/_permissions.html.haml
app/views/entities/_search.html.haml
app/views/lists/destroy.js.haml
app/views/lists/_sidebar.html.haml
app/views/lists/create.js.haml
app/views/lists/_lists.html.haml
app/views/devise/sessions/new.html.haml
app/views/devise/passwords/edit.html.haml
app/views/devise/passwords/new.html.haml
app/views/devise/mailer/reset_password_instructions.html.haml
app/views/devise/mailer/password_change.html.haml
app/views/devise/mailer/confirmation_instructions.html.haml
app/views/devise/confirmations/new.html.haml
app/views/devise/registrations/new.html.haml
app/views/subscription_mailer/comment_notification.text.erb
app/views/fields/_edit_custom_field_group.html.haml
app/views/fields/_sidebar_show.html.haml
app/views/fields/_groups.html.haml
app/views/fields/group.js.erb
app/views/fields/_group_table.html.haml
app/views/fields/_group_view.html.haml
app/views/fields/_group.html.haml
app/views/campaigns/_metrics.html.haml
app/views/campaigns/_top_section.html.haml
app/views/campaigns/index.html.haml
app/views/campaigns/show.html.haml
app/views/campaigns/index.xls.builder
app/views/campaigns/new.js.haml
app/views/campaigns/_sidebar_show.html.haml
app/views/campaigns/_title_bar.html.haml
app/views/campaigns/_objectives.html.haml
app/views/campaigns/destroy.js.haml
app/views/campaigns/create.js.haml
app/views/campaigns/_campaign.html.haml
app/views/campaigns/index.js.haml
app/views/campaigns/_status.html.haml
app/views/campaigns/_index_long.html.haml
app/views/campaigns/show.js.haml
app/views/campaigns/edit.js.haml
app/views/campaigns/_sidebar_index.html.haml
app/views/campaigns/_edit.html.haml
app/views/campaigns/_new.html.haml
app/views/campaigns/_index_brief.html.haml
app/views/campaigns/update.js.haml
app/views/shared/_edit_comment.html.haml
app/views/shared/_select_popup.html.haml
app/views/shared/_tags.html.haml
app/views/shared/_naming.html.haml
app/views/shared/_timeline.html.haml
app/views/shared/_export.html.haml
app/views/shared/_paginate_with_per_page.html.haml
app/views/shared/_recently.html.haml
app/views/shared/_tasks.html.haml
app/views/shared/_address.html.haml
app/views/shared/_empty.html.haml
app/views/shared/_total.html.haml
app/views/shared/_add_comment.html.haml
app/views/shared/_comment.html.haml
app/views/shared/_address_show.html.haml
app/views/shared/_inline_styles.html.haml
app/views/shared/_paginate.haml
app/views/shared/_recent.html.haml
app/views/shared/_search.html.haml
app/views/contacts/_top_section.html.haml
app/views/contacts/index.html.haml
app/views/contacts/show.html.haml
app/views/contacts/_section_general.html.haml
app/views/contacts/index.xls.builder
app/views/contacts/new.js.haml
app/views/contacts/_sidebar_show.html.haml
app/views/contacts/_title_bar.html.haml
app/views/contacts/destroy.js.haml
app/views/contacts/_web.html.haml
app/views/contacts/_extra.html.haml
app/views/contacts/create.js.haml
app/views/contacts/index.js.haml
app/views/contacts/_index_full.html.haml
app/views/contacts/_index_long.html.haml
app/views/contacts/_contact.html.haml
app/views/contacts/show.js.haml
app/views/contacts/edit.js.haml
app/views/contacts/_contacts.html.haml
app/views/contacts/_sidebar_index.html.haml
app/views/contacts/_edit.html.haml
app/views/contacts/_new.html.haml
app/views/contacts/_section_extra.html.haml
app/views/contacts/_index_brief.html.haml
app/views/contacts/update.js.haml
app/views/opportunities/_opportunities.html.haml
app/views/opportunities/_top_section.html.haml
app/views/opportunities/index.html.haml
app/views/opportunities/contacts.js.haml
app/views/opportunities/show.html.haml
app/views/opportunities/_opportunity.html.haml
app/views/opportunities/index.xls.builder
app/views/opportunities/new.js.haml
app/views/opportunities/_sidebar_show.html.haml
app/views/opportunities/_title_bar.html.haml
app/views/opportunities/destroy.js.haml
app/views/opportunities/create.js.haml
app/views/opportunities/index.js.haml
app/views/opportunities/_index_long.html.haml
app/views/opportunities/show.js.haml
app/views/opportunities/edit.js.haml
app/views/opportunities/_sidebar_index.html.haml
app/views/opportunities/_edit.html.haml
app/views/opportunities/_new.html.haml
app/views/opportunities/_index_brief.html.haml
app/views/opportunities/update.js.haml
app/views/comments/destroy.js.haml
app/views/comments/_subscription_links.html.haml
app/views/comments/create.js.haml
app/views/comments/_comment.html.haml
app/views/comments/edit.js.haml
app/views/comments/_edit.html.haml
app/views/comments/_new.html.haml
app/views/comments/update.js.haml
app/views/accounts/_top_section.html.haml
app/views/accounts/index.html.haml
app/views/accounts/show.html.haml
app/views/accounts/index.xls.builder
app/views/accounts/new.js.haml
app/views/accounts/_sidebar_show.html.haml
app/views/accounts/_title_bar.html.haml
app/views/accounts/_contact_info.html.haml
app/views/accounts/destroy.js.haml
app/views/accounts/create.js.haml
app/views/accounts/_account.html.haml
app/views/accounts/index.js.haml
app/views/accounts/_index_long.html.haml
app/views/accounts/show.js.haml
app/views/accounts/edit.js.haml
app/views/accounts/_sidebar_index.html.haml
app/views/accounts/_edit.html.haml
app/views/accounts/_new.html.haml
app/views/accounts/_index_brief.html.haml
app/views/accounts/update.js.haml
app/views/home/_events_menu.html.haml
app/views/home/_assets_menu.html.haml
app/views/home/index.html.haml
app/views/home/_opportunity.html.haml
app/views/home/options.js.haml
app/views/home/index.xls.builder
app/views/home/index.rss.builder
app/views/home/_task.html.haml
app/views/home/_account.html.haml
app/views/home/index.js.haml
app/views/home/index.atom.builder
app/views/home/_duration_menu.html.haml
app/views/home/_users_menu.html.haml
app/views/home/_activity.html.haml
app/views/home/_options.html.haml
app/views/layouts/admin/_header.html.haml
app/views/layouts/admin/application.html.haml
app/views/layouts/_footer.html.haml
app/views/layouts/_tabbed.html.haml
app/views/layouts/header.xls.builder
app/views/layouts/500.html.haml
app/views/layouts/_header.html.haml
app/views/layouts/_sidebar.html.haml
app/views/layouts/_about.html.haml
app/views/layouts/application.html.haml
app/views/layouts/_jumpbox.html.haml
app/views/layouts/_tabless.html.haml
app/views/dropbox_mailer/dropbox_notification.html.haml
app/views/user_mailer/assigned_entity_notification.html.haml
app/views/emails/_email.html.haml
app/views/emails/destroy.js.haml
app/views/leads/_leads.html.haml
app/views/leads/promote.js.haml
app/views/leads/_top_section.html.haml
app/views/leads/index.html.haml
app/views/leads/show.html.haml
app/views/leads/_convert.html.haml
app/views/leads/_opportunity.html.haml
app/views/leads/index.xls.builder
app/views/leads/_lead.html.haml
app/views/leads/new.js.haml
app/views/leads/convert.js.haml
app/views/leads/_sidebar_show.html.haml
app/views/leads/_title_bar.html.haml
app/views/leads/destroy.js.haml
app/views/leads/_web.html.haml
app/views/leads/create.js.haml
app/views/leads/index.js.haml
app/views/leads/_status.html.haml
app/views/leads/_index_long.html.haml
app/views/leads/_contact.html.haml
app/views/leads/show.js.haml
app/views/leads/edit.js.haml
app/views/leads/reject.js.haml
app/views/leads/_sidebar_index.html.haml
app/views/leads/_convert_permissions.html.haml
app/views/leads/_edit.html.haml
app/views/leads/_new.html.haml
app/views/leads/_index_brief.html.haml
app/views/leads/update.js.haml
MIT-LICENSE
lib/development_tasks/license.rake
lib/development_tasks/rspec.rake
lib/development_tasks/rdoc.rake
lib/fat_free_crm/export_csv.rb
lib/fat_free_crm/mail_processor/comment_replies.rb
lib/fat_free_crm/mail_processor/base.rb
lib/fat_free_crm/mail_processor/dropbox.rb
lib/fat_free_crm/permissions.rb
lib/fat_free_crm/custom_fields.rb
lib/fat_free_crm/errors.rb
lib/fat_free_crm/load_settings.rb
lib/fat_free_crm/exceptions.rb
lib/fat_free_crm/callback.rb
lib/fat_free_crm/renderers.rb
lib/fat_free_crm/core_ext.rb
lib/fat_free_crm/tabs.rb
lib/fat_free_crm/gem_ext.rb
lib/fat_free_crm/version.rb
lib/fat_free_crm/sortable.rb
lib/fat_free_crm/view_factory.rb
lib/fat_free_crm/gem_ext/action_controller/base.rb
lib/fat_free_crm/gem_ext/rails/engine.rb
lib/fat_free_crm/gem_ext/active_support/buffered_logger.rb
lib/fat_free_crm/gem_ext/rake/task.rb
lib/fat_free_crm/i18n.rb
lib/fat_free_crm/exportable.rb
lib/fat_free_crm/core_ext/alias_method_chain.rb
lib/fat_free_crm/core_ext/nil.rb
lib/fat_free_crm/core_ext/string.rb
lib/fat_free_crm/gem_dependencies.rb
lib/fat_free_crm/secret_token_generator.rb
lib/fat_free_crm/comment_extensions.rb
lib/fat_free_crm/engine.rb
lib/fat_free_crm/fields.rb
lib/tasks/ffcrm/comment_replies.rake
lib/tasks/ffcrm/config.rake
lib/tasks/ffcrm/settings.rake
lib/tasks/ffcrm/setup.rake
lib/tasks/ffcrm/demo.rake
lib/tasks/ffcrm/dropbox.rake
lib/tasks/ffcrm/preference_update.rake
lib/tasks/ffcrm/update_data.rake
lib/tasks/ffcrm/missing_translations.rake
lib/tasks/ffcrm/secret.rake
lib/tasks/.gitkeep
lib/tasks/.gitkeep~master
lib/missing_translation_detector.rb
lib/gravatar_image_tag.rb
lib/templates/erb/scaffold/_form.html.erb
lib/fat_free_crm.rb
Rakefile
custom_plan.rb
zeus.json
public/404.html
public/500.html
public/robots.txt
public/422.html
config/initializers/simple_form.rb
config/initializers/constants.rb
config/initializers/content_security_policy.rb
config/initializers/secret_token.rb
config/initializers/wrap_parameters.rb
config/initializers/inflections.rb
config/initializers/paginate_arrays.rb
config/initializers/relative_url_root.rb
config/initializers/mime_types.rb
config/initializers/custom_field_ransack_translations.rb
config/initializers/cookies_serializer.rb
config/initializers/action_mailer.rb
config/initializers/views.rb
config/initializers/application_controller_renderer.rb
config/initializers/locale.rb
config/initializers/ransack.rb
config/initializers/gravatar.rb
config/initializers/devise.rb
config/initializers/filter_parameter_logging.rb
config/initializers/backtrace_silencers.rb
config/initializers/session_store.rb
config/initializers/new_framework_defaults_6_0.rb
config/initializers/assets.rb
config/initializers/simple_form_bootstrap.rb
config/locales/fat_free_crm.zh-CN.yml
config/locales/fat_free_crm.fr-CA.yml
config/locales/fat_free_crm.pt-BR.yml
config/locales/fat_free_crm.th.yml
config/locales/fat_free_crm.es-CL.yml
config/locales/fat_free_crm.es.yml
config/locales/fat_free_crm.pl.yml
config/locales/fat_free_crm.de.yml
config/locales/fat_free_crm.et.yml
config/locales/fat_free_crm.sv-SE.yml
config/locales/fat_free_crm.cs.yml
config/locales/fat_free_crm.ja.yml
config/locales/fat_free_crm.fr.yml
config/locales/fat_free_crm.en-US.yml
config/locales/fat_free_crm.it.yml
config/locales/fat_free_crm.en-GB.yml
config/locales/fat_free_crm.ru.yml
config/locales/fat_free_crm.nl.yml
config/database.postgres.docker.yml
config/puma.rb
config/brakeman.ignore
config/storage.yml
config/database.mysql.yml
config/deploy.example.rb
config/routes.rb
config/boot.rb
config/database.sqlite.yml
config/environment.rb
config/settings.default.yml
config/application.rb
config/database.mysql.mac.yml
config/environments/development.rb
config/environments/production.rb
config/environments/staging.rb
config/environments/test.rb
config/database.postgres.yml
Procfile
SECURITY.md
docker-compose.yml
.teatro.yml
Dockerfile
script/rails
bin/update
bin/setup
bin/bundle
bin/rails
bin/yarn
bin/rake
.rubocop.yml
spec/mailers/subscription_mailer_spec.rb
spec/mailers/devise_mailer_spec.rb
spec/mailers/user_mailer_spec.rb
spec/helpers/admin/plugins_helper_spec.rb
spec/helpers/admin/settings_helper_spec.rb
spec/helpers/admin/field_groups_helper_spec.rb
spec/helpers/admin/users_helper_spec.rb
spec/helpers/campaigns_helper_spec.rb
spec/helpers/authentications_helper_spec.rb
spec/helpers/fields_helper_spec.rb
spec/helpers/emails_helper_spec.rb
spec/helpers/groups_helper_spec.rb
spec/helpers/passwords_helper_spec.rb
spec/helpers/tasks_helper_spec.rb
spec/helpers/application_helper_spec.rb
spec/helpers/lists_helper_spec.rb
spec/helpers/comments_helper_spec.rb
spec/helpers/accounts_helper_spec.rb
spec/helpers/contacts_helper_spec.rb
spec/helpers/leads_helper_spec.rb
spec/helpers/users_helper_spec.rb
spec/helpers/home_helper_spec.rb
spec/helpers/opportunities_helper_spec.rb
spec/spec_helper.rb
spec/factories/account_factories.rb
spec/factories/subscription_factories.rb
spec/factories/contact_factories.rb
spec/factories/task_factories.rb
spec/factories/user_factories.rb
spec/factories/sequences.rb
spec/factories/campaign_factories.rb
spec/factories/shared_factories.rb
spec/factories/opportunity_factories.rb
spec/factories/field_factories.rb
spec/factories/list_factories.rb
spec/factories/tag_factories.rb
spec/factories/setting_factories.rb
spec/factories/lead_factories.rb
spec/support/assert_select.rb
spec/support/feature_helpers.rb
spec/support/mail_processor_mocks.rb
spec/support/devise_helpers.rb
spec/support/macros.rb
spec/support/uploaded_file.rb
spec/support/active_storage.rb
spec/controllers/admin/groups_controller_spec.rb
spec/controllers/admin/users_controller_spec.rb
spec/controllers/tasks_controller_spec.rb
spec/controllers/emails_controller_spec.rb
spec/controllers/entities_controller_spec.rb
spec/controllers/entities/accounts_controller_spec.rb
spec/controllers/entities/contacts_controller_spec.rb
spec/controllers/entities/leads_controller_spec.rb
spec/controllers/entities/opportunities_controller_spec.rb
spec/controllers/entities/campaigns_controller_spec.rb
spec/controllers/lists_controller_spec.rb
spec/controllers/comments_controller_spec.rb
spec/controllers/applications_controller_spec.rb
spec/controllers/users_controller_spec.rb
spec/controllers/home_controller_spec.rb
spec/lib/mail_processor/base_spec.rb
spec/lib/mail_processor/comment_replies_spec.rb
spec/lib/mail_processor/dropbox_spec.rb
spec/lib/mail_processor/sample_emails/dropbox.rb
spec/lib/fat_free_crm/i18n_spec.rb
spec/lib/fat_free_crm/i18n.rb
spec/lib/view_factory_spec.rb
spec/lib/fields_spec.rb
spec/lib/comment_extensions_spec.rb
spec/lib/secret_token_generator_spec.rb
spec/lib/core_ext/string_spec.rb
spec/lib/permissions_spec.rb
spec/lib/errors_spec.rb
spec/shared/models.rb
spec/shared/controllers.rb
spec/models/users/preference_spec.rb
spec/models/users/group_spec.rb
spec/models/users/permission_spec.rb
spec/models/users/user_spec.rb
spec/models/users/abilities/user_ability_spec.rb
spec/models/entities/account_contact_spec.rb
spec/models/entities/contact_spec.rb
spec/models/entities/opportunity_spec.rb
spec/models/entities/account_spec.rb
spec/models/entities/contact_opportunity_spec.rb
spec/models/entities/account_opportunity_spec.rb
spec/models/entities/campaign_spec.rb
spec/models/entities/lead_spec.rb
spec/models/observers/entity_observer_spec.rb
spec/models/setting_spec.rb
spec/models/fields/custom_field_spec.rb
spec/models/fields/custom_field_pair_spec.rb
spec/models/fields/custom_field_date_pair_spec.rb
spec/models/fields/field_group_spec.rb
spec/models/fields/field_spec.rb
spec/models/polymorphic/address_spec.rb
spec/models/polymorphic/email_spec.rb
spec/models/polymorphic/version_spec.rb
spec/models/polymorphic/comment_spec.rb
spec/models/polymorphic/task_spec.rb
spec/models/polymorphic/avatar_spec.rb
spec/models/list_spec.rb
spec/features/dashboard_spec.rb
spec/features/admin/groups_spec.rb
spec/features/admin/users_spec.rb
spec/features/campaigns_spec.rb
spec/features/tasks_spec.rb
spec/features/support/browser.rb
spec/features/support/headless.rb
spec/features/support/paths.rb
spec/features/support/selector_helpers.rb
spec/features/support/autocomlete_helper.rb
spec/features/devise/sign_up_spec.rb
spec/features/devise/sign_in_spec.rb
spec/features/opportunities_overview_spec.rb
spec/features/opportunities_spec.rb
spec/features/acceptance_helper.rb
spec/features/accounts_spec.rb
spec/features/contacts_spec.rb
spec/features/leads_spec.rb
spec/views/admin/users/edit.js.haml_spec.rb
spec/views/admin/users/index.haml_spec.rb
spec/views/admin/users/new.js.haml_spec.rb
spec/views/admin/users/index.js.haml_spec.rb
spec/views/admin/users/show.haml_spec.rb
spec/views/admin/users/reactivate.js.haml_spec.rb
spec/views/admin/users/update.js.haml_spec.rb
spec/views/admin/users/_create.haml_spec.rb
spec/views/admin/users/create.js.haml_spec.rb
spec/views/admin/users/suspend.js.haml_spec.rb
spec/views/admin/users/destroy.js.haml_spec.rb
spec/views/admin/field_groups/edit.js.haml_spec.rb
spec/views/admin/field_groups/new.js.haml_spec.rb
spec/views/admin/field_groups/update.js.haml_spec.rb
spec/views/admin/field_groups/create.js.haml_spec.rb
spec/views/admin/field_groups/destroy.js.haml_spec.rb
spec/views/application/auto_complete.haml_spec.rb
spec/views/users/edit.js.haml_spec.rb
spec/views/users/upload_avatar.js.haml_spec.rb
spec/views/users/password.js.haml_spec.rb
spec/views/users/avatar.js.haml_spec.rb
spec/views/users/change_password.js.haml_spec.rb
spec/views/users/update.js.haml_spec.rb
spec/views/tasks/_edit.haml_spec.rb
spec/views/tasks/edit.js.haml_spec.rb
spec/views/tasks/complete.js.haml_spec.rb
spec/views/tasks/index.haml_spec.rb
spec/views/tasks/new.js.haml_spec.rb
spec/views/tasks/update.js.haml_spec.rb
spec/views/tasks/create.js.haml_spec.rb
spec/views/tasks/uncomplete.js.haml_spec.rb
spec/views/tasks/destroy.js.haml_spec.rb
spec/views/campaigns/_edit.haml_spec.rb
spec/views/campaigns/edit.js.haml_spec.rb
spec/views/campaigns/index.haml_spec.rb
spec/views/campaigns/_new.haml_spec.rb
spec/views/campaigns/new.js.haml_spec.rb
spec/views/campaigns/index.js.haml_spec.rb
spec/views/campaigns/show.haml_spec.rb
spec/views/campaigns/update.js.haml_spec.rb
spec/views/campaigns/create.js.haml_spec.rb
spec/views/campaigns/destroy.js.haml_spec.rb
spec/views/contacts/_edit.haml_spec.rb
spec/views/contacts/edit.js.haml_spec.rb
spec/views/contacts/index.haml_spec.rb
spec/views/contacts/_new.haml_spec.rb
spec/views/contacts/new.js.haml_spec.rb
spec/views/contacts/show.haml_spec.rb
spec/views/contacts/index.js.html_spec.rb
spec/views/contacts/update.js.haml_spec.rb
spec/views/contacts/create.js.haml_spec.rb
spec/views/contacts/destroy.js.haml_spec.rb
spec/views/opportunities/_edit.haml_spec.rb
spec/views/opportunities/edit.js.haml_spec.rb
spec/views/opportunities/index.haml_spec.rb
spec/views/opportunities/_new.haml_spec.rb
spec/views/opportunities/new.js.haml_spec.rb
spec/views/opportunities/index.js.haml_spec.rb
spec/views/opportunities/show.haml_spec.rb
spec/views/opportunities/update.js.haml_spec.rb
spec/views/opportunities/create.js.haml_spec.rb
spec/views/opportunities/destroy.js.haml_spec.rb
spec/views/comments/edit.js.haml_spec.rb
spec/views/accounts/_edit.haml_spec.rb
spec/views/accounts/edit.js.haml_spec.rb
spec/views/accounts/index.haml_spec.rb
spec/views/accounts/_new.haml_spec.rb
spec/views/accounts/new.js.haml_spec.rb
spec/views/accounts/index.js.haml_spec.rb
spec/views/accounts/show.haml_spec.rb
spec/views/accounts/update.js.haml_spec.rb
spec/views/accounts/create.js.haml_spec.rb
spec/views/accounts/destroy.js.haml_spec.rb
spec/views/home/index.haml_spec.rb
spec/views/home/index.js.haml_spec.rb
spec/views/home/options.js.haml_spec.rb
spec/views/leads/_edit.haml_spec.rb
spec/views/leads/edit.js.haml_spec.rb
spec/views/leads/promote.js.haml_spec.rb
spec/views/leads/_convert.haml_spec.rb
spec/views/leads/index.haml_spec.rb
spec/views/leads/_sidebar_show.haml_spec.rb
spec/views/leads/_new.haml_spec.rb
spec/views/leads/new.js.haml_spec.rb
spec/views/leads/index.js.haml_spec.rb
spec/views/leads/show.haml_spec.rb
spec/views/leads/reject.js.haml_spec.rb
spec/views/leads/update.js.haml_spec.rb
spec/views/leads/convert.js.haml_spec.rb
spec/views/leads/create.js.haml_spec.rb
spec/views/leads/destroy.js.haml_spec.rb
spec/routing/admin/users_routing_spec.rb
spec/routing/users_routing_spec.rb
spec/routing/accounts_routing_spec.rb
spec/routing/leads_routing_spec.rb
spec/routing/opportunities_routing_spec.rb
spec/routing/contacts_routing_spec.rb
spec/routing/comments_routing_spec.rb
spec/routing/campaigns_routing_spec.rb
spec/routing/tasks_routing_spec.rb
spec/routing/emails_routing_spec.rb
CONTRIBUTORS.md
.docker/nginx/sites-enabled/ffcrm.conf
Gemfile.lock
Guardfile
README.md
fat_free_crm.gemspec

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,704 @@
assets/.gitkeep
logs/.gitkeep
CHANGELOG.md
system/assets/jquery/jquery-2.1.4.min.js
system/assets/jquery/jquery-2.x.min.js
system/assets/jquery/jquery-3.x.min.js
system/assets/debugger/clockwork.js
system/blueprints/user/group.yaml
system/blueprints/user/account_new.yaml
system/blueprints/user/group_new.yaml
system/blueprints/user/account.yaml
system/blueprints/flex/user-groups.yaml
system/blueprints/flex/accounts.yaml
system/blueprints/flex/configure/compat.yaml
system/blueprints/flex/shared/configure.yaml
system/blueprints/flex/pages.yaml
system/blueprints/flex/user-accounts.yaml
system/blueprints/config/streams.yaml
system/blueprints/config/site.yaml
system/blueprints/config/system.yaml
system/blueprints/config/scheduler.yaml
system/blueprints/config/backups.yaml
system/blueprints/config/security.yaml
system/blueprints/config/media.yaml
system/blueprints/pages/modular.yaml
system/blueprints/pages/external.yaml
system/blueprints/pages/default.yaml
system/blueprints/pages/partials/security.yaml
system/blueprints/pages/root.yaml
system/install.php
system/router.php
system/src/Grav/Installer/Install.php
system/src/Grav/Installer/VersionUpdater.php
system/src/Grav/Installer/InstallException.php
system/src/Grav/Installer/VersionUpdate.php
system/src/Grav/Installer/YamlUpdater.php
system/src/Grav/Installer/Versions.php
system/src/Grav/Installer/updates/1.7.0_2020-11-20_1.php
system/src/Grav/Common/Media/Interfaces/MediaFileInterface.php
system/src/Grav/Common/Media/Interfaces/MediaObjectInterface.php
system/src/Grav/Common/Media/Interfaces/MediaPlayerInterface.php
system/src/Grav/Common/Media/Interfaces/MediaCollectionInterface.php
system/src/Grav/Common/Media/Interfaces/MediaLinkInterface.php
system/src/Grav/Common/Media/Interfaces/MediaInterface.php
system/src/Grav/Common/Media/Interfaces/AudioMediaInterface.php
system/src/Grav/Common/Media/Interfaces/VideoMediaInterface.php
system/src/Grav/Common/Media/Interfaces/MediaUploadInterface.php
system/src/Grav/Common/Media/Interfaces/ImageManipulateInterface.php
system/src/Grav/Common/Media/Interfaces/ImageMediaInterface.php
system/src/Grav/Common/Media/Traits/MediaUploadTrait.php
system/src/Grav/Common/Media/Traits/StaticResizeTrait.php
system/src/Grav/Common/Media/Traits/VideoMediaTrait.php
system/src/Grav/Common/Media/Traits/MediaTrait.php
system/src/Grav/Common/Media/Traits/ImageMediaTrait.php
system/src/Grav/Common/Media/Traits/AudioMediaTrait.php
system/src/Grav/Common/Media/Traits/MediaFileTrait.php
system/src/Grav/Common/Media/Traits/MediaPlayerTrait.php
system/src/Grav/Common/Media/Traits/MediaObjectTrait.php
system/src/Grav/Common/Media/Traits/ImageLoadingTrait.php
system/src/Grav/Common/Media/Traits/ThumbnailMediaTrait.php
system/src/Grav/Common/Errors/SimplePageHandler.php
system/src/Grav/Common/Errors/Resources/layout.html.php
system/src/Grav/Common/Errors/Errors.php
system/src/Grav/Common/Errors/SystemFacade.php
system/src/Grav/Common/Errors/BareHandler.php
system/src/Grav/Common/Session.php
system/src/Grav/Common/Helpers/Exif.php
system/src/Grav/Common/Helpers/Excerpts.php
system/src/Grav/Common/Helpers/Base32.php
system/src/Grav/Common/Helpers/LogViewer.php
system/src/Grav/Common/Helpers/Truncator.php
system/src/Grav/Common/Helpers/YamlLinter.php
system/src/Grav/Common/Yaml.php
system/src/Grav/Common/Getters.php
system/src/Grav/Common/Security.php
system/src/Grav/Common/User/User.php
system/src/Grav/Common/User/DataUser/User.php
system/src/Grav/Common/User/DataUser/UserCollection.php
system/src/Grav/Common/User/Access.php
system/src/Grav/Common/User/Interfaces/UserCollectionInterface.php
system/src/Grav/Common/User/Interfaces/UserGroupInterface.php
system/src/Grav/Common/User/Interfaces/UserInterface.php
system/src/Grav/Common/User/Interfaces/AuthorizeInterface.php
system/src/Grav/Common/User/Traits/UserTrait.php
system/src/Grav/Common/User/Authentication.php
system/src/Grav/Common/User/Group.php
system/src/Grav/Common/Form/FormFlash.php
system/src/Grav/Common/GPM/Installer.php
system/src/Grav/Common/GPM/GPM.php
system/src/Grav/Common/GPM/Common/Package.php
system/src/Grav/Common/GPM/Common/CachedCollection.php
system/src/Grav/Common/GPM/Common/AbstractPackageCollection.php
system/src/Grav/Common/GPM/Licenses.php
system/src/Grav/Common/GPM/AbstractCollection.php
system/src/Grav/Common/GPM/Local/Packages.php
system/src/Grav/Common/GPM/Local/Package.php
system/src/Grav/Common/GPM/Local/Plugins.php
system/src/Grav/Common/GPM/Local/AbstractPackageCollection.php
system/src/Grav/Common/GPM/Local/Themes.php
system/src/Grav/Common/GPM/Upgrader.php
system/src/Grav/Common/GPM/Remote/Packages.php
system/src/Grav/Common/GPM/Remote/Package.php
system/src/Grav/Common/GPM/Remote/Plugins.php
system/src/Grav/Common/GPM/Remote/AbstractPackageCollection.php
system/src/Grav/Common/GPM/Remote/Themes.php
system/src/Grav/Common/GPM/Remote/GravCore.php
system/src/Grav/Common/GPM/Response.php
system/src/Grav/Common/Grav.php
system/src/Grav/Common/Assets.php
system/src/Grav/Common/Utils.php
system/src/Grav/Common/Browser.php
system/src/Grav/Common/Service/InflectorServiceProvider.php
system/src/Grav/Common/Service/FilesystemServiceProvider.php
system/src/Grav/Common/Service/SchedulerServiceProvider.php
system/src/Grav/Common/Service/FlexServiceProvider.php
system/src/Grav/Common/Service/BackupsServiceProvider.php
system/src/Grav/Common/Service/AccountsServiceProvider.php
system/src/Grav/Common/Service/TaskServiceProvider.php
system/src/Grav/Common/Service/RequestServiceProvider.php
system/src/Grav/Common/Service/ConfigServiceProvider.php
system/src/Grav/Common/Service/PagesServiceProvider.php
system/src/Grav/Common/Service/StreamsServiceProvider.php
system/src/Grav/Common/Service/ErrorServiceProvider.php
system/src/Grav/Common/Service/OutputServiceProvider.php
system/src/Grav/Common/Service/SessionServiceProvider.php
system/src/Grav/Common/Service/AssetsServiceProvider.php
system/src/Grav/Common/Service/LoggerServiceProvider.php
system/src/Grav/Common/Processors/TwigProcessor.php
system/src/Grav/Common/Processors/BackupsProcessor.php
system/src/Grav/Common/Processors/RenderProcessor.php
system/src/Grav/Common/Processors/TasksProcessor.php
system/src/Grav/Common/Processors/RequestProcessor.php
system/src/Grav/Common/Processors/AssetsProcessor.php
system/src/Grav/Common/Processors/ThemesProcessor.php
system/src/Grav/Common/Processors/Events/RequestHandlerEvent.php
system/src/Grav/Common/Processors/PagesProcessor.php
system/src/Grav/Common/Processors/PluginsProcessor.php
system/src/Grav/Common/Processors/DebuggerAssetsProcessor.php
system/src/Grav/Common/Processors/SchedulerProcessor.php
system/src/Grav/Common/Processors/ProcessorBase.php
system/src/Grav/Common/Processors/InitializeProcessor.php
system/src/Grav/Common/Processors/ProcessorInterface.php
system/src/Grav/Common/Theme.php
system/src/Grav/Common/Composer.php
system/src/Grav/Common/Assets/JsModule.php
system/src/Grav/Common/Assets/Pipeline.php
system/src/Grav/Common/Assets/InlineCss.php
system/src/Grav/Common/Assets/Traits/AssetUtilsTrait.php
system/src/Grav/Common/Assets/Traits/LegacyAssetsTrait.php
system/src/Grav/Common/Assets/Traits/TestingAssetsTrait.php
system/src/Grav/Common/Assets/BlockAssets.php
system/src/Grav/Common/Assets/InlineJs.php
system/src/Grav/Common/Assets/Link.php
system/src/Grav/Common/Assets/BaseAsset.php
system/src/Grav/Common/Assets/Css.php
system/src/Grav/Common/Assets/Js.php
system/src/Grav/Common/Assets/InlineJsModule.php
system/src/Grav/Common/File/CompiledJsonFile.php
system/src/Grav/Common/File/CompiledFile.php
system/src/Grav/Common/File/CompiledMarkdownFile.php
system/src/Grav/Common/File/CompiledYamlFile.php
system/src/Grav/Common/Inflector.php
system/src/Grav/Common/HTTP/Client.php
system/src/Grav/Common/HTTP/Response.php
system/src/Grav/Common/Debugger.php
system/src/Grav/Common/Plugin.php
system/src/Grav/Common/Config/CompiledBase.php
system/src/Grav/Common/Config/CompiledConfig.php
system/src/Grav/Common/Config/Config.php
system/src/Grav/Common/Config/ConfigFileFinder.php
system/src/Grav/Common/Config/Setup.php
system/src/Grav/Common/Config/CompiledLanguages.php
system/src/Grav/Common/Config/Languages.php
system/src/Grav/Common/Config/CompiledBlueprints.php
system/src/Grav/Common/Filesystem/Folder.php
system/src/Grav/Common/Filesystem/ZipArchiver.php
system/src/Grav/Common/Filesystem/Archiver.php
system/src/Grav/Common/Filesystem/RecursiveFolderFilterIterator.php
system/src/Grav/Common/Filesystem/RecursiveDirectoryFilterIterator.php
system/src/Grav/Common/Data/Validation.php
system/src/Grav/Common/Data/Blueprints.php
system/src/Grav/Common/Data/BlueprintSchema.php
system/src/Grav/Common/Data/ValidationException.php
system/src/Grav/Common/Data/Blueprint.php
system/src/Grav/Common/Data/DataInterface.php
system/src/Grav/Common/Data/Data.php
system/src/Grav/Common/Plugins.php
system/src/Grav/Common/GravTrait.php
system/src/Grav/Common/Page/Pages.php
system/src/Grav/Common/Page/Interfaces/PageLegacyInterface.php
system/src/Grav/Common/Page/Interfaces/PagesSourceInterface.php
system/src/Grav/Common/Page/Interfaces/PageContentInterface.php
system/src/Grav/Common/Page/Interfaces/PageFormInterface.php
system/src/Grav/Common/Page/Interfaces/PageInterface.php
system/src/Grav/Common/Page/Interfaces/PageRoutableInterface.php
system/src/Grav/Common/Page/Interfaces/PageCollectionInterface.php
system/src/Grav/Common/Page/Interfaces/PageTranslateInterface.php
system/src/Grav/Common/Page/Traits/PageFormTrait.php
system/src/Grav/Common/Page/Media.php
system/src/Grav/Common/Page/Page.php
system/src/Grav/Common/Page/Types.php
system/src/Grav/Common/Page/Header.php
system/src/Grav/Common/Page/Markdown/Excerpts.php
system/src/Grav/Common/Page/Medium/StaticResizeTrait.php
system/src/Grav/Common/Page/Medium/MediumFactory.php
system/src/Grav/Common/Page/Medium/ParsedownHtmlTrait.php
system/src/Grav/Common/Page/Medium/Medium.php
system/src/Grav/Common/Page/Medium/AbstractMedia.php
system/src/Grav/Common/Page/Medium/RenderableInterface.php
system/src/Grav/Common/Page/Medium/VectorImageMedium.php
system/src/Grav/Common/Page/Medium/AudioMedium.php
system/src/Grav/Common/Page/Medium/Link.php
system/src/Grav/Common/Page/Medium/ThumbnailImageMedium.php
system/src/Grav/Common/Page/Medium/VideoMedium.php
system/src/Grav/Common/Page/Medium/ImageMedium.php
system/src/Grav/Common/Page/Medium/GlobalMedia.php
system/src/Grav/Common/Page/Medium/ImageFile.php
system/src/Grav/Common/Page/Medium/StaticImageMedium.php
system/src/Grav/Common/Page/Collection.php
system/src/Grav/Common/Markdown/Parsedown.php
system/src/Grav/Common/Markdown/ParsedownGravTrait.php
system/src/Grav/Common/Markdown/ParsedownExtra.php
system/src/Grav/Common/Cache.php
system/src/Grav/Common/Twig/Node/TwigNodeRender.php
system/src/Grav/Common/Twig/Node/TwigNodeCache.php
system/src/Grav/Common/Twig/Node/TwigNodeThrow.php
system/src/Grav/Common/Twig/Node/TwigNodeMarkdown.php
system/src/Grav/Common/Twig/Node/TwigNodeTryCatch.php
system/src/Grav/Common/Twig/Node/TwigNodeSwitch.php
system/src/Grav/Common/Twig/Node/TwigNodeScript.php
system/src/Grav/Common/Twig/Node/TwigNodeStyle.php
system/src/Grav/Common/Twig/Node/TwigNodeLink.php
system/src/Grav/Common/Twig/TokenParser/TwigTokenParserTryCatch.php
system/src/Grav/Common/Twig/TokenParser/TwigTokenParserLink.php
system/src/Grav/Common/Twig/TokenParser/TwigTokenParserStyle.php
system/src/Grav/Common/Twig/TokenParser/TwigTokenParserScript.php
system/src/Grav/Common/Twig/TokenParser/TwigTokenParserMarkdown.php
system/src/Grav/Common/Twig/TokenParser/TwigTokenParserSwitch.php
system/src/Grav/Common/Twig/TokenParser/TwigTokenParserThrow.php
system/src/Grav/Common/Twig/TokenParser/TwigTokenParserRender.php
system/src/Grav/Common/Twig/TokenParser/TwigTokenParserCache.php
system/src/Grav/Common/Twig/TwigClockworkDumper.php
system/src/Grav/Common/Twig/TwigExtension.php
system/src/Grav/Common/Twig/Twig.php
system/src/Grav/Common/Twig/Exception/TwigException.php
system/src/Grav/Common/Twig/Extension/FilesystemExtension.php
system/src/Grav/Common/Twig/Extension/GravExtension.php
system/src/Grav/Common/Twig/TwigEnvironment.php
system/src/Grav/Common/Twig/WriteCacheFileTrait.php
system/src/Grav/Common/Twig/TwigClockworkDataSource.php
system/src/Grav/Common/Iterator.php
system/src/Grav/Common/Scheduler/Scheduler.php
system/src/Grav/Common/Scheduler/Job.php
system/src/Grav/Common/Scheduler/Cron.php
system/src/Grav/Common/Scheduler/IntervalTrait.php
system/src/Grav/Common/Taxonomy.php
system/src/Grav/Common/Uri.php
system/src/Grav/Common/Themes.php
system/src/Grav/Common/Language/Language.php
system/src/Grav/Common/Language/LanguageCodes.php
system/src/Grav/Common/Flex/Types/Pages/PageCollection.php
system/src/Grav/Common/Flex/Types/Pages/Traits/PageContentTrait.php
system/src/Grav/Common/Flex/Types/Pages/Traits/PageLegacyTrait.php
system/src/Grav/Common/Flex/Types/Pages/Traits/PageRoutableTrait.php
system/src/Grav/Common/Flex/Types/Pages/Traits/PageTranslateTrait.php
system/src/Grav/Common/Flex/Types/Pages/PageObject.php
system/src/Grav/Common/Flex/Types/Pages/Storage/PageStorage.php
system/src/Grav/Common/Flex/Types/Pages/PageIndex.php
system/src/Grav/Common/Flex/Types/Users/UserCollection.php
system/src/Grav/Common/Flex/Types/Users/Traits/UserObjectLegacyTrait.php
system/src/Grav/Common/Flex/Types/Users/UserObject.php
system/src/Grav/Common/Flex/Types/Users/UserIndex.php
system/src/Grav/Common/Flex/Types/Users/Storage/UserFolderStorage.php
system/src/Grav/Common/Flex/Types/Users/Storage/UserFileStorage.php
system/src/Grav/Common/Flex/Types/Generic/GenericCollection.php
system/src/Grav/Common/Flex/Types/Generic/GenericObject.php
system/src/Grav/Common/Flex/Types/Generic/GenericIndex.php
system/src/Grav/Common/Flex/Types/UserGroups/UserGroupObject.php
system/src/Grav/Common/Flex/Types/UserGroups/UserGroupIndex.php
system/src/Grav/Common/Flex/Types/UserGroups/UserGroupCollection.php
system/src/Grav/Common/Flex/FlexObject.php
system/src/Grav/Common/Flex/Traits/FlexCollectionTrait.php
system/src/Grav/Common/Flex/Traits/FlexObjectTrait.php
system/src/Grav/Common/Flex/Traits/FlexCommonTrait.php
system/src/Grav/Common/Flex/Traits/FlexGravTrait.php
system/src/Grav/Common/Flex/Traits/FlexIndexTrait.php
system/src/Grav/Common/Flex/FlexCollection.php
system/src/Grav/Common/Flex/FlexIndex.php
system/src/Grav/Common/Backup/Backups.php
system/src/Grav/Framework/Media/MediaObject.php
system/src/Grav/Framework/Media/Interfaces/MediaManipulationInterface.php
system/src/Grav/Framework/Media/Interfaces/MediaObjectInterface.php
system/src/Grav/Framework/Media/Interfaces/MediaCollectionInterface.php
system/src/Grav/Framework/Media/Interfaces/MediaInterface.php
system/src/Grav/Framework/Media/MediaIdentifier.php
system/src/Grav/Framework/Media/UploadedMediaObject.php
system/src/Grav/Framework/Object/LazyObject.php
system/src/Grav/Framework/Object/Identifiers/Identifier.php
system/src/Grav/Framework/Object/Property/ArrayPropertyTrait.php
system/src/Grav/Framework/Object/Property/LazyPropertyTrait.php
system/src/Grav/Framework/Object/Property/ObjectPropertyTrait.php
system/src/Grav/Framework/Object/Property/MixedPropertyTrait.php
system/src/Grav/Framework/Object/Base/ObjectTrait.php
system/src/Grav/Framework/Object/Base/ObjectCollectionTrait.php
system/src/Grav/Framework/Object/PropertyObject.php
system/src/Grav/Framework/Object/Interfaces/NestedObjectInterface.php
system/src/Grav/Framework/Object/Interfaces/ObjectCollectionInterface.php
system/src/Grav/Framework/Object/Interfaces/ObjectInterface.php
system/src/Grav/Framework/Object/Interfaces/NestedObjectCollectionInterface.php
system/src/Grav/Framework/Object/ArrayObject.php
system/src/Grav/Framework/Object/Access/OverloadedPropertyTrait.php
system/src/Grav/Framework/Object/Access/ArrayAccessTrait.php
system/src/Grav/Framework/Object/Access/NestedArrayAccessTrait.php
system/src/Grav/Framework/Object/Access/NestedPropertyTrait.php
system/src/Grav/Framework/Object/Access/NestedPropertyCollectionTrait.php
system/src/Grav/Framework/Object/Collection/ObjectExpressionVisitor.php
system/src/Grav/Framework/Object/ObjectCollection.php
system/src/Grav/Framework/Object/ObjectIndex.php
system/src/Grav/Framework/Logger/Processors/UserProcessor.php
system/src/Grav/Framework/Session/Session.php
system/src/Grav/Framework/Session/SessionInterface.php
system/src/Grav/Framework/Session/Messages.php
system/src/Grav/Framework/Session/Exceptions/SessionException.php
system/src/Grav/Framework/Compat/Serializable.php
system/src/Grav/Framework/Route/Route.php
system/src/Grav/Framework/Route/RouteFactory.php
system/src/Grav/Framework/Pagination/Interfaces/PaginationInterface.php
system/src/Grav/Framework/Pagination/Interfaces/PaginationPageInterface.php
system/src/Grav/Framework/Pagination/AbstractPagination.php
system/src/Grav/Framework/Pagination/Pagination.php
system/src/Grav/Framework/Pagination/AbstractPaginationPage.php
system/src/Grav/Framework/Pagination/PaginationPage.php
system/src/Grav/Framework/Relationships/ToManyRelationship.php
system/src/Grav/Framework/Relationships/ToOneRelationship.php
system/src/Grav/Framework/Relationships/Traits/RelationshipTrait.php
system/src/Grav/Framework/Relationships/Relationships.php
system/src/Grav/Framework/Controller/Traits/ControllerResponseTrait.php
system/src/Grav/Framework/Form/Interfaces/FormInterface.php
system/src/Grav/Framework/Form/Interfaces/FormFactoryInterface.php
system/src/Grav/Framework/Form/Interfaces/FormFlashInterface.php
system/src/Grav/Framework/Form/Traits/FormTrait.php
system/src/Grav/Framework/Form/FormFlash.php
system/src/Grav/Framework/Form/FormFlashFile.php
system/src/Grav/Framework/Cache/CacheTrait.php
system/src/Grav/Framework/Cache/AbstractCache.php
system/src/Grav/Framework/Cache/Exception/CacheException.php
system/src/Grav/Framework/Cache/Exception/InvalidArgumentException.php
system/src/Grav/Framework/Cache/Adapter/DoctrineCache.php
system/src/Grav/Framework/Cache/Adapter/SessionCache.php
system/src/Grav/Framework/Cache/Adapter/MemoryCache.php
system/src/Grav/Framework/Cache/Adapter/FileCache.php
system/src/Grav/Framework/Cache/Adapter/ChainCache.php
system/src/Grav/Framework/Cache/CacheInterface.php
system/src/Grav/Framework/ContentBlock/ContentBlock.php
system/src/Grav/Framework/ContentBlock/HtmlBlock.php
system/src/Grav/Framework/ContentBlock/ContentBlockInterface.php
system/src/Grav/Framework/ContentBlock/HtmlBlockInterface.php
system/src/Grav/Framework/RequestHandler/Middlewares/MultipartRequestSupport.php
system/src/Grav/Framework/RequestHandler/Middlewares/Exceptions.php
system/src/Grav/Framework/RequestHandler/Exception/PageExpiredException.php
system/src/Grav/Framework/RequestHandler/Exception/NotHandledException.php
system/src/Grav/Framework/RequestHandler/Exception/NotFoundException.php
system/src/Grav/Framework/RequestHandler/Exception/RequestException.php
system/src/Grav/Framework/RequestHandler/Exception/InvalidArgumentException.php
system/src/Grav/Framework/RequestHandler/Traits/RequestHandlerTrait.php
system/src/Grav/Framework/RequestHandler/RequestHandler.php
system/src/Grav/Framework/Contracts/Media/MediaObjectInterface.php
system/src/Grav/Framework/Contracts/Object/IdentifierInterface.php
system/src/Grav/Framework/Contracts/Relationships/ToManyRelationshipInterface.php
system/src/Grav/Framework/Contracts/Relationships/ToOneRelationshipInterface.php
system/src/Grav/Framework/Contracts/Relationships/RelationshipIdentifierInterface.php
system/src/Grav/Framework/Contracts/Relationships/RelationshipsInterface.php
system/src/Grav/Framework/Contracts/Relationships/RelationshipInterface.php
system/src/Grav/Framework/Psr7/UploadedFile.php
system/src/Grav/Framework/Psr7/Request.php
system/src/Grav/Framework/Psr7/AbstractUri.php
system/src/Grav/Framework/Psr7/Traits/ResponseDecoratorTrait.php
system/src/Grav/Framework/Psr7/Traits/StreamDecoratorTrait.php
system/src/Grav/Framework/Psr7/Traits/RequestDecoratorTrait.php
system/src/Grav/Framework/Psr7/Traits/ServerRequestDecoratorTrait.php
system/src/Grav/Framework/Psr7/Traits/MessageDecoratorTrait.php
system/src/Grav/Framework/Psr7/Traits/UploadedFileDecoratorTrait.php
system/src/Grav/Framework/Psr7/Traits/UriDecorationTrait.php
system/src/Grav/Framework/Psr7/ServerRequest.php
system/src/Grav/Framework/Psr7/Stream.php
system/src/Grav/Framework/Psr7/Response.php
system/src/Grav/Framework/Psr7/Uri.php
system/src/Grav/Framework/Interfaces/RenderInterface.php
system/src/Grav/Framework/Uri/UriFactory.php
system/src/Grav/Framework/Uri/UriPartsFilter.php
system/src/Grav/Framework/Uri/Uri.php
system/src/Grav/Framework/File/AbstractFile.php
system/src/Grav/Framework/File/DataFile.php
system/src/Grav/Framework/File/CsvFile.php
system/src/Grav/Framework/File/Interfaces/FileInterface.php
system/src/Grav/Framework/File/Interfaces/FileFormatterInterface.php
system/src/Grav/Framework/File/Formatter/AbstractFormatter.php
system/src/Grav/Framework/File/Formatter/SerializeFormatter.php
system/src/Grav/Framework/File/Formatter/FormatterInterface.php
system/src/Grav/Framework/File/Formatter/CsvFormatter.php
system/src/Grav/Framework/File/Formatter/YamlFormatter.php
system/src/Grav/Framework/File/Formatter/JsonFormatter.php
system/src/Grav/Framework/File/Formatter/MarkdownFormatter.php
system/src/Grav/Framework/File/Formatter/IniFormatter.php
system/src/Grav/Framework/File/IniFile.php
system/src/Grav/Framework/File/MarkdownFile.php
system/src/Grav/Framework/File/YamlFile.php
system/src/Grav/Framework/File/File.php
system/src/Grav/Framework/File/JsonFile.php
system/src/Grav/Framework/Filesystem/Interfaces/FilesystemInterface.php
system/src/Grav/Framework/Filesystem/Filesystem.php
system/src/Grav/Framework/Collection/FileCollectionInterface.php
system/src/Grav/Framework/Collection/FileCollection.php
system/src/Grav/Framework/Collection/CollectionInterface.php
system/src/Grav/Framework/Collection/ArrayCollection.php
system/src/Grav/Framework/Collection/AbstractIndexCollection.php
system/src/Grav/Framework/Collection/AbstractLazyCollection.php
system/src/Grav/Framework/Collection/AbstractFileCollection.php
system/src/Grav/Framework/Mime/MimeTypes.php
system/src/Grav/Framework/Acl/PermissionsReader.php
system/src/Grav/Framework/Acl/Access.php
system/src/Grav/Framework/Acl/Permissions.php
system/src/Grav/Framework/Acl/RecursiveActionIterator.php
system/src/Grav/Framework/Acl/Action.php
system/src/Grav/Framework/DI/Container.php
system/src/Grav/Framework/Flex/Pages/FlexPageCollection.php
system/src/Grav/Framework/Flex/Pages/FlexPageIndex.php
system/src/Grav/Framework/Flex/Pages/Traits/PageContentTrait.php
system/src/Grav/Framework/Flex/Pages/Traits/PageLegacyTrait.php
system/src/Grav/Framework/Flex/Pages/Traits/PageAuthorsTrait.php
system/src/Grav/Framework/Flex/Pages/Traits/PageRoutableTrait.php
system/src/Grav/Framework/Flex/Pages/Traits/PageTranslateTrait.php
system/src/Grav/Framework/Flex/Pages/FlexPageObject.php
system/src/Grav/Framework/Flex/FlexObject.php
system/src/Grav/Framework/Flex/FlexDirectoryForm.php
system/src/Grav/Framework/Flex/FlexFormFlash.php
system/src/Grav/Framework/Flex/FlexForm.php
system/src/Grav/Framework/Flex/Interfaces/FlexObjectInterface.php
system/src/Grav/Framework/Flex/Interfaces/FlexInterface.php
system/src/Grav/Framework/Flex/Interfaces/FlexFormInterface.php
system/src/Grav/Framework/Flex/Interfaces/FlexAuthorizeInterface.php
system/src/Grav/Framework/Flex/Interfaces/FlexIndexInterface.php
system/src/Grav/Framework/Flex/Interfaces/FlexDirectoryInterface.php
system/src/Grav/Framework/Flex/Interfaces/FlexDirectoryFormInterface.php
system/src/Grav/Framework/Flex/Interfaces/FlexTranslateInterface.php
system/src/Grav/Framework/Flex/Interfaces/FlexStorageInterface.php
system/src/Grav/Framework/Flex/Interfaces/FlexCollectionInterface.php
system/src/Grav/Framework/Flex/Interfaces/FlexObjectFormInterface.php
system/src/Grav/Framework/Flex/Interfaces/FlexCommonInterface.php
system/src/Grav/Framework/Flex/FlexDirectory.php
system/src/Grav/Framework/Flex/Flex.php
system/src/Grav/Framework/Flex/FlexIdentifier.php
system/src/Grav/Framework/Flex/Traits/FlexAuthorizeTrait.php
system/src/Grav/Framework/Flex/Traits/FlexMediaTrait.php
system/src/Grav/Framework/Flex/Traits/FlexRelatedDirectoryTrait.php
system/src/Grav/Framework/Flex/Traits/FlexRelationshipsTrait.php
system/src/Grav/Framework/Flex/FlexCollection.php
system/src/Grav/Framework/Flex/Storage/SimpleStorage.php
system/src/Grav/Framework/Flex/Storage/FolderStorage.php
system/src/Grav/Framework/Flex/Storage/AbstractFilesystemStorage.php
system/src/Grav/Framework/Flex/Storage/FileStorage.php
system/src/Grav/Framework/Flex/FlexIndex.php
system/src/Grav/Console/GpmCommand.php
system/src/Grav/Console/GravCommand.php
system/src/Grav/Console/Cli/CleanCommand.php
system/src/Grav/Console/Cli/SchedulerCommand.php
system/src/Grav/Console/Cli/SandboxCommand.php
system/src/Grav/Console/Cli/NewProjectCommand.php
system/src/Grav/Console/Cli/ServerCommand.php
system/src/Grav/Console/Cli/PageSystemValidatorCommand.php
system/src/Grav/Console/Cli/InstallCommand.php
system/src/Grav/Console/Cli/LogViewerCommand.php
system/src/Grav/Console/Cli/ComposerCommand.php
system/src/Grav/Console/Cli/YamlLinterCommand.php
system/src/Grav/Console/Cli/BackupCommand.php
system/src/Grav/Console/Cli/ClearCacheCommand.php
system/src/Grav/Console/Cli/SecurityCommand.php
system/src/Grav/Console/ConsoleTrait.php
system/src/Grav/Console/TerminalObjects/Table.php
system/src/Grav/Console/ConsoleCommand.php
system/src/Grav/Console/Plugin/PluginListCommand.php
system/src/Grav/Console/Application/Application.php
system/src/Grav/Console/Application/GpmApplication.php
system/src/Grav/Console/Application/GravApplication.php
system/src/Grav/Console/Application/PluginApplication.php
system/src/Grav/Console/Application/CommandLoader/PluginCommandLoader.php
system/src/Grav/Console/Gpm/UninstallCommand.php
system/src/Grav/Console/Gpm/VersionCommand.php
system/src/Grav/Console/Gpm/SelfupgradeCommand.php
system/src/Grav/Console/Gpm/InstallCommand.php
system/src/Grav/Console/Gpm/IndexCommand.php
system/src/Grav/Console/Gpm/UpdateCommand.php
system/src/Grav/Console/Gpm/InfoCommand.php
system/src/Grav/Console/Gpm/DirectInstallCommand.php
system/src/Grav/Events/BeforeSessionStartEvent.php
system/src/Grav/Events/FlexRegisterEvent.php
system/src/Grav/Events/SessionStartEvent.php
system/src/Grav/Events/PageEvent.php
system/src/Grav/Events/PluginsLoadedEvent.php
system/src/Grav/Events/PermissionsRegisterEvent.php
system/src/Grav/Events/TypesEvent.php
system/src/DOMWordsIterator.php
system/src/DOMLettersIterator.php
system/src/Twig/DeferredExtension/DeferredDeclareNode.php
system/src/Twig/DeferredExtension/DeferredExtension.php
system/src/Twig/DeferredExtension/DeferredTokenParser.php
system/src/Twig/DeferredExtension/DeferredBlockNode.php
system/src/Twig/DeferredExtension/DeferredNode.php
system/src/Twig/DeferredExtension/DeferredResolveNode.php
system/src/Twig/DeferredExtension/DeferredNodeVisitorCompat.php
system/src/Twig/DeferredExtension/DeferredNodeVisitor.php
system/src/Twig/DeferredExtension/DeferredInitializeNode.php
system/config/site.yaml
system/config/permissions.yaml
system/config/system.yaml
system/config/backups.yaml
system/config/mime.yaml
system/config/security.yaml
system/config/media.yaml
system/pages/notfound.md
system/languages/ar.yaml
system/languages/hu.yaml
system/languages/sv.yaml
system/languages/ko.yaml
system/languages/fi.yaml
system/languages/pt.yaml
system/languages/cs.yaml
system/languages/he.yaml
system/languages/es.yaml
system/languages/vi.yaml
system/languages/ro.yaml
system/languages/bg.yaml
system/languages/si.yaml
system/languages/ca.yaml
system/languages/zh-cn.yaml
system/languages/th.yaml
system/languages/sk.yaml
system/languages/mn.yaml
system/languages/nb.yaml
system/languages/ja.yaml
system/languages/id.yaml
system/languages/uk.yaml
system/languages/de.yaml
system/languages/hr.yaml
system/languages/el.yaml
system/languages/fa.yaml
system/languages/da.yaml
system/languages/pl.yaml
system/languages/no.yaml
system/languages/nl.yaml
system/languages/zh.yaml
system/languages/eu.yaml
system/languages/lt.yaml
system/languages/en.yaml
system/languages/sr.yaml
system/languages/zh-tw.yaml
system/languages/tr.yaml
system/languages/it.yaml
system/languages/is.yaml
system/languages/fr.yaml
system/languages/gl.yaml
system/languages/et.yaml
system/languages/ru.yaml
system/languages/sl.yaml
system/defines.php
system/templates/default.html.twig
system/templates/flex/_default/object/debug.html.twig
system/templates/flex/_default/collection/debug.html.twig
system/templates/flex/404.html.twig
system/templates/external.html.twig
system/templates/modular/default.html.twig
system/templates/partials/messages.html.twig
system/templates/partials/metadata.html.twig
.editorconfig
tmp/.gitkeep
user/data/.gitkeep
user/plugins/.gitkeep
user/config/site.yaml
user/config/system.yaml
user/pages/01.home/default.md
user/pages/02.typography/default.md
user/accounts/.gitkeep
user/themes/.gitkeep
.phan/internal_stubs/memcache.phan_php
.phan/internal_stubs/memcached.phan_php
.phan/internal_stubs/Redis.phan_php
.phan/config.php
tests/unit/Grav/Common/Helpers/ExcerptsTest.php
tests/unit/Grav/Common/UriTest.php
tests/unit/Grav/Common/BrowserTest.php
tests/unit/Grav/Common/GPM/GPMTest.php
tests/unit/Grav/Common/UtilsTest.php
tests/unit/Grav/Common/ComposerTest.php
tests/unit/Grav/Common/AssetsTest.php
tests/unit/Grav/Common/Data/BlueprintTest.php
tests/unit/Grav/Common/InflectorTest.php
tests/unit/Grav/Common/Page/PagesTest.php
tests/unit/Grav/Common/Markdown/ParsedownTest.php
tests/unit/Grav/Common/Twig/Extensions/GravExtensionTest.php
tests/unit/Grav/Common/Language/LanguageCodesTest.php
tests/unit/Grav/Framework/File/Formatter/CsvFormatterTest.php
tests/unit/Grav/Framework/Filesystem/FilesystemTest.php
tests/unit/Grav/Console/Gpm/InstallCommandTest.php
tests/unit/data/blueprints/strict.yaml
tests/unit/_bootstrap.php
tests/acceptance.suite.yml
tests/_bootstrap.php
tests/unit.suite.yml
tests/phpstan/extension.neon
tests/phpstan/classes/Toolbox/UniformResourceLocatorExtension.php
tests/phpstan/plugins.neon
tests/phpstan/phpstan.neon
tests/phpstan/plugins-bootstrap.php
tests/phpstan/phpstan-bootstrap.php
tests/acceptance/_bootstrap.php
tests/functional/Grav/Console/DirectInstallCommandTest.php
tests/functional/_bootstrap.php
tests/fake/nested-site/user/pages/02.item2/03.item2-3/02.item2-3-2/default.md
tests/fake/nested-site/user/pages/02.item2/03.item2-3/default.md
tests/fake/nested-site/user/pages/02.item2/03.item2-3/03.item2-3-3/default.md
tests/fake/nested-site/user/pages/02.item2/03.item2-3/01.item2-3-1/default.md
tests/fake/nested-site/user/pages/02.item2/default.md
tests/fake/nested-site/user/pages/02.item2/01.item2-1/01.item2-1-1/default.md
tests/fake/nested-site/user/pages/02.item2/01.item2-1/default.md
tests/fake/nested-site/user/pages/02.item2/01.item2-1/02.item2-1-2/default.md
tests/fake/nested-site/user/pages/02.item2/01.item2-1/03.item2-1-3/default.md
tests/fake/nested-site/user/pages/02.item2/02.item2-2/03.item2-2-3/default.md
tests/fake/nested-site/user/pages/02.item2/02.item2-2/02.item2-2-2/default.md
tests/fake/nested-site/user/pages/02.item2/02.item2-2/default.md
tests/fake/nested-site/user/pages/02.item2/02.item2-2/01.item2-2-1/default.md
tests/fake/nested-site/user/pages/02.item2/02.item2-2/existing-file.zip
tests/fake/nested-site/user/pages/03.item3/01.item3-1/01.item3-1-1/default.md
tests/fake/nested-site/user/pages/03.item3/01.item3-1/03.item3-1-3/default.md
tests/fake/nested-site/user/pages/03.item3/01.item3-1/default.md
tests/fake/nested-site/user/pages/03.item3/01.item3-1/02.item3-1-2/default.md
tests/fake/nested-site/user/pages/03.item3/03.item3-3/02.item3-3-2/default.md
tests/fake/nested-site/user/pages/03.item3/03.item3-3/01.item3-3-1/default.md
tests/fake/nested-site/user/pages/03.item3/03.item3-3/03.item3-3-3/default.md
tests/fake/nested-site/user/pages/03.item3/03.item3-3/default.md
tests/fake/nested-site/user/pages/03.item3/default.md
tests/fake/nested-site/user/pages/03.item3/02.item3-2/01.item3-2-1/default.md
tests/fake/nested-site/user/pages/03.item3/02.item3-2/02.item3-2-2/default.md
tests/fake/nested-site/user/pages/03.item3/02.item3-2/03.item3-2-3/default.md
tests/fake/nested-site/user/pages/03.item3/02.item3-2/default.md
tests/fake/nested-site/user/pages/01.item1/03.item1-3/01.item1-3-1/default.md
tests/fake/nested-site/user/pages/01.item1/03.item1-3/default.md
tests/fake/nested-site/user/pages/01.item1/03.item1-3/02.item1-3-2/default.md
tests/fake/nested-site/user/pages/01.item1/03.item1-3/03.item1-3-3/default.md
tests/fake/nested-site/user/pages/01.item1/01.item1-1/01.item1-1-1/default.md
tests/fake/nested-site/user/pages/01.item1/01.item1-1/03.item1-1-3/default.md
tests/fake/nested-site/user/pages/01.item1/01.item1-1/default.md
tests/fake/nested-site/user/pages/01.item1/01.item1-1/02.item1-1-2/default.md
tests/fake/nested-site/user/pages/01.item1/02.item1-2/01.item1-2-1/default.md
tests/fake/nested-site/user/pages/01.item1/02.item1-2/02.item1-2-2/default.md
tests/fake/nested-site/user/pages/01.item1/02.item1-2/default.md
tests/fake/nested-site/user/pages/01.item1/02.item1-2/03.item1-2-3/default.md
tests/fake/nested-site/user/pages/01.item1/default.md
tests/fake/nested-site/user/pages/01.item1/existing-file.zip
tests/fake/single-page-translated/user/pages/01.simple-page/default.en.md
tests/fake/single-page-translated/user/pages/01.simple-page/default.fr.md
tests/fake/single-pages/01.simple-page/default.md
tests/fake/simple-site/user/pages/01.home/default.md
tests/fake/simple-site/user/pages/04.page-translated/default.en.md
tests/fake/simple-site/user/pages/04.page-translated/default.fr.md
tests/fake/simple-site/user/pages/03.about/default.md
tests/fake/simple-site/user/pages/05.translatedlong/part2/default.en.md
tests/fake/simple-site/user/pages/05.translatedlong/part2/default.fr.md
tests/fake/simple-site/user/pages/02.blog/post-two/item.md
tests/fake/simple-site/user/pages/02.blog/post-one/item.md
tests/fake/simple-site/user/pages/02.blog/blog.md
tests/_support/UnitTester.php
tests/_support/Helper/Unit.php
tests/_support/Helper/Acceptance.php
tests/_support/Helper/Functional.php
tests/_support/AcceptanceTester.php
tests/_support/FunctionalTester.php
tests/functional.suite.yml
webserver-configs/htaccess.txt
webserver-configs/nginx.conf
webserver-configs/web.config
webserver-configs/Caddyfile-0.8.x
webserver-configs/Caddyfile
webserver-configs/lighttpd.conf
robots.txt
now.json
SECURITY.md
cache/.gitkeep
.dependencies
composer.json
codeception.yml
CODE_OF_CONDUCT.md
LICENSE.txt
.travis.yml
backup/.gitkeep
bin/plugin
bin/gpm
bin/composer.phar
bin/grav
index.php
composer.lock
CONTRIBUTING.md
.htaccess
images/.gitkeep
README.md

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,162 +1,5 @@
.env.example
database/seeders/DatabaseSeeder.php
seeders/DatabaseSeeder.php
DatabaseSeeder.php
database/migrations/2014_10_12_000000_create_users_table.php
migrations/2014_10_12_000000_create_users_table.php
2014_10_12_000000_create_users_table.php
database/migrations/2019_08_19_000000_create_failed_jobs_table.php
migrations/2019_08_19_000000_create_failed_jobs_table.php
2019_08_19_000000_create_failed_jobs_table.php
database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php
migrations/2019_12_14_000001_create_personal_access_tokens_table.php
2019_12_14_000001_create_personal_access_tokens_table.php
database/migrations/2014_10_12_100000_create_password_resets_table.php
migrations/2014_10_12_100000_create_password_resets_table.php
2014_10_12_100000_create_password_resets_table.php
database/factories/UserFactory.php
factories/UserFactory.php
UserFactory.php
phpunit.xml
composer.json
vite.config.js
routes/channels.php
channels.php
routes/console.php
console.php
routes/web.php
web.php
routes/api.php
api.php
bootstrap/app.php
app.php
config/sanctum.php
sanctum.php
config/cors.php
cors.php
config/auth.php
auth.php
config/services.php
services.php
config/mail.php
mail.php
config/logging.php
logging.php
config/broadcasting.php
broadcasting.php
config/cache.php
cache.php
config/app.php
app.php
config/session.php
session.php
config/hashing.php
hashing.php
config/filesystems.php
filesystems.php
config/view.php
view.php
config/database.php
database.php
config/queue.php
queue.php
tests/Unit/ExampleTest.php
Unit/ExampleTest.php
ExampleTest.php
tests/Feature/ExampleTest.php
Feature/ExampleTest.php
ExampleTest.php
tests/TestCase.php
TestCase.php
tests/CreatesApplication.php
CreatesApplication.php
lang/en/auth.php
en/auth.php
auth.php
lang/en/validation.php
en/validation.php
validation.php
lang/en/pagination.php
en/pagination.php
pagination.php
lang/en/passwords.php
en/passwords.php
passwords.php
public/index.php
index.php
public/.htaccess
.htaccess
public/robots.txt
robots.txt
app/Models/User.php
Models/User.php
User.php
app/Http/Controllers/Controller.php
Http/Controllers/Controller.php
Controllers/Controller.php
Controller.php
app/Http/Kernel.php
Http/Kernel.php
Kernel.php
app/Http/Middleware/VerifyCsrfToken.php
Http/Middleware/VerifyCsrfToken.php
Middleware/VerifyCsrfToken.php
VerifyCsrfToken.php
app/Http/Middleware/TrustProxies.php
Http/Middleware/TrustProxies.php
Middleware/TrustProxies.php
TrustProxies.php
app/Http/Middleware/EncryptCookies.php
Http/Middleware/EncryptCookies.php
Middleware/EncryptCookies.php
EncryptCookies.php
app/Http/Middleware/Authenticate.php
Http/Middleware/Authenticate.php
Middleware/Authenticate.php
Authenticate.php
app/Http/Middleware/RedirectIfAuthenticated.php
Http/Middleware/RedirectIfAuthenticated.php
Middleware/RedirectIfAuthenticated.php
RedirectIfAuthenticated.php
app/Http/Middleware/ValidateSignature.php
Http/Middleware/ValidateSignature.php
Middleware/ValidateSignature.php
ValidateSignature.php
app/Http/Middleware/TrimStrings.php
Http/Middleware/TrimStrings.php
Middleware/TrimStrings.php
TrimStrings.php
app/Http/Middleware/PreventRequestsDuringMaintenance.php
Http/Middleware/PreventRequestsDuringMaintenance.php
Middleware/PreventRequestsDuringMaintenance.php
PreventRequestsDuringMaintenance.php
app/Http/Middleware/TrustHosts.php
Http/Middleware/TrustHosts.php
Middleware/TrustHosts.php
TrustHosts.php
app/Console/Kernel.php
Console/Kernel.php
Kernel.php
app/Exceptions/Handler.php
Exceptions/Handler.php
Handler.php
app/Providers/AppServiceProvider.php
Providers/AppServiceProvider.php
AppServiceProvider.php
app/Providers/RouteServiceProvider.php
Providers/RouteServiceProvider.php
RouteServiceProvider.php
app/Providers/EventServiceProvider.php
Providers/EventServiceProvider.php
EventServiceProvider.php
app/Providers/AuthServiceProvider.php
Providers/AuthServiceProvider.php
AuthServiceProvider.php
app/Providers/BroadcastServiceProvider.php
Providers/BroadcastServiceProvider.php
BroadcastServiceProvider.php
.editorconfig
CHANGELOG.md
.editorconfig
resources/views/welcome.blade.php
views/welcome.blade.php
welcome.blade.php
@ -166,8 +9,153 @@ app.js
resources/js/bootstrap.js
js/bootstrap.js
bootstrap.js
app/Models/User.php
Models/User.php
User.php
app/Console/Kernel.php
Console/Kernel.php
Kernel.php
app/Providers/RouteServiceProvider.php
Providers/RouteServiceProvider.php
RouteServiceProvider.php
app/Providers/AuthServiceProvider.php
Providers/AuthServiceProvider.php
AuthServiceProvider.php
app/Providers/AppServiceProvider.php
Providers/AppServiceProvider.php
AppServiceProvider.php
app/Providers/BroadcastServiceProvider.php
Providers/BroadcastServiceProvider.php
BroadcastServiceProvider.php
app/Providers/EventServiceProvider.php
Providers/EventServiceProvider.php
EventServiceProvider.php
app/Exceptions/Handler.php
Exceptions/Handler.php
Handler.php
app/Http/Kernel.php
Http/Kernel.php
Kernel.php
app/Http/Controllers/Controller.php
Http/Controllers/Controller.php
Controllers/Controller.php
Controller.php
app/Http/Middleware/TrustProxies.php
Http/Middleware/TrustProxies.php
Middleware/TrustProxies.php
TrustProxies.php
app/Http/Middleware/TrimStrings.php
Http/Middleware/TrimStrings.php
Middleware/TrimStrings.php
TrimStrings.php
app/Http/Middleware/ValidateSignature.php
Http/Middleware/ValidateSignature.php
Middleware/ValidateSignature.php
ValidateSignature.php
app/Http/Middleware/VerifyCsrfToken.php
Http/Middleware/VerifyCsrfToken.php
Middleware/VerifyCsrfToken.php
VerifyCsrfToken.php
app/Http/Middleware/Authenticate.php
Http/Middleware/Authenticate.php
Middleware/Authenticate.php
Authenticate.php
app/Http/Middleware/TrustHosts.php
Http/Middleware/TrustHosts.php
Middleware/TrustHosts.php
TrustHosts.php
app/Http/Middleware/PreventRequestsDuringMaintenance.php
Http/Middleware/PreventRequestsDuringMaintenance.php
Middleware/PreventRequestsDuringMaintenance.php
PreventRequestsDuringMaintenance.php
app/Http/Middleware/RedirectIfAuthenticated.php
Http/Middleware/RedirectIfAuthenticated.php
Middleware/RedirectIfAuthenticated.php
RedirectIfAuthenticated.php
app/Http/Middleware/EncryptCookies.php
Http/Middleware/EncryptCookies.php
Middleware/EncryptCookies.php
EncryptCookies.php
package.json
artisan
.gitattributes
vite.config.js
.styleci.yml
README.md
bootstrap/app.php
app.php
tests/CreatesApplication.php
CreatesApplication.php
tests/TestCase.php
TestCase.php
tests/Feature/ExampleTest.php
Feature/ExampleTest.php
ExampleTest.php
tests/Unit/ExampleTest.php
Unit/ExampleTest.php
ExampleTest.php
public/robots.txt
robots.txt
public/index.php
index.php
public/.htaccess
.htaccess
config/cache.php
cache.php
config/app.php
app.php
config/queue.php
queue.php
config/view.php
view.php
config/cors.php
cors.php
config/filesystems.php
filesystems.php
config/broadcasting.php
broadcasting.php
config/sanctum.php
sanctum.php
config/logging.php
logging.php
config/database.php
database.php
config/session.php
session.php
config/mail.php
mail.php
config/hashing.php
hashing.php
config/services.php
services.php
config/auth.php
auth.php
.env.example
routes/api.php
api.php
routes/channels.php
channels.php
routes/web.php
web.php
routes/console.php
console.php
composer.json
database/seeders/DatabaseSeeder.php
seeders/DatabaseSeeder.php
DatabaseSeeder.php
database/migrations/2019_08_19_000000_create_failed_jobs_table.php
migrations/2019_08_19_000000_create_failed_jobs_table.php
2019_08_19_000000_create_failed_jobs_table.php
database/migrations/2014_10_12_100000_create_password_reset_tokens_table.php
migrations/2014_10_12_100000_create_password_reset_tokens_table.php
2014_10_12_100000_create_password_reset_tokens_table.php
database/migrations/2014_10_12_000000_create_users_table.php
migrations/2014_10_12_000000_create_users_table.php
2014_10_12_000000_create_users_table.php
database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php
migrations/2019_12_14_000001_create_personal_access_tokens_table.php
2019_12_14_000001_create_personal_access_tokens_table.php
database/factories/UserFactory.php
factories/UserFactory.php
UserFactory.php
.gitattributes
artisan
phpunit.xml
README.md

View File

@ -1,70 +1,66 @@
.env.example
database/seeders/DatabaseSeeder.php
database/migrations/2014_10_12_000000_create_users_table.php
database/migrations/2019_08_19_000000_create_failed_jobs_table.php
database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php
database/migrations/2014_10_12_100000_create_password_resets_table.php
database/factories/UserFactory.php
phpunit.xml
composer.json
vite.config.js
routes/channels.php
routes/console.php
routes/web.php
routes/api.php
bootstrap/app.php
config/sanctum.php
config/cors.php
config/auth.php
config/services.php
config/mail.php
config/logging.php
config/broadcasting.php
config/cache.php
config/app.php
config/session.php
config/hashing.php
config/filesystems.php
config/view.php
config/database.php
config/queue.php
tests/Unit/ExampleTest.php
tests/Feature/ExampleTest.php
tests/TestCase.php
tests/CreatesApplication.php
lang/en/auth.php
lang/en/validation.php
lang/en/pagination.php
lang/en/passwords.php
public/index.php
public/.htaccess
public/robots.txt
app/Models/User.php
app/Http/Controllers/Controller.php
app/Http/Kernel.php
app/Http/Middleware/VerifyCsrfToken.php
app/Http/Middleware/TrustProxies.php
app/Http/Middleware/EncryptCookies.php
app/Http/Middleware/Authenticate.php
app/Http/Middleware/RedirectIfAuthenticated.php
app/Http/Middleware/ValidateSignature.php
app/Http/Middleware/TrimStrings.php
app/Http/Middleware/PreventRequestsDuringMaintenance.php
app/Http/Middleware/TrustHosts.php
app/Console/Kernel.php
app/Exceptions/Handler.php
app/Providers/AppServiceProvider.php
app/Providers/RouteServiceProvider.php
app/Providers/EventServiceProvider.php
app/Providers/AuthServiceProvider.php
app/Providers/BroadcastServiceProvider.php
.editorconfig
CHANGELOG.md
.editorconfig
resources/views/welcome.blade.php
resources/js/app.js
resources/js/bootstrap.js
app/Models/User.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/Kernel.php
app/Http/Controllers/Controller.php
app/Http/Middleware/TrustProxies.php
app/Http/Middleware/TrimStrings.php
app/Http/Middleware/ValidateSignature.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
artisan
.gitattributes
vite.config.js
.styleci.yml
README.md
bootstrap/app.php
tests/CreatesApplication.php
tests/TestCase.php
tests/Feature/ExampleTest.php
tests/Unit/ExampleTest.php
public/robots.txt
public/index.php
public/.htaccess
config/cache.php
config/app.php
config/queue.php
config/view.php
config/cors.php
config/filesystems.php
config/broadcasting.php
config/sanctum.php
config/logging.php
config/database.php
config/session.php
config/mail.php
config/hashing.php
config/services.php
config/auth.php
.env.example
routes/api.php
routes/channels.php
routes/web.php
routes/console.php
composer.json
database/seeders/DatabaseSeeder.php
database/migrations/2019_08_19_000000_create_failed_jobs_table.php
database/migrations/2014_10_12_100000_create_password_reset_tokens_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
.gitattributes
artisan
phpunit.xml
README.md

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,682 @@
.jshintrc
CHANGELOG.md
.editorconfig
webpack.config.js
app/blueprints/.gitkeep
app/Provider.php
package.json
phpcs.xml
.babelrc
plugins/october/demo/components/Todo.php
plugins/october/demo/components/todo/default.htm
plugins/october/demo/components/todo/list.htm
plugins/october/demo/components/BackendLink.php
plugins/october/demo/composer.json
plugins/october/demo/Plugin.php
plugins/october/demo/updates/version.yaml
bootstrap/app.php
bootstrap/autoload.php
LICENSE.md
tests/bootstrap.php
tests/README.md
webpack.mix.js
config/media.php
config/cache.php
config/system.php
config/backend.php
config/app.php
config/multisite.php
config/queue.php
config/view.php
config/filesystems.php
config/broadcasting.php
config/logging.php
config/editor.php
config/database.php
config/cms.php
config/session.php
config/mail.php
config/hashing.php
config/services.php
.env.example
composer.json
webpack.helpers.js
.gitattributes
index.php
artisan
themes/demo/assets/vendor/photoswipe-dynamic-caption-plugin/photoswipe-dynamic-caption-plugin.esm.js
themes/demo/assets/vendor/photoswipe-dynamic-caption-plugin/LICENSE.txt
themes/demo/assets/vendor/slick-carousel/slick.less
themes/demo/assets/vendor/slick-carousel/slick.js
themes/demo/assets/vendor/slick-carousel/slick.scss
themes/demo/assets/vendor/slick-carousel/fonts/slick.woff
themes/demo/assets/vendor/slick-carousel/fonts/slick.svg
themes/demo/assets/vendor/slick-carousel/fonts/slick.eot
themes/demo/assets/vendor/slick-carousel/fonts/slick.ttf
themes/demo/assets/vendor/slick-carousel/slick.min.js
themes/demo/assets/vendor/slick-carousel/slick-theme.scss
themes/demo/assets/vendor/slick-carousel/slick-theme.less
themes/demo/assets/vendor/slick-carousel/config.rb
themes/demo/assets/vendor/codeblocks/codeblocks.js
themes/demo/assets/vendor/codeblocks/codeblocks.min.js
themes/demo/assets/vendor/bootstrap/bootstrap.min.js.LICENSE.txt
themes/demo/assets/vendor/bootstrap/bootstrap.js
themes/demo/assets/vendor/bootstrap/bootstrap.scss
themes/demo/assets/vendor/bootstrap/bootstrap.min.js
themes/demo/assets/vendor/photoswipe/photoswipe.esm.min.js
themes/demo/assets/vendor/photoswipe/photoswipe-lightbox.esm.min.js
themes/demo/assets/vendor/photoswipe/LICENSE.txt
themes/demo/assets/vendor/jquery.min.js
themes/demo/assets/vendor/bootstrap-icons/bootstrap-icons.scss
themes/demo/assets/vendor/bootstrap-icons/fonts/bootstrap-icons.woff2
themes/demo/assets/vendor/bootstrap-icons/fonts/bootstrap-icons.woff
themes/demo/assets/less/elements/navbar.less
themes/demo/assets/less/elements/card.less
themes/demo/assets/less/elements/nav.less
themes/demo/assets/less/elements/social-links.less
themes/demo/assets/less/elements/user-panel.less
themes/demo/assets/less/elements/footer.less
themes/demo/assets/less/elements/popover.less
themes/demo/assets/less/elements/pagination.less
themes/demo/assets/less/elements/buttons.less
themes/demo/assets/less/elements/callouts.less
themes/demo/assets/less/elements/code.less
themes/demo/assets/less/elements/how-its-made.less
themes/demo/assets/less/elements/text.less
themes/demo/assets/less/elements/jumbotron.less
themes/demo/assets/less/elements/modals.less
themes/demo/assets/less/elements/lists.less
themes/demo/assets/less/elements/form.less
themes/demo/assets/less/controls/card-slider.less
themes/demo/assets/less/controls/quantity-input.less
themes/demo/assets/less/controls/gallery-slider.less
themes/demo/assets/less/pages/ajax.less
themes/demo/assets/less/pages/index.less
themes/demo/assets/less/pages/contact.less
themes/demo/assets/less/pages/404.less
themes/demo/assets/less/pages/components.less
themes/demo/assets/less/blocks/scoreboard-metrics.less
themes/demo/assets/less/blocks/team-leaders.less
themes/demo/assets/less/blocks/hero-image.less
themes/demo/assets/less/layouts/default.less
themes/demo/assets/less/layouts/blog.less
themes/demo/assets/less/layouts/home.less
themes/demo/assets/less/layouts/wiki.less
themes/demo/assets/less/theme.less
themes/demo/assets/less/theme/boot.less
themes/demo/assets/less/theme/variables.less
themes/demo/assets/less/theme/common.less
themes/demo/assets/less/theme/mixins.less
themes/demo/assets/js/app.js
themes/demo/assets/js/controls/gallery-slider.js
themes/demo/assets/js/controls/quantity-input.js
themes/demo/assets/js/controls/card-slider.js
themes/demo/assets/js/controls/password-dialog.js
themes/demo/assets/js/controls/alert-dialog.js
themes/demo/assets/js/blocks/team-leaders.js
themes/demo/assets/images/logo.svg
themes/demo/assets/images/waves/footer-blue-wave.svg
themes/demo/assets/images/waves/header-wave.svg
themes/demo/assets/images/waves/footer-wave.svg
themes/demo/assets/images/blocks/landing-page-slice.svg
themes/demo/webpack.config.js
themes/demo/package.json
themes/demo/webpack.mix.js
themes/demo/pages/about.htm
themes/demo/pages/error.htm
themes/demo/pages/wiki/search.htm
themes/demo/pages/wiki/article.htm
themes/demo/pages/wiki/index.htm
themes/demo/pages/contact.htm
themes/demo/pages/sitemap.htm
themes/demo/pages/components.htm
themes/demo/pages/index.htm
themes/demo/pages/blog/search.htm
themes/demo/pages/blog/archive.htm
themes/demo/pages/blog/author.htm
themes/demo/pages/blog/index.htm
themes/demo/pages/blog/rss.htm
themes/demo/pages/blog/post.htm
themes/demo/pages/blog/category.htm
themes/demo/pages/404.htm
themes/demo/pages/ajax.htm
themes/demo/composer.json
themes/demo/partials/site/nav-mobile.htm
themes/demo/partials/site/helpers/random-avatar-image.htm
themes/demo/partials/site/helpers/random-stock-image.htm
themes/demo/partials/site/header.htm
themes/demo/partials/site/how-its-made.htm
themes/demo/partials/site/modals/alert-dialog.htm
themes/demo/partials/site/modals/password-dialog.htm
themes/demo/partials/site/modals/ajax-modal.htm
themes/demo/partials/site/flash-messages.htm
themes/demo/partials/site/footer.htm
themes/demo/partials/site/nav-links.htm
themes/demo/partials/site/head/head-links.htm
themes/demo/partials/site/head/analytics-code.htm
themes/demo/partials/site/head/head-meta.htm
themes/demo/partials/site/head/head-scripts.htm
themes/demo/partials/wiki/article-toc.htm
themes/demo/partials/wiki/breadcrumb.htm
themes/demo/partials/wiki/sidebar.htm
themes/demo/partials/wiki/sidebar-toc.htm
themes/demo/partials/wiki/continue.htm
themes/demo/partials/elements/user-panel-team.htm
themes/demo/partials/elements/social-links.htm
themes/demo/partials/elements/user-panel.htm
themes/demo/partials/elements/share-button.htm
themes/demo/partials/elements/user-panel-author.htm
themes/demo/partials/calcresult.htm
themes/demo/partials/controls/gallery-slider.htm
themes/demo/partials/blocks/team-leaders.htm
themes/demo/partials/blocks/image-slice.htm
themes/demo/partials/blocks/paragraph-block.htm
themes/demo/partials/blocks/detailed-block.htm
themes/demo/partials/blocks/scoreboard-metrics.htm
themes/demo/partials/blog/sidebar.htm
themes/demo/partials/blog/comment-form.htm
themes/demo/partials/blog/post-card.htm
themes/demo/partials/blog/comment-list.htm
themes/demo/partials/about/contact-form.htm
themes/demo/content/ajax/calcresult.txt
themes/demo/content/ajax/form.txt
themes/demo/content/ajax/handler.txt
themes/demo/layouts/wiki.htm
themes/demo/layouts/default.htm
themes/demo/layouts/home.htm
themes/demo/layouts/blog.htm
themes/demo/theme.yaml
themes/demo/mix-manifest.json
themes/demo/README.md
themes/demo/seeds/blueprints/site/sitemap.yaml
themes/demo/seeds/blueprints/fields/_social-links.yaml
themes/demo/seeds/blueprints/pages/article.yaml
themes/demo/seeds/blueprints/pages/_blocks.yaml
themes/demo/seeds/blueprints/pages/blocks/_scoreboard-metrics.yaml
themes/demo/seeds/blueprints/pages/blocks/_image-slice.yaml
themes/demo/seeds/blueprints/pages/blocks/_detailed-block.yaml
themes/demo/seeds/blueprints/pages/blocks/_team-leaders.yaml
themes/demo/seeds/blueprints/pages/blocks/_paragraph-block.yaml
themes/demo/seeds/blueprints/pages/aboutpage.yaml
themes/demo/seeds/blueprints/blog/config.yaml
themes/demo/seeds/blueprints/blog/_post-content.yaml
themes/demo/seeds/blueprints/blog/category.yaml
themes/demo/seeds/blueprints/blog/author.yaml
themes/demo/seeds/blueprints/blog/post.yaml
themes/demo/seeds/data.yaml
themes/demo/seeds/data/pages/article.json
themes/demo/seeds/data/pages/aboutpage.json
themes/demo/seeds/data/blog/author.json
themes/demo/seeds/data/blog/category.json
themes/demo/seeds/data/blog/post.json
modules/system/routes.php
modules/system/assets/images/october-logo.svg
modules/system/classes/UpdateManager.php
modules/system/providers.php
modules/system/traits/SetupBuilder.php
modules/system/traits/SetupHelper.php
modules/system/console/ComposerScript.php
modules/system/console/OctoberInstall.php
modules/system/console/OctoberMigrate.php
modules/system/console/OctoberBuild.php
modules/system/ServiceProvider.php
modules/system/handlers/Installer.php
modules/system/aliases.php
modules/system/lang/ar/validation.php
modules/system/lang/ar/lang.php
modules/system/lang/ar/client.php
modules/system/lang/es-ar/validation.php
modules/system/lang/es-ar/lang.php
modules/system/lang/be.json
modules/system/lang/ja/validation.php
modules/system/lang/ja/lang.php
modules/system/lang/ja.json
modules/system/lang/tr.json
modules/system/lang/rs/validation.php
modules/system/lang/rs/lang.php
modules/system/lang/rs/client.php
modules/system/lang/nb-no.json
modules/system/lang/ca/validation.php
modules/system/lang/ca/lang.php
modules/system/lang/ca/client.php
modules/system/lang/kaa.json
modules/system/lang/sk/validation.php
modules/system/lang/sk/lang.php
modules/system/lang/sk/client.php
modules/system/lang/fr.json
modules/system/lang/ro/validation.php
modules/system/lang/ro/lang.php
modules/system/lang/ro/client.php
modules/system/lang/nl.json
modules/system/lang/be/validation.php
modules/system/lang/be/lang.php
modules/system/lang/be/client.php
modules/system/lang/pt-br.json
modules/system/lang/tr/validation.php
modules/system/lang/tr/lang.php
modules/system/lang/tr/client.php
modules/system/lang/ko/validation.php
modules/system/lang/ko/lang.php
modules/system/lang/ko/client.php
modules/system/lang/sl.json
modules/system/lang/pt-pt.json
modules/system/lang/ru.json
modules/system/lang/th.json
modules/system/lang/pl.json
modules/system/lang/et/validation.php
modules/system/lang/et/lang.php
modules/system/lang/et/client.php
modules/system/lang/zh-tw.json
modules/system/lang/ca.json
modules/system/lang/uk/validation.php
modules/system/lang/uk/lang.php
modules/system/lang/uk/client.php
modules/system/lang/fa.json
modules/system/lang/es-ar.json
modules/system/lang/hu.json
modules/system/lang/lv.json
modules/system/lang/rs.json
modules/system/lang/sv.json
modules/system/lang/vn/validation.php
modules/system/lang/vn/lang.php
modules/system/lang/vn/client.php
modules/system/lang/fr/validation.php
modules/system/lang/fr/lang.php
modules/system/lang/fr/client.php
modules/system/lang/pt-pt/validation.php
modules/system/lang/pt-pt/lang.php
modules/system/lang/pt-pt/client.php
modules/system/lang/id/validation.php
modules/system/lang/id/lang.php
modules/system/lang/el.json
modules/system/lang/en.json
modules/system/lang/it/validation.php
modules/system/lang/it/lang.php
modules/system/lang/it/client.php
modules/system/lang/pt-br/validation.php
modules/system/lang/pt-br/lang.php
modules/system/lang/pt-br/client.php
modules/system/lang/zh-tw/validation.php
modules/system/lang/zh-tw/lang.php
modules/system/lang/zh-tw/client.php
modules/system/lang/nl/validation.php
modules/system/lang/nl/lang.php
modules/system/lang/nl/client.php
modules/system/lang/ru/validation.php
modules/system/lang/ru/lang.php
modules/system/lang/ru/client.php
modules/system/lang/es/validation.php
modules/system/lang/es/lang.php
modules/system/lang/es/client.php
modules/system/lang/lv/validation.php
modules/system/lang/lv/lang.php
modules/system/lang/bg.json
modules/system/lang/kk.json
modules/system/lang/it.json
modules/system/lang/zh-cn.json
modules/system/lang/bg/validation.php
modules/system/lang/bg/lang.php
modules/system/lang/bg/client.php
modules/system/lang/vn.json
modules/system/lang/ro.json
modules/system/lang/da.json
modules/system/lang/sv/validation.php
modules/system/lang/sv/lang.php
modules/system/lang/sv/client.php
modules/system/lang/nb-no/validation.php
modules/system/lang/nb-no/lang.php
modules/system/lang/nb-no/client.php
modules/system/lang/sk.json
modules/system/lang/hu/validation.php
modules/system/lang/hu/lang.php
modules/system/lang/hu/client.php
modules/system/lang/et.json
modules/system/lang/en/validation.php
modules/system/lang/en/lang.php
modules/system/lang/en/client.php
modules/system/lang/ar.json
modules/system/lang/lt.json
modules/system/lang/fi/validation.php
modules/system/lang/fi/lang.php
modules/system/lang/fi/client.php
modules/system/lang/id.json
modules/system/lang/el/validation.php
modules/system/lang/el/lang.php
modules/system/lang/el/client.php
modules/system/lang/de.json
modules/system/lang/es.json
modules/system/lang/sl/validation.php
modules/system/lang/sl/lang.php
modules/system/lang/sl/client.php
modules/system/lang/cs/validation.php
modules/system/lang/cs/lang.php
modules/system/lang/cs/client.php
modules/system/lang/de/validation.php
modules/system/lang/de/lang.php
modules/system/lang/de/client.php
modules/system/lang/cs.json
modules/system/lang/uk.json
modules/system/lang/fa/validation.php
modules/system/lang/fa/lang.php
modules/system/lang/fa/client.php
modules/system/lang/ko.json
modules/system/lang/da/validation.php
modules/system/lang/da/lang.php
modules/system/lang/da/client.php
modules/system/lang/lt/validation.php
modules/system/lang/lt/lang.php
modules/system/lang/lt/client.php
modules/system/lang/fi.json
modules/system/lang/th/lang.php
modules/system/lang/th/client.php
modules/system/lang/zh-cn/validation.php
modules/system/lang/zh-cn/lang.php
modules/system/lang/zh-cn/client.php
modules/system/lang/pl/validation.php
modules/system/lang/pl/lang.php
modules/system/lang/pl/client.php
modules/system/views/placeholder.php
modules/cms/ServiceProvider.php
modules/cms/lang/ar/lang.php
modules/cms/lang/es-ar/lang.php
modules/cms/lang/be.json
modules/cms/lang/ja/lang.php
modules/cms/lang/ja.json
modules/cms/lang/tr.json
modules/cms/lang/rs/lang.php
modules/cms/lang/nb-no.json
modules/cms/lang/ca/lang.php
modules/cms/lang/kaa.json
modules/cms/lang/sk/lang.php
modules/cms/lang/fr.json
modules/cms/lang/ro/lang.php
modules/cms/lang/nl.json
modules/cms/lang/be/lang.php
modules/cms/lang/pt-br.json
modules/cms/lang/tr/lang.php
modules/cms/lang/ko/lang.php
modules/cms/lang/sl.json
modules/cms/lang/pt-pt.json
modules/cms/lang/ru.json
modules/cms/lang/th.json
modules/cms/lang/pl.json
modules/cms/lang/et/lang.php
modules/cms/lang/zh-tw.json
modules/cms/lang/ca.json
modules/cms/lang/uk/lang.php
modules/cms/lang/fa.json
modules/cms/lang/es-ar.json
modules/cms/lang/hu.json
modules/cms/lang/lv.json
modules/cms/lang/rs.json
modules/cms/lang/sv.json
modules/cms/lang/vn/lang.php
modules/cms/lang/fr/lang.php
modules/cms/lang/pt-pt/lang.php
modules/cms/lang/id/lang.php
modules/cms/lang/el.json
modules/cms/lang/en.json
modules/cms/lang/it/lang.php
modules/cms/lang/pt-br/lang.php
modules/cms/lang/zh-tw/lang.php
modules/cms/lang/nl/lang.php
modules/cms/lang/ru/lang.php
modules/cms/lang/es/lang.php
modules/cms/lang/lv/lang.php
modules/cms/lang/bg.json
modules/cms/lang/kk.json
modules/cms/lang/it.json
modules/cms/lang/zh-cn.json
modules/cms/lang/bg/lang.php
modules/cms/lang/vn.json
modules/cms/lang/ro.json
modules/cms/lang/da.json
modules/cms/lang/sv/lang.php
modules/cms/lang/nb-no/lang.php
modules/cms/lang/sk.json
modules/cms/lang/hu/lang.php
modules/cms/lang/et.json
modules/cms/lang/en/lang.php
modules/cms/lang/lt.json
modules/cms/lang/fi/lang.php
modules/cms/lang/id.json
modules/cms/lang/el/lang.php
modules/cms/lang/de.json
modules/cms/lang/es.json
modules/cms/lang/sl/lang.php
modules/cms/lang/cs/lang.php
modules/cms/lang/de/lang.php
modules/cms/lang/cs.json
modules/cms/lang/uk.json
modules/cms/lang/fa/lang.php
modules/cms/lang/ko.json
modules/cms/lang/da/lang.php
modules/cms/lang/lt/lang.php
modules/cms/lang/fi.json
modules/cms/lang/th/lang.php
modules/cms/lang/zh-cn/lang.php
modules/cms/lang/pl/lang.php
modules/editor/ServiceProvider.php
modules/editor/lang/be.json
modules/editor/lang/ja.json
modules/editor/lang/tr.json
modules/editor/lang/nb-no.json
modules/editor/lang/kaa.json
modules/editor/lang/sk/lang.php
modules/editor/lang/fr.json
modules/editor/lang/nl.json
modules/editor/lang/pt-br.json
modules/editor/lang/sl.json
modules/editor/lang/pt-pt.json
modules/editor/lang/ru.json
modules/editor/lang/th.json
modules/editor/lang/pl.json
modules/editor/lang/zh-tw.json
modules/editor/lang/ca.json
modules/editor/lang/fa.json
modules/editor/lang/es-ar.json
modules/editor/lang/hu.json
modules/editor/lang/lv.json
modules/editor/lang/rs.json
modules/editor/lang/sv.json
modules/editor/lang/fr/lang.php
modules/editor/lang/el.json
modules/editor/lang/en.json
modules/editor/lang/pt-br/lang.php
modules/editor/lang/nl/lang.php
modules/editor/lang/ru/lang.php
modules/editor/lang/bg.json
modules/editor/lang/kk.json
modules/editor/lang/it.json
modules/editor/lang/zh-cn.json
modules/editor/lang/vn.json
modules/editor/lang/ro.json
modules/editor/lang/da.json
modules/editor/lang/sk.json
modules/editor/lang/hu/lang.php
modules/editor/lang/et.json
modules/editor/lang/en/lang.php
modules/editor/lang/lt.json
modules/editor/lang/fi/lang.php
modules/editor/lang/id.json
modules/editor/lang/de.json
modules/editor/lang/es.json
modules/editor/lang/cs.json
modules/editor/lang/uk.json
modules/editor/lang/ko.json
modules/editor/lang/fi.json
modules/editor/lang/zh-cn/lang.php
modules/tailor/ServiceProvider.php
modules/tailor/lang/be.json
modules/tailor/lang/ja.json
modules/tailor/lang/tr.json
modules/tailor/lang/nb-no.json
modules/tailor/lang/kaa.json
modules/tailor/lang/fr.json
modules/tailor/lang/nl.json
modules/tailor/lang/pt-br.json
modules/tailor/lang/sl.json
modules/tailor/lang/pt-pt.json
modules/tailor/lang/ru.json
modules/tailor/lang/th.json
modules/tailor/lang/pl.json
modules/tailor/lang/zh-tw.json
modules/tailor/lang/ca.json
modules/tailor/lang/fa.json
modules/tailor/lang/hu.json
modules/tailor/lang/lv.json
modules/tailor/lang/rs.json
modules/tailor/lang/sv.json
modules/tailor/lang/fr/lang.php
modules/tailor/lang/el.json
modules/tailor/lang/en.json
modules/tailor/lang/pt-br/lang.php
modules/tailor/lang/nl/lang.php
modules/tailor/lang/ru/lang.php
modules/tailor/lang/bg.json
modules/tailor/lang/kk.json
modules/tailor/lang/it.json
modules/tailor/lang/zh-cn.json
modules/tailor/lang/vn.json
modules/tailor/lang/ro.json
modules/tailor/lang/da.json
modules/tailor/lang/sk.json
modules/tailor/lang/et.json
modules/tailor/lang/en/lang.php
modules/tailor/lang/ar.json
modules/tailor/lang/lt.json
modules/tailor/lang/fi/lang.php
modules/tailor/lang/id.json
modules/tailor/lang/de.json
modules/tailor/lang/es.json
modules/tailor/lang/de/lang.php
modules/tailor/lang/cs.json
modules/tailor/lang/uk.json
modules/tailor/lang/ko.json
modules/tailor/lang/fi.json
modules/tailor/lang/zh-cn/lang.php
modules/backend/ServiceProvider.php
modules/backend/lang/ar/lang.php
modules/backend/lang/es-ar/lang.php
modules/backend/lang/be.json
modules/backend/lang/ja/lang.php
modules/backend/lang/ja.json
modules/backend/lang/tr.json
modules/backend/lang/rs/lang.php
modules/backend/lang/nb-no.json
modules/backend/lang/ca/lang.php
modules/backend/lang/kaa.json
modules/backend/lang/sk/lang.php
modules/backend/lang/fr.json
modules/backend/lang/ro/lang.php
modules/backend/lang/nl.json
modules/backend/lang/be/lang.php
modules/backend/lang/pt-br.json
modules/backend/lang/tr/lang.php
modules/backend/lang/ko/lang.php
modules/backend/lang/sl.json
modules/backend/lang/pt-pt.json
modules/backend/lang/ru.json
modules/backend/lang/th.json
modules/backend/lang/pl.json
modules/backend/lang/et/lang.php
modules/backend/lang/zh-tw.json
modules/backend/lang/ca.json
modules/backend/lang/uk/lang.php
modules/backend/lang/fa.json
modules/backend/lang/es-ar.json
modules/backend/lang/hu.json
modules/backend/lang/lv.json
modules/backend/lang/rs.json
modules/backend/lang/sv.json
modules/backend/lang/vn/lang.php
modules/backend/lang/fr/lang.php
modules/backend/lang/pt-pt/lang.php
modules/backend/lang/id/lang.php
modules/backend/lang/el.json
modules/backend/lang/en.json
modules/backend/lang/it/lang.php
modules/backend/lang/pt-br/lang.php
modules/backend/lang/zh-tw/lang.php
modules/backend/lang/nl/lang.php
modules/backend/lang/ru/lang.php
modules/backend/lang/es/lang.php
modules/backend/lang/lv/lang.php
modules/backend/lang/bg.json
modules/backend/lang/kk.json
modules/backend/lang/it.json
modules/backend/lang/zh-cn.json
modules/backend/lang/bg/lang.php
modules/backend/lang/vn.json
modules/backend/lang/ro.json
modules/backend/lang/da.json
modules/backend/lang/sv/lang.php
modules/backend/lang/nb-no/lang.php
modules/backend/lang/sk.json
modules/backend/lang/hu/lang.php
modules/backend/lang/et.json
modules/backend/lang/en/lang.php
modules/backend/lang/ar.json
modules/backend/lang/lt.json
modules/backend/lang/fi/lang.php
modules/backend/lang/id.json
modules/backend/lang/el/lang.php
modules/backend/lang/de.json
modules/backend/lang/es.json
modules/backend/lang/sl/lang.php
modules/backend/lang/cs/lang.php
modules/backend/lang/de/lang.php
modules/backend/lang/cs.json
modules/backend/lang/uk.json
modules/backend/lang/fa/lang.php
modules/backend/lang/ko.json
modules/backend/lang/da/lang.php
modules/backend/lang/lt/lang.php
modules/backend/lang/fi.json
modules/backend/lang/th/lang.php
modules/backend/lang/zh-cn/lang.php
modules/backend/lang/pl/lang.php
modules/media/ServiceProvider.php
modules/media/lang/be.json
modules/media/lang/ja.json
modules/media/lang/tr.json
modules/media/lang/nb-no.json
modules/media/lang/kaa.json
modules/media/lang/fr.json
modules/media/lang/nl.json
modules/media/lang/pt-br.json
modules/media/lang/sl.json
modules/media/lang/pt-pt.json
modules/media/lang/ru.json
modules/media/lang/th.json
modules/media/lang/pl.json
modules/media/lang/zh-tw.json
modules/media/lang/ca.json
modules/media/lang/fa.json
modules/media/lang/es-ar.json
modules/media/lang/hu.json
modules/media/lang/lv.json
modules/media/lang/rs.json
modules/media/lang/sv.json
modules/media/lang/el.json
modules/media/lang/en.json
modules/media/lang/bg.json
modules/media/lang/kk.json
modules/media/lang/it.json
modules/media/lang/zh-cn.json
modules/media/lang/vn.json
modules/media/lang/ro.json
modules/media/lang/da.json
modules/media/lang/sk.json
modules/media/lang/et.json
modules/media/lang/lt.json
modules/media/lang/id.json
modules/media/lang/de.json
modules/media/lang/es.json
modules/media/lang/cs.json
modules/media/lang/uk.json
modules/media/lang/ko.json
modules/media/lang/fi.json
phpunit.xml
.htaccess
README.md

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,51 @@
CHANGELOG.md
index.php.dist
plugins/DummyPlugin.php
DummyPlugin.php
LICENSE.md
lib/AbstractPicoPlugin.php
AbstractPicoPlugin.php
lib/PicoTwigExtension.php
PicoTwigExtension.php
lib/PicoPluginInterface.php
PicoPluginInterface.php
lib/Pico.php
Pico.php
config/config.yml.template
config.yml.template
SECURITY.md
.phpcs.xml
composer.json
.travis.yml
.build/release.sh
release.sh
.build/deploy-release.sh
deploy-release.sh
.build/init.sh.inc
init.sh.inc
.build/clean.sh
clean.sh
.build/deploy-branch.sh
deploy-branch.sh
.build/install.sh
install.sh
.gitattributes
index.php
CONTRIBUTING.md
content-sample/theme.md
theme.md
content-sample/sub/page.md
sub/page.md
page.md
content-sample/sub/index.md
sub/index.md
index.md
content-sample/index.md
index.md
content-sample/_meta.md
_meta.md
content-sample/404.md
404.md
.htaccess
README.md
.phpdoc.xml

View File

@ -0,0 +1,31 @@
CHANGELOG.md
index.php.dist
plugins/DummyPlugin.php
LICENSE.md
lib/AbstractPicoPlugin.php
lib/PicoTwigExtension.php
lib/PicoPluginInterface.php
lib/Pico.php
config/config.yml.template
SECURITY.md
.phpcs.xml
composer.json
.travis.yml
.build/release.sh
.build/deploy-release.sh
.build/init.sh.inc
.build/clean.sh
.build/deploy-branch.sh
.build/install.sh
.gitattributes
index.php
CONTRIBUTING.md
content-sample/theme.md
content-sample/sub/page.md
content-sample/sub/index.md
content-sample/index.md
content-sample/_meta.md
content-sample/404.md
.htaccess
README.md
.phpdoc.xml

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,342 @@
build.xml
.editorconfig
nginx_app.conf
Envoy.blade.php
resources/assets/sass/app.scss
assets/sass/app.scss
sass/app.scss
app.scss
resources/assets/sass/variables.scss
assets/sass/variables.scss
sass/variables.scss
variables.scss
resources/assets/js/components/Example.vue
assets/js/components/Example.vue
js/components/Example.vue
components/Example.vue
Example.vue
resources/assets/js/app.js
assets/js/app.js
js/app.js
app.js
resources/assets/js/bootstrap.js
assets/js/bootstrap.js
js/bootstrap.js
bootstrap.js
resources/streams/config/themes.php
streams/config/themes.php
config/themes.php
themes.php
resources/streams/config/distribution.php
streams/config/distribution.php
config/distribution.php
distribution.php
resources/streams/config/navigation.php
streams/config/navigation.php
config/navigation.php
navigation.php
resources/streams/config/addons.php
streams/config/addons.php
config/addons.php
addons.php
resources/lang/ar/passwords.php
lang/ar/passwords.php
ar/passwords.php
passwords.php
resources/lang/ar/validation.php
lang/ar/validation.php
ar/validation.php
validation.php
resources/lang/ar/pagination.php
lang/ar/pagination.php
ar/pagination.php
pagination.php
resources/lang/ar/auth.php
lang/ar/auth.php
ar/auth.php
auth.php
resources/lang/tr/passwords.php
lang/tr/passwords.php
tr/passwords.php
passwords.php
resources/lang/tr/validation.php
lang/tr/validation.php
tr/validation.php
validation.php
resources/lang/tr/pagination.php
lang/tr/pagination.php
tr/pagination.php
pagination.php
resources/lang/tr/auth.php
lang/tr/auth.php
tr/auth.php
auth.php
resources/lang/en/passwords.php
lang/en/passwords.php
en/passwords.php
passwords.php
resources/lang/en/validation.php
lang/en/validation.php
en/validation.php
validation.php
resources/lang/en/pagination.php
lang/en/pagination.php
en/pagination.php
pagination.php
resources/lang/en/auth.php
lang/en/auth.php
en/auth.php
auth.php
resources/lang/fa/passwords.php
lang/fa/passwords.php
fa/passwords.php
passwords.php
resources/lang/fa/validation.php
lang/fa/validation.php
fa/validation.php
validation.php
resources/lang/fa/pagination.php
lang/fa/pagination.php
fa/pagination.php
pagination.php
resources/lang/fa/auth.php
lang/fa/auth.php
fa/auth.php
auth.php
resources/views/welcome.blade.php
views/welcome.blade.php
welcome.blade.php
resources/views/vendor/.gitkeep
views/vendor/.gitkeep
vendor/.gitkeep
.gitkeep
resources/views/errors/503.blade.php
views/errors/503.blade.php
errors/503.blade.php
503.blade.php
app/Providers/RouteServiceProvider.php
Providers/RouteServiceProvider.php
RouteServiceProvider.php
app/Providers/AuthServiceProvider.php
Providers/AuthServiceProvider.php
AuthServiceProvider.php
app/Providers/AppServiceProvider.php
Providers/AppServiceProvider.php
AppServiceProvider.php
app/Providers/BroadcastServiceProvider.php
Providers/BroadcastServiceProvider.php
BroadcastServiceProvider.php
app/Providers/EventServiceProvider.php
Providers/EventServiceProvider.php
EventServiceProvider.php
app/README.md
README.md
package.json
bootstrap/app.php
app.php
bootstrap/autoload.php
autoload.php
LICENSE.md
tests/TestCase.php
TestCase.php
public/index.php
index.php
public/.htaccess
.htaccess
webpack.mix.js
config/scout.php
scout.php
config/cache.php
cache.php
config/debugbar.php
debugbar.php
config/image.php
image.php
config/compile.php
compile.php
config/app.php
app.php
config/queue.php
queue.php
config/view.php
view.php
config/filesystems.php
filesystems.php
config/broadcasting.php
broadcasting.php
config/httpcache.php
httpcache.php
config/logging.php
logging.php
config/database.php
database.php
config/session.php
session.php
config/mail.php
mail.php
config/services.php
services.php
config/streams.php
streams.php
config/auth.php
auth.php
Procfile
addons/.gitkeep
.gitkeep
routes/api.php
api.php
routes/web.php
web.php
routes/console.php
console.php
composer.json
database/migrations/.gitkeep
migrations/.gitkeep
.gitkeep
database/factories/ModelFactory.php
factories/ModelFactory.php
ModelFactory.php
database/seeds/.gitkeep
seeds/.gitkeep
.gitkeep
database/seeds/DatabaseSeeder.php
seeds/DatabaseSeeder.php
DatabaseSeeder.php
.gitattributes
composer.lock
artisan
server.php
CONTRIBUTING.md
phpunit.xml
app.json
docs/en/04.the-basics/05.addons.md
en/04.the-basics/05.addons.md
04.the-basics/05.addons.md
05.addons.md
docs/en/04.the-basics/03.control-panel.md
en/04.the-basics/03.control-panel.md
04.the-basics/03.control-panel.md
03.control-panel.md
docs/en/04.the-basics/08.posts.md
en/04.the-basics/08.posts.md
04.the-basics/08.posts.md
08.posts.md
docs/en/04.the-basics/14.preferences.md
en/04.the-basics/14.preferences.md
04.the-basics/14.preferences.md
14.preferences.md
docs/en/04.the-basics/16.localization.md
en/04.the-basics/16.localization.md
04.the-basics/16.localization.md
16.localization.md
docs/en/04.the-basics/12.variables.md
en/04.the-basics/12.variables.md
04.the-basics/12.variables.md
12.variables.md
docs/en/04.the-basics/10.files.md
en/04.the-basics/10.files.md
04.the-basics/10.files.md
10.files.md
docs/en/04.the-basics/01.index.md
en/04.the-basics/01.index.md
04.the-basics/01.index.md
01.index.md
docs/en/04.the-basics/15.redirects.md
en/04.the-basics/15.redirects.md
04.the-basics/15.redirects.md
15.redirects.md
docs/en/04.the-basics/09.blocks.md
en/04.the-basics/09.blocks.md
04.the-basics/09.blocks.md
09.blocks.md
docs/en/04.the-basics/11.users.md
en/04.the-basics/11.users.md
04.the-basics/11.users.md
11.users.md
docs/en/04.the-basics/06.templating.md
en/04.the-basics/06.templating.md
04.the-basics/06.templating.md
06.templating.md
docs/en/04.the-basics/13.settings.md
en/04.the-basics/13.settings.md
04.the-basics/13.settings.md
13.settings.md
docs/en/04.the-basics/07.pages.md
en/04.the-basics/07.pages.md
04.the-basics/07.pages.md
07.pages.md
docs/en/01.prologue/03.change-log.md
en/01.prologue/03.change-log.md
01.prologue/03.change-log.md
03.change-log.md
docs/en/01.prologue/04.upgrade-guide.md
en/01.prologue/04.upgrade-guide.md
01.prologue/04.upgrade-guide.md
04.upgrade-guide.md
docs/en/01.prologue/06.addon-marketplace.md
en/01.prologue/06.addon-marketplace.md
01.prologue/06.addon-marketplace.md
06.addon-marketplace.md
docs/en/01.prologue/05.contribution-guide.md
en/01.prologue/05.contribution-guide.md
01.prologue/05.contribution-guide.md
05.contribution-guide.md
docs/en/01.prologue/02.release-notes.md
en/01.prologue/02.release-notes.md
01.prologue/02.release-notes.md
02.release-notes.md
docs/en/01.prologue/01.index.md
en/01.prologue/01.index.md
01.prologue/01.index.md
01.index.md
docs/en/01.index.md
en/01.index.md
01.index.md
docs/en/02.prologue.md
en/02.prologue.md
02.prologue.md
docs/en/03.core-concepts/01.index.md
en/03.core-concepts/01.index.md
03.core-concepts/01.index.md
01.index.md
docs/en/03.core-concepts/02.architecture.md
en/03.core-concepts/02.architecture.md
03.core-concepts/02.architecture.md
02.architecture.md
docs/en/03.core-concepts/03.streams-and-entries.md
en/03.core-concepts/03.streams-and-entries.md
03.core-concepts/03.streams-and-entries.md
03.streams-and-entries.md
docs/en/02.getting-started/03.configuration.md
en/02.getting-started/03.configuration.md
02.getting-started/03.configuration.md
03.configuration.md
docs/en/02.getting-started/05.managing-addons.md
en/02.getting-started/05.managing-addons.md
02.getting-started/05.managing-addons.md
05.managing-addons.md
docs/en/02.getting-started/10.error-logging.md
en/02.getting-started/10.error-logging.md
02.getting-started/10.error-logging.md
10.error-logging.md
docs/en/02.getting-started/04.directory-structure.md
en/02.getting-started/04.directory-structure.md
02.getting-started/04.directory-structure.md
04.directory-structure.md
docs/en/02.getting-started/01.index.md
en/02.getting-started/01.index.md
02.getting-started/01.index.md
01.index.md
docs/en/02.getting-started/08.deployment.md
en/02.getting-started/08.deployment.md
02.getting-started/08.deployment.md
08.deployment.md
docs/en/02.getting-started/02.installation.md
en/02.getting-started/02.installation.md
02.getting-started/02.installation.md
02.installation.md
docs/en/02.getting-started/09.optimizing.md
en/02.getting-started/09.optimizing.md
02.getting-started/09.optimizing.md
09.optimizing.md
README.md

View File

@ -0,0 +1,115 @@
build.xml
.editorconfig
nginx_app.conf
Envoy.blade.php
resources/assets/sass/app.scss
resources/assets/sass/variables.scss
resources/assets/js/components/Example.vue
resources/assets/js/app.js
resources/assets/js/bootstrap.js
resources/streams/config/themes.php
resources/streams/config/distribution.php
resources/streams/config/navigation.php
resources/streams/config/addons.php
resources/lang/ar/passwords.php
resources/lang/ar/validation.php
resources/lang/ar/pagination.php
resources/lang/ar/auth.php
resources/lang/tr/passwords.php
resources/lang/tr/validation.php
resources/lang/tr/pagination.php
resources/lang/tr/auth.php
resources/lang/en/passwords.php
resources/lang/en/validation.php
resources/lang/en/pagination.php
resources/lang/en/auth.php
resources/lang/fa/passwords.php
resources/lang/fa/validation.php
resources/lang/fa/pagination.php
resources/lang/fa/auth.php
resources/views/welcome.blade.php
resources/views/vendor/.gitkeep
resources/views/errors/503.blade.php
app/Providers/RouteServiceProvider.php
app/Providers/AuthServiceProvider.php
app/Providers/AppServiceProvider.php
app/Providers/BroadcastServiceProvider.php
app/Providers/EventServiceProvider.php
app/README.md
package.json
bootstrap/app.php
bootstrap/autoload.php
LICENSE.md
tests/TestCase.php
public/index.php
public/.htaccess
webpack.mix.js
config/scout.php
config/cache.php
config/debugbar.php
config/image.php
config/compile.php
config/app.php
config/queue.php
config/view.php
config/filesystems.php
config/broadcasting.php
config/httpcache.php
config/logging.php
config/database.php
config/session.php
config/mail.php
config/services.php
config/streams.php
config/auth.php
Procfile
addons/.gitkeep
routes/api.php
routes/web.php
routes/console.php
composer.json
database/migrations/.gitkeep
database/factories/ModelFactory.php
database/seeds/.gitkeep
database/seeds/DatabaseSeeder.php
.gitattributes
composer.lock
artisan
server.php
CONTRIBUTING.md
phpunit.xml
app.json
docs/en/04.the-basics/05.addons.md
docs/en/04.the-basics/03.control-panel.md
docs/en/04.the-basics/08.posts.md
docs/en/04.the-basics/14.preferences.md
docs/en/04.the-basics/16.localization.md
docs/en/04.the-basics/12.variables.md
docs/en/04.the-basics/10.files.md
docs/en/04.the-basics/01.index.md
docs/en/04.the-basics/15.redirects.md
docs/en/04.the-basics/09.blocks.md
docs/en/04.the-basics/11.users.md
docs/en/04.the-basics/06.templating.md
docs/en/04.the-basics/13.settings.md
docs/en/04.the-basics/07.pages.md
docs/en/01.prologue/03.change-log.md
docs/en/01.prologue/04.upgrade-guide.md
docs/en/01.prologue/06.addon-marketplace.md
docs/en/01.prologue/05.contribution-guide.md
docs/en/01.prologue/02.release-notes.md
docs/en/01.prologue/01.index.md
docs/en/01.index.md
docs/en/02.prologue.md
docs/en/03.core-concepts/01.index.md
docs/en/03.core-concepts/02.architecture.md
docs/en/03.core-concepts/03.streams-and-entries.md
docs/en/02.getting-started/03.configuration.md
docs/en/02.getting-started/05.managing-addons.md
docs/en/02.getting-started/10.error-logging.md
docs/en/02.getting-started/04.directory-structure.md
docs/en/02.getting-started/01.index.md
docs/en/02.getting-started/08.deployment.md
docs/en/02.getting-started/02.installation.md
docs/en/02.getting-started/09.optimizing.md
README.md

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,9 +0,0 @@
api/
admin/
wp-admin/
template/
data/
search/
install/
admin.php

View File

@ -1,99 +0,0 @@
api/
admin/
wp-admin/
template/
data/
search/
install/
admin.php
tupian
js/
member.php
includes/
uc_client/
userapp.php?mod=app&*
uc_server/
tmp/
static/
source/
search.php
modules/
misc.php
home.php?mod=spacecp*
forum.php?mod=redirect*
forum.php?mod=post*
connect.php
config/
api.php
*mobile=yes*
*?mod=misc*
*?mod=attachment*
themes/
xmlrpc.php
admin
images/
templates/
plus/stow.php
plus/search.php
plus/rss.php
plus/recommend.php
plus/mytag_js.php
plus/feedback_js.php
plus/count.php
cgi-bin/
user/
templets
scripts/
plus/shops_buyaction.php
plus/posttocar.php
plus/erraddsave.php
plus/disdls.php
plus/carbuyaction.php
plus/car.php
plus/advancedsearch.php
plus/ad_js.php
member/
index.php
include
css/
ajax/
1000prosm.php
:
wp-includes/
user
search
language/
install.php
cgi-bin
cache/
LICENSE.txt
user/register/
user/password/
user/login/
update.php
register/
profiles/
plugins/
page/
node/add/
misc/
error/
cron.php
common/
comment/reply/
UPGRADE.txt
MAINTAINERS.txt
INSTALL.txt
INSTALL.pgsql.txt
INSTALL.mysql.txt
CHANGELOG.txt
*?*
upload/
tag/
order/
mediamainlog.php
logs/
lib/
inc/
fcmedianet.js

View File

@ -1,999 +0,0 @@
api/
admin/
wp-admin/
template/
data/
search/
install/
admin.php
tupian
js/
member.php
includes/
uc_client/
userapp.php?mod=app&*
uc_server/
tmp/
static/
source/
search.php
modules/
misc.php
home.php?mod=spacecp*
forum.php?mod=redirect*
forum.php?mod=post*
connect.php
config/
api.php
*mobile=yes*
*?mod=misc*
*?mod=attachment*
themes/
xmlrpc.php
admin
images/
templates/
plus/stow.php
plus/search.php
plus/rss.php
plus/recommend.php
plus/mytag_js.php
plus/feedback_js.php
plus/count.php
cgi-bin/
user/
templets
scripts/
plus/shops_buyaction.php
plus/posttocar.php
plus/erraddsave.php
plus/disdls.php
plus/carbuyaction.php
plus/car.php
plus/advancedsearch.php
plus/ad_js.php
member/
index.php
include
css/
ajax/
1000prosm.php
:
wp-includes/
user
search
language/
install.php
cgi-bin
cache/
LICENSE.txt
user/register/
user/password/
user/login/
update.php
register/
profiles/
plugins/
page/
node/add/
misc/
error/
cron.php
common/
comment/reply/
UPGRADE.txt
MAINTAINERS.txt
INSTALL.txt
INSTALL.pgsql.txt
INSTALL.mysql.txt
CHANGELOG.txt
*?*
upload/
tag/
order/
mediamainlog.php
logs/
lib/
inc/
fcmedianet.js
commons/
cmedianet
cmdynet
click.php
category/
__media__/js/templates.js
?q=user/register/
?q=user/password/
?q=user/login/
?q=search/
?q=node/add/
?q=comment/reply/
?q=admin/
*gclid
*.swf
ywidget
wp-content/themes
wp-content/plugins
wp-admin
wingBanner/
usr-bin
udaup.php
txt4.php
txt3.php
txt2.php
txt1.php
tns/
timetable
super-product*
static/*.html
socs.js
skin/
search_ds/
remittance/
redirect
recipes/
rd2
rd1
primer-informers.php
price_item.aspx
poiskmainz2.php
photoupload/
payment/
pay1000/in.php
openapi/
obyavi.php
new-product*
new-product
new-b-product*
new-b-product
manage/
login.php
kabinet.php
jsp/
informer.php
info/rules
index
help.php?
help.php
goo2.php
goo.php
fonts/
firm/*/*.aspx
estate/teaseritems
estate/firmestate/firm
download/
doski/sendpismo.php
doski/senddoski.php
doski/
doski.php/doski.php
csagent/
community/
chatping/
catalog/spravochnaia-aptek.aspx
catalog/search*.aspx
catalog/raion.aspx
catalog/drugstore.aspx
catalog/default.aspx
catalog/alert.aspx
cart
cabinet
blank_paket2.php
blank_paket.php
bitrix/
banks/request
b-product*
b-product
auth/
auth.php
aff-bin
advert.php
abuse.php
aboutinformer2.php
aboutinformer
5let.php
2012.php
1000text.php
1000servis.php
1000rassil.php
1000rassil
1000prosm
1000perex.php
1000paket
1000p.php
*register=yes
*print_course=Y
*logout=yes
*login=yes
*forgot_password=yes
*change_password=yes
*bitrix_*=
*backurl=*
*back_url_admin=*
*back_url=*
*auth=yes
*BACK_URL=*
*BACKURL=*
*?print=
*&print=
*search*
*products
*print
*mark_id*
*add*
*/trackback
wp-register.php
wp-includes
wp-content/cache
v/
user/logout/
upgrade/
tourdesc
text
temp/
tag
system/
statistics.html
services/
search*
save
plus/
personal/
order-option
opinion
note
message.php
media/
logout/
login/
libraries/
languages/
installation/
include/
img/
help/
final
filter/tips/
engine/go.php
engine/download.php
detail/
delay
counters
contact/
components/
cert/
catalog/
cart/
board/
blocks/
basket/
apps/
administrator/
INSTALL.sqlite.txt
?q=user/logout/
?q=filter/tips/
?level=12
?
404.html
*x=
*utm_source=*
*utm_medium=*
*utm_content=*
*utm_campaign=*
*utm
*tourpoisk
*subaction=userinfo
*sputprtn
*search
*print=
*openstat
*level=liger*
*img/managers/docs/
*ggl
*from=mail
*do=stats
*do=pm
*do=lostpassword
*do=lastcomments
*do=feedback
*do=addnews
*act=viewinfo*
*_openstat
*WorkingVersion
*Chld
*?vidget
*?mode=viewprofile
*?from=begun
*?fb_xd_fragment
*?
*/page=
*.gif$
espacepro*
developpeurs/
?&what=
z/
y/
xmlrpc/
xml/
xls_redirect/
wp-trackback
wp-login.php
wp-comments
widget-118218/*
webpage/
wap/
vodnik/tep/
vodnik/sekret/
vodnik/includes/
vodnik/htdocs/
vodnik/cgi-bin/
vklad/id
video/
video-recepty
users/
traf/map/
trackback
top-sellers/
survey.php
subcatalog/
store
sms/
signup
signaler-erreur/*
signaler-erreur/
shop/
services
sendurl
sendcard
send
search.asp
scripts/iefix.js
scheme
rules.html
route/
respond.php
require/
report.html
register/vip_pay.html
register.php
region.php
referers_list.php
redo_form/
redirect/
receive.php
realty_map_data/
quanto-vale-seu-apartamento/passo*
pw_app.php
pw_api.php
pw_ajax.php
profile.php
profile
product_by_id/
product/
pp/
post.php
pm
phpmailer/
pdd/user/stats/
pdd/themes/
pdd/random/
pdd/init/
pdd/exam/
pdd/change/
pda/
parking.php4
panier.html
pages/displayCalculatorV2/
owners/
out/
out.php
offers/buy/
notebooks/brand-packard%20bell/
notebooks/brand-/
network/
nalog?calc
myauto
mst/cache/images/
mode/
mobile/
members
mail/
loyalty/
logout
lang/
kurs/undefined
kurs/news/
kurs/mforecast/
kurs/RSS/
kredit/id
js_no_index/
job.php
ipdata/
interest/
install
ingredients/
infrastructure/get_geo/
index_dev.php
index/
index.php/
index$
imprimer/*
imprimer/
htdocs/
how_to_choose/95728/
hack/
groups
goods_script.php
go
games/*/play
game/*/play
gallery.php
gal/
forumcp.php
forum/language/
forum/db/
forum/cgi-bin/
forum/cache/
forum/admin/
feeds/
feed.php
examples/my-components/
examples/download/download_private/
engine/ajax/
eng
email/
e-store/paid/detail.php
e-store/affiliates/
dynamic
dle-rules-page.html
developpeurs/*
deprecated_browser.html
denunciar-anuncio/
db/autos/*?p
db/autos.html?r
db/
cycle_image.php
customer/
cswjjd/
cssikexin/
createcard
content1
content/links/my/
content/board/my/
content
contacts/*
complaint/
comparemod/*_vs$
comparemod/$
compare/*_vs$
communication/forum/user/
communication/forum/search/
communication/blog/search.php
comments/feed/
comments
comment.php
collection/
cms/FR-FR/pneu-hiver/saison/hiver/VREDESTEIN/MICHELIN/X-ICE-XI3.html
cms/FR-FR/pneu-hiver/saison/hiver/HANKOOK/VREDESTEIN/MICHELIN/ALPIN-5.html
cms/FR-FR/pneu-4x4/pneu/4x4/TOYO/ATTURO/BRIDGESTONE/INSA-TURBO/BRIDGESTONE/ATTURO/AZ800.html
cms/FR-FR/pneu-4x4/pneu/4x4/HANKOOK/HANKOOK/DYNAPRO-MT-RT03.html
cms/FR-FR/pneu-4x4/pneu/4x4/BRIDGESTONE/BRIDGESTONE/TOYO/INSA-TURBO/HANKOOK/BF-GOODRICH/INSA-TURBO/RANGER.html
cms/FR-FR/pneu-4x4/pneu/4x4/BF-GOODRICH/BRIDGESTONE/DUELER-A-T-694.html
cms/FR-FR/pneu-4x4/pneu/4x4/ATTURO/BF-GOODRICH/ALL-TERRAIN-T-A-KO.html
club/search/
club/messages/
club/log/
club/group/search/
club/gallery/tags/
club/forum/search/
club/$
ck.php
checkout
chatgatewaycounts/
catégorie/
catalog/product_compare/
cars/question/
captcha.php
bundles/*
blogs
bin.aspx?ID*
bbs/uc_server/
bbs/uc_client/
bbs/template/
bbs/static/
bbs/source/
bbs/search.php
bbs/misc.php
bbs/member.php
bbs/install/
bbs/home.php?mod=spacecp*
bbs/forum.php?mod=redirect*
bbs/forum.php?mod=post*
bbs/data/
bbs/config/
bbs/api/
bbs/api.php
bbs/admin.php
basket/add/*
bank/upload.php
author
attachment/
asc/
archive/
appointment/
api
annuaire-professio/
amy695806155/
ajax.php
affiche.php
admin2.php
admin*
addnews.html
active.php
about/actions/
ErrorLog/
?q=logout/
?q=contact/
?q=*
?msk
?favorites
?*
7294873
405.html
13629693
*utm_source=
*subpart=*
*struct_id=*
*register
*price_min=
*price_max=
*pid=
*orderby=*
*order=*
*name=
*minprice=*
*member*
*maxprice=*
*level=12*
*index.php$
*index.php
*image
*from=adwords
*filter_sended=
*do=register
*detail.php
*ajax=
*add_search=*
*action=DELETE_FROM_COMPARE_LIST
*action=BUY
*action=ADD_TO_COMPARE_LIST
*action=ADD2BASKET
*_openstat=
*Ya_
*SHOWALL_1=
*QUERY=
*Password
*PAGE_NAME=user_post
*PAGE_NAME=search
*PAGE_NAME=detail_slide_show
*?yclid
*?st*
*?pm*
*?pdg
*?brand_
*?adm
*/slide_show/
*/search/
*/page-1/
*/gallery/*order=*
*/?_openstat
*.php
*.pdf
*.jpg$
*.aspx$
*.asp*
*&st*
*&pm*
*?page=1
*?action
*?
*/print/
*/from_ya
*/feed
*/comments
*/brand-/*
*/OID_*
*/?view=*
*/?sort=*
*/?lang.ru
*/?f=*
*.swf
*&
you
www2.123i.com.br
robots.txt
m.123i.com.br
ex:
arch.php
admin.php
笠勝電子有限公司-找工作機會-68848493.htm
~
zxjc/
zulin/admin/
zrlist.aspx
zozm/
zoomify/
zhuanti/reiz/admin/
zhongda/admin/
zhiyucainuan/
zhicheng/admin/
zapomenute_prihlasovaci_udaje.html
yzjj/
ypxsmg/
ypxrzg/
ypxomg/
ypxhmg/
yp/my/
yp/*.asp?*
yp/*.asp$
youhui_n/
youhui/*.asp?*
youhui/*.asp$
ylyat/
yjx001/
yesterday/
year/
xml_feeds/
xml
xian/zhuanti
xhzd/
xd_receiver.htm
wuaiext/
wsauto/admin/
write_a_review.php
wp-trackback.php
wp-settings.php
wp-rss2.php
wp-rss.php
wp-rdf.php
wp-pass.php
wp-mail.php
wp-links-opml.php
wp-feed.php
wp-content/plugins/
wp-content/cache/
wp-content/
wp-config.php
wp-commentsrss2.php
wp-comments-post.php
wp-blog-header.php
wp-atom.php
work1
wishlist/
wishlist
wish/
wind/
wiki/
widget/head/login
why/*
week/
wed_n/
wed/*.asp?*
wed/*.asp$
webservices/
weborder/
webgame/
webchatcce
wb/
watch*
wangyingran
wagon/admin/
w/
vote/
vodnik/tmp/
vod-show-id-*-p-*.html$
vod-show*up*.html$
vod-show*hits*.html$
vod-search-*
vod-play*.html$
vocabulary/
visitorregister*
visitbelgrade.rs/
visitbelgrade.net/
vipcard/
vip/
vip
views/
viewimg_*
view.php
vietnamese/--------------------------
videos/sponsor-story/
version-info/
velikosrce/
va/
v5/weborder/
v5/action/secweborder/
v5/PayCenter/
v3_specialnr/
v3_login/qzonelogin.html
v3_index/wrong.html
v1_popup/*
v1_home/*
uuseeimg/
users/popup/*
users/headermenu
users/ajax/*
userauth/
user/.
user/*
user.php
user.asp*
upvoted/
uploads/
uploadfiles/
upload.php
upimg/
upfile/*
updates/
uncategorized/test/
ui/
ugc/
ucc
uc
ubeogradu.rs/
txt*
tv_stanice_xml/
tupush/
tuan/*.asp?*
tuan/*.asp$
travel/$
translator/
translate/
transfer/
tranergy
trackback/
toutiaohuandeng*
topusers/
topusers.php
topten
topic/*/smart/
top.asp
tools07073
tools/
today/
to.htm?*
thumb.php
thread.php
text/*
tentarComprar/*
temporada/*?r&
temporada/*?q=
tempcache/
tempImages/
tel-domain-registration/
tbxl/
sys
syjc/
sydh/
sycon/
sycg2009/
survey/importCarownerData.aspx
survey/SurveyFiles
suggestion_keywords/autocomplete_suggestion
submit/
submit.php
story/sponsor-story/
story/draft/
story.php
store_n/
store/*.asp?*
store/*.asp$
stats/count
stats/
station_ok/
static
stars/
ssl
ssi/
ssd/
src/
sponsors/
spider-trap
sou-corretor-de-imoveis/
softeval.asp?*
soft/previewimg.asp?softid=*
soft/previewimg.asp
soft/list.asp?classid=*
soft/list.asp
soft/download.asp?softid=*
soft/download.asp
so/
skins/
sjhd
sitesearch.asp*
sites/
simple/
signup*
signin
sign-out.html
sign-in.html
showpro.aspx
showerr.asp
shoppingcart.html
shopping_cart
shopping-item/*
shop/shopmember/
shop/admin/
shitou/
shimisi/
shengyuan/admin/
share/
shangjiahudong
sezioni/976/test-approvazione
sezioni/949/condizioni-generali-dei-servizi-offerti
sezioni/1423/news-estate
sezioni/1369/palinsesto-24-30-agosto
sezioni/1367/palinsesto-17-23-agosto
sezioni/1366/palinsesto-10-16-agosto
sezioni/1363/palinsesto-3-9-agosto
sezioni/1352/html5-webradio
sezioni/1343/mobile-layout-test
sezioni/1320/primo-piano-app-105
sezioni/1306/ylenia
sezioni/1292/il-blog-di-leone-dilernia
sezioni/1269/widget-news
sezioni/1051/prova-diretta
sezioni/1006/test
servis-za-prodavce/
services/*
servicequery
serverList/
server/
senyang/
sendpwd.php
seminarprojects/tag/
sell/*?*
selection_station_de_montage/
securimage/
secure/
seasons_commu/*
searchurl/
searchurl.php
search_keywords/*
search_*
searchProduct.ac
search.asp?word=*
school-lunch/*
save_data.asp
save-pro*
save-biz*
sales/
sales
sakura/
s/tao/
rss/
rss.xml
rss-feeds/
rongji/admin/
robot/
rjs/
reviews-Ratings
reviews
result/
result.php
resource/activity/buyingingroup/index.html
res/
related/*
rel/q/
register.html
regAndAsk.html*
recommended/
recherche
recent/
readme.html
read.php
rd/
rd.php*
random
qy_xx.aspx
qy_pro.aspx
qy_msg.aspx
qy_about.aspx
quisDizer/
quero-contribuir-com-informacoes/*
quero-comercializar-meu-apartamento/*
qqlive.html
qqlive.htm
qqajax.php
qiushengzhilu*
qiche/*.asp?*
qiche/*.asp$
pwr/simplyink/pwr/6n66vqj2/rawdata/
pwr/simplyink/pwr/6n66vqj2/debug.html
pwr/4inkjets/pwr/n9kd9e5d/rawdata/
pwr/4inkjets/pwr/n9kd9e5d/debug.html
pwr/123inkjets/pwr/885jwpi5/rawdata/
pwr/123inkjets/pwr/885jwpi5/debug.html
pw8/
publish/
public_html/
psreports/
psp/
psc/
profile/
produits/
produits-de-bar/contact_us.php
products/
productreview/
product/solutions/solutions/legal_notice/about/index.html
product/service/service/legal_notice/about/about_us.html
product/list.aspx
product/legal_notice/product/supervision/company_news/index.html
product/legal_notice/cooperation/solutions/about/supervision/product/mall.html
product/legal_notice/cooperation/legal_notice/solutions/company_news/supervision/joinus.html
product/legal_notice/cooperation/legal_notice/solutions/company_news/20140412v2.html
product/legal_notice/cooperation/company_news/company_news/index.html
product/index.aspx
product/cooperation/company_news/service/legal_notice/index.html
product/company_news/supervision/company_news/cooperation/policy.html
product/company_news/service/company_news/solutions/index.html
product/company_news/legal_notice/supervision/legal_notice/index.html
product/company_news/legal_notice/cooperation/service/index.html
product/company_news/cooperation/company_news/solutions/index.html
product/company_news/about/legal_notice/supervision/index.html
product/advertisement.html
product.ac
pro/*/reserva*
pro/*/rating/*
pro/*/ldr*
pro/*/date*
pro/*/contents*
pro/*/contacts*
pro/*/bizmedia*
pro/*/biz*
private
pri_submit.asp
post1/
post/*?*
post/*.asp?*
post/*.asp$
pomoc-a-kontakt/kontakt/
poll/
poisk/
pma/
plus/list.php?tid=2078&TotalResult=410&PageNo=
plus/list.php?tid=2078
plugin.php?id=*
player/*
pingrong/
picture-gallery/sponsor-story/
pic/
pianor/
phpsso_server
phpcms
phonebook/*.asp?*
phonebook/*.asp$
phb/jfb.htm*
pharmacies/
perto-de-mim/
personal_ads/
permalink/
peradmin/*
pdf/
pdf.asp
pay/
parapharmacie/pharmacies/
panier
pages/interactives/sponsor-story/
page_confirm.asp
pageRight.html*
page.php
p.html
organiserenquiry
order
optsale/last/toshiba_u500_1f4.html
optsale/last/toshiba_u500_1dq.html
optsale/last/toshiba_u500_18p.html
optsale/last/toshiba_t130_16u.html
optsale/last/toshiba_t110_12g.html
optsale/last/toshiba_qosmio_x500_110.html

View File

@ -1,499 +0,0 @@
api/
admin/
wp-admin/
template/
data/
search/
install/
admin.php
tupian
js/
member.php
includes/
uc_client/
userapp.php?mod=app&*
uc_server/
tmp/
static/
source/
search.php
modules/
misc.php
home.php?mod=spacecp*
forum.php?mod=redirect*
forum.php?mod=post*
connect.php
config/
api.php
*mobile=yes*
*?mod=misc*
*?mod=attachment*
themes/
xmlrpc.php
admin
images/
templates/
plus/stow.php
plus/search.php
plus/rss.php
plus/recommend.php
plus/mytag_js.php
plus/feedback_js.php
plus/count.php
cgi-bin/
user/
templets
scripts/
plus/shops_buyaction.php
plus/posttocar.php
plus/erraddsave.php
plus/disdls.php
plus/carbuyaction.php
plus/car.php
plus/advancedsearch.php
plus/ad_js.php
member/
index.php
include
css/
ajax/
1000prosm.php
:
wp-includes/
user
search
language/
install.php
cgi-bin
cache/
LICENSE.txt
user/register/
user/password/
user/login/
update.php
register/
profiles/
plugins/
page/
node/add/
misc/
error/
cron.php
common/
comment/reply/
UPGRADE.txt
MAINTAINERS.txt
INSTALL.txt
INSTALL.pgsql.txt
INSTALL.mysql.txt
CHANGELOG.txt
*?*
upload/
tag/
order/
mediamainlog.php
logs/
lib/
inc/
fcmedianet.js
commons/
cmedianet
cmdynet
click.php
category/
__media__/js/templates.js
?q=user/register/
?q=user/password/
?q=user/login/
?q=search/
?q=node/add/
?q=comment/reply/
?q=admin/
*gclid
*.swf
ywidget
wp-content/themes
wp-content/plugins
wp-admin
wingBanner/
usr-bin
udaup.php
txt4.php
txt3.php
txt2.php
txt1.php
tns/
timetable
super-product*
static/*.html
socs.js
skin/
search_ds/
remittance/
redirect
recipes/
rd2
rd1
primer-informers.php
price_item.aspx
poiskmainz2.php
photoupload/
payment/
pay1000/in.php
openapi/
obyavi.php
new-product*
new-product
new-b-product*
new-b-product
manage/
login.php
kabinet.php
jsp/
informer.php
info/rules
index
help.php?
help.php
goo2.php
goo.php
fonts/
firm/*/*.aspx
estate/teaseritems
estate/firmestate/firm
download/
doski/sendpismo.php
doski/senddoski.php
doski/
doski.php/doski.php
csagent/
community/
chatping/
catalog/spravochnaia-aptek.aspx
catalog/search*.aspx
catalog/raion.aspx
catalog/drugstore.aspx
catalog/default.aspx
catalog/alert.aspx
cart
cabinet
blank_paket2.php
blank_paket.php
bitrix/
banks/request
b-product*
b-product
auth/
auth.php
aff-bin
advert.php
abuse.php
aboutinformer2.php
aboutinformer
5let.php
2012.php
1000text.php
1000servis.php
1000rassil.php
1000rassil
1000prosm
1000perex.php
1000paket
1000p.php
*register=yes
*print_course=Y
*logout=yes
*login=yes
*forgot_password=yes
*change_password=yes
*bitrix_*=
*backurl=*
*back_url_admin=*
*back_url=*
*auth=yes
*BACK_URL=*
*BACKURL=*
*?print=
*&print=
*search*
*products
*print
*mark_id*
*add*
*/trackback
wp-register.php
wp-includes
wp-content/cache
v/
user/logout/
upgrade/
tourdesc
text
temp/
tag
system/
statistics.html
services/
search*
save
plus/
personal/
order-option
opinion
note
message.php
media/
logout/
login/
libraries/
languages/
installation/
include/
img/
help/
final
filter/tips/
engine/go.php
engine/download.php
detail/
delay
counters
contact/
components/
cert/
catalog/
cart/
board/
blocks/
basket/
apps/
administrator/
INSTALL.sqlite.txt
?q=user/logout/
?q=filter/tips/
?level=12
?
404.html
*x=
*utm_source=*
*utm_medium=*
*utm_content=*
*utm_campaign=*
*utm
*tourpoisk
*subaction=userinfo
*sputprtn
*search
*print=
*openstat
*level=liger*
*img/managers/docs/
*ggl
*from=mail
*do=stats
*do=pm
*do=lostpassword
*do=lastcomments
*do=feedback
*do=addnews
*act=viewinfo*
*_openstat
*WorkingVersion
*Chld
*?vidget
*?mode=viewprofile
*?from=begun
*?fb_xd_fragment
*?
*/page=
*.gif$
espacepro*
developpeurs/
?&what=
z/
y/
xmlrpc/
xml/
xls_redirect/
wp-trackback
wp-login.php
wp-comments
widget-118218/*
webpage/
wap/
vodnik/tep/
vodnik/sekret/
vodnik/includes/
vodnik/htdocs/
vodnik/cgi-bin/
vklad/id
video/
video-recepty
users/
traf/map/
trackback
top-sellers/
survey.php
subcatalog/
store
sms/
signup
signaler-erreur/*
signaler-erreur/
shop/
services
sendurl
sendcard
send
search.asp
scripts/iefix.js
scheme
rules.html
route/
respond.php
require/
report.html
register/vip_pay.html
register.php
region.php
referers_list.php
redo_form/
redirect/
receive.php
realty_map_data/
quanto-vale-seu-apartamento/passo*
pw_app.php
pw_api.php
pw_ajax.php
profile.php
profile
product_by_id/
product/
pp/
post.php
pm
phpmailer/
pdd/user/stats/
pdd/themes/
pdd/random/
pdd/init/
pdd/exam/
pdd/change/
pda/
parking.php4
panier.html
pages/displayCalculatorV2/
owners/
out/
out.php
offers/buy/
notebooks/brand-packard%20bell/
notebooks/brand-/
network/
nalog?calc
myauto
mst/cache/images/
mode/
mobile/
members
mail/
loyalty/
logout
lang/
kurs/undefined
kurs/news/
kurs/mforecast/
kurs/RSS/
kredit/id
js_no_index/
job.php
ipdata/
interest/
install
ingredients/
infrastructure/get_geo/
index_dev.php
index/
index.php/
index$
imprimer/*
imprimer/
htdocs/
how_to_choose/95728/
hack/
groups
goods_script.php
go
games/*/play
game/*/play
gallery.php
gal/
forumcp.php
forum/language/
forum/db/
forum/cgi-bin/
forum/cache/
forum/admin/
feeds/
feed.php
examples/my-components/
examples/download/download_private/
engine/ajax/
eng
email/
e-store/paid/detail.php
e-store/affiliates/
dynamic
dle-rules-page.html
developpeurs/*
deprecated_browser.html
denunciar-anuncio/
db/autos/*?p
db/autos.html?r
db/
cycle_image.php
customer/
cswjjd/
cssikexin/
createcard
content1
content/links/my/
content/board/my/
content
contacts/*
complaint/
comparemod/*_vs$
comparemod/$
compare/*_vs$
communication/forum/user/
communication/forum/search/
communication/blog/search.php
comments/feed/
comments
comment.php
collection/
cms/FR-FR/pneu-hiver/saison/hiver/VREDESTEIN/MICHELIN/X-ICE-XI3.html
cms/FR-FR/pneu-hiver/saison/hiver/HANKOOK/VREDESTEIN/MICHELIN/ALPIN-5.html
cms/FR-FR/pneu-4x4/pneu/4x4/TOYO/ATTURO/BRIDGESTONE/INSA-TURBO/BRIDGESTONE/ATTURO/AZ800.html
cms/FR-FR/pneu-4x4/pneu/4x4/HANKOOK/HANKOOK/DYNAPRO-MT-RT03.html
cms/FR-FR/pneu-4x4/pneu/4x4/BRIDGESTONE/BRIDGESTONE/TOYO/INSA-TURBO/HANKOOK/BF-GOODRICH/INSA-TURBO/RANGER.html
cms/FR-FR/pneu-4x4/pneu/4x4/BF-GOODRICH/BRIDGESTONE/DUELER-A-T-694.html
cms/FR-FR/pneu-4x4/pneu/4x4/ATTURO/BF-GOODRICH/ALL-TERRAIN-T-A-KO.html
club/search/
club/messages/
club/log/
club/group/search/
club/gallery/tags/
club/forum/search/
club/$
ck.php
checkout
chatgatewaycounts/
catégorie/
catalog/product_compare/
cars/question/
captcha.php
bundles/*
blogs
bin.aspx?ID*