summaryrefslogtreecommitdiff
path: root/app/services
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Add Commit#author and #committer.Douwe Maan2015-04-021-1/+1
| * Slightly refactor getting note notification recipients.Douwe Maan2015-04-021-14/+23
* | Merge branch 'regex-start-of-string' into 'master'Dmitriy Zaporozhets2015-04-121-3/+1
|\ \
| * | Use `\A` and `\z` in regexes instead of `^` and `$`.Douwe Maan2015-04-101-3/+1
* | | Merge branch 'ci_fork' into 'master'Dmitriy Zaporozhets2015-04-091-0/+6
|\ \ \ | |/ / |/| |
| * | CI forking: testsValery Sizov2015-04-061-1/+1
| * | CI project forkingValery Sizov2015-04-061-0/+6
* | | Merge branch 'configurable-attachment-size' into 'master'Douwe Maan2015-04-031-1/+7
|\ \ \ | |/ / |/| |
| * | Support configurable attachment size via Application SettingsStan Hu2015-04-021-1/+7
| |/
* | Merge branch 'repository-archive-worker' into 'master'Dmitriy Zaporozhets2015-04-021-8/+56
|\ \
| * | Add tests.Douwe Maan2015-03-311-2/+4
| * | Small code cleanup.Douwe Maan2015-03-311-9/+4
| * | Archive repositories in background worker.Douwe Maan2015-03-311-8/+59
| |/
* | Use more specific regexes.Douwe Maan2015-03-271-2/+2
|/
* No magic numbers for issues filteringDmitriy Zaporozhets2015-03-262-4/+4
* notification on project movingnotification_on_project_movingValery Sizov2015-03-251-0/+3
* Merge branch 'api-internal-errors' into 'master'Dmitriy Zaporozhets2015-03-253-3/+3
|\
| * Refactor GitAccess to use instance variables.Douwe Maan2015-03-243-3/+3
* | Merge branch 'unset-assignee' into 'master'Dmitriy Zaporozhets2015-03-243-3/+9
|\ \
| * | Make sure issue assignee is properly reset.Douwe Maan2015-03-243-3/+9
| |/