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 (Collapse)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
Should not make a difference most of the time, since if they're participating in the thread, they have access to the project.
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 ↵Stan Hu
underscores. Remove emphasis from system notes to avoid Markdown conflicts in names.
2015-03-17Merge branch 'issue_subscription' into 'master'Dmitriy Zaporozhets
Subscription to issue/mr Fixes #1911 and #1909 ![joxi_screenshot_1426601822159](https://dev.gitlab.org/gitlab/gitlabhq/uploads/53021bc5783271322ab2dfba7598eaa3/joxi_screenshot_1426601822159.png) ![joxi_screenshot_1426601836423](https://dev.gitlab.org/gitlab/gitlabhq/uploads/244ff360fbd6f30980f8dad699400814/joxi_screenshot_1426601836423.png) See merge request !1702
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
Also refactor NotificationService a bit
2015-01-26Include issue/mr participants in list of recipients for close/reopen emailsDmitriy Zaporozhets
2015-01-18Fix various typosSteven Burgart
signe-in -> signed-in go_to_gihub_for_permissions -> go_to_github_for_permissions descendand -> descendant behavour -> behaviour recepient_email -> recipient_email generate_fingerpint -> generate_fingerprint dependes -> depends Cant't -> Can't wisit -> visit notifcation -> notification sufficent_scope -> sufficient_scope? levet -> level
2015-01-16Merge pull request #8096 from cirosantilli/regex-to-stringDmitriy Zaporozhets
Replace regex methods by string ones since faster and more readable
2014-12-29New feature: add 'Mention' notification levelDmitriy Zaporozhets
It does disable all emails expect system one or when you was @mentioned Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-12-29Replace regex methods by string ones since fasterCiro Santilli
and more readable.
2014-12-04Supporting for multiple omniauth provider for the same userValery Sizov
2014-12-01Remove unused password argument from notificationJacob Vosmaer
We were still passing a 'password' argument around, but it is not used anywhere because we send a password reset link in the welcome email nowadays.
2014-10-30Mentioned users are not limited by project scope any moreDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-10-20DRY mentioned in magic note constantCiro Santilli
2014-09-15Fix adminarea and emails for new membership logicDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-09-14Huge replace of old users_project and users_group referencesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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
Notification when reopened issue or mr Fixes #1396 See merge request !939
2014-07-03Reopen mr email notification.Marin Jankovski
2014-07-03Merge branch 'no_notification_for_merger' into 'master'Dmitriy Zaporozhets
No notification for merger Fixes #1378 See merge request !935
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
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-10Fix testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>