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-03-15Use `group_member` instead of `users_group` or `membership`.Douwe Maan
2015-03-11Merge branch 'master' into 'master'Hannes Rosenögger
2015-03-11Make email display name configurableVyacheslav Slinko
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-25Fix EmailsOnPush to allow sending from @company.com for GitLab at gitlab.corp...Douwe Maan
2015-02-25Send EmailsOnPush when deleting commits using force push.Douwe Maan
2015-02-25Add option to disable code diffs to EmailOnPush.Douwe Maan
2015-02-25Add option to send EmailsOnPush from committer email if domain matches.Douwe Maan
2015-02-25Remove incorrect footer from EmailsOnPush body.Douwe Maan
2015-02-25Change EmailsOnPush subject to include namespace, repo and branch.Douwe Maan
2015-02-14Upgrade to Rails 4.1.9Vinnie Okada
2015-02-08Merge pull request #8749 from sashkab/b8748-emailheaderDmitriy Zaporozhets
2015-02-08Allow notification email to be set separately from primary email.Douwe Maan
2015-02-07Addex X-GitLab-Project header to GitLab emails.Aleks Bunin
2015-01-18Fix various typosSteven Burgart
2014-12-04Add rake task for google schema whitelisting.Marin Jankovski
2014-12-01Remove unused password argument from notificationJacob Vosmaer
2014-11-11Include the helper for mailer, add links to emails.Marin Jankovski
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-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
2014-07-03Allow more mail clients to group emails by threadPierre de La Morinerie
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
2014-06-15Provide better email subject lines from email on push serviceAlex Elman
2014-06-13Wipe wall notes featureDmitriy Zaporozhets
2014-06-10Allow more mail clients to group emails by threadPierre de La Morinerie
2014-06-10Send notification emails to the "project", and put people in CcPierre de La Morinerie
2014-05-13Merge pull request #6109 from jamit/masterDmitriy Zaporozhets
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
2014-04-28Remove markdown notation from notification emailsDrew Blessing
2014-04-11Fix emails on push service when a single commit is pushedJonathan A. Sternberg
2014-03-24Fix the merge notification email not being sentPierre de La Morinerie
2014-03-03Remove custom link to target in notification emailsPierre de La Morinerie
2014-03-03Add a "View in GitLab" link in notification emailsPierre de La Morinerie
2014-02-19Send emails from the authorPierre de La Morinerie
2014-02-19Write the issue/merge request title in the notification email subjectPierre de La Morinerie
2014-02-19Don't write the project namespace in email subjectsPierre de La Morinerie
2014-02-19Remove the email subject prefixPierre de La Morinerie
2014-02-19Fix misleading commentPierre de La Morinerie
2014-02-14Add email aliases for usersJason Hollingsworth
2014-02-12Improve compare logic for EmailOnPush serviceDmitriy Zaporozhets
2014-01-25Fix broken test in spec/models/project_spec.rbJason Hollingsworth
2014-01-19Remove deprecated findersskv