<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/integration, branch multi-line-inline-diff</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>Merge branch 'clarify-github-integration-docs' into 'master'</title>
<updated>2016-07-08T15:50:02+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2016-07-08T15:50:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fa82fd12835b2f4554df31fcdaa33f66e6f74907'/>
<id>fa82fd12835b2f4554df31fcdaa33f66e6f74907</id>
<content type='text'>

Fix documentation for Github integration authorization callback url.

There are two callbacks that could be used with Github integration:

  * /import/github/callback (used by project import)
  * /users/auth/github/callback (used by OmniAuth)

Github's documentation suggests that authorization callback url should be
set to the longest common path.

https://developer.github.com/v3/oauth/#redirect-urls

Configuring according to the previous documentation resulted in a
redirect_uri_mismatch error from Github when logging in via OmniAuth.

See merge request !4111</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fix documentation for Github integration authorization callback url.

There are two callbacks that could be used with Github integration:

  * /import/github/callback (used by project import)
  * /users/auth/github/callback (used by OmniAuth)

Github's documentation suggests that authorization callback url should be
set to the longest common path.

https://developer.github.com/v3/oauth/#redirect-urls

Configuring according to the previous documentation resulted in a
redirect_uri_mismatch error from Github when logging in via OmniAuth.

See merge request !4111</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'mrchrisw/docs/shibboleth' into 'master'</title>
<updated>2016-07-05T10:28:41+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axilleas@axilleas.me</email>
</author>
<published>2016-07-05T10:28:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ea6e4bf0c2a73c9dda745f2b971079c1dbf2b645'/>
<id>ea6e4bf0c2a73c9dda745f2b971079c1dbf2b645</id>
<content type='text'>

Fix wording around NGINX Shibboleth setup

![image](/uploads/de69ad7a056083ab4ca337d9cacad6e2/image.png)

__________

![image](/uploads/bd8081aa0e3a7bd0568267c4a485df5d/image.png)



See merge request !5034</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fix wording around NGINX Shibboleth setup

![image](/uploads/de69ad7a056083ab4ca337d9cacad6e2/image.png)

__________

![image](/uploads/bd8081aa0e3a7bd0568267c4a485df5d/image.png)



See merge request !5034</pre>
</div>
</content>
</entry>
<entry>
<title>Fix wording around NGINX Shibboleth setup</title>
<updated>2016-07-01T03:28:10+00:00</updated>
<author>
<name>Chris Wilson</name>
<email>chris@chrisjwilson.com</email>
</author>
<published>2016-07-01T03:28:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=15eea9c7157b3c28037e983b80d3d1ac35cae96a'/>
<id>15eea9c7157b3c28037e983b80d3d1ac35cae96a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '19312-confidential-issue' into 'master'</title>
<updated>2016-06-30T15:42:15+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2016-06-30T15:42:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5e6342b7ac08b4b37b233cad54f4aeaf0144b977'/>
<id>5e6342b7ac08b4b37b233cad54f4aeaf0144b977</id>
<content type='text'>

Fix privilege escalation issue with OAuth external users

Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/19312

This MR fixes a privilege escalation issue, where manually set external users would be reverted back to internal users if they logged in via OAuth and that provider was not in the `external_providers` list.

/cc @douwe 

See merge request !1975</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fix privilege escalation issue with OAuth external users

Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/19312

This MR fixes a privilege escalation issue, where manually set external users would be reverted back to internal users if they logged in via OAuth and that provider was not in the `external_providers` list.

/cc @douwe 

See merge request !1975</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'optimize-png-image' into 'master'</title>
<updated>2016-06-29T17:00:44+00:00</updated>
<author>
<name>Jacob Schatz</name>
<email>jschatz@gitlab.com</email>
</author>
<published>2016-06-29T17:00:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c8e4fe5625f7dc141ed2b7c0ffb09084f2289f7d'/>
<id>c8e4fe5625f7dc141ed2b7c0ffb09084f2289f7d</id>
<content type='text'>

optimize png images losslessly using zopflipng

Resend https://github.com/gitlabhq/gitlabhq/pull/10354#issuecomment-222194091

