An error occurred fetching the project authors.
  1. 28 Dec, 2015 1 commit
  2. 24 Dec, 2015 1 commit
  3. 22 Sep, 2015 1 commit
  4. 23 Aug, 2015 1 commit
  5. 31 Jul, 2015 1 commit
  6. 29 Jul, 2015 1 commit
  7. 03 Jul, 2015 1 commit
  8. 23 Jun, 2015 1 commit
  9. 28 May, 2015 1 commit
  10. 24 Mar, 2015 1 commit
  11. 04 Dec, 2014 1 commit
  12. 03 Nov, 2014 1 commit
  13. 15 Sep, 2014 1 commit
    • jubianchi's avatar
      Improve error reporting on users API · 998cd3cb
      jubianchi authored
      * users (#6878, #3526, #4209): Validation error messages are now exposed through 400 responses, 409 response are sent in case of duplicate email or username
      * MRs (#5335): 409 responses are sent in case of duplicate merge request (source/target branches), 422 responses are sent when submiting MR fo/from unrelated forks
      * issues
      * labels
      * projects
      998cd3cb
  14. 30 Jun, 2014 1 commit
  15. 26 Jun, 2014 1 commit
  16. 13 Jun, 2014 1 commit
  17. 18 Apr, 2014 1 commit
    • Timm Friebe's avatar
      Implement GET /users/:uid/keys for admin users · 05e792b4
      Timm Friebe authored
      Complements POST operation added in gitlabhq/gitlabhq#3146
      
      Implement DELETE /users/:uid/keys/:id for admin users
      
      Fix "Line is too long. [83/80]"
      
      Use single quotes as advised
      
      Use single quotes as advised
      
      Use single quotes as advised
      
      Fix missing space around { and }
      
      Fix typo in documentation
      
      Only catch  ActiveRecord::RecordNotFound, let other exceptions propagate
      
      Raise a "404 Not found" if key to be deleted cannot be found
      As requested by @jvanbaarsen in https://github.com/gitlabhq/gitlabhq/pull/6781#discussion_r11735114
      
      Remove tab
      Unconfigured vim on this box, grrrr./
      05e792b4
  18. 19 Jan, 2014 1 commit
  19. 18 Jan, 2014 1 commit
  20. 14 Dec, 2013 1 commit
  21. 29 Sep, 2013 1 commit
  22. 11 Sep, 2013 2 commits
  23. 14 May, 2013 1 commit
  24. 06 May, 2013 1 commit
  25. 16 Apr, 2013 1 commit
  26. 19 Mar, 2013 1 commit
  27. 18 Mar, 2013 1 commit
  28. 17 Mar, 2013 1 commit
  29. 13 Mar, 2013 1 commit
  30. 05 Mar, 2013 1 commit
  31. 27 Feb, 2013 1 commit
  32. 20 Feb, 2013 1 commit
    • Sebastian Ziebell's avatar
      API: fixes return codes, documentation updated with status codes, tests added · 1b97a2ee
      Sebastian Ziebell authored
      The users API updated with return codes, e.g. if required parameters are missing
      a `400 Bad Request` error is returned instead of `404`. Fixes return codes of functions,
      e.g. deletion of a ssh key is an idempotent function now.
      The API documentation is updated to reflect the current status of the API. Descriptions
      are more detailed and complete, infos to return values are added to all functions.
      1b97a2ee
  33. 18 Dec, 2012 1 commit
  34. 12 Dec, 2012 1 commit
    • 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
  35. 23 Nov, 2012 1 commit
  36. 19 Oct, 2012 2 commits
  37. 02 Oct, 2012 2 commits