1. 08 2月, 2015 2 次提交
  2. 18 1月, 2015 1 次提交
    • S
      Fix various typos · 5c801602
      Steven 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
      5c801602
  3. 04 12月, 2014 1 次提交
  4. 11 11月, 2014 1 次提交
  5. 03 7月, 2014 1 次提交
  6. 18 6月, 2014 1 次提交
  7. 10 6月, 2014 2 次提交
    • P
      Allow more mail clients to group emails by thread · de90b572
      Pierre 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.
      de90b572
    • P
      Send notification emails to the "project", and put people in Cc · 466b768b
      Pierre 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.
      466b768b
  8. 06 5月, 2014 1 次提交
  9. 20 2月, 2014 4 次提交
    • P
      Send emails from the author · 96dded3e
      Pierre de La Morinerie 提交于
      This changes the email "From" field from "gitlab@example.com" to either:
      
      * "John Doe <gitlab@example.com>" if the author of the action is known,
      * "GitLab <gitlab@example.com>" otherwise.
      
      Rationale: this allow mails to appear as if they were sent by the
      author. It appears in the mailbox more like a real discussion between
      the sender and the receiver ("John sent: we should refactor this") and
      less like a robot notifying about something.
      96dded3e
    • P
      Don't write the project namespace in email subjects · d8a24003
      Pierre de La Morinerie 提交于
      For instance, the email "Subject" field changes from:
      
          Mattt / Ground Control | Saving issue doesn't work sometimes (#1234)
      
      to:
      
          Ground Control | Saving issue doesn't work sometimes (#1234)
      
      Rationale:
      
      * Most people are receiving email notifications about a single fork:
      the project activity, issues and merge requests are happening either
      in a root repository or in a fork, but less often in several forks.
      
      * It removes noise from the email subject. The namespace of the project
      can still be read in the email body.
      
      * For Entreprise users that have a single namespace "MyEntreprise",
      having this repeated in every email subject is very noisy.
      d8a24003
    • P
      Remove the email subject prefix · 44ab156e
      Pierre de La Morinerie 提交于
      This changes email subjects from:
      
          GitLab | Team / Project | Note for issue #1234
      
      to:
      
          Team / Project | Note for issue #1234
      
      Rationale:
      
      * Emails should be as meaningful as possible, and emphasize content over
      chrome. The "GitLab" name is more chrome than content.
      
      * Users can tell an email coming from GitLab by the sender or the header
      in the email content.
      
      * An organization that works mainly with GitLab knows that
      every SVC email comes from GitLab. For these organizations, having
      "GitLab" in front of every email is just noise hiding the meaningful
      information.
      44ab156e
    • P
      Fix misleading comment · 49cb1c72
      Pierre de La Morinerie 提交于
      49cb1c72
  10. 25 1月, 2014 1 次提交
  11. 09 12月, 2013 1 次提交
  12. 12 9月, 2013 1 次提交
  13. 18 7月, 2013 1 次提交
    • I
      Update emails to describe path using for_fork? · 539c70c7
      Izaak Alpert 提交于
      Forked MR's will print
      
      Project:Branch <source_project_with_path>:<source_branch> -> <target_project_with_path>:<target_branch>
      
      Non forked MR's will print
      
      Branch <source_branch> -> <target_branch>
      
      Change-Id: I89399aec2e7fde8e4b64b110a48099a95ae4f038
      539c70c7
  14. 20 3月, 2013 1 次提交
  15. 01 2月, 2013 2 次提交
  16. 15 1月, 2013 1 次提交
  17. 09 1月, 2013 2 次提交
  18. 03 1月, 2013 1 次提交
  19. 01 1月, 2013 2 次提交
  20. 31 12月, 2012 1 次提交
  21. 29 12月, 2012 1 次提交
  22. 21 12月, 2012 2 次提交
  23. 20 12月, 2012 1 次提交
  24. 29 11月, 2012 1 次提交
  25. 18 10月, 2012 1 次提交
  26. 13 10月, 2012 1 次提交
  27. 06 9月, 2012 1 次提交
  28. 03 9月, 2012 1 次提交
  29. 29 8月, 2012 1 次提交
  30. 27 8月, 2012 1 次提交
  31. 21 8月, 2012 1 次提交