Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-15Fix.Douwe Maan
2015-05-15Move stuff around a bit in NotifictionService.Douwe Maan
2015-04-24No longer needed to pass project argument to commit methods.Douwe Maan
2015-04-15Only send note notifications to people accessible by the note author.Douwe Maan
2015-04-15Clean up code around commit mentions.Douwe Maan
2015-04-15Fix for snippets.Douwe Maan
2015-04-15Fix Mention notification level.Douwe Maan
2015-04-14Let invites be declined.Douwe Maan
2015-04-14Add emails around invitation.Douwe Maan
2015-04-02Slightly refactor getting note notification recipients.Douwe Maan
2015-03-19Fix cross references when usernames, milestones, or project names contain und...Stan Hu
2015-03-17Merge branch 'issue_subscription' into 'master'Dmitriy Zaporozhets
2015-03-16testsValery Sizov
2015-03-16fix specsValery Sizov
2015-03-16rename table subscribe; make it polymorficValery Sizov
2015-03-16code folding fixValery Sizov
2015-03-15SubscriptionValery Sizov
2015-03-15Use `member` instead of `tm`.Douwe Maan
2015-03-15Use `project_member` instead of `team_member`.Douwe Maan
2015-03-15Use `group_member` instead of `users_group` or `membership`.Douwe Maan
2015-03-10Blocking user does not remove him/her from project/groups but show blocked labelDmitriy Zaporozhets
2015-01-26Add issue/mr participants to reasign eventsDmitriy Zaporozhets
2015-01-26Include issue/mr participants in list of recipients for close/reopen emailsDmitriy Zaporozhets
2015-01-18Fix various typosSteven Burgart
2015-01-16Merge pull request #8096 from cirosantilli/regex-to-stringDmitriy Zaporozhets
2014-12-29New feature: add 'Mention' notification levelDmitriy Zaporozhets
2014-12-29Replace regex methods by string ones since fasterCiro Santilli
2014-12-04Supporting for multiple omniauth provider for the same userValery Sizov
2014-12-01Remove unused password argument from notificationJacob Vosmaer
2014-10-30Mentioned users are not limited by project scope any moreDmitriy Zaporozhets
2014-10-20DRY mentioned in magic note constantCiro Santilli
2014-09-15Fix adminarea and emails for new membership logicDmitriy Zaporozhets
2014-09-14Huge replace of old users_project and users_group referencesDmitriy Zaporozhets
2014-07-15Do not sent a generated password via email for admin created user.Marin Jankovski
2014-07-05Merge branch 'notification_when_reopened' into 'master'Dmitriy Zaporozhets
2014-07-03Reopen mr email notification.Marin Jankovski
2014-07-03Merge branch 'no_notification_for_merger' into 'master'Dmitriy Zaporozhets
2014-07-03Notification for reopened issue.Marin Jankovski
2014-07-03Don't notify the user that triggered the mr notification.Marin Jankovski
2014-07-02Remove new lines.Marin Jankovski
2014-07-02Do not notify person who merged the MR.Marin Jankovski
2014-07-02Remove unecessary return.Marin Jankovski
2014-07-02When assigning an unassigned issue send notification with the correct text.Marin Jankovski
2014-06-13Wipe wall notes featureDmitriy Zaporozhets
2014-06-10Fix testsDmitriy Zaporozhets
2014-04-01Add comments, fix style, better names for notification methods.Marin Jankovski
2014-04-01Use group notification settings while honoring project settings.Marin Jankovski
2014-04-01Add or remove watchers from list based on their notification settings.Marin Jankovski
2014-03-28Refactor project watchers collecting.Marin Jankovski
2014-03-25Use current_user for Notification#merge_mrDmitriy Zaporozhets