summaryrefslogtreecommitdiff
path: root/lib/api/projects.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable Style/MultilineArrayBraceLayoutDouwe Maan2017-02-231-1/+2
* Enable Style/SpaceInsideBracketsDouwe Maan2017-02-231-1/+1
* Add housekeeping endpoint for Projects APIMark Fletcher2017-02-221-0/+13
* API: Moved `DELETE /projects/:id/star` to `POST /projects/:id/unstar`api-star-restfulRobert Schilling2017-02-201-1/+1
* API: Consolidate /projects endpointToon Claes2017-02-141-55/+4
* Move /projects/fork/:id to /projects/:id/fork14492-change-fork-endpointOswaldo Ferreira2017-02-131-1/+1
* API: remove `public` param for projectsToon Claes2017-02-071-15/+4
* Unify projects search by removing /projects/:search endpointOswaldo Ferreira2017-01-301-16/+0
* Merge branch 'sandish/gitlab-ce-update_ret_val' into 'master' Robert Speicher2017-01-161-4/+4
|\
| * Add a spec and actually display the flash noticeRémy Coutable2017-01-161-4/+4
* | Merge branch 'dot-in-project-queries' into 'master' Rémy Coutable2017-01-161-1/+1
|\ \ | |/ |/|
| * Add a constraint on the query parameter to allow querying for projects with d...Bruno Melli2017-01-141-1/+1
* | Add more storage statisticsMarkus Koller2016-12-211-37/+43
* | Consistently use current_user in API entitiesMarkus Koller2016-12-211-6/+6
|/
* Allow public access to some Project API endpoints4269-public-apiRémy Coutable2016-12-011-10/+18
* Grapify the projects APIgrapify-projects-apiRobert Schilling2016-11-281-313/+265
* API: Introduce `#find_project!` which also check access permissionRémy Coutable2016-11-241-1/+1
* API: Add endpoint to delete a group shareapi-delete-group-shareRobert Schilling2016-11-231-0/+13
* Add setting to only allow merge requests to be merged when all discussions ar...Rodolfo Santos2016-11-041-3/+6
* Merge branch 'api-fix-project-group-sharing' into 'security'Rémy Coutable2016-10-111-0/+6
* Tidy up project list actionsben.boeckel/gitlab-ce-api-visible-projectsSean McGivern2016-10-051-28/+24
* api: add /projects/visible API endpointBen Boeckel2016-10-041-0/+15
* Expose project share expiration_date field on APIissue_22382Felipe Artur2016-09-281-5/+6
* API: Return 404 when trying to fork to unaccessible namespaceRémy Coutable2016-09-221-1/+3
* Allow to set request_access_enabled for groups and projects using APIFelipe Artur2016-09-191-42/+47
* Use Search::GlobalService.new in the `GET /projects/search/:query` endpointrc-api-use-search-globalservice-in-projects-search-apiRémy Coutable2016-09-121-12/+3
* Search should compare only the lowercase versions of the project namesRazzeee2016-09-091-1/+1
* Higher code quality for fork to namespace APIOlaf Tomalka2016-09-061-1/+0
* Improved code quality on API fork namespace featureOlaf Tomalka2016-09-061-3/+6
* Added fork API paremeter for a specific namespaceOlaf Tomalka2016-09-061-2/+14
* Project tools visibility levelFelipe Artur2016-09-011-1/+1
* Renamed `enable_lfs` to `lfs_enabled` for the Project field, and related fixes.project-specific-lfsPatricio Cano2016-08-301-5/+7
* Added CHANGELOG, documentation, and API functionalityPatricio Cano2016-08-301-2/+6
* expose 'only_allow_merge_if_build_succeeds' project setting in the APIMarc Dequènes (Duck)2016-08-241-3/+6
* Clean up project destructionclean-up-project-destroyStan Hu2016-08-101-1/+1
* Replace parse_boolean with to_booleanRobert Schilling2016-07-201-1/+1
* removes basicprojectwithaccess and replaces it with basicprojectdetailstiagonbotelho2016-07-121-1/+1
* changes the usage of simpleprojectdetails to already implemented basicproject...tiagonbotelho2016-07-121-11/+0
* adds basic functionality to the new endpoint of the apitiagonbotelho2016-07-121-0/+11
* changes string to symbol in paramtiagonbotelho2016-07-121-1/+1
* adds test to check json fields on simple request and changes the url request ...tiagonbotelho2016-07-121-1/+1
* changes the usage of simpleprojectdetails to already implemented basicproject...tiagonbotelho2016-07-121-12/+5
* adds basic functionality to the new endpoint of the apitiagonbotelho2016-07-121-2/+11
* implements filter_paramstiagonbotelho2016-07-121-0/+2
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-2/+0
* Merge remote-tracking branch 'origin/master' into docker-registryKamil Trzcinski2016-05-131-1/+1
|\
| * Restrict starred projects to viewable onesSean McGivern2016-05-101-1/+1
* | Rename `images` to `container_registry`Kamil Trzcinski2016-05-091-5/+5
* | Make images_enabled configurableKamil Trzcinski2016-04-291-0/+5
|/
* Styling changes to code and docsRobert Schilling2016-04-131-1/+3