summaryrefslogtreecommitdiff
path: root/app/services/projects/participants_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot2022-05-191-9/+1
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-2/+4
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-9/+1
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-5/+8
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-1/+1
* Pick only those groups that the viewing user has access to,Aakriti Gupta2019-09-251-2/+55
* Enable more frozen string in app/services/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-apps-services-inner-moregfyoung2018-07-171-0/+2
* Fix project team members countJan Provaznik2018-05-291-3/+5
* Backport of 4084-epics-username-autocompleteMario de la Ossa2018-05-041-31/+1
* Add GFM support to nested groupsdz-nested-groups-gfm-altDmitriy Zaporozhets2017-02-131-1/+1
* Fix broken url on group avatarhogewest2017-01-061-1/+1
* shows user avatar in mention autocomplete in editor22790-mention-autocomplete-avatarNur Rony2016-11-161-4/+5
* Refactor slash command definitionDouwe Maan2016-08-121-29/+12
* Simplify the slash commands DSL to store action blocks instead of creating me...Rémy Coutable2016-08-131-10/+15
* Memoize targetAlfredo Sumaran2016-04-161-22/+20
* Change variable nameAlfredo Sumaran2016-04-161-3/+3
* Fixes failing specAlfredo Sumaran2016-04-161-0/+2
* Update method name and remove unneeded paramsAlfredo Sumaran2016-04-161-2/+2
* Put owner and participating people firstAlfredo Sumaran2016-04-161-15/+24
* Show warning when a comment will add 10 or more people to the discussion.Douwe Maan2015-06-051-2/+2
* No longer needed to pass project argument to commit methods.Douwe Maan2015-04-241-9/+7
* Use project.commit convenience method.Douwe Maan2015-04-241-1/+1
* Clean up code somewhat.better-commit-mentionsDouwe Maan2015-04-171-13/+15
* Clean up code around commit mentions.Douwe Maan2015-04-151-2/+2
* Fix errors.Douwe Maan2015-04-021-12/+7
* Only allow user to see participants from groups they have access to.Douwe Maan2015-04-021-2/+2
* Use `project_member` instead of `team_member`.Douwe Maan2015-03-151-2/+2
* Include number of affected people in all/group mention autocomplete item.Douwe Maan2015-02-251-3/+9
* Allow groups to be mentioned.Douwe Maan2015-02-051-3/+8
* Rubocop: Style/ElseAlignment enabledDmitriy Zaporozhets2015-02-021-5/+6
* Move checking of recepients to a service.Marin Jankovski2014-06-231-0/+43