Skip to content
Snippets Groups Projects
  1. Oct 09, 2013
  2. May 14, 2013
  3. May 06, 2013
  4. Apr 16, 2013
  5. Mar 19, 2013
  6. Mar 18, 2013
  7. Mar 17, 2013
  8. Mar 13, 2013
  9. Mar 05, 2013
  10. Feb 27, 2013
  11. Feb 20, 2013
    • 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
  12. Dec 18, 2012
  13. 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
  14. Nov 23, 2012
  15. Oct 19, 2012
  16. Oct 02, 2012
  17. Sep 21, 2012
  18. Sep 03, 2012
  19. Aug 10, 2012
  20. Jun 29, 2012
Loading