summaryrefslogtreecommitdiff
path: root/app/services/projects/participants_service.rb
Commit message (Expand)AuthorAgeFilesLines
* 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