-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rodrigo #46
Open
correar
wants to merge
4
commits into
PicPay:master
Choose a base branch
from
correar:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Rodrigo #46
Commits on Sep 18, 2018
-
API Get all paginate by 15 API Get search Nome and Username Field order by list 1 and 2 View Get all View Search new file: app/Console/Kernel.php new file: app/Exceptions/Handler.php new file: app/Http/Controllers/Auth/ForgotPasswordController.php new file: app/Http/Controllers/Auth/LoginController.php new file: app/Http/Controllers/Auth/RegisterController.php new file: app/Http/Controllers/Auth/ResetPasswordController.php new file: app/Http/Controllers/Auth/VerificationController.php new file: app/Http/Controllers/Controller.php new file: app/Http/Controllers/UserController.php new file: app/Http/Kernel.php new file: app/Http/Middleware/Authenticate.php new file: app/Http/Middleware/CheckForMaintenanceMode.php new file: app/Http/Middleware/EncryptCookies.php new file: app/Http/Middleware/RedirectIfAuthenticated.php new file: app/Http/Middleware/TrimStrings.php new file: app/Http/Middleware/TrustProxies.php new file: app/Http/Middleware/VerifyCsrfToken.php new file: app/Providers/AppServiceProvider.php new file: app/Providers/AuthServiceProvider.php new file: app/Providers/BroadcastServiceProvider.php new file: app/Providers/EventServiceProvider.php new file: app/Providers/RouteServiceProvider.php new file: app/User.php new file: artisan new file: bootstrap/app.php new file: bootstrap/cache/.gitignore new file: composer.json new file: composer.lock new file: config/app.php new file: config/auth.php new file: config/broadcasting.php new file: config/cache.php new file: config/database.php new file: config/filesystems.php new file: config/hashing.php new file: config/logging.php new file: config/mail.php new file: config/queue.php new file: config/services.php new file: config/session.php new file: config/view.php new file: database/.gitignore new file: database/factories/UserFactory.php new file: database/migrations/2014_10_12_000000_create_users_table.php new file: database/migrations/2014_10_12_100000_create_password_resets_table.php new file: database/migrations/2018_09_17_153618_list1.php new file: database/migrations/2018_09_17_153806_list2.php new file: database/seeds/DatabaseSeeder.php new file: docker-compose.yml new file: package-lock.json new file: package.json new file: phpunit.xml new file: public/.htaccess new file: public/css/app.css new file: public/favicon.ico new file: public/index.php new file: public/js/app.js new file: public/mix-manifest.json new file: public/robots.txt new file: public/svg/403.svg new file: public/svg/404.svg new file: public/svg/500.svg new file: public/svg/503.svg new file: public/web.config new file: readme.md new file: resources/assets/js/components/passport/AuthorizedClients.vue new file: resources/assets/js/components/passport/Clients.vue new file: resources/assets/js/components/passport/PersonalAccessTokens.vue new file: resources/js/app.js new file: resources/js/bootstrap.js new file: resources/js/components/ExampleComponent.vue new file: resources/lang/en/auth.php new file: resources/lang/en/pagination.php new file: resources/lang/en/passwords.php new file: resources/lang/en/validation.php new file: resources/sass/_variables.scss new file: resources/sass/app.scss new file: resources/views/search.blade.php new file: resources/views/welcome.blade.php new file: routes/api.php new file: routes/channels.php new file: routes/console.php new file: routes/web.php new file: server.php new file: storage/app/.gitignore new file: storage/app/public/.gitignore new file: storage/framework/.gitignore new file: storage/framework/cache/.gitignore new file: storage/framework/sessions/.gitignore new file: storage/framework/testing/.gitignore new file: storage/framework/views/.gitignore new file: storage/logs/.gitignore new file: tests/CreatesApplication.php new file: tests/Feature/ExampleTest.php new file: tests/TestCase.php new file: tests/Unit/ExampleTest.php new file: webpack.mix.js
Configuration menu - View commit details
-
Copy full SHA for 355fd2a - Browse repository at this point
Copy the full SHA 355fd2aView commit details -
Updated index View function Update View search Searching by name and username order by list1 and 2 modified: app/Http/Controllers/UserController.php modified: resources/views/search.blade.php
Configuration menu - View commit details
-
Copy full SHA for 59a503f - Browse repository at this point
Copy the full SHA 59a503fView commit details
Commits on Sep 19, 2018
-
Update Controller and view to add pagination
modified: app/Http/Controllers/UserController.php modified: resources/views/search.blade.php
Configuration menu - View commit details
-
Copy full SHA for 7012bac - Browse repository at this point
Copy the full SHA 7012bacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b734e7 - Browse repository at this point
Copy the full SHA 5b734e7View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.