Skip to content
Snippets Groups Projects
  1. Apr 03, 2013
  2. Mar 27, 2013
  3. Mar 26, 2013
  4. Mar 25, 2013
  5. Mar 15, 2013
  6. Mar 13, 2013
  7. Mar 05, 2013
  8. Mar 04, 2013
  9. Feb 26, 2013
  10. Feb 19, 2013
  11. Feb 18, 2013
  12. Feb 14, 2013
    • Jaakko Kantojärvi's avatar
      Add option to disable username changing · ba65f291
      Jaakko Kantojärvi authored
      This option allows to disable users from changing their username.
      
      This is very usefull in environments using strong internal authentication methods like ldap, pam or shibboleth.
      
      You can allow users to change theyr username in these environments, but then new users (users loging in first time) is blocked from gitlab is her username exists.
      ba65f291
  13. Feb 13, 2013
  14. Feb 12, 2013
  15. Jan 31, 2013
  16. Jan 25, 2013
  17. Jan 24, 2013
  18. Jan 21, 2013
  19. Jan 17, 2013
  20. Jan 18, 2013
  21. Jan 07, 2013
  22. Jan 05, 2013
  23. Jan 04, 2013
  24. Jan 02, 2013
  25. Dec 30, 2012
  26. Dec 27, 2012
  27. Dec 14, 2012
  28. Dec 12, 2012
    • Cyril's avatar
      Validates presence of User#name · 63d9373a
      Cyril authored
      The 2 reasons are :
      - creation of user fail if name is empty : in after_save, it tries to create a
      namespace with namespace.name = user.name and namespece validates presence
      Namespace#name
      - in the web app links to team members are broken with empty User#name because
      they are of the form <a href'...'> user.name </a>
      63d9373a
Loading