summaryrefslogtreecommitdiff
path: root/app/controllers/application_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow password authentication to be disabled entirelyMarkus Koller2017-11-231-1/+1
* Impersonation no longer gets stuck on password change.Tiago Botelho2017-11-201-1/+5
* Merge branch '18040-rubocop-line-break-after-guard-clause' into 'master'Rémy Coutable2017-11-201-0/+1
|\
| * Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
* | Applied some code review commentsFrancisco Lopez2017-11-171-2/+1
* | Some fixes after rebaseFrancisco Lopez2017-11-171-24/+0
* | Fix OAuth API and RSS rate limitingMichael Kozono2017-11-171-1/+1
* | Add request throttlesMichael Kozono2017-11-171-2/+10
|/
* Remove authentication using user.private_tokenDouwe Maan2017-11-021-4/+3
* URI decode Page-Title header to preserve UTF-8 charactersToon Claes2017-10-201-1/+1
* Fix username and ID not logging in production_json.log for Git activitysh-fix-username-loggingStan Hu2017-10-041-3/+12
* Encode Page-Title header as ISO-8859-1Douwe Maan2017-09-261-1/+2
* Add Page-Title header to tree and blob JSON endpointsDouwe Maan2017-09-261-0/+6
* Rollsback changes made to signing_enabled.Tiago Botelho2017-09-011-1/+1
* Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-1/+1
* GRPC::Unavailable (< GRPC::BadStatus) is wrapped in a CommandErrorBob Van Landuyt2017-08-071-1/+1
* Add a Circuitbreaker for storage pathsBob Van Landuyt2017-08-041-0/+22
* Add remote IP, user ID and username to JSON lograge outputsh-augment-lograge-outputStan Hu2017-07-281-0/+10
* Fixes needed when GitLab sign-in is not enabledRobin Bobbitt2017-07-131-1/+1
* Allow to enable the performance bar per user or Flipper groupRémy Coutable2017-07-061-16/+1
* Log rescued exceptions to Sentrysh-log-application-controller-exceptions-sentryStan Hu2017-07-041-0/+2
* Add rescue_from(ActionController::UnknownFormat) in Application ControllerPawel Chojnacki2017-06-201-0/+4
* Fix linting, route, and specsRémy Coutable2017-06-091-1/+1
* Small adjustmentsRémy Coutable2017-06-091-0/+2
* Don't use Pygment,rb, use Rouge instead, and put peek-pg in the :postgres groupRémy Coutable2017-06-091-0/+1
* New performance bar that can be enabled with the `p b` shortcutRémy Coutable2017-06-091-1/+14
* Merge branch '32748-emails-are-being-sent-with-the-wrong-language' into 'master'Douwe Maan2017-05-251-6/+2
|\
| * Bugfix: Always use the default language when generating emails.32748-emails-are-being-sent-with-the-wrong-languageRuben Davila2017-05-251-6/+2
* | atom links with rss token instead of private tokenAlexis Reigel2017-05-241-7/+25
|/
* Merge request widget redesignFatih Acet2017-05-091-1/+4
* Redirect from redirect routes to canonical routesMichael Kozono2017-05-051-1/+1
* More updates for translations plus some refactoring.Ruben Davila2017-05-031-9/+5
* First round of updates from the code review.Ruben Davila2017-05-021-4/+11
* Merge branch 'master' into 28433-internationalise-cycle-analytics-pageRuben Davila2017-05-021-0/+4
|\
| * Resolve "Add more tests for spec/controllers/projects/builds_controller_spec.rb"Dosuken shinya2017-04-281-0/+4
* | Fix Rubocop complains plus some small refactorRuben Davila2017-04-191-0/+1
* | Set locale through controller filterRuben Davila2017-04-131-0/+6
|/
* Extract 2FA-related code from ApplicationControllerMarkus Koller2017-04-061-39/+1
* Support 2FA requirement per-groupMarkus Koller2017-04-061-2/+10
* Move AuthHelper#two_factor_skippable? into ApplicationControllerMarkus Koller2017-04-061-0/+7
* Don't try to find a user by personal_access_token if the token is nilRémy Coutable2017-03-221-2/+5
* use the policy stack to protect loginshttp://jneen.net/2017-03-091-1/+1
* use a magic default :global symbol instead of nilhttp://jneen.net/2017-03-091-1/+1
* Make Warden set_user hook validate user ip uniqunessPawel Chojnacki2017-03-061-1/+1
* Remove unecessary calls to limit_user!, UniqueIps Middleware, and address MR ...Pawel Chojnacki2017-03-061-0/+4
* Stop setting Strict-Transport-Securty header from within the appPaweł Chojnacki2017-03-031-4/+0
* Fix the redirect to custom home page URL and move it to RootController28609-fix-redirect-to-home-page-urlRémy Coutable2017-02-271-21/+0
* Enable Performance/RedundantBlockCallDouwe Maan2017-02-231-1/+1
* No more and/orDouwe Maan2017-02-211-4/+4
* Don't perform Devise trackable updates on blocked User recordsrs-warden-blocked-usersRobert Speicher2017-02-101-16/+1