Optimized 246 png images losslessly using Google's zopflipng.
```
 app/assets/images/auth_buttons/azure_64.png        | Bin 986 -&gt; 695 bytes
 app/assets/images/auth_buttons/bitbucket_64.png    | Bin 2163 -&gt; 2161 bytes
 app/assets/images/auth_buttons/facebook_64.png     | Bin 2970 -&gt; 870 bytes
 app/assets/images/auth_buttons/github_64.png       | Bin 2625 -&gt; 1151 bytes
 app/assets/images/auth_buttons/gitlab_64.png       | Bin 2849 -&gt; 2070 bytes
 app/assets/images/auth_buttons/google_64.png       | Bin 5281 -&gt; 4366 bytes
 app/assets/images/auth_buttons/twitter_64.png      | Bin 4835 -&gt; 3110 bytes
 app/assets/images/bg_fallback.png                  | Bin 167 -&gt; 167 bytes
 app/assets/images/dark-scheme-preview.png          | Bin 3996 -&gt; 3992 bytes
 app/assets/images/emoji.png                        | Bin 263533 -&gt; 263346 bytes
 app/assets/images/emoji@2x.png                     | Bin 690504 -&gt; 689076 bytes
 app/assets/images/gitlab_logo.png                  | Bin 5189 -&gt; 3616 bytes
 app/assets/images/gitorious-logo-black.png         | Bin 809 -&gt; 631 bytes
 app/assets/images/gitorious-logo-blue.png          | Bin 495 -&gt; 201 bytes
 app/assets/images/icon-link.png                    | Bin 1128 -&gt; 729 bytes
 app/assets/images/images.png                       | Bin 5849 -&gt; 5806 bytes
 app/assets/images/monokai-scheme-preview.png       | Bin 3711 -&gt; 3708 bytes
 app/assets/images/msapplication-tile.png           | Bin 5798 -&gt; 4328 bytes
 app/assets/images/no_avatar.png                    | Bin 621 -&gt; 621 bytes
 app/assets/images/no_group_avatar.png              | Bin 942 -&gt; 939 bytes
 app/assets/images/slider_handles.png               | Bin 1377 -&gt; 1341 bytes
 app/assets/images/touch-icon-ipad-retina.png       | Bin 8130 -&gt; 5662 bytes
 app/assets/images/touch-icon-ipad.png              | Bin 3493 -&gt; 2465 bytes
 app/assets/images/touch-icon-iphone-retina.png     | Bin 4997 -&gt; 3460 bytes
 app/assets/images/touch-icon-iphone.png            | Bin 2766 -&gt; 1949 bytes
 doc/administration/img/housekeeping_settings.png   | Bin 23856 -&gt; 19347 bytes
 .../img/build_artifacts_browser.png                | Bin 89132 -&gt; 82102 bytes
 .../img/build_artifacts_browser_button.png         | Bin 11614 -&gt; 7230 bytes
 doc/ci/img/builds_tab.png                          | Bin 3845 -&gt; 3047 bytes
 doc/ci/img/features_settings.png                   | Bin 18691 -&gt; 15809 bytes
 doc/ci/quick_start/img/build_log.png               | Bin 63272 -&gt; 52482 bytes
 doc/ci/quick_start/img/builds_status.png           | Bin 49121 -&gt; 41838 bytes
 doc/ci/quick_start/img/new_commit.png              | Bin 9033 -&gt; 7587 bytes
 doc/ci/quick_start/img/runners_activated.png       | Bin 27597 -&gt; 22822 bytes
 .../img/single_commit_status_pending.png           | Bin 36431 -&gt; 29981 bytes
 doc/ci/quick_start/img/status_pending.png          | Bin 19782 -&gt; 16205 bytes
 doc/ci/runners/project_specific.png                | Bin 31408 -&gt; 30196 bytes
 doc/ci/runners/shared_runner.png                   | Bin 18366 -&gt; 17797 bytes
 doc/ci/runners/shared_to_specific_admin.png        | Bin 5897 -&gt; 5715 bytes
 doc/ci/triggers/img/builds_page.png                | Bin 39713 -&gt; 33324 bytes
 doc/ci/triggers/img/trigger_single_build.png       | Bin 2895 -&gt; 2387 bytes
 doc/ci/triggers/img/trigger_variables.png          | Bin 5418 -&gt; 4433 bytes
 doc/ci/triggers/img/triggers_page.png              | Bin 15889 -&gt; 12943 bytes
 doc/container_registry/img/container_registry.png  | Bin 354050 -&gt; 222782 bytes
 doc/container_registry/img/project_feature.png     | Bin 392842 -&gt; 248750 bytes
 .../branded_login_page/appearance.png              | Bin 365120 -&gt; 156228 bytes
 .../branded_login_page/custom_sign_in.png          | Bin 314111 -&gt; 166674 bytes
 .../branded_login_page/default_login_page.png      | Bin 292731 -&gt; 150538 bytes
 doc/development/gitlab_architecture_diagram.png    | Bin 46947 -&gt; 23831 bytes
 .../basicsimages/add_new_merge_request.png         | Bin 9467 -&gt; 9003 bytes
 doc/gitlab-basics/basicsimages/add_sshkey.png      | Bin 1463 -&gt; 1394 bytes
 doc/gitlab-basics/basicsimages/branch_info.png     | Bin 7978 -&gt; 7572 bytes
 doc/gitlab-basics/basicsimages/branch_name.png     | Bin 2199 -&gt; 2137 bytes
 doc/gitlab-basics/basicsimages/branches.png        | Bin 3653 -&gt; 3548 bytes
 .../basicsimages/button-create-mr.png              | Bin 6154 -&gt; 5927 bytes
 .../basicsimages/click-on-new-group.png            | Bin 2063 -&gt; 1957 bytes
 doc/gitlab-basics/basicsimages/commit_changes.png  | Bin 5567 -&gt; 4941 bytes
 doc/gitlab-basics/basicsimages/commit_message.png  | Bin 5707 -&gt; 5103 bytes
 doc/gitlab-basics/basicsimages/commits.png         | Bin 4258 -&gt; 4112 bytes
 .../basicsimages/compare_branches.png              | Bin 1624 -&gt; 1520 bytes
 doc/gitlab-basics/basicsimages/create_file.png     | Bin 2524 -&gt; 2451 bytes
 doc/gitlab-basics/basicsimages/create_group.png    | Bin 3224 -&gt; 3184 bytes
 doc/gitlab-basics/basicsimages/edit_file.png       | Bin 2259 -&gt; 2221 bytes
 doc/gitlab-basics/basicsimages/file_located.png    | Bin 3156 -&gt; 3078 bytes
 doc/gitlab-basics/basicsimages/file_name.png       | Bin 2544 -&gt; 2412 bytes
 doc/gitlab-basics/basicsimages/find_file.png       | Bin 8840 -&gt; 8426 bytes
 doc/gitlab-basics/basicsimages/find_group.png      | Bin 6159 -&gt; 5897 bytes
 doc/gitlab-basics/basicsimages/fork.png            | Bin 1046 -&gt; 896 bytes
 doc/gitlab-basics/basicsimages/group_info.png      | Bin 16217 -&gt; 15479 bytes
 doc/gitlab-basics/basicsimages/groups.png          | Bin 4857 -&gt; 4752 bytes
 doc/gitlab-basics/basicsimages/https.png           | Bin 2887 -&gt; 2822 bytes
 doc/gitlab-basics/basicsimages/image_file.png      | Bin 2939 -&gt; 2796 bytes
 doc/gitlab-basics/basicsimages/issue_title.png     | Bin 9059 -&gt; 8311 bytes
 doc/gitlab-basics/basicsimages/issues.png          | Bin 4332 -&gt; 4153 bytes
 doc/gitlab-basics/basicsimages/key.png             | Bin 1264 -&gt; 1177 bytes
 doc/gitlab-basics/basicsimages/merge_requests.png  | Bin 4381 -&gt; 4213 bytes
 .../basicsimages/new_merge_request.png             | Bin 3227 -&gt; 3162 bytes
 doc/gitlab-basics/basicsimages/new_project.png     | Bin 2319 -&gt; 2234 bytes
 doc/gitlab-basics/basicsimages/newbranch.png       | Bin 1314 -&gt; 1244 bytes
 doc/gitlab-basics/basicsimages/paste_sshkey.png    | Bin 8620 -&gt; 7699 bytes
 .../basicsimages/profile_settings.png              | Bin 1194 -&gt; 1101 bytes
 doc/gitlab-basics/basicsimages/project_info.png    | Bin 21862 -&gt; 21041 bytes
 .../basicsimages/public_file_link.png              | Bin 3038 -&gt; 3023 bytes
 doc/gitlab-basics/basicsimages/select-group.png    | Bin 6075 -&gt; 6034 bytes
 doc/gitlab-basics/basicsimages/select-group2.png   | Bin 5049 -&gt; 5040 bytes
 doc/gitlab-basics/basicsimages/select_branch.png   | Bin 12213 -&gt; 11207 bytes
 doc/gitlab-basics/basicsimages/select_project.png  | Bin 16832 -&gt; 16176 bytes
 doc/gitlab-basics/basicsimages/settings.png        | Bin 4321 -&gt; 4149 bytes
 doc/gitlab-basics/basicsimages/shh_keys.png        | Bin 4981 -&gt; 4782 bytes
 .../basicsimages/submit_new_issue.png              | Bin 9083 -&gt; 8644 bytes
 .../basicsimages/title_description_mr.png          | Bin 12749 -&gt; 11919 bytes
 doc/gitlab-basics/basicsimages/white_space.png     | Bin 3707 -&gt; 2192 bytes
 doc/integration/img/akismet_settings.png           | Bin 55837 -&gt; 26625 bytes
 .../img/enabled-oauth-sign-in-sources.png          | Bin 49081 -&gt; 21767 bytes
 doc/integration/img/facebook_api_keys.png          | Bin 125921 -&gt; 85832 bytes
 doc/integration/img/facebook_app_settings.png      | Bin 134387 -&gt; 68086 bytes
 doc/integration/img/facebook_website_url.png       | Bin 42292 -&gt; 19823 bytes
 doc/integration/img/github_app.png                 | Bin 75297 -&gt; 55591 bytes
 doc/integration/img/gitlab_app.png                 | Bin 55325 -&gt; 30963 bytes
 .../img/gmail_action_buttons_for_gitlab.png        | Bin 17321 -&gt; 16020 bytes
 doc/integration/img/google_app.png                 | Bin 52669 -&gt; 29154 bytes
 .../img/oauth_provider_admin_application.png       | Bin 40579 -&gt; 33440 bytes
 .../img/oauth_provider_application_form.png        | Bin 27974 -&gt; 23048 bytes
 .../img/oauth_provider_application_id_secret.png   | Bin 33901 -&gt; 27673 bytes
 .../img/oauth_provider_authorized_application.png  | Bin 32225 -&gt; 26622 bytes
 .../img/oauth_provider_user_wide_applications.png  | Bin 40632 -&gt; 33337 bytes
 doc/integration/img/twitter_app_api_keys.png       | Bin 72200 -&gt; 36921 bytes
 doc/integration/img/twitter_app_details.png        | Bin 121621 -&gt; 64686 bytes
 doc/markdown/img/logo.png                          | Bin 11097 -&gt; 9509 bytes
 doc/monitoring/img/health_check_token.png          | Bin 10884 -&gt; 6630 bytes
 .../performance/img/grafana_dashboard_dropdown.png | Bin 29419 -&gt; 14368 bytes
 .../performance/img/grafana_dashboard_import.png   | Bin 40974 -&gt; 18267 bytes
 .../img/grafana_data_source_configuration.png      | Bin 53402 -&gt; 26060 bytes
 .../performance/img/grafana_data_source_empty.png  | Bin 44058 -&gt; 21821 bytes
 .../performance/img/grafana_save_icon.png          | Bin 16024 -&gt; 9107 bytes
 .../img/metrics_gitlab_configuration_settings.png  | Bin 45148 -&gt; 37228 bytes
 doc/profile/2fa.png                                | Bin 23415 -&gt; 22047 bytes
 doc/profile/2fa_auth.png                           | Bin 15569 -&gt; 14535 bytes
 doc/project_services/img/builds_emails_service.png | Bin 41222 -&gt; 33943 bytes
 .../img/jira_add_gitlab_commit_message.png         | Bin 57136 -&gt; 46590 bytes
 .../img/jira_add_user_to_group.png                 | Bin 59251 -&gt; 41994 bytes
 doc/project_services/img/jira_create_new_group.png | Bin 41294 -&gt; 32934 bytes
 .../img/jira_create_new_group_name.png             | Bin 12535 -&gt; 9054 bytes
 doc/project_services/img/jira_create_new_user.png  | Bin 26532 -&gt; 21081 bytes
 doc/project_services/img/jira_group_access.png     | Bin 46028 -&gt; 32210 bytes
 doc/project_services/img/jira_issue_closed.png     | Bin 92601 -&gt; 77028 bytes
 doc/project_services/img/jira_issue_reference.png  | Bin 39942 -&gt; 36188 bytes
 doc/project_services/img/jira_issues_workflow.png  | Bin 105237 -&gt; 87067 bytes
 .../img/jira_merge_request_close.png               | Bin 111150 -&gt; 102835 bytes
 doc/project_services/img/jira_project_name.png     | Bin 60598 -&gt; 41572 bytes
 ...jira_reference_commit_message_in_jira_issue.png | Bin 42452 -&gt; 33706 bytes
 doc/project_services/img/jira_service.png          | Bin 59082 -&gt; 56834 bytes
 .../img/jira_service_close_issue.png               | Bin 88433 -&gt; 79569 bytes
 doc/project_services/img/jira_service_page.png     | Bin 49122 -&gt; 36280 bytes
 .../img/jira_submit_gitlab_merge_request.png       | Bin 63063 -&gt; 51913 bytes
 .../img/jira_user_management_link.png              | Bin 58211 -&gt; 43095 bytes
 .../img/jira_workflow_screenshot.png               | Bin 121534 -&gt; 111093 bytes
 doc/project_services/img/redmine_configuration.png | Bin 21061 -&gt; 16973 bytes
 .../img/services_templates_redmine_example.png     | Bin 17351 -&gt; 13936 bytes
 doc/raketasks/backup_hrz.png                       | Bin 21955 -&gt; 8907 bytes
 doc/raketasks/check_repos_output.png               | Bin 73786 -&gt; 35333 bytes
 .../img/two_factor_authentication_settings.png     | Bin 20399 -&gt; 16807 bytes
 doc/web_hooks/ssl.png                              | Bin 77165 -&gt; 39120 bytes
 .../img/add_new_user_to_project_settings.png       | Bin 22822 -&gt; 18149 bytes
 .../add-user/img/add_user_email_accept.png         | Bin 22961 -&gt; 22877 bytes
 doc/workflow/add-user/img/add_user_email_ready.png | Bin 40305 -&gt; 40207 bytes
 .../add-user/img/add_user_email_search.png         | Bin 45884 -&gt; 45798 bytes
 .../add-user/img/add_user_give_permissions.png     | Bin 56480 -&gt; 56380 bytes
 ...dd_user_import_members_from_another_project.png | Bin 38874 -&gt; 38778 bytes
 .../add-user/img/add_user_imported_members.png     | Bin 37873 -&gt; 37835 bytes
 .../add-user/img/add_user_list_members.png         | Bin 24427 -&gt; 24337 bytes
 .../add-user/img/add_user_members_menu.png         | Bin 42319 -&gt; 42224 bytes
 .../add-user/img/add_user_search_people.png        | Bin 39941 -&gt; 39844 bytes
 doc/workflow/award_emoji.png                       | Bin 16926 -&gt; 9939 bytes
 doc/workflow/ci_mr.png                             | Bin 40065 -&gt; 29571 bytes
 doc/workflow/close_issue_mr.png                    | Bin 146292 -&gt; 82595 bytes
 doc/workflow/environment_branches.png              | Bin 40210 -&gt; 20745 bytes
 doc/workflow/forking/branch_select.png             | Bin 55352 -&gt; 27299 bytes
 doc/workflow/forking/merge_request.png             | Bin 60597 -&gt; 31560 bytes
 doc/workflow/four_stages.png                       | Bin 20934 -&gt; 10003 bytes
 doc/workflow/git_pull.png                          | Bin 167056 -&gt; 94405 bytes
 doc/workflow/gitdashflow.png                       | Bin 184726 -&gt; 131491 bytes
 doc/workflow/github_flow.png                       | Bin 20600 -&gt; 10251 bytes
 doc/workflow/gitlab_flow.png                       | Bin 90883 -&gt; 70871 bytes
 doc/workflow/good_commit.png                       | Bin 28433 -&gt; 13131 bytes
 doc/workflow/groups/add_member_to_group.png        | Bin 138184 -&gt; 78060 bytes
 doc/workflow/groups/group_dashboard.png            | Bin 107332 -&gt; 59446 bytes
 doc/workflow/groups/group_with_two_projects.png    | Bin 129319 -&gt; 73101 bytes
 doc/workflow/groups/max_access_level.png           | Bin 135354 -&gt; 74947 bytes
 doc/workflow/groups/new_group_button.png           | Bin 185406 -&gt; 108482 bytes
 doc/workflow/groups/new_group_form.png             | Bin 106491 -&gt; 58860 bytes
 .../groups/other_group_sees_shared_project.png     | Bin 118382 -&gt; 64447 bytes
 doc/workflow/groups/override_access_level.png      | Bin 157193 -&gt; 90122 bytes
 doc/workflow/groups/project_members_via_group.png  | Bin 151339 -&gt; 86260 bytes
 doc/workflow/groups/share_project_with_groups.png  | Bin 118868 -&gt; 65633 bytes
 doc/workflow/groups/transfer_project.png           | Bin 164958 -&gt; 92115 bytes
 doc/workflow/img/award_emoji_select.png            | Bin 65985 -&gt; 49296 bytes
 .../img/award_emoji_votes_least_popular.png        | Bin 144501 -&gt; 116715 bytes
 .../img/award_emoji_votes_most_popular.png         | Bin 136577 -&gt; 108775 bytes
 .../img/award_emoji_votes_sort_options.png         | Bin 162251 -&gt; 131659 bytes
 doc/workflow/img/cherry_pick_changes_commit.png    | Bin 353067 -&gt; 304098 bytes
 .../img/cherry_pick_changes_commit_modal.png       | Bin 312659 -&gt; 264883 bytes
 doc/workflow/img/cherry_pick_changes_mr.png        | Bin 252085 -&gt; 212267 bytes
 doc/workflow/img/cherry_pick_changes_mr_modal.png  | Bin 225569 -&gt; 186597 bytes
 doc/workflow/img/file_finder_find_button.png       | Bin 30974 -&gt; 25458 bytes
 doc/workflow/img/file_finder_find_file.png         | Bin 42658 -&gt; 35114 bytes
 .../img/forking_workflow_choose_namespace.png      | Bin 70405 -&gt; 59114 bytes
 doc/workflow/img/forking_workflow_fork_button.png  | Bin 26438 -&gt; 20750 bytes
 .../img/forking_workflow_path_taken_error.png      | Bin 22380 -&gt; 17978 bytes
 doc/workflow/img/new_branch_from_issue.png         | Bin 120622 -&gt; 54607 bytes
 doc/workflow/img/revert_changes_commit.png         | Bin 360098 -&gt; 233750 bytes
 doc/workflow/img/revert_changes_commit_modal.png   | Bin 327932 -&gt; 205046 bytes
 doc/workflow/img/revert_changes_mr.png             | Bin 367881 -&gt; 241051 bytes
 doc/workflow/img/revert_changes_mr_modal.png       | Bin 335010 -&gt; 211022 bytes
 doc/workflow/img/todos_icon.png                    | Bin 6320 -&gt; 3843 bytes
 doc/workflow/img/todos_index.png                   | Bin 184839 -&gt; 152040 bytes
 .../img/web_editor_new_branch_dropdown.png         | Bin 34233 -&gt; 20436 bytes
 doc/workflow/img/web_editor_new_branch_page.png    | Bin 21618 -&gt; 11245 bytes
 .../img/web_editor_new_directory_dialog.png        | Bin 26145 -&gt; 13339 bytes
 .../img/web_editor_new_directory_dropdown.png      | Bin 33714 -&gt; 20007 bytes
 doc/workflow/img/web_editor_new_file_dropdown.png  | Bin 34978 -&gt; 20680 bytes
 doc/workflow/img/web_editor_new_file_editor.png    | Bin 128658 -&gt; 66261 bytes
 doc/workflow/img/web_editor_new_push_widget.png    | Bin 11220 -&gt; 7076 bytes
 doc/workflow/img/web_editor_new_tag_dropdown.png   | Bin 33753 -&gt; 20080 bytes
 doc/workflow/img/web_editor_new_tag_page.png       | Bin 75536 -&gt; 36610 bytes
 .../img/web_editor_start_new_merge_request.png     | Bin 14352 -&gt; 8596 bytes
 doc/workflow/img/web_editor_upload_file_dialog.png | Bin 46219 -&gt; 21502 bytes
 .../img/web_editor_upload_file_dropdown.png        | Bin 34835 -&gt; 20651 bytes
 .../bitbucket_import_select_project.png            | Bin 16121 -&gt; 15288 bytes
 .../fogbugz_importer/fogbugz_import_finished.png   | Bin 53276 -&gt; 30266 bytes
 .../fogbugz_importer/fogbugz_import_login.png      | Bin 44444 -&gt; 20797 bytes
 .../fogbugz_import_select_fogbogz.png              | Bin 35415 -&gt; 20526 bytes
 .../fogbugz_import_select_project.png              | Bin 62552 -&gt; 34836 bytes
 .../fogbugz_importer/fogbugz_import_user_map.png   | Bin 157856 -&gt; 77208 bytes
 .../importing/gitlab_importer/importer.png         | Bin 40778 -&gt; 18366 bytes
 .../importing/gitlab_importer/new_project_page.png | Bin 72663 -&gt; 33589 bytes
 .../img/import_projects_from_github_importer.png   | Bin 28033 -&gt; 22711 bytes
 ...mport_projects_from_github_new_project_page.png | Bin 17225 -&gt; 13668 bytes
 doc/workflow/merge_commits.png                     | Bin 41422 -&gt; 22181 bytes
 doc/workflow/merge_request.png                     | Bin 169503 -&gt; 98070 bytes
 doc/workflow/merge_requests/commit_compare.png     | Bin 110376 -&gt; 65010 bytes
 doc/workflow/merge_requests/merge_request_diff.png | Bin 166226 -&gt; 103239 bytes
 .../merge_request_diff_without_whitespace.png      | Bin 121476 -&gt; 71896 bytes
 doc/workflow/merge_when_build_succeeds/enable.png  | Bin 151112 -&gt; 68769 bytes
 doc/workflow/merge_when_build_succeeds/status.png  | Bin 180318 -&gt; 82655 bytes
 doc/workflow/messy_flow.png                        | Bin 33829 -&gt; 19314 bytes
 doc/workflow/milestones/form.png                   | Bin 88591 -&gt; 84872 bytes
 doc/workflow/milestones/group_form.png             | Bin 77087 -&gt; 74429 bytes
 doc/workflow/mr_inline_comments.png                | Bin 193311 -&gt; 117313 bytes
 doc/workflow/notifications/settings.png            | Bin 90986 -&gt; 59256 bytes
 doc/workflow/production_branch.png                 | Bin 21716 -&gt; 10946 bytes
 .../protected_branches/protected_branches1.png     | Bin 170113 -&gt; 155815 bytes
 .../protected_branches/protected_branches2.png     | Bin 25851 -&gt; 23208 bytes
 doc/workflow/rebase.png                            | Bin 123041 -&gt; 68976 bytes
 doc/workflow/release_branches.png                  | Bin 44173 -&gt; 22163 bytes
 doc/workflow/releases/new_tag.png                  | Bin 154755 -&gt; 87330 bytes
 doc/workflow/releases/tags.png                     | Bin 165449 -&gt; 93016 bytes
 doc/workflow/remove_checkbox.png                   | Bin 22272 -&gt; 12339 bytes
 doc/workflow/share_with_group.png                  | Bin 53784 -&gt; 50450 bytes
 doc/workflow/shortcuts.png                         | Bin 108255 -&gt; 108209 bytes
 .../wip_merge_requests/blocked_accept_button.png   | Bin 65231 -&gt; 32720 bytes
 doc/workflow/wip_merge_requests/mark_as_wip.png    | Bin 41549 -&gt; 21640 bytes
 doc/workflow/wip_merge_requests/unmark_as_wip.png  | Bin 32151 -&gt; 16606 bytes
 public/apple-touch-icon-precomposed.png            | Bin 11097 -&gt; 9509 bytes
 public/apple-touch-icon.png                        | Bin 11097 -&gt; 9509 bytes
 spec/fixtures/dk.png                               | Bin 1143 -&gt; 1062 bytes
```

