gitlab-org--gitlab-foss/app/controllers
Yorick Peterse c1f9403e45
Use Prev/Next pagination for exploring projects
This changes the pagination of the "Explore" pages so they use a simpler
pagination system that only shows "Prev" and "Next" buttons. This
removes the need for getting the total number of rows to display, a
process that can easily take up to 2 seconds when browsing through a
large list of projects.

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/27390
2017-08-14 13:53:42 +02:00
..
admin Cache Appearance instances in Redis 2017-08-10 12:45:49 +02:00
ci Remove deprecated legacy CI project status badge 2017-03-01 14:48:44 +01:00
concerns Delete correct key from `session` after authenticating using U2F 2017-08-11 10:54:03 +00:00
dashboard Use a specialized class for querying events 2017-08-10 17:45:49 +02:00
explore Use Prev/Next pagination for exploring projects 2017-08-14 13:53:42 +02:00
groups Native group milestones 2017-07-07 15:08:49 +00:00
import Enable the Layout/SpaceBeforeBlockBraces cop 2017-08-09 11:52:22 +02:00
oauth Add a rubocop rule to check if a method 'redirect_to' is used without explicitly set 'status' in 'destroy' actions of controllers 2017-06-07 09:45:16 +11:00
profiles extract setter as before_action 2017-07-27 15:46:03 +02:00
projects Remove unused `redirect_to_external_issue_tracker` method 2017-08-10 09:27:27 +02:00
sherlock Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
snippets Support comments for personal snippets 2017-05-05 15:45:49 +02:00
abuse_reports_controller.rb Fix errors caused by attempts to report already blocked or deleted users 2017-06-28 14:37:14 -03:00
application_controller.rb Enable the Layout/SpaceBeforeBlockBraces cop 2017-08-09 11:52:22 +02:00
autocomplete_controller.rb Fixes the user order being overriden in the autocomplete controller 2017-07-14 16:31:45 +01:00
confirmations_controller.rb Disable automatic login feature when clicking on email confirmation links 2016-12-31 10:58:08 -05:00
dashboard_controller.rb Use a specialized class for querying events 2017-08-10 17:45:49 +02:00
groups_controller.rb Use a specialized class for querying events 2017-08-10 17:45:49 +02:00
health_check_controller.rb Remove the need to use health check token 2017-07-05 00:46:11 +02:00
health_controller.rb Merge branch '33949-remove-healthcheck-access-token' into 'master' 2017-07-11 08:51:27 +00:00
help_controller.rb Don't perform Devise trackable updates on blocked User records 2017-02-10 11:51:14 -05:00
invites_controller.rb Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
jwt_controller.rb Enable Style/DotPosition Rubocop 👮 2017-06-21 13:48:12 +00:00
koding_controller.rb Don't perform Devise trackable updates on blocked User records 2017-02-10 11:51:14 -05:00
metrics_controller.rb Remove the need to use health check token 2017-07-05 00:46:11 +02:00
notification_settings_controller.rb
omniauth_callbacks_controller.rb [EE Backport] Update log audit event in omniauth_callbacks_controller.rb 2017-08-07 20:10:24 +00:00
passwords_controller.rb Fixes needed when GitLab sign-in is not enabled 2017-07-13 10:08:27 -04:00
profiles_controller.rb fix profiles spec 2017-06-23 12:52:36 +02:00
projects_controller.rb Add option to disable project export on instance 2017-08-11 12:22:37 -04:00
registrations_controller.rb Add a rubocop rule to check if a method 'redirect_to' is used without explicitly set 'status' in 'destroy' actions of controllers 2017-06-07 09:45:16 +11:00
root_controller.rb Fix the redirect to custom home page URL and move it to RootController 2017-02-27 16:51:23 +01:00
search_controller.rb Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
sent_notifications_controller.rb
sessions_controller.rb Backport some recent changes related to LDAP from EE 2017-07-27 08:45:16 -05:00
snippets_controller.rb Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
unicorn_test_controller.rb Better categorize test coverage results 2017-08-11 10:59:11 -04:00
uploads_controller.rb Support uploads for newly created personal snippets 2017-06-07 07:52:41 +02:00
users_controller.rb refactor async calendar data 2017-07-18 17:05:41 -05:00