<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/views/layouts/notify.html.haml, branch docs-pages-force-https</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Resolve CE/EE diffs in app/views/layouts view</title>
<updated>2019-05-11T22:38:41+00:00</updated>
<author>
<name>Luke Bennett</name>
<email>lbennett@gitlab.com</email>
</author>
<published>2019-05-08T05:26:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=974e71a9c51b6f2d4ef2fb8ba9a538ced4106480'/>
<id>974e71a9c51b6f2d4ef2fb8ba9a538ced4106480</id>
<content type='text'>
Part of single codebase changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Part of single codebase changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Show header and footer system messages in email</title>
<updated>2019-02-27T20:07:50+00:00</updated>
<author>
<name>Alexandru Croitor</name>
<email>acroitor@gitlab.com</email>
</author>
<published>2019-02-20T15:18:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=77985826d94454514c40b8da926e13b3b3791841'/>
<id>77985826d94454514c40b8da926e13b3b3791841</id>
<content type='text'>
* Add email_header_and_footer_enabled flag to appearances table
* Set email_header_and_footer_enabled default value to false
* Add checkbox to appearance to toggle show header and footer in emails
* Add email_header_and_footer_enabled to allowed params in controller
* Add header and footer messages to the html and text email layouts
* Remove the color styling for emails header and footer
* Add empty_mailer layout for emails without layout,
to have the header and footer applied
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add email_header_and_footer_enabled flag to appearances table
* Set email_header_and_footer_enabled default value to false
* Add checkbox to appearance to toggle show header and footer in emails
* Add email_header_and_footer_enabled to allowed params in controller
* Add header and footer messages to the html and text email layouts
* Remove the color styling for emails header and footer
* Add empty_mailer layout for emails without layout,
to have the header and footer applied
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure links in notifications footer are not escaped</title>
<updated>2018-08-03T11:27:14+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2018-08-03T09:50:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c0c9e5dd6f2ff98240e6e4c3deba9cd2b1112b4d'/>
<id>c0c9e5dd6f2ff98240e6e4c3deba9cd2b1112b4d</id>
<content type='text'>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>i18n: externalize strings from 'app/views/layouts'</title>
<updated>2018-07-23T06:33:37+00:00</updated>
<author>
<name>Tao Wang</name>
<email>twang2218@gmail.com</email>
</author>
<published>2018-06-13T06:30:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=dc157729b3407c265854b55cd90ec75dc50b20f2'/>
<id>dc157729b3407c265854b55cd90ec75dc50b20f2</id>
<content type='text'>
Signed-off-by: Tao Wang &lt;twang2218@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tao Wang &lt;twang2218@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial work to add notification reason to emails</title>
<updated>2018-01-17T01:17:55+00:00</updated>
<author>
<name>Mario de la Ossa</name>
<email>mariodelaossa@gmail.com</email>
</author>
<published>2017-12-28T17:25:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=23a20c20f826f090446587881df7008a137d2d34'/>
<id>23a20c20f826f090446587881df7008a137d2d34</id>
<content type='text'>
Adds `#build_notification_recipients` to `NotificationRecipientService`
that returns the `NotificationRecipient` objects in order to be able to
access the new attribute `reason`.

This new attribute is used in the different notifier methods in order to
add the reason as a header: `X-GitLab-NotificationReason`.

Only the reason with the most priority gets sent.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds `#build_notification_recipients` to `NotificationRecipientService`
that returns the `NotificationRecipient` objects in order to be able to
access the new attribute `reason`.

This new attribute is used in the different notifier methods in order to
add the reason as a header: `X-GitLab-NotificationReason`.

Only the reason with the most priority gets sent.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix specs</title>
<updated>2017-04-05T16:44:14+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@selenight.nl</email>
</author>
<published>2017-03-21T15:28:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=874413cf701870a0fc1051f7c0a5fc4b4f884657'/>
<id>874413cf701870a0fc1051f7c0a5fc4b4f884657</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>HAMLLint: Fix `SpaceInsideHashAttributes` offences</title>
<updated>2016-12-31T06:28:36+00:00</updated>
<author>
<name>Kushal Pandya</name>
<email>kushal@gitlab.com</email>
</author>
<published>2016-12-26T10:47:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fb3e365412954b5d23a048518d70c15894cb9686'/>
<id>fb3e365412954b5d23a048518d70c15894cb9686</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>HAMLLint: Fix `ImplicitDiv` offences</title>
<updated>2016-12-31T06:13:08+00:00</updated>
<author>
<name>Kushal Pandya</name>
<email>kushal@gitlab.com</email>
</author>
<published>2016-12-23T09:37:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=dd5ffd9ca648dba4c0b58be2172cd14c428fa654'/>
<id>dd5ffd9ca648dba4c0b58be2172cd14c428fa654</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix "Unsubscribe" link in notification emails that is triggered by anti-virus</title>
<updated>2016-09-20T07:52:57+00:00</updated>
<author>
<name>Maximiliano Perez Coto</name>
<email>maxi@assembla.com</email>
</author>
<published>2016-07-13T23:56:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b335730817e096bb4c68e5e4a4a2a3ec29b25243'/>
<id>b335730817e096bb4c68e5e4a4a2a3ec29b25243</id>
<content type='text'>
* Created a force=true param that will continue with the previous
  behaviour of the unsubscribe method
* Created a filter for not-logged users so they see a unsubsribe
  confirmation page
* Added the List-Unsubscribe header on emails so the email client can
  display it on top
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Created a force=true param that will continue with the previous
  behaviour of the unsubscribe method
* Created a filter for not-logged users so they see a unsubsribe
  confirmation page
* Added the List-Unsubscribe header on emails so the email client can
  display it on top
</pre>
</div>
</content>
</entry>
<entry>
<title>Syntax-highlight diffs in push emails</title>
<updated>2016-05-17T12:23:17+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2016-05-12T15:06:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a9977f2b7a39d57d0633714616b4653aca103993'/>
<id>a9977f2b7a39d57d0633714616b4653aca103993</id>
<content type='text'>
Based on:
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/151
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on:
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/151
</pre>
</div>
</content>
</entry>
</feed>
