Grzegorz Bizon
c9f202b2ef
Fix broken link in CI build notification emails
...
Closes #13199
2016-02-12 14:01:27 +01:00
Jason Lee and Rémy Coutable
9474e36f46
Add option to include the sender name in body of Notify email. fix #7824
2016-02-09 12:58:13 +01:00
Douwe Maan
677b4db9e6
Mark inline difference between old and new paths when a file is renamed
2016-01-29 19:37:17 +01:00
Robert Speicher
6344493655
Use to_s(:iso8601) where appropriate
2016-01-07 20:01:08 -05:00
Job van der Voort
ddd806c66f
Revert "Make sure notify email always has author info."
...
This reverts commit 303f79f804 .
2015-12-15 16:45:52 +01:00
Kamil Trzciński
c810234357
Merge branch 'ci-project-migrate' into 'master'
...
Ci Project migrate
- This doesn't migrate: allow_git_fetch, coverage_regex, timeout. Since this are project configuration settings I would propose to migrate them to `.gitlab-ci.yml`.
- This requires offline migrations.
- It simplifies database models making all CI objects to be attached to: Project.
- It removes Ci::Project, but makes /ci/projects working by adding method: Project.find_by_ci_id for backward compatibility (badges, triggers).
- We should add default `timeout` to Application Settings.
- It misses specs.
- It is based on ci-services-migrate for now.
- It removes CI events.
- It removes administrator CI projects overview.
- It removes CI application settings.
In 8.4 or 8.5 we can remove redundant tables and columns.
See merge request !1987
2015-12-14 10:35:40 +00:00
Kamil Trzciński
e81ae1e68c
Merge branch 'ci-services-migrate' into 'master'
...
Ci Services migrate
See merge request !1985
2015-12-14 10:32:57 +00:00
Stan Hu
885bfe3bdc
Merge pull request #9839 from huacnlee/fix/add-author-info-into-note-messages
...
Make sure notify email always has author info.
2015-12-11 23:40:22 -08:00
Kamil Trzcinski
e80e3f5372
Migrate CI::Project to Project
2015-12-11 18:02:09 +01:00
Kamil Trzcinski
2988e1fbf5
Migrate CI::Services and CI::WebHooks to Services and WebHooks
2015-12-10 16:04:08 +01:00
Grzegorz Bizon
9f2752e5dc
Remove obsolete variables in repository_push_email
2015-12-08 08:43:08 +01:00
Jason Lee
303f79f804
Make sure notify email always has author info.
2015-11-18 17:10:04 +08:00
Gert Goet
41734b630e
Ensure variable is evalled
2015-10-29 14:14:21 +01:00
Douwe Maan
4f629dab2a
Merge branch 'master' into rs-redactor-filter
2015-10-07 15:15:35 +02:00
Dmitriy Zaporozhets
958e727f70
Merge branch 'fix-email-typo' into 'master'
...
notify: fix typo in merged_merge_request_email template
All (two) other templates with this line use 'url' rather than 'Url'.
See merge request !1151
2015-10-01 15:00:22 +00:00
Valery Sizov
5b57313051
Note the original location of a moved project when notifying users of the move
2015-10-01 09:54:56 +03:00
Ben Boeckel
e97349cb42
notify: fix typo in merged_merge_request_email template
...
All (two) other templates with this line use 'url' rather than 'Url'.
2015-09-30 17:14:54 -04:00
Stan Hu
b71a9fcdeb
Fix HTML link that was improperly escaped in new user e-mail
...
Closes https://github.com/gitlabhq/gitlabhq/issues/9640
2015-09-16 21:24:53 -07:00
Robert Speicher
4883785083
Remove last remaining reference_only_path usages
2015-09-03 17:47:27 -04:00
Steve Norman
10871732df
Use entity number for plus sign
2015-05-27 13:04:18 +00:00
Robert Speicher
cc0f223858
Merge branch 'fix-typo-in-email' into 'master'
...
Fix "Asignee" typo in new issue/merge request emails
See merge request !676
2015-05-26 21:47:04 +00:00
Ben Boeckel
b8571f141e
email: fix typo
2015-05-18 09:33:16 -04:00
Vinnie Okada
af428b1259
Fill in email on the new password form
2015-05-16 14:03:18 -06:00
Vinnie Okada
0bfab084a8
Explain reset token expiration in emails
...
Tell new users when their password reset token expires and provide a
link to get a new one.
2015-05-16 14:03:07 -06:00
Douwe Maan
88c2639356
Remove superfluous info from invite accepted/declined mails.
2015-04-14 23:06:21 +02:00
Douwe Maan
e50556fcc8
Let invites be declined.
2015-04-14 12:08:11 +02:00
Douwe Maan
39f389ae0f
Add invites controller.
2015-04-14 12:07:33 +02:00
Hannes Rosenögger
8e9fbd847d
Revert "Merge branch 'fix_email_images' into 'master'"
...
This reverts commit d66148ef39 , reversing
changes made to cdb64a81a8 .
This change needed to be reverted,
because not enough email clients support inline images.
2015-04-13 12:34:47 +02:00
Dmitriy Zaporozhets
18dfe0ce76
Merge branch 'emailsonpush-last-line' into 'master'
...
Fix final line in EmailsOnPush email diff being rendered as error.
Fixes https://github.com/gitlabhq/gitlabhq/issues/8976 and private issue https://dev.gitlab.org/gitlab/gitlabhq/issues/2194 .
Pulls in gitlab_git 7.1.5, which includes https://gitlab.com/gitlab-org/gitlab_git/merge_requests/18 .
See merge request !480
2015-04-07 09:54:23 +00:00
Douwe Maan
08eac512bd
Move EmailsOnPush highlight CSS inline instead of being in every notification email.
2015-03-31 12:36:36 +02:00
Douwe Maan
e08d947e77
Use relative URL for Markdown references, except in mails.
2015-03-27 10:39:05 +01:00
Douwe Maan
bf235053ad
Send EmailsOnPush email when branch or tag is created or deleted.
2015-03-18 14:07:28 +01:00
Dmitriy Zaporozhets
aa4691acac
Fix email template css for project moved emails
2015-03-17 18:38:10 -07:00
Dmitriy Zaporozhets
d659c1d1fd
More actively use css variabled to prevent colors duplication
2015-03-17 18:01:33 -07:00
Douwe Maan
99f995755e
Use group_member instead of users_group or membership.
2015-03-15 13:49:41 +01:00
Hannes Rosenögger
3c7e0f45c2
replace images in emails with inline images
...
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-12 09:26:06 +01:00
Douwe Maan
5d86332153
Send EmailsOnPush when deleting commits using force push.
...
See #1924 .
2015-02-25 15:12:19 +01:00
Douwe Maan
769f137a53
Wrap commit message in EmailsOnPush email.
...
See #1867 .
2015-02-25 14:37:15 +01:00
Douwe Maan
ae70a80fc2
Fix links in EmailsOnPush text version.
2015-02-25 14:32:55 +01:00
Douwe Maan
85af3e82bf
Add option to disable code diffs to EmailOnPush.
...
See #1950
2015-02-25 14:29:49 +01:00
Douwe Maan
7b34c9dc59
Add list of changed files to EmailsOnPush.
...
See #1906 .
2015-02-25 13:40:05 +01:00
Vinnie Okada
76aad9b76e
Upgrade to Rails 4.1.9
...
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-14 11:09:23 -07:00
Hannes Rosenögger
e460e04e16
Add Diff syntax colors for email-on-push notifications
2015-01-17 19:19:28 +01:00
Miz
2ff6066088
Add commit dates to repository-push email tempalte
2014-12-11 14:18:18 +02:00
Ben Bodenmiller
56ffa0fba4
improve ssh key emails
2014-10-28 00:06:22 -07:00
Marin Jankovski
75eacf4d44
Update email templates for email on push service with links to commit and repository.
2014-09-30 11:28:43 +02:00
Dmitriy Zaporozhets
bdbadebe3e
Fix adminarea and emails for new membership logic
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-09-15 10:57:02 +03:00
Dmitriy Zaporozhets
487f78be12
Merge pull request #7677 from cirosantilli/factor-issue-mr-text-email
...
Fix missing to on reassign Merge Request text email to unassigned.
2014-09-04 16:02:53 +03:00
Ciro Santilli
c586192813
Fix missing to on reassign MR text email to unassigned.
...
Factors out text MR and issue email.
2014-09-03 01:33:02 +02:00
Ciro Santilli
330251de91
Fix missing to on reassign MR email to unassigned.
...
Factors out MR and issue email.
2014-09-01 17:35:25 +02:00