cc @connorshea

See merge request !4325</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

optimize png images losslessly using zopflipng

Resend https://github.com/gitlabhq/gitlabhq/pull/10354#issuecomment-222194091

Optimized 246 png images losslessly using Google's zopflipng.
```
 app/assets/images/auth_buttons/azure_64.png        | Bin 986 -&gt; 695 bytes
 app/assets/images/auth_buttons/bitbucket_64.png    | Bin 2163 -&gt; 2161 bytes
 app/assets/images/auth_buttons/facebook_64.png     | Bin 2970 -&gt; 870 bytes
 app/assets/images/auth_buttons/github_64.png       | Bin 2625 -&gt; 1151 bytes
 app/assets/images/auth_buttons/gitlab_64.png       | Bin 2849 -&gt; 2070 bytes
 app/assets/images/auth_buttons/google_64.png       | Bin 5281 -&gt; 4366 bytes
 app/assets/images/auth_buttons/twitter_64.png      | Bin 4835 -&gt; 3110 bytes
 app/assets/images/bg_fallback.png                  | Bin 167 -&gt; 167 bytes
 app/assets/images/dark-scheme-preview.png          | Bin 3996 -&gt; 3992 bytes
 app/assets/images/emoji.png                        | Bin 263533 -&gt; 263346 bytes
 app/assets/images/emoji@2x.png                     | Bin 690504 -&gt; 689076 bytes
 app/assets/images/gitlab_logo.png                  | Bin 5189 -&gt; 3616 bytes
 app/assets/images/gitorious-logo-black.png         | Bin 809 -&gt; 631 bytes
 app/assets/images/gitorious-logo-blue.png          | Bin 495 -&gt; 201 bytes
 app/assets/images/icon-link.png                    | Bin 1128 -&gt; 729 bytes
 app/assets/images/images.png                       | Bin 5849 -&gt; 5806 bytes
 app/assets/images/monokai-scheme-preview.png       | Bin 3711 -&gt; 3708 bytes
 app/assets/images/msapplication-tile.png           | Bin 5798 -&gt; 4328 bytes
 app/assets/images/no_avatar.png                    | Bin 621 -&gt; 621 bytes
 app/assets/images/no_group_avatar.png              | Bin 942 -&gt; 939 bytes
 app/assets/images/slider_handles.png               | Bin 1377 -&gt; 1341 bytes
 app/assets/images/touch-icon-ipad-retina.png       | Bin 8130 -&gt; 5662 bytes
 app/assets/images/touch-icon-ipad.png              | Bin 3493 -&gt; 2465 bytes
 app/assets/images/touch-icon-iphone-retina.png     | Bin 4997 -&gt; 3460 bytes
 app/assets/images/touch-icon-iphone.png            | Bin 2766 -&gt; 1949 bytes
 doc/administration/img/housekeeping_settings.png   | Bin 23856 -&gt; 19347 bytes
 .../img/build_artifacts_browser.png                | Bin 89132 -&gt; 82102 bytes
 .../img/build_artifacts_browser_button.png         | Bin 11614 -&gt; 7230 bytes
 doc/ci/img/builds_tab.png                          | Bin 3845 -&gt; 3047 bytes
 doc/ci/img/features_settings.png                   | Bin 18691 -&gt; 15809 bytes
 doc/ci/quick_start/img/build_log.png               | Bin 63272 -&gt; 52482 bytes
 doc/ci/quick_start/img/builds_status.png           | Bin 49121 -&gt; 41838 bytes
 doc/ci/quick_start/img/new_commit.png              | Bin 9033 -&gt; 7587 bytes
 doc/ci/quick_start/img/runners_activated.png       | Bin 27597 -&gt; 22822 bytes
 .../img/single_commit_status_pending.png           | Bin 36431 -&gt; 29981 bytes
 doc/ci/quick_start/img/status_pending.png          | Bin 19782 -&gt; 16205 bytes
 doc/ci/runners/project_specific.png                | Bin 31408 -&gt; 30196 bytes
 doc/ci/runners/shared_runner.png                   | Bin 18366 -&gt; 17797 bytes
 doc/ci/runners/shared_to_specific_admin.png        | Bin 5897 -&gt; 5715 bytes
 doc/ci/triggers/img/builds_page.png                | Bin 39713 -&gt; 33324 bytes
 doc/ci/triggers/img/trigger_single_build.png       | Bin 2895 -&gt; 2387 bytes
 doc/ci/triggers/img/trigger_variables.png          | Bin 5418 -&gt; 4433 bytes
 doc/ci/triggers/img/triggers_page.png              | Bin 15889 -&gt; 12943 bytes
 doc/container_registry/img/container_registry.png  | Bin 354050 -&gt; 222782 bytes
 doc/container_registry/img/project_feature.png     | Bin 392842 -&gt; 248750 bytes
 .../branded_login_page/appearance.png              | Bin 365120 -&gt; 156228 bytes
 .../branded_login_page/custom_sign_in.png          | Bin 314111 -&gt; 166674 bytes
 .../branded_login_page/default_login_page.png      | Bin 292731 -&gt; 150538 bytes
 doc/development/gitlab_architecture_diagram.png    | Bin 46947 -&gt; 23831 bytes
 .../basicsimages/add_new_merge_request.png         | Bin 9467 -&gt; 9003 bytes
 doc/gitlab-basics/basicsimages/add_sshkey.png      | Bin 1463 -&gt; 1394 bytes
 doc/gitlab-basics/basicsimages/branch_info.png     | Bin 7978 -&gt; 7572 bytes
 doc/gitlab-basics/basicsimages/branch_name.png     | Bin 2199 -&gt; 2137 bytes
 doc/gitlab-basics/basicsimages/branches.png        | Bin 3653 -&gt; 3548 bytes
 .../basicsimages/button-create-mr.png              | Bin 6154 -&gt; 5927 bytes
 .../basicsimages/click-on-new-group.png            | Bin 2063 -&gt; 1957 bytes
 doc/gitlab-basics/basicsimages/commit_changes.png  | Bin 5567 -&gt; 4941 bytes
 doc/gitlab-basics/basicsimages/commit_message.png  | Bin 5707 -&gt; 5103 bytes
 doc/gitlab-basics/basicsimages/commits.png         | Bin 4258 -&gt; 4112 bytes
 .../basicsimages/compare_branches.png              | Bin 1624 -&gt; 1520 bytes
 doc/gitlab-basics/basicsimages/create_file.png     | Bin 2524 -&gt; 2451 bytes
 doc/gitlab-basics/basicsimages/create_group.png    | Bin 3224 -&gt; 3184 bytes
 doc/gitlab-basics/basicsimages/edit_file.png       | Bin 2259 -&gt; 2221 bytes
 doc/gitlab-basics/basicsimages/file_located.png    | Bin 3156 -&gt; 3078 bytes
 doc/gitlab-basics/basicsimages/file_name.png       | Bin 2544 -&gt; 2412 bytes
 doc/gitlab-basics/basicsimages/find_file.png       | Bin 8840 -&gt; 8426 bytes
 doc/gitlab-basics/basicsimages/find_group.png      | Bin 6159 -&gt; 5897 bytes
 doc/gitlab-basics/basicsimages/fork.png            | Bin 1046 -&gt; 896 bytes
 doc/gitlab-basics/basicsimages/group_info.png      | Bin 16217 -&gt; 15479 bytes
 doc/gitlab-basics/basicsimages/groups.png          | Bin 4857 -&gt; 4752 bytes
 doc/gitlab-basics/basicsimages/https.png           | Bin 2887 -&gt; 2822 bytes
 doc/gitlab-basics/basicsimages/image_file.png      | Bin 2939 -&gt; 2796 bytes
 doc/gitlab-basics/basicsimages/issue_title.png     | Bin 9059 -&gt; 8311 bytes
 doc/gitlab-basics/basicsimages/issues.png          | Bin 4332 -&gt; 4153 bytes
 doc/gitlab-basics/basicsimages/key.png             | Bin 1264 -&gt; 1177 bytes
 doc/gitlab-basics/basicsimages/merge_requests.png  | Bin 4381 -&gt; 4213 bytes
 .../basicsimages/new_merge_request.png             | Bin 3227 -&gt; 3162 bytes
 doc/gitlab-basics/basicsimages/new_project.png     | Bin 2319 -&gt; 2234 bytes
 doc/gitlab-basics/basicsimages/newbranch.png       | Bin 1314 -&gt; 1244 bytes
 doc/gitlab-basics/basicsimages/paste_sshkey.png    | Bin 8620 -&gt; 7699 bytes
 .../basicsimages/profile_settings.png              | Bin 1194 -&gt; 1101 bytes
 doc/gitlab-basics/basicsimages/project_info.png    | Bin 21862 -&gt; 21041 bytes
 .../basicsimages/public_file_link.png              | Bin 3038 -&gt; 3023 bytes
 doc/gitlab-basics/basicsimages/select-group.png    | Bin 6075 -&gt; 6034 bytes
 doc/gitlab-basics/basicsimages/select-group2.png   | Bin 5049 -&gt; 5040 bytes
 doc/gitlab-basics/basicsimages/select_branch.png   | Bin 12213 -&gt; 11207 bytes
 doc/gitlab-basics/basicsimages/select_project.png  | Bin 16832 -&gt; 16176 bytes
 doc/gitlab-basics/basicsimages/settings.png        | Bin 4321 -&gt; 4149 bytes
 doc/gitlab-basics/basicsimages/shh_keys.png        | Bin 4981 -&gt; 4782 bytes
 .../basicsimages/submit_new_issue.png              | Bin 9083 -&gt; 8644 bytes
 .../basicsimages/title_description_mr.png          | Bin 12749 -&gt; 11919 bytes
 doc/gitlab-basics/basicsimages/white_space.png     | Bin 3707 -&gt; 2192 bytes
 doc/integration/img/akismet_settings.png           | Bin 55837 -&gt; 26625 bytes
 .../img/enabled-oauth-sign-in-sources.png          | Bin 49081 -&gt; 21767 bytes
 doc/integration/img/facebook_api_keys.png          | Bin 125921 -&gt; 85832 bytes
 doc/integration/img/facebook_app_settings.png      | Bin 134387 -&gt; 68086 bytes
 doc/integration/img/facebook_website_url.png       | Bin 42292 -&gt; 19823 bytes
 doc/integration/img/github_app.png                 | Bin 75297 -&gt; 55591 bytes
 doc/integration/img/gitlab_app.png                 | Bin 55325 -&gt; 30963 bytes
 .../img/gmail_action_buttons_for_gitlab.png        | Bin 17321 -&gt; 16020 bytes
 doc/integration/img/google_app.png                 | Bin 52669 -&gt; 29154 bytes
 .../img/oauth_provider_admin_application.png       | Bin 40579 -&gt; 33440 bytes
 .../img/oauth_provider_application_form.png        | Bin 27974 -&gt; 23048 bytes
 .../img/oauth_provider_application_id_secret.png   | Bin 33901 -&gt; 27673 bytes
 .../img/oauth_provider_authorized_application.png  | Bin 32225 -&gt; 26622 bytes
 .../img/oauth_provider_user_wide_applications.png  | Bin 40632 -&gt; 33337 bytes
 doc/integration/img/twitter_app_api_keys.png       | Bin 72200 -&gt; 36921 bytes
 doc/integration/img/twitter_app_details.png        | Bin 121621 -&gt; 64686 bytes
 doc/markdown/img/logo.png                          | Bin 11097 -&gt; 9509 bytes
 doc/monitoring/img/health_check_token.png          | Bin 10884 -&gt; 6630 bytes
 .../performance/img/grafana_dashboard_dropdown.png | Bin 29419 -&gt; 14368 bytes
 .../performance/img/grafana_dashboard_import.png   | Bin 40974 -&gt; 18267 bytes
 .../img/grafana_data_source_configuration.png      | Bin 53402 -&gt; 26060 bytes
 .../performance/img/grafana_data_source_empty.png  | Bin 44058 -&gt; 21821 bytes
 .../performance/img/grafana_save_icon.png          | Bin 16024 -&gt; 9107 bytes
 .../img/metrics_gitlab_configuration_settings.png  | Bin 45148 -&gt; 37228 bytes
 doc/profile/2fa.png                                | Bin 23415 -&gt; 22047 bytes
 doc/profile/2fa_auth.png                           | Bin 15569 -&gt; 14535 bytes
 doc/project_services/img/builds_emails_service.png | Bin 41222 -&gt; 33943 bytes
 .../img/jira_add_gitlab_commit_message.png         | Bin 57136 -&gt; 46590 bytes
 .../img/jira_add_user_to_group.png                 | Bin 59251 -&gt; 41994 bytes
 doc/project_services/img/jira_create_new_group.png | Bin 41294 -&gt; 32934 bytes
 .../img/jira_create_new_group_name.png             | Bin 12535 -&gt; 9054 bytes
 doc/project_services/img/jira_create_new_user.png  | Bin 26532 -&gt; 21081 bytes
 doc/project_services/img/jira_group_access.png     | Bin 46028 -&gt; 32210 bytes
 doc/project_services/img/jira_issue_closed.png     | Bin 92601 -&gt; 77028 bytes
 doc/project_services/img/jira_issue_reference.png  | Bin 39942 -&gt; 36188 bytes
 doc/project_services/img/jira_issues_workflow.png  | Bin 105237 -&gt; 87067 bytes
 .../img/jira_merge_request_close.png               | Bin 111150 -&gt; 102835 bytes
 doc/project_services/img/jira_project_name.png     | Bin 60598 -&gt; 41572 bytes
 ...jira_reference_commit_message_in_jira_issue.png | Bin 42452 -&gt; 33706 bytes
 doc/project_services/img/jira_service.png          | Bin 59082 -&gt; 56834 bytes
 .../img/jira_service_close_issue.png               | Bin 88433 -&gt; 79569 bytes
 doc/project_services/img/jira_service_page.png     | Bin 49122 -&gt; 36280 bytes
 .../img/jira_submit_gitlab_merge_request.png       | Bin 63063 -&gt; 51913 bytes
 .../img/jira_user_management_link.png              | Bin 58211 -&gt; 43095 bytes
 .../img/jira_workflow_screenshot.png               | Bin 121534 -&gt; 111093 bytes
 doc/project_services/img/redmine_configuration.png | Bin 21061 -&gt; 16973 bytes
 .../img/services_templates_redmine_example.png     | Bin 17351 -&gt; 13936 bytes
 doc/raketasks/backup_hrz.png                       | Bin 21955 -&gt; 8907 bytes
 doc/raketasks/check_repos_output.png               | Bin 73786 -&gt; 35333 bytes
 .../img/two_factor_authentication_settings.png     | Bin 20399 -&gt; 16807 bytes
 doc/web_hooks/ssl.png                              | Bin 77165 -&gt; 39120 bytes
 .../img/add_new_user_to_project_settings.png       | Bin 22822 -&gt; 18149 bytes
 .../add-user/img/add_user_email_accept.png         | Bin 22961 -&gt; 22877 bytes
 doc/workflow/add-user/img/add_user_email_ready.png | Bin 40305 -&gt; 40207 bytes
 .../add-user/img/add_user_email_search.png         | Bin 45884 -&gt; 45798 bytes
 .../add-user/img/add_user_give_permissions.png     | Bin 56480 -&gt; 56380 bytes
 ...dd_user_import_members_from_another_project.png | Bin 38874 -&gt; 38778 bytes
 .../add-user/img/add_user_imported_members.png     | Bin 37873 -&gt; 37835 bytes
 .../add-user/img/add_user_list_members.png         | Bin 24427 -&gt; 24337 bytes
 .../add-user/img/add_user_members_menu.png         | Bin 42319 -&gt; 42224 bytes
 .../add-user/img/add_user_search_people.png        | Bin 39941 -&gt; 39844 bytes
 doc/workflow/award_emoji.png                       | Bin 16926 -&gt; 9939 bytes
 doc/workflow/ci_mr.png                             | Bin 40065 -&gt; 29571 bytes
 doc/workflow/close_issue_mr.png                    | Bin 146292 -&gt; 82595 bytes
 doc/workflow/environment_branches.png              | Bin 40210 -&gt; 20745 bytes
 doc/workflow/forking/branch_select.png             | Bin 55352 -&gt; 27299 bytes
 doc/workflow/forking/merge_request.png             | Bin 60597 -&gt; 31560 bytes
 doc/workflow/four_stages.png                       | Bin 20934 -&gt; 10003 bytes
 doc/workflow/git_pull.png                          | Bin 167056 -&gt; 94405 bytes
 doc/workflow/gitdashflow.png                       | Bin 184726 -&gt; 131491 bytes
 doc/workflow/github_flow.png                       | Bin 20600 -&gt; 10251 bytes
 doc/workflow/gitlab_flow.png                       | Bin 90883 -&gt; 70871 bytes
 doc/workflow/good_commit.png                       | Bin 28433 -&gt; 13131 bytes
 doc/workflow/groups/add_member_to_group.png        | Bin 138184 -&gt; 78060 bytes
 doc/workflow/groups/group_dashboard.png            | Bin 107332 -&gt; 59446 bytes
 doc/workflow/groups/group_with_two_projects.png    | Bin 129319 -&gt; 73101 bytes
 doc/workflow/groups/max_access_level.png           | Bin 135354 -&gt; 74947 bytes
 doc/workflow/groups/new_group_button.png           | Bin 185406 -&gt; 108482 bytes
 doc/workflow/groups/new_group_form.png             | Bin 106491 -&gt; 58860 bytes
 .../groups/other_group_sees_shared_project.png     | Bin 118382 -&gt; 64447 bytes
 doc/workflow/groups/override_access_level.png      | Bin 157193 -&gt; 90122 bytes
 doc/workflow/groups/project_members_via_group.png  | Bin 151339 -&gt; 86260 bytes
 doc/workflow/groups/share_project_with_groups.png  | Bin 118868 -&gt; 65633 bytes
 doc/workflow/groups/transfer_project.png           | Bin 164958 -&gt; 92115 bytes
 doc/workflow/img/award_emoji_select.png            | Bin 65985 -&gt; 49296 bytes
 .../img/award_emoji_votes_least_popular.png        | Bin 144501 -&gt; 116715 bytes
 .../img/award_emoji_votes_most_popular.png         | Bin 136577 -&gt; 108775 bytes
 .../img/award_emoji_votes_sort_options.png         | Bin 162251 -&gt; 131659 bytes
 doc/workflow/img/cherry_pick_changes_commit.png    | Bin 353067 -&gt; 304098 bytes
 .../img/cherry_pick_changes_commit_modal.png       | Bin 312659 -&gt; 264883 bytes
 doc/workflow/img/cherry_pick_changes_mr.png        | Bin 252085 -&gt; 212267 bytes
 doc/workflow/img/cherry_pick_changes_mr_modal.png  | Bin 225569 -&gt; 186597 bytes
 doc/workflow/img/file_finder_find_button.png       | Bin 30974 -&gt; 25458 bytes
 doc/workflow/img/file_finder_find_file.png         | Bin 42658 -&gt; 35114 bytes
 .../img/forking_workflow_choose_namespace.png      | Bin 70405 -&gt; 59114 bytes
 doc/workflow/img/forking_workflow_fork_button.png  | Bin 26438 -&gt; 20750 bytes
 .../img/forking_workflow_path_taken_error.png      | Bin 22380 -&gt; 17978 bytes
 doc/workflow/img/new_branch_from_issue.png         | Bin 120622 -&gt; 54607 bytes
 doc/workflow/img/revert_changes_commit.png         | Bin 360098 -&gt; 233750 bytes
 doc/workflow/img/revert_changes_commit_modal.png   | Bin 327932 -&gt; 205046 bytes
 doc/workflow/img/revert_changes_mr.png             | Bin 367881 -&gt; 241051 bytes
 doc/workflow/img/revert_changes_mr_modal.png       | Bin 335010 -&gt; 211022 bytes
 doc/workflow/img/todos_icon.png                    | Bin 6320 -&gt; 3843 bytes
 doc/workflow/img/todos_index.png                   | Bin 184839 -&gt; 152040 bytes
 .../img/web_editor_new_branch_dropdown.png         | Bin 34233 -&gt; 20436 bytes
 doc/workflow/img/web_editor_new_branch_page.png    | Bin 21618 -&gt; 11245 bytes
 .../img/web_editor_new_directory_dialog.png        | Bin 26145 -&gt; 13339 bytes
 .../img/web_editor_new_directory_dropdown.png      | Bin 33714 -&gt; 20007 bytes
 doc/workflow/img/web_editor_new_file_dropdown.png  | Bin 34978 -&gt; 20680 bytes
 doc/workflow/img/web_editor_new_file_editor.png    | Bin 128658 -&gt; 66261 bytes
 doc/workflow/img/web_editor_new_push_widget.png    | Bin 11220 -&gt; 7076 bytes
 doc/workflow/img/web_editor_new_tag_dropdown.png   | Bin 33753 -&gt; 20080 bytes
 doc/workflow/img/web_editor_new_tag_page.png       | Bin 75536 -&gt; 36610 bytes
 .../img/web_editor_start_new_merge_request.png     | Bin 14352 -&gt; 8596 bytes
 doc/workflow/img/web_editor_upload_file_dialog.png | Bin 46219 -&gt; 21502 bytes
 .../img/web_editor_upload_file_dropdown.png        | Bin 34835 -&gt; 20651 bytes
 .../bitbucket_import_select_project.png            | Bin 16121 -&gt; 15288 bytes
 .../fogbugz_importer/fogbugz_import_finished.png   | Bin 53276 -&gt; 30266 bytes
 .../fogbugz_importer/fogbugz_import_login.png      | Bin 44444 -&gt; 20797 bytes
 .../fogbugz_import_select_fogbogz.png              | Bin 35415 -&gt; 20526 bytes
 .../fogbugz_import_select_project.png              | Bin 62552 -&gt; 34836 bytes
 .../fogbugz_importer/fogbugz_import_user_map.png   | Bin 157856 -&gt; 77208 bytes
 .../importing/gitlab_importer/importer.png         | Bin 40778 -&gt; 18366 bytes
 .../importing/gitlab_importer/new_project_page.png | Bin 72663 -&gt; 33589 bytes
 .../img/import_projects_from_github_importer.png   | Bin 28033 -&gt; 22711 bytes
 ...mport_projects_from_github_new_project_page.png | Bin 17225 -&gt; 13668 bytes
 doc/workflow/merge_commits.png                     | Bin 41422 -&gt; 22181 bytes
 doc/workflow/merge_request.png                     | Bin 169503 -&gt; 98070 bytes
 doc/workflow/merge_requests/commit_compare.png     | Bin 110376 -&gt; 65010 bytes
 doc/workflow/merge_requests/merge_request_diff.png | Bin 166226 -&gt; 103239 bytes
 .../merge_request_diff_without_whitespace.png      | Bin 121476 -&gt; 71896 bytes
 doc/workflow/merge_when_build_succeeds/enable.png  | Bin 151112 -&gt; 68769 bytes
 doc/workflow/merge_when_build_succeeds/status.png  | Bin 180318 -&gt; 82655 bytes
 doc/workflow/messy_flow.png                        | Bin 33829 -&gt; 19314 bytes
 doc/workflow/milestones/form.png                   | Bin 88591 -&gt; 84872 bytes
 doc/workflow/milestones/group_form.png             | Bin 77087 -&gt; 74429 bytes
 doc/workflow/mr_inline_comments.png                | Bin 193311 -&gt; 117313 bytes
 doc/workflow/notifications/settings.png            | Bin 90986 -&gt; 59256 bytes
 doc/workflow/production_branch.png                 | Bin 21716 -&gt; 10946 bytes
 .../protected_branches/protected_branches1.png     | Bin 170113 -&gt; 155815 bytes
 .../protected_branches/protected_branches2.png     | Bin 25851 -&gt; 23208 bytes
 doc/workflow/rebase.png                            | Bin 123041 -&gt; 68976 bytes
 doc/workflow/release_branches.png                  | Bin 44173 -&gt; 22163 bytes
 doc/workflow/releases/new_tag.png                  | Bin 154755 -&gt; 87330 bytes
 doc/workflow/releases/tags.png                     | Bin 165449 -&gt; 93016 bytes
 doc/workflow/remove_checkbox.png                   | Bin 22272 -&gt; 12339 bytes
 doc/workflow/share_with_group.png                  | Bin 53784 -&gt; 50450 bytes
 doc/workflow/shortcuts.png                         | Bin 108255 -&gt; 108209 bytes
 .../wip_merge_requests/blocked_accept_button.png   | Bin 65231 -&gt; 32720 bytes
 doc/workflow/wip_merge_requests/mark_as_wip.png    | Bin 41549 -&gt; 21640 bytes
 doc/workflow/wip_merge_requests/unmark_as_wip.png  | Bin 32151 -&gt; 16606 bytes
 public/apple-touch-icon-precomposed.png            | Bin 11097 -&gt; 9509 bytes
 public/apple-touch-icon.png                        | Bin 11097 -&gt; 9509 bytes
 spec/fixtures/dk.png                               | Bin 1143 -&gt; 1062 bytes
```

