summaryrefslogtreecommitdiff
path: root/app/services
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | Don't mark merge request as updated when merge status relative to target bran...merge-status-without-timestampsDouwe Maan2015-03-231-9/+3
|/
* Extend push_tag event to include tag message and last commitKamil Trzcinski2015-03-213-34/+47
* Merge branch 'fix-underscore-notes' into 'master'Hannes Rosenögger2015-03-191-1/+1
|\
| * Fix cross references when usernames, milestones, or project names contain und...Stan Hu2015-03-191-1/+1
* | Fewer constants, more helpers.Douwe Maan2015-03-191-1/+1
|/
* Fix condensed range in MR push comment.Douwe Maan2015-03-181-1/+1
* Merge branch 'issue_subscription' into 'master'Dmitriy Zaporozhets2015-03-171-0/+29
|\
| * testsValery Sizov2015-03-161-1/+3
| * fix specsValery Sizov2015-03-161-10/+19
| * rename table subscribe; make it polymorficValery Sizov2015-03-161-5/+5
| * code folding fixValery Sizov2015-03-161-5/+5
| * SubscriptionValery Sizov2015-03-151-0/+18
* | Merge branch 'fix-restricted-visibility' into 'master'Dmitriy Zaporozhets2015-03-165-7/+68
|\ \
| * \ Merge branch 'master' into fix-restricted-visibilityVinnie Okada2015-03-1410-54/+92
| |\ \