summaryrefslogtreecommitdiff
path: root/app/services
Commit message (Expand)AuthorAgeFilesLines
* Show warning when a comment will add 10 or more people to the discussion.Douwe Maan2015-06-051-2/+2
* Skip repo removing whem remove user or groupDmitriy Zaporozhets2015-06-033-7/+11
* Merge branch 'repo-remove' into fix-group-removeDmitriy Zaporozhets2015-06-031-13/+52
|\
| * Fix tests and increase delay time before remove repositoryDmitriy Zaporozhets2015-06-031-1/+1
| * Move repository when project is removedDmitriy Zaporozhets2015-06-031-13/+52
* | Remove projects before group/user. Remove namespace directory asyncfix-group-removeDmitriy Zaporozhets2015-06-032-0/+10
* | Wrap group removal into serviceDmitriy Zaporozhets2015-06-031-0/+11
|/
* Make web editor work correctly after switch from satellitesDmitriy Zaporozhets2015-06-025-5/+7
* Remove files in web editor using ruggedDmitriy Zaporozhets2015-06-021-6/+7
* Create activity event and execute hooks on web editor commitDmitriy Zaporozhets2015-06-023-3/+11
* Use rugged in web editor for base64 encodingDmitriy Zaporozhets2015-06-012-34/+28
* Fix adding new file to empty repoDmitriy Zaporozhets2015-06-011-1/+1
* Create and edit files in web editor via ruggedDmitriy Zaporozhets2015-06-012-14/+34
* Disable changing of the source branch in merge request update APIStan Hu2015-05-291-1/+2
* Merge branch 'support-edit-target-branch-in-mr' into 'master'Dmitriy Zaporozhets2015-05-293-1/+37
|\
| * Support editing target branch of merge requestStan Hu2015-05-293-1/+37
* | You can not remove user if he/she is an only owner of groupDmitriy Zaporozhets2015-05-281-0/+10
|/
* Merge branch 'rs-to_reference' into 'master'Dmitriy Zaporozhets2015-05-271-42/+18
|\
| * More SystemNoteService cleanuprs-to_referenceRobert Speicher2015-05-261-42/+18
* | Add a note when an Issue or Merge Request's title changesRobert Speicher2015-05-264-0/+32
|/
* Add support for Webhook note eventsStan Hu2015-05-211-1/+1
* Fix.Douwe Maan2015-05-151-1/+1
* Move stuff around a bit in NotifictionService.Douwe Maan2015-05-151-8/+15
* Call merge request web hook for each commitsArthur Gautier2015-05-131-0/+15
* Refactor SystemNoteService.cross_reference_disallowed?Robert Speicher2015-05-111-6/+13
* Update SystemNoteService method naming conventionsRobert Speicher2015-05-116-77/+73
* Remove legacy special case for emphasized reference notesRobert Speicher2015-05-111-13/+9
* Add a SystemNoteService classRobert Speicher2015-05-116-8/+313
* Added X-GitLab-Event header for web hooksbugagazavr2015-05-082-4/+4
* Make the first branch pushed to an empty repository the default HEAD.Stan Hu2015-05-051-0/+4
* Revert "Added X-GitLab-Event header for web hooks"Valery Sizov2015-04-272-4/+4
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-04-272-53/+21
|\
| * Use Projects::CreateService to fork projects so that after-create hooks are run.forked-eventDouwe Maan2015-04-242-53/+21
* | Added X-GitLab-Event header for web hooksbugagazavr2015-04-252-4/+4
|/
* Link cross-project cross-reference notes to correct project.Douwe Maan2015-04-243-4/+3
* No longer needed to pass project argument to commit methods.Douwe Maan2015-04-243-13/+9
* Use project.commit convenience method.Douwe Maan2015-04-243-3/+3
* Let commit model know about its project.Douwe Maan2015-04-241-1/+1
* Clean up code somewhat.better-commit-mentionsDouwe Maan2015-04-171-13/+15
* Only send note notifications to people accessible by the note author.Douwe Maan2015-04-151-2/+2
* Clean up code around commit mentions.Douwe Maan2015-04-152-10/+5
* Fix for snippets.fix-mention-notificationDouwe Maan2015-04-151-2/+4
* Fix Mention notification level.Douwe Maan2015-04-151-24/+13
* Let invites be declined.Douwe Maan2015-04-141-0/+8
* Add emails around invitation.Douwe Maan2015-04-141-0/+16
* Track who created a group or project member.Douwe Maan2015-04-142-2/+2
* Merge branch 'reference-access-control' into 'master'Dmitriy Zaporozhets2015-04-133-29/+33
|\
| * Fix errors.Douwe Maan2015-04-021-12/+7
| * Only allow users to cross-reference and close issues they have access to.Douwe Maan2015-04-021-2/+2
| * Only allow user to see participants from groups they have access to.Douwe Maan2015-04-021-2/+2