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-06-23Merge branch 'master' into rubocop-for-testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: spec/features/issues_spec.rb spec/models/forked_project_link_spec.rb spec/models/hooks/service_hook_spec.rb spec/models/hooks/web_hook_spec.rb spec/models/project_services/hipchat_service_spec.rb spec/requests/api/project_members_spec.rb spec/requests/api/projects_spec.rb spec/requests/api/system_hooks_spec.rb spec/services/archive_repository_service_spec.rb spec/support/matchers.rb spec/tasks/gitlab/backup_rake_spec.rb
2015-06-22Fix Style/Blocks cop violationsRobert Speicher
2015-06-22Update email_spec gemRobert Speicher
This fixes spec/mailers/notify_spec Also only require email_spec in the one place it's used
2015-05-21Update ffaker gemRobert Speicher
Adds a version requirement which it didn't have before, at 2.0.0. This version has breaking API changes in that the namespace is now `FFaker` instead of `Faker`.
2015-05-16Add tests for password reset token changesVinnie Okada
2015-05-16Explain reset token expiration in emailsVinnie Okada
Tell new users when their password reset token expires and provide a link to get a new one.
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-05-02Make Reply-To config apply to change e-mail confirmation and other notificationsStan Hu
sent through Devise Fix test case that was passing due to a broken `around` statement. Closes #1556
2015-04-24Use project.commit convenience method.Douwe Maan
2015-04-24Let commit model know about its project.Douwe Maan
2015-04-14Set EmailsOnPush reply-to address to committer email when enabled.Douwe Maan
2015-04-13Revert "Merge branch 'fix_email_images' into 'master'"Hannes Rosenögger
This reverts commit d66148ef393f1748c669c934eec4e928d92ef36a, reversing changes made to cdb64a81a8ca96961033b8ab06d5191ef5449634. This change needed to be reverted, because not enough email clients support inline images.
2015-04-03Add ability to configure Reply-To address in gitlab.ymlStan Hu
Closes #1305
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-12replace images in emails with inline imagesHannes Rosenögger
This adds the functionality of replacing all images that were uploaded to gitlab with inline images(base64) in emails. This change fixes the broken images in emails that 7.8 introduced
2015-03-11Make email display name configurableVyacheslav Slinko
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 ↵Douwe Maan
gitlab.corp.company.com.
2015-02-25Send EmailsOnPush when deleting commits using force push.Douwe Maan
See #1924.
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-12Updated rspec to rspec 3.x syntaxJeroen van Baarsen
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2015-02-08Merge pull request #8749 from sashkab/b8748-emailheaderDmitriy Zaporozhets
Addex X-GitLab-Project header to GitLab emails.
2015-02-08Allow notification email to be set separately from primary email.Douwe Maan
Closes #1932.
2015-02-07Addex X-GitLab-Project header to GitLab emails.Aleks Bunin
Fixes #8748.
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-26Update expected value in notify_specVinnie Okada
Prevent test failures when Gitlab is configured to use a port other than 80.
2014-09-15Fix finder and tests for new membership modelsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-09-15Fix adminarea and emails for new membership logicDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-08-12Merge branch 'more-email-threading' into 'master'Dmitriy Zaporozhets
Additions to email threading This MR follows !142: * Add threading to "Merge request reopened" emails (see 310231dbed83e66ad4d17b8c25f225f60b30eeb7) See merge request !145
2014-08-01Fix notify specsDmitriy 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-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-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-13Delete wall notes testsDmitriy 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-09Fix notify specsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-05-05Added some tests.Philip Blatter
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 the author name from issue notes emailsPierre de La Morinerie
Rationale: the author name is now displayed in the email "From" field; this information is no longer needed.
2014-03-03Add the description to the "new issue" and "new merge request" emailsPierre de La Morinerie
Previously the content of the issue or merge request was missing from the email.