| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add share_with_group_lock to CE optional params block28017-separate-ce-params-on-api | Oswaldo Ferreira | 2017-04-10 | 1 | -0/+1 |
| | | |||||
| * | Separate CE params on Grape API | Oswaldo Ferreira | 2017-04-10 | 1 | -1/+5 |
| | | |||||
| * | Remove the User#is_admin? method | blackst0ne | 2017-04-09 | 1 | -1/+1 |
| | | |||||
| * | ProjectsFinder should handle more options | Jacopo | 2017-04-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Extended ProjectFinder in order to handle the following options: - current_user - which user use - project_ids_relation: int[] - project ids to use - params: - trending: boolean - non_public: boolean - starred: boolean - sort: string - visibility_level: int - tags: string[] - personal: boolean - search: string - non_archived: boolean GroupProjectsFinder now inherits from ProjectsFinder. Changed the code in order to use the new available options. | ||||
| * | Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ↵ | Rémy Coutable | 2017-03-16 | 1 | -2/+2 |
| | | | | | | | API routes Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | Expose Group VisibilityLevel as String | Toon Claes | 2017-03-02 | 1 | -3/+3 |
| | | | | | | Instead of exposing the VisibilityLevel as Integer, expose it as String `visibility`. | ||||
| * | API: Use parameter to get owned groups instead of dedicated endpoint | Robert Schilling | 2017-02-24 | 1 | -12/+4 |
| | | |||||
| * | API: Consolidate /projects endpoint | Toon Claes | 2017-02-14 | 1 | -0/+3 |
| | | | | | | | | | | | | It consolidates these endpoints: - /projects - /projects/owned - /projects/visible - /projects/starred - /projects/all Into the /projects endpoint using query parameters. | ||||
| * | Merge branch 'dz-nested-groups-api' into 'master' | Dmitriy Zaporozhets | 2017-02-09 | 1 | -0/+1 |
| |\ | | | | | | | | | Nested groups API See merge request !9034 | ||||
| | * | Add nested groups to the APIdz-nested-groups-api | Dmitriy Zaporozhets | 2017-02-08 | 1 | -0/+1 |
| | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | | Fix inconsistent naming for services that delete things | dixpac | 2017-02-08 | 1 | -1/+1 |
| |/ | | | | | | * Changed name of delete_user_service and worker to destroy * Move and change delete_group_service to Groups::DestroyService * Rename Notes::DeleteService to Notes::DestroyService | ||||
| * | Fix groups API to accept path when transferring a project | Mark Fletcher | 2017-01-03 | 1 | -3/+3 |
| | | | | | * Use standard helpers for finding group and project | ||||
| * | Add more storage statistics | Markus Koller | 2016-12-21 | 1 | -3/+18 |
| | | | | | | | | | | | | | | This adds counters for build artifacts and LFS objects, and moves the preexisting repository_size and commit_count from the projects table into a new project_statistics table. The counters are displayed in the administration area for projects and groups, and also available through the API for admins (on */all) and normal users (on */owned) The statistics are updated through ProjectCacheWorker, which can now do more granular updates with the new :statistics argument. | ||||
| * | Consistently use current_user in API entities | Markus Koller | 2016-12-21 | 1 | -7/+7 |
| | | |||||
| * | API: Ability to get group's project in simple representationapi-simple-group-project | Robert Schilling | 2016-12-13 | 1 | -1/+4 |
| | | |||||
| * | API: Fix groups filter | Robert Schilling | 2016-12-12 | 1 | -1/+10 |
| | | |||||
| * | Use the pagination helper in the APIuse-pagination-helper | Robert Schilling | 2016-12-04 | 1 | -2/+10 |
| | | |||||
| * | Merge branch '22373-reduce-queries-in-api-helpers-find_project' into 'master' | Yorick Peterse | 2016-11-25 | 1 | -4/+4 |
| |\ | | | | | | | | | Resolve "Reduce queries in API::Helpers#find_project" See merge request !7714 | ||||
| | * | API: Introduce `#find_group!` which also check access permission22373-reduce-queries-in-api-helpers-find_project | Rémy Coutable | 2016-11-24 | 1 | -4/+4 |
| | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | | Don't convert data which already is the target typeapi-no-convert | Robert Schilling | 2016-11-24 | 1 | -1/+1 |
| |/ | |||||
| * | Allow sorting groups in APIsort-api-groups | Sean McGivern | 2016-11-17 | 1 | -0/+4 |
| | | | | | | | Allow `order_by` and `sort` parameters to `/api/v3/groups.json`. At present, only ordering by name and path is supported, and the default sort is name ascending (alphabetical order). | ||||
| * | Grapify the group API | Robert Schilling | 2016-11-15 | 1 | -82/+74 |
| | | |||||
| * | Added API endpoint groups/owned | Borja Aparicio | 2016-11-08 | 1 | -0/+10 |
| | | |||||
| * | Backport Group API code that was added in EE onlybackport-ee-js-groups-api | Rémy Coutable | 2016-10-31 | 1 | -0/+3 |
| | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | fix group links 404 | barthc | 2016-10-05 | 1 | -0/+3 |
| | | |||||
| * | Allow to set request_access_enabled for groups and projects using API | Felipe Artur | 2016-09-19 | 1 | -12/+14 |
| | | |||||
| * | Added group-specific setting for LFS. | Patricio Cano | 2016-09-15 | 1 | -2/+4 |
| | | | | | Groups can enable/disable LFS, but this setting can be overridden at the project level. Admin only | ||||
| * | Project tools visibility level | Felipe Artur | 2016-09-01 | 1 | -1/+1 |
| | | |||||
| * | use a nil subject when we want to check global abilities | http://jneen.net/ | 2016-08-30 | 1 | -1/+1 |
| | | |||||
| * | Fix groups API to list only user's accessible projects | Stan Hu | 2016-05-24 | 1 | -2/+1 |
| | | | | | Closes #17496 | ||||
| * | Fix minor issues according development guidelines | Robert Schilling | 2016-04-12 | 1 | -6/+4 |
| | | |||||
| * | API: Ability to update a group | Robert Schilling | 2016-04-12 | 1 | -2/+28 |
| | | |||||
| * | Tweaks, refactoring, and specs | Douwe Maan | 2016-03-20 | 1 | -1/+1 |
| | | |||||
| * | Add API group projects endpoint. | Douwe Maan | 2015-12-07 | 1 | -0/+12 |
| | | |||||
| * | Fix transferring of project to another group using the API. | Douwe Maan | 2015-07-11 | 1 | -2/+2 |
| | | |||||
| * | Wrap group removal into service | Dmitriy Zaporozhets | 2015-06-03 | 1 | -1/+1 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Merge pull request #9066 from jirutka/fix-6417 | Dmitriy Zaporozhets | 2015-05-03 | 1 | -2/+2 |
| |\ | | | | | Fix #6417: users with group permission should be able to create groups via API | ||||
| | * | Fix #6417: users with group permission should be able to create groups via API | Robert Schilling | 2015-03-31 | 1 | -2/+2 |
| | | | |||||
| * | | Rename manage_group ability to admin_group for consistency with project. | Douwe Maan | 2015-04-14 | 1 | -1/+1 |
| |/ | |||||
| * | Remove Group#owner_id from API since it is not used any more | Dmitriy Zaporozhets | 2015-02-17 | 1 | -1/+1 |
| | | |||||
| * | Acces groups with their path in API | jubianchi | 2015-02-03 | 1 | -16/+0 |
| | | |||||
| * | Add description attribute to group API (GET and POST) | Daniel Serodio | 2015-01-16 | 1 | -1/+1 |
| | | |||||
| * | Add a message when unable to save an object through api. | Marin Jankovski | 2015-01-07 | 1 | -2/+2 |
| | | |||||
| * | Message for api files and groups. | Marin Jankovski | 2014-12-30 | 1 | -2/+2 |
| | | |||||
| * | Add group filtering by name for API | Dmitriy Zaporozhets | 2014-12-30 | 1 | -5/+8 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Split group members api | Dmitriy Zaporozhets | 2014-10-29 | 1 | -51/+0 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Huge replace of old users_project and users_group references | Dmitriy Zaporozhets | 2014-09-14 | 1 | -4/+4 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Use new Projects::TransferService class | Dmitriy Zaporozhets | 2014-05-28 | 1 | -3/+5 |
| | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | Remove deprecated finders | skv | 2014-01-19 | 1 | -3/+3 |
| | | |||||
| * | API: new feature - remove project[D | Dmitriy Zaporozhets | 2013-10-09 | 1 | -1/+0 |
| | | |||||