cc @connorshea

See merge request !4325</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed privilege escalation issue where manually set external users would be reverted back to internal users if they logged in via OAuth and that provider was not in the `external_providers` list.</title>
<updated>2016-06-29T15:37:54+00:00</updated>
<author>
<name>Patricio Cano</name>
<email>suprnova32@gmail.com</email>
</author>
<published>2016-06-28T23:19:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=10444f61f85219eb6b2c10586996717d3b0afa8b'/>
<id>10444f61f85219eb6b2c10586996717d3b0afa8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>optimize png images losslessly using zopflipng</title>
<updated>2016-06-29T11:22:15+00:00</updated>
<author>
<name>Peter Dave Hello</name>
<email>hsu@peterdavehello.org</email>
</author>
<published>2016-05-27T12:39:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9e6f99744e11c9b63f8a490666bdd96bca7dbde1'/>
<id>9e6f99744e11c9b63f8a490666bdd96bca7dbde1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added Bugzilla as external issue tracker option</title>
<updated>2016-06-29T10:01:54+00:00</updated>
<author>
<name>Tim</name>
<email>tgaudette88@gmail.com</email>
</author>
<published>2016-06-26T17:36:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bc313deaae2fae3e5532a28245fe72fcf9aef9a6'/>
<id>bc313deaae2fae3e5532a28245fe72fcf9aef9a6</id>
<content type='text'>
Requested in #14669

Added note to changelog
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Requested in #14669

Added note to changelog
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Google integration API workflow</title>
<updated>2016-05-23T18:35:04+00:00</updated>
<author>
<name>Chris Wilson</name>
<email>chris@chrisjwilson.com</email>
</author>
<published>2016-05-23T18:35:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3258ad60cbf3fa22144a2745a1df1be67136fa5a'/>
<id>3258ad60cbf3fa22144a2745a1df1be67136fa5a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change all occurrences of doc.gitlab.com to docs.gitlab.com</title>
<updated>2016-05-13T21:26:56+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axilleas@axilleas.me</email>
</author>
<published>2016-05-13T21:17:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9eb4569ed9330d65fb24e0272402fe5ac739b8be'/>
<id>9eb4569ed9330d65fb24e0272402fe5ac739b8be</id>
<content type='text'>
[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ci skip]
</pre>
</div>
</content>
</entry>
</feed>
