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-08-19Move `sent_notification!` out of Notify.Douwe Maan
2015-08-19Make MR notification email subject more standard.Douwe Maan
2015-08-19Reply by email POCDouwe Maan
2015-05-25Prefix EmailsOnPush email subject with `[Git]`.Douwe Maan
2015-05-06Revert "Allow to configure smtp and sendmail in gitlab.yml"Dmitriy Zaporozhets
2015-05-06Allow to configure smtp and sendmail in gitlab.ymlJakub Jirutka
2015-04-24Let commit model know about its project.Douwe Maan
2015-04-15Merge branch 'emailsonpush-replyto' into 'master'Dmitriy Zaporozhets
Set EmailsOnPush reply-to address to committer email when enabled. Addresses private issue https://dev.gitlab.org/gitlab/gitlabhq/issues/2227. See merge request !520
2015-04-14Follow newline guidelines.Douwe Maan
2015-04-14Set EmailsOnPush reply-to address to committer email when enabled.Douwe Maan
2015-04-14Consistently use "invitation" rather than "invite" in text.Douwe Maan
2015-04-14Let invites be declined.Douwe Maan
2015-04-14Add emails around invitation.Douwe Maan
2015-04-02Fix errors.Douwe Maan
2015-03-23Don't use required keyword arguments to maintain support for Ruby 2.0.Douwe Maan
2015-03-23Clean up code by using keyword arguments.Douwe Maan
2015-03-18Send EmailsOnPush email when branch or tag is created or deleted.Douwe Maan
2015-03-15Use `group_member` instead of `users_group` or `membership`.Douwe Maan
2015-03-10Use Gitlab::Git helper methods and constants as much as possible.Douwe Maan
2015-02-25Fix EmailsOnPush comparison link to include first commit.Douwe Maan
2015-02-25Send EmailsOnPush when deleting commits using force push.Douwe Maan
See #1924.
2015-02-25Add option to disable code diffs to EmailOnPush.Douwe Maan
See #1950
2015-02-25Add option to send EmailsOnPush from committer email if domain matches.Douwe Maan
See #1809.
2015-02-25Remove incorrect footer from EmailsOnPush body.Douwe Maan
See #1754.
2015-02-25Change EmailsOnPush subject to include namespace, repo and branch.Douwe Maan
See #1827.
2015-02-14Upgrade to Rails 4.1.9Vinnie Okada
Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
2015-02-08Allow notification email to be set separately from primary email.Douwe Maan
Closes #1932.
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
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-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-25Include "Merge-request reopened" emails in the proper email threadPierre de La Morinerie
2014-07-16Update specs.Marin Jankovski
2014-07-15Do not sent a generated password via email for admin created user.Marin Jankovski
2014-07-07Merge branch 'improve-email-threading' into 'master'Dmitriy Zaporozhets
Improve email threading This is a follow-up to !112 : it improves email threading, without changing the receiver of the emails. * Subject of answers to an existing thread begins with `Re: ` (required by Mail.app) * Send a 'In-Reply-To' header along the 'References' header
2014-07-03Allow more mail clients to group emails by threadPierre de La Morinerie
* send a 'In-Reply-To' header along the 'References' header * subject of answers to an existing thread begins with 'Re: '
2014-07-03Test if reopen notifications are sent.Marin Jankovski
2014-07-03Reopen mr email notification.Marin Jankovski
2014-06-18Revert "Merge branch 'fix-email-threading' into 'master'"Jacob Vosmaer
This reverts commit 97fd990ecde387290be269ef7daafa5761f94af6, reversing changes made to f451a697e0c018359e6d8ff3aaba4eb0484c4bee. Conflicts: app/mailers/emails/notes.rb app/mailers/emails/projects.rb
2014-06-15Provide better email subject lines from email on push serviceAlex Elman
If one commit is pushed, display the commit message in the subject line. Otherwise display the number of commits pushed to the repository.
2014-06-13Wipe wall notes featureDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-10Allow more mail clients to group emails by threadPierre de La Morinerie
* send a ‘In-Reply-To’ header along the ‘References’ header * subject of answers to an existing thread begins with ‘Re: ’ This fixes threading with at least Mail.app and Airmail.
2014-06-10Send notification emails to the "project", and put people in CcPierre de La Morinerie
This fixes email threading in Mail.app, that doesn't like when a thread doesn't have stable recipients. For instance, here is a possible sender-recipient combinations before: From: A To: Me New issue From: B To: Me Reply on new issue From: A To: Me Another reply Mail.app doesn't see B as a participant to the original email thread, and decides to break the thread: it will group all messages from A together, and separately all messages from B. This commit makes the thread look like this: From: A To: gitlab/project Cc: Me New issue From: B To: gitlab/project Cc: Me Reply on new issue From: A To: gitlab/project Cc: Me Another reply Mail.app sees a common recipient, and group the thread correctly.
2014-05-13Merge pull request #6109 from jamit/masterDmitriy Zaporozhets
Added email threading for update emails on issues and merge requests
2014-05-05Now using correct ids as reference if we are informing about a new note.Philip Blatter
2014-05-05Added email threading for update emails on issues and merge requests (if the ↵Philip Blatter
mail client support the References: mail header)
2014-04-28Remove markdown notation from notification emailsDrew Blessing
2014-04-11Fix emails on push service when a single commit is pushedJonathan A. Sternberg
This fixes issue #161.
2014-03-24Fix the merge notification email not being sentPierre de La Morinerie
The 'author_id_of_changes' attribute is not persisted in the database. As we retrieve the merge request from the DB just before sending the email, this attribute was always nil. Also there was no tests for the merge notification code - tests have been added. Fix #6605
2014-03-03Remove custom link to target in notification emailsPierre de La Morinerie
Every email has a different way of showing a link to the discussion on the website. We don't need this anymore, as we now have a standard "View in GitLab" link in the footer of every email.