summaryrefslogtreecommitdiff
path: root/lib/api/v3/groups.rb
Commit message (Collapse)AuthorAgeFilesLines
* Removed API endpoint and specsfj-36819-remove-v3-apiFrancisco Javier López2018-05-301-187/+0
|
* Move API group deletion to SidekiqStan Hu2018-05-181-2/+3
|
* Whitelisted query limits for group destroy APIjprovazn-remote-upload-destroyJan Provaznik2018-05-161-0/+1
|
* Hide nested group UI/API support for MySQLYorick Peterse2017-05-171-1/+5
| | | | | | This hides/disables some UI elements and API parameters related to nested groups when MySQL is used, since nested groups are not supported for MySQL.
* Merge branch '27144-enforce-rubocop-trailing_commas-no_comma-style' into ↵Robert Speicher2017-05-101-1/+1
|\ | | | | | | | | | | | | | | | | | | 'master' Resolve "Use consistent style for trailing commas" Closes #27144 See merge request !11063
| * Enable the Style/TrailingCommaInArguments copRémy Coutable2017-05-101-1/+1
| | | | | | | | | | | | Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Merge branch 'tc-fix-private-subgroups-shown' into 'security' Douwe Maan2017-05-101-1/+1
|/ | | | | Use GroupsFinder to find subgroups the user has access to See merge request !2096
* Remove the User#is_admin? methodblackst0ne2017-04-091-1/+1
|
* ProjectsFinder should handle more optionsJacopo2017-04-061-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 Coutable2017-03-161-2/+2
| | | | | | API routes Signed-off-by: Rémy Coutable <remy@rymai.me>
* Expose Group VisibilityLevel as StringToon Claes2017-03-021-2/+145
| | | | | Instead of exposing the VisibilityLevel as Integer, expose it as String `visibility`.
* Backport groups API to V3Robert Schilling2017-02-241-0/+38