- Sep 30, 2015
-
-
Valery Sizov authored
-
- Sep 15, 2015
-
-
Valery Sizov authored
-
- May 14, 2015
-
-
Valery Sizov authored
-
- Mar 29, 2015
-
-
Nihad Abbasov authored
-
- Mar 24, 2015
-
-
Stephan van Leeuwen authored
Also updated example request url Added changelog item
-
- Mar 08, 2015
-
-
Vinnie Okada authored
Allow admins to use restricted visibility levels when creating or updating projects.
-
- Feb 06, 2015
-
-
Dmitriy Zaporozhets authored
-
- Jan 22, 2015
-
-
Mika Mäenpää authored
-
- Jan 12, 2015
-
-
Marin Jankovski authored
-
- Jan 09, 2015
-
-
Marin Jankovski authored
-
- Dec 30, 2014
-
-
Marin Jankovski authored
-
- Dec 29, 2014
-
-
Stephan van Leeuwen authored
-
Stephan van Leeuwen authored
Changed from using cases to set the sort variable, to use a one line if/else statement
-
Stephan van Leeuwen authored
Added support for order_by and sort parameters, to sort the projects by the specified values. Updated projects api documentation including the order_by and sort parameters
-
- Nov 14, 2014
-
-
Ciro Santilli authored
-
- Oct 23, 2014
-
-
Vinnie Okada authored
Always delete repositories from the filesystem when deleting a project.
-
- Oct 07, 2014
-
-
Vinnie Okada authored
Update the project API controller to use `Projects::DestroyService` instead of calling `Project#destroy` directly. Also add an optional parameter, `:keep_repo`, that allows a project to be deleted without deleting the repository, wiki, and satellite from disk.
-
- Oct 01, 2014
-
-
Bernhard Kaindl authored
This change adds POST /projects/fork/:id to the API for forking a project into the namespace of the authenticated user, like the "create fork" link in the GUI does. It also calls the same code. Failure and permission checks (except for conflict) are already implemented and handled in ForkService and the API, so the added code is simple and does not alter anything.
-
- Sep 15, 2014
-
-
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
-
- Aug 13, 2014
-
-
Robert Schilling authored
-
- Aug 11, 2014
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Jul 30, 2014
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Jul 28, 2014
-
-
Sasha Joseph authored
-
- Jun 13, 2014
-
-
Dmitriy Zaporozhets authored
To prevent leaking of users info we reduce amount of user information retrieved via API for normal users. What user can get via API: * if not admin: only id, state, name, username and avatar_url * if admin: all user information * about himself: all informaion Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Jun 06, 2014
-
-
Nihad Abbasov authored
-
- Mar 23, 2014
-
-
Ábner Silva de Oliveira authored
-
- Mar 21, 2014
-
-
Ábner Silva de Oliveira authored
-
- Mar 17, 2014
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Feb 13, 2014
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Jan 19, 2014
-
-
skv authored
-
- Jan 16, 2014
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Dec 09, 2013
-
-
Maxime Brugidou authored
-
- Nov 27, 2013
-
-
Jason Hollingsworth authored
Added visibility_level icons to project view (rather than just text). Added public projects to search results. Added ability to restrict visibility levels standard users can set.
-
- Nov 18, 2013
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Nov 06, 2013
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Oct 09, 2013
-
-
Dmitriy Zaporozhets authored
-
- Oct 03, 2013
-
-
Dmitriy Zaporozhets authored
Share project with group using API. You must be a master or owner of project in order to do it. POST /projects/:id/share Parameters: id (required) - The ID of a project group_id (required) - The ID of a group group_access (required) - Level of permissions for sharing
-
- Sep 24, 2013
-
-
Izaak Alpert authored
Change-Id: I1bdd3608d3b46924b5da3ae282c99f85ee4e0dab
-