change permission

This commit is contained in:
root
2021-07-06 08:03:48 +00:00
parent dc868ab336
commit ae67bf2a97
1555 changed files with 462 additions and 98 deletions

0
.env.example Normal file → Executable file
View File

0
.gitattributes vendored Normal file → Executable file
View File

0
.gitignore vendored Normal file → Executable file
View File

0
.htaccess Normal file → Executable file
View File

0
.vscode/settings.json vendored Normal file → Executable file
View File

0
app/Commands/Command.php Normal file → Executable file
View File

0
app/Console/Commands/Inspire.php Normal file → Executable file
View File

0
app/Console/Kernel.php Normal file → Executable file
View File

0
app/Events/Event.php Normal file → Executable file
View File

0
app/Exceptions/Handler.php Normal file → Executable file
View File

0
app/Handlers/Commands/.gitkeep Normal file → Executable file
View File

0
app/Handlers/Events/.gitkeep Normal file → Executable file
View File

0
app/Http/Controllers/ApiController.php Normal file → Executable file
View File

0
app/Http/Controllers/Auth/AuthController.php Normal file → Executable file
View File

0
app/Http/Controllers/Auth/PasswordController.php Normal file → Executable file
View File

0
app/Http/Controllers/Controller.php Normal file → Executable file
View File

0
app/Http/Controllers/CustomAuthController.php Normal file → Executable file
View File

0
app/Http/Controllers/HomeController.php Normal file → Executable file
View File

0
app/Http/Controllers/MainController.php Normal file → Executable file
View File

0
app/Http/Controllers/PatternsController.php Normal file → Executable file
View File

0
app/Http/Controllers/PrintPatternController.php Normal file → Executable file
View File

0
app/Http/Controllers/SizesController.php Normal file → Executable file
View File

0
app/Http/Controllers/SportsController.php Normal file → Executable file
View File

0
app/Http/Controllers/TemplatesController.php Normal file → Executable file
View File

0
app/Http/Controllers/WelcomeController.php Normal file → Executable file
View File

0
app/Http/Controllers/cliparts/ClipartsController.php Normal file → Executable file
View File

0
app/Http/Controllers/designer/DesignerController.php Normal file → Executable file
View File

0
app/Http/Controllers/paypal/PaypalController.php Normal file → Executable file
View File

0
app/Http/Controllers/teamstore/TeamStoreController.php Normal file → Executable file
View File

0
app/Http/Controllers/user/UserController.php Normal file → Executable file
View File

0
app/Http/Kernel.php Normal file → Executable file
View File

0
app/Http/Middleware/Authenticate.php Normal file → Executable file
View File

0
app/Http/Middleware/CheckTeamStorePassword.php Normal file → Executable file
View File

0
app/Http/Middleware/Cors.php Normal file → Executable file
View File

0
app/Http/Middleware/IsAdmin.php Normal file → Executable file
View File

0
app/Http/Middleware/IsUser.php Normal file → Executable file
View File

0
app/Http/Middleware/RedirectIfAuthenticated.php Normal file → Executable file
View File

0
app/Http/Middleware/VerifyCsrfToken.php Normal file → Executable file
View File

0
app/Http/Middleware/isAuthorized.php Normal file → Executable file
View File

0
app/Http/Requests/Request.php Normal file → Executable file
View File

0
app/Http/routes.php Normal file → Executable file
View File

0
app/Models/ApiModel.php Normal file → Executable file
View File

0
app/Models/MainModel.php Normal file → Executable file
View File

0
app/Models/PatternsModel.php Normal file → Executable file
View File

0
app/Models/PrintPatternModel.php Normal file → Executable file
View File

0
app/Models/SizesModel.php Normal file → Executable file
View File

0
app/Models/SportsModel.php Normal file → Executable file
View File

0
app/Models/TemplatesModel.php Normal file → Executable file
View File

0
app/Models/cliparts/ClipartsModel.php Normal file → Executable file
View File

0
app/Models/designer/DesignerModel.php Normal file → Executable file
View File

0
app/Models/paypal/PayPalModel.php Normal file → Executable file
View File

0
app/Models/teamstore/TeamStoreModel.php Normal file → Executable file
View File

0
app/Models/user/UserModel.php Normal file → Executable file
View File

0
app/Providers/AppServiceProvider.php Normal file → Executable file
View File

0
app/Providers/BusServiceProvider.php Normal file → Executable file
View File

0
app/Providers/ConfigServiceProvider.php Normal file → Executable file
View File

0
app/Providers/EventServiceProvider.php Normal file → Executable file
View File

0
app/Providers/RouteServiceProvider.php Normal file → Executable file
View File

0
app/Services/Registrar.php Normal file → Executable file
View File

0
app/Traits/CaptchaTrait.php Normal file → Executable file
View File

0
app/User.php Normal file → Executable file
View File

0
artisan Normal file → Executable file
View File

0
bootstrap/app.php Normal file → Executable file
View File

0
bootstrap/autoload.php Normal file → Executable file
View File

0
composer.json Normal file → Executable file
View File

560
composer.lock generated Normal file → Executable file

File diff suppressed because it is too large Load Diff

0
config/app.php Normal file → Executable file
View File

0
config/auth.php Normal file → Executable file
View File

0
config/cache.php Normal file → Executable file
View File

0
config/compile.php Normal file → Executable file
View File

0
config/database.php Normal file → Executable file
View File

0
config/filesystems.php Normal file → Executable file
View File

0
config/laravel-analytics.php Normal file → Executable file
View File

0
config/mail.php Normal file → Executable file
View File

0
config/queue.php Normal file → Executable file
View File

0
config/services.php Normal file → Executable file
View File

0
config/session.php Normal file → Executable file
View File

0
config/site_config.php Normal file → Executable file
View File

0
config/view.php Normal file → Executable file
View File

0
database/.gitignore vendored Normal file → Executable file
View File

0
database/migrations/.gitkeep Normal file → Executable file
View File

View File

View File

0
database/seeds/.gitkeep Normal file → Executable file
View File

0
database/seeds/DatabaseSeeder.php Normal file → Executable file
View File

0
gulpfile.js Normal file → Executable file
View File

0
index.php Normal file → Executable file
View File

0
package.json Normal file → Executable file
View File

0
phpspec.yml Normal file → Executable file
View File

0
phpunit.xml Normal file → Executable file
View File

0
public/.htaccess Normal file → Executable file
View File

0
public/api/usaCities.json Normal file → Executable file
View File

0
public/assets/css/bootstrap-theme.css vendored Normal file → Executable file
View File

0
public/assets/css/bootstrap-theme.css.map Normal file → Executable file
View File

0
public/assets/css/bootstrap-theme.min.css vendored Normal file → Executable file
View File

0
public/assets/css/bootstrap-theme.min.css.map Normal file → Executable file
View File

0
public/assets/css/bootstrap.css vendored Normal file → Executable file
View File

0
public/assets/css/bootstrap.css.map Normal file → Executable file
View File

0
public/assets/css/bootstrap.min.css vendored Normal file → Executable file
View File

0
public/assets/css/bootstrap.min.css.map Normal file → Executable file
View File

Some files were not shown because too many files have changed in this diff Show More