summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Fix cross references when usernames, milestones, or project names contain und...Stan Hu2015-03-191-10/+15
* Revert "Note: add default_scope { order(created_at: :asc, id: :asc) }"Dmitriy Zaporozhets2015-03-181-1/+0
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-03-181-0/+1
|\
| * Merge branch 'api-sort-merge-request-comments' into 'master'Douwe Maan2015-03-181-0/+1
| |\
| | * Note: add default_scope { order(created_at: :asc, id: :asc) }Samuel Bernard2015-03-181-0/+1
* | | Merge branch 'fix-mr-push-range' into 'master'Dmitriy Zaporozhets2015-03-181-2/+6
|\ \ \ | |/ / |/| |
| * | Fix condensed range in MR push comment.Douwe Maan2015-03-181-2/+6
* | | Merge branch 'changelog-link' into 'master'Dmitriy Zaporozhets2015-03-182-29/+49
|\ \ \
| * | | Add license and contribution guide links to project sidebar.Douwe Maan2015-03-181-1/+9
| * | | Fix tree readme.Douwe Maan2015-03-181-4/+10
| * | | Link project version to changelog if there is one.Douwe Maan2015-03-181-1/+8
| * | | Find tree readme lazily.Douwe Maan2015-03-181-20/+19
| * | | Move finding of contributing file from tree to repository.Douwe Maan2015-03-182-7/+7
| |/ /
* | | Merge branch 'new-branch-commits' into 'master'Dmitriy Zaporozhets2015-03-181-1/+1
|\ \ \ | |_|/ |/| |
| * | List new commits for newly pushed branch in activity view.Douwe Maan2015-03-181-1/+1
| |/
* | Extend the commit calendar to show the actual commits for a dateHannes Rosenögger2015-03-182-0/+23
|/
* Fix external wiki serviceDmitriy Zaporozhets2015-03-172-2/+2
* Align services like in EE for easier mergingDmitriy Zaporozhets2015-03-171-4/+22
* Merge branch 'external_wiki' into 'master'Dmitriy Zaporozhets2015-03-182-0/+49
|\
| * Add a service to support external wikisHannes Rosenögger2015-03-122-0/+49
* | Merge branch 'last-deploy-key' into 'master'Dmitriy Zaporozhets2015-03-171-0/+8
|\ \
| * | Delete deploy key when last connection to a project is destroyed.Douwe Maan2015-03-171-0/+8
* | | Merge branch 'issue_subscription' into 'master'Dmitriy Zaporozhets2015-03-172-0/+38
|\ \ \ | |/ / |/| |
| * | testsValery Sizov2015-03-162-1/+20
| * | fix specsValery Sizov2015-03-161-1/+2
| * | rename table subscribe; make it polymorficValery Sizov2015-03-163-11/+13
| * | code folding fixValery Sizov2015-03-162-3/+6
| * | SubscriptionValery Sizov2015-03-152-0/+13
* | | Fix restricted visibility bugsVinnie Okada2015-03-161-3/+5
* | | Merge branch 'fix-restricted-visibility' into 'master'Dmitriy Zaporozhets2015-03-163-16/+29
|\ \ \
| * \ \ Merge branch 'master' into fix-restricted-visibilityVinnie Okada2015-03-1412-77/+59
| |\ \ \
| * | | | Update snippet authorizationVinnie Okada2015-03-141-2/+4
| * | | | Allow admins to override restricted visibilityVinnie Okada2015-03-081-5/+0
| * | | | Move restricted visibility settings to the UIVinnie Okada2015-03-072-13/+29
* | | | | Remove old team scopes.Douwe Maan2015-03-153-3/+0
* | | | | Use `member` instead of `tm`.Douwe Maan2015-03-151-21/+21
* | | | | Use `project_member` instead of `team_member`.Douwe Maan2015-03-154-11/+8
* | | | | Use `group_member` instead of `users_group` or `membership`.Douwe Maan2015-03-151-5/+5
| |/ / / |/| | |
* | | | Everything from gitlab_git is already UTF-8.Douwe Maan2015-03-131-2/+2
| |/ / |/| |
* | | Merge branch 'irker-service-use-supported-events' into 'master'Drew Blessing2015-03-131-2/+8
|\ \ \ | |_|/ |/| |
| * | Make Irker service use the supported events checkStan Hu2015-03-041-2/+8
* | | Remove placeholder methods to prevent calling methods rather than attributes.Marin Jankovski2015-03-101-12/+0
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-03-101-1/+2
|\ \ \
| * \ \ Merge branch 'fix-commit-calendar-emails' into 'master'Douwe Maan2015-03-101-1/+2
| |\ \ \
| | * | | This MR extends the commit calendar so it searches for commits made with ever...Stan Hu2015-03-091-1/+2
* | | | | Merge branch 'issues-tracker-id' into 'master'Marin Jankovski2015-03-101-6/+6
|\ \ \ \ \
| * | | | | Properly move over `issues_tracker_id` from old custom issue tracker URLs.Douwe Maan2015-03-101-6/+6
| |/ / / /
* | | | | Use Gitlab::Git helper methods and constants as much as possible.Douwe Maan2015-03-107-32/+22
|/ / / /
* | | | Blocking user does not remove him/her from project/groups but show blocked labelDmitriy Zaporozhets2015-03-091-19/+1
|/ / /
* | | Merge branch 'emails-on-push'Dmitriy Zaporozhets2015-03-081-3/+18
|\ \ \ | |_|/ |/| |