Modif API rights

This commit is contained in:
Baptiste Marty 2020-11-30 22:42:25 +01:00
parent fbeedfe882
commit 1b721ce7e1
210 changed files with 3 additions and 0 deletions

0
api_proximo/.editorconfig Normal file → Executable file
View file

0
api_proximo/.env.example Normal file → Executable file
View file

0
api_proximo/.gitattributes vendored Normal file → Executable file
View file

0
api_proximo/.gitignore vendored Normal file → Executable file
View file

0
api_proximo/.styleci.yml Normal file → Executable file
View file

0
api_proximo/README.md Normal file → Executable file
View file

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

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

0
api_proximo/app/Http/Controllers/ArticleController.php Normal file → Executable file
View file

View file

View file

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

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

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

0
api_proximo/app/Http/Middleware/EncryptCookies.php Normal file → Executable file
View file

View file

View file

0
api_proximo/app/Http/Middleware/TrimStrings.php Normal file → Executable file
View file

0
api_proximo/app/Http/Middleware/TrustHosts.php Normal file → Executable file
View file

0
api_proximo/app/Http/Middleware/TrustProxies.php Normal file → Executable file
View file

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

0
api_proximo/app/Http/Validation/ArticleValidation.php Normal file → Executable file
View file

View file

0
api_proximo/app/Http/Validation/LoginValidation.php Normal file → Executable file
View file

0
api_proximo/app/Models/Article.php Normal file → Executable file
View file

0
api_proximo/app/Models/Categorie.php Normal file → Executable file
View file

0
api_proximo/app/Models/User.php Normal file → Executable file
View file

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

0
api_proximo/app/Providers/AuthServiceProvider.php Normal file → Executable file
View file

0
api_proximo/app/Providers/BroadcastServiceProvider.php Normal file → Executable file
View file

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

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

0
api_proximo/artisan Normal file → Executable file
View file

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

0
api_proximo/bootstrap/cache/.gitignore vendored Normal file → Executable file
View file

0
api_proximo/composer.json Normal file → Executable file
View file

0
api_proximo/composer.lock generated Normal file → Executable file
View file

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

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

0
api_proximo/config/broadcasting.php Normal file → Executable file
View file

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

0
api_proximo/config/cors.php Normal file → Executable file
View file

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

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

0
api_proximo/config/hashing.php Normal file → Executable file
View file

0
api_proximo/config/logging.php Normal file → Executable file
View file

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

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

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

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

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

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

0
api_proximo/database/factories/UserFactory.php Normal file → Executable file
View file

0
api_proximo/database/seeders/DatabaseSeeder.php Normal file → Executable file
View file

0
api_proximo/package-lock.json generated Normal file → Executable file
View file

0
api_proximo/package.json Normal file → Executable file
View file

0
api_proximo/phpunit.xml Normal file → Executable file
View file

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

0
api_proximo/public/favicon.ico Normal file → Executable file
View file

0
api_proximo/public/index.php Normal file → Executable file
View file

0
api_proximo/public/robots.txt Normal file → Executable file
View file

0
api_proximo/public/web.config Normal file → Executable file
View file

0
api_proximo/resources/css/app.css vendored Normal file → Executable file
View file

0
api_proximo/resources/js/app.js vendored Normal file → Executable file
View file

0
api_proximo/resources/js/bootstrap.js vendored Normal file → Executable file
View file

0
api_proximo/resources/lang/en/auth.php Normal file → Executable file
View file

0
api_proximo/resources/lang/en/pagination.php Normal file → Executable file
View file

0
api_proximo/resources/lang/en/passwords.php Normal file → Executable file
View file

0
api_proximo/resources/lang/en/validation.php Normal file → Executable file
View file

0
api_proximo/resources/views/welcome.blade.php Normal file → Executable file
View file

0
api_proximo/routes/api.php Normal file → Executable file
View file

0
api_proximo/routes/channels.php Normal file → Executable file
View file

0
api_proximo/routes/console.php Normal file → Executable file
View file

0
api_proximo/routes/web.php Normal file → Executable file
View file

0
api_proximo/server.php Normal file → Executable file
View file

0
api_proximo/storage/app/.gitignore vendored Normal file → Executable file
View file

0
api_proximo/storage/app/public/.gitignore vendored Normal file → Executable file
View file

0
api_proximo/storage/framework/.gitignore vendored Normal file → Executable file
View file

0
api_proximo/storage/framework/cache/.gitignore vendored Normal file → Executable file
View file

0
api_proximo/storage/framework/cache/data/.gitignore vendored Normal file → Executable file
View file

0
api_proximo/storage/framework/sessions/.gitignore vendored Normal file → Executable file
View file

0
api_proximo/storage/framework/testing/.gitignore vendored Normal file → Executable file
View file

0
api_proximo/storage/framework/views/.gitignore vendored Normal file → Executable file
View file

0
api_proximo/storage/logs/laravel.log Normal file → Executable file
View file

0
api_proximo/tests/CreatesApplication.php Normal file → Executable file
View file

0
api_proximo/tests/Feature/ExampleTest.php Normal file → Executable file
View file

0
api_proximo/tests/TestCase.php Normal file → Executable file
View file

0
api_proximo/tests/Unit/ExampleTest.php Normal file → Executable file
View file

0
api_proximo/webpack.mix.js vendored Normal file → Executable file
View file

1
data/stock-v2.json Normal file

File diff suppressed because one or more lines are too long

1
data/stock.json Normal file

File diff suppressed because one or more lines are too long

1
data/stock.json.bak Normal file

File diff suppressed because one or more lines are too long

BIN
uploaded_images/10.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 KiB

BIN
uploaded_images/100.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

BIN
uploaded_images/101.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

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