Skip to content
Snippets Groups Projects
  1. Sep 13, 2019
  2. Jul 23, 2019
  3. Mar 21, 2019
  4. Feb 19, 2019
    • Stan Hu's avatar
      Make Admin::UsersController work with Ruby 2.6 · e87c255d
      Stan Hu authored
      Ruby 2.6 introduced `Enumerable#filter`, which takes no arguments.
      Attempting to call `filter` on an `ActiveRecord::Relation` with a scope
      will fail with a `wrong number of arguments (given 1, expected 0)`
      message because the `Enumerable#filter` implementation overrides the
      delegated `ActiveRecord::Relation#filter` method.
      
      To make Admin::UsersController compatible with Ruby 2.6, rename
      `User.filter` to `User.filter_items`.
      e87c255d
  5. Feb 12, 2019
    • Robert Speicher's avatar
      Admin section finds users case-insensitively · 12c70e63
      Robert Speicher authored
      Previously, if you entered a username in the URL manually to view a
      specific user, the lookup was done case-sensitively, despite usernames
      being case-insensitive, often resulting in a 404. We now use the same
      `find_routable!` logic as the non-admin Users controller.
      Unverified
      12c70e63
  6. Nov 29, 2018
    • Imre (Admin)'s avatar
      Add config to disable impersonation · bd3a4840
      Imre (Admin) authored
      Adds gitlab.impersonation_enabled config option defaulting to true to
      keep the current default behaviour.
      
      Only the act of impersonation is modified, impersonation token
      management is not affected.
      Unverified
      bd3a4840
  7. Sep 19, 2018
    • gfyoung's avatar
      Enable frozen string in app/controllers/**/*.rb · 73322a0e
      gfyoung authored
      Enables frozen string for the following:
      
      * app/controllers/*.rb
      * app/controllers/admin/**/*.rb
      * app/controllers/boards/**/*.rb
      * app/controllers/ci/**/*.rb
      * app/controllers/concerns/**/*.rb
      
      Partially addresses #47424.
      73322a0e
  8. Sep 11, 2018
  9. Jul 09, 2018
  10. Jun 25, 2018
  11. Apr 04, 2018
  12. Sep 28, 2017
  13. Sep 23, 2017
  14. Sep 11, 2017
  15. Sep 08, 2017
    • Rubén Dávila's avatar
      Revert "Merge branch... · 52a2423e
      Rubén Dávila authored
      Revert "Merge branch '35012-navigation-add-option-to-change-navigation-color-palette' into 'master'"
      
      This reverts merge request !13619
      52a2423e
  16. Sep 07, 2017
  17. Sep 06, 2017
  18. Aug 31, 2017
  19. Jun 23, 2017
  20. Jun 06, 2017
  21. Jun 05, 2017
  22. Mar 27, 2017
  23. Mar 09, 2017
  24. Feb 15, 2017
  25. Feb 06, 2017
Loading