Skip to content
Snippets Groups Projects
  1. Sep 13, 2019
  2. Apr 08, 2019
  3. Jan 24, 2019
  4. 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
  5. Sep 11, 2018
  6. Feb 02, 2018
  7. Jan 01, 2018
    • Rubén Dávila's avatar
      Allow logged in user to change his password · 6304fe44
      Rubén Dávila authored
      Users were unable to change their password through the "Reset password"
      link that was sent to their email if they were logged in. This is due to
      a default controller filter from Devise that requires the user to not be
      logged in in order to use this link.
      6304fe44
  8. Nov 23, 2017
  9. Sep 01, 2017
  10. Jul 13, 2017
    • Robin Bobbitt's avatar
      Fixes needed when GitLab sign-in is not enabled · 672a68d3
      Robin Bobbitt authored
      When sign-in is disabled:
       - skip password expiration checks
       - prevent password reset requests
       - don’t show Password tab in User Settings
       - don’t allow login with username/password for Git over HTTP requests
       - render 404 on requests to Profiles::PasswordsController
      672a68d3
  11. Mar 04, 2016
  12. Dec 10, 2015
  13. Oct 02, 2015
  14. Sep 30, 2015
  15. Jun 19, 2015
  16. May 16, 2015
  17. May 11, 2015
  18. Jan 24, 2015
  19. Mar 18, 2014
  20. Jun 24, 2013
  21. Jun 13, 2013
Loading