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
2018-08-16Enable frozen in app/mailers/**/*.rbgfyoung
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2016-07-06Simplify HAML code using unless condition and nestingPaco Guzman
2016-07-06Diffs will create button/diff form on demand no on server sideJacob Schatz
2016-06-16fixed merge conflicts on UI branchJames Lopez
2016-06-14adding notifications stuff and more refactoring for exporting projectsJames Lopez
2016-06-14Factorize members mails into a new Emails::Members moduleRémy Coutable
2016-06-14Add request access for groupsRémy Coutable
2016-06-14Initial implementation of user access request to projectsDavid Alexander
2016-05-17Syntax-highlight diffs in push emailsSean McGivern
2016-05-11Only generate repository push email onceSean McGivern
2016-01-19Added X-GitLab-... headers to emails from CI and Email On Push servicesAnton Baklanov
2015-12-08Fix specs by adding forgotten instance variableGrzegorz Bizon
2015-12-08Remove obsolete variables in `repository_push_email`Grzegorz Bizon
2015-12-08Improve Messagee::RepositoryPushGrzegorz Bizon
2015-12-08Refactor RepositoryPush, move to Message namespaceGrzegorz Bizon
2015-12-08Extract repository_push_email to separate classGrzegorz Bizon
2015-10-01Note the original location of a moved project when notifying users of the moveValery Sizov
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
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-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
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-08Allow notification email to be set separately from primary email.Douwe Maan
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-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-10Send notification emails to the "project", and put people in CcPierre de La Morinerie
2014-04-11Fix emails on push service when a single commit is pushedJonathan A. Sternberg
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-12Improve compare logic for EmailOnPush serviceDmitriy Zaporozhets