1. 14 2月, 2013 2 次提交
    • S
      API: fixes return code when creating last project before reaching limit · 7e45ba70
      Sebastian Ziebell 提交于
      When creating the last project via API when reaching the project limit a status code
      of 404 (Not found) is returned instead of 201 (Created). The fix checks now correctly if
      the project could be saved.
      7e45ba70
    • S
      API: tests to show incorrect behavior when reaching project limit · 1a01fc0c
      Sebastian Ziebell 提交于
      When reaching the project limit the API returns an error code 404 on the last possible
      project. The project itself is created and is available in the database (seems valid).
      A similar behavior can be observed when reaching the project limit via web client, but
      in this case the user is notified that the maximum number of projects is reached. The project
      itself is still created and can be accessed.
      
      Tests are added to check the behavior when reaching the project limit or one tries
      to exceed it via the API.
      1a01fc0c
  2. 13 2月, 2013 15 次提交
  3. 12 2月, 2013 20 次提交
  4. 11 2月, 2013 3 次提交