aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main
diff options
context:
space:
mode:
authorStas Vilchik <stas-vilchik@users.noreply.github.com>2017-02-09 10:52:58 +0100
committerGitHub <noreply@github.com>2017-02-09 10:52:58 +0100
commit29449a233885264eb30c3575d1571bd096230885 (patch)
tree6c16ec0e887483bc5597dedac1248503eaa1d5cd /server/sonar-web/src/main
parent867894b876c520c1342a60e36a2e421a2a291b71 (diff)
downloadsonarqube-29449a233885264eb30c3575d1571bd096230885.tar.gz
sonarqube-29449a233885264eb30c3575d1571bd096230885.zip
SONAR-8470 Add favicon and apple touch icons (#1644)
Diffstat (limited to 'server/sonar-web/src/main')
-rw-r--r--server/sonar-web/src/main/webapp/WEB-INF/web.xml4
-rw-r--r--server/sonar-web/src/main/webapp/apple-touch-icon-114x114.pngbin0 -> 4043 bytes
-rw-r--r--server/sonar-web/src/main/webapp/apple-touch-icon-120x120.pngbin0 -> 4232 bytes
-rw-r--r--server/sonar-web/src/main/webapp/apple-touch-icon-144x144.pngbin0 -> 5028 bytes
-rw-r--r--server/sonar-web/src/main/webapp/apple-touch-icon-152x152.pngbin0 -> 5200 bytes
-rw-r--r--server/sonar-web/src/main/webapp/apple-touch-icon-180x180.pngbin0 -> 6087 bytes
-rw-r--r--server/sonar-web/src/main/webapp/apple-touch-icon-57x57.pngbin0 -> 2356 bytes
-rw-r--r--server/sonar-web/src/main/webapp/apple-touch-icon-60x60.pngbin0 -> 2470 bytes
-rw-r--r--server/sonar-web/src/main/webapp/apple-touch-icon-72x72.pngbin0 -> 2843 bytes
-rw-r--r--server/sonar-web/src/main/webapp/apple-touch-icon-76x76.pngbin0 -> 2933 bytes
-rw-r--r--server/sonar-web/src/main/webapp/apple-touch-icon-precomposed.pngbin0 -> 4232 bytes
-rw-r--r--server/sonar-web/src/main/webapp/apple-touch-icon.pngbin0 -> 4232 bytes
-rw-r--r--server/sonar-web/src/main/webapp/favicon.icobin0 -> 5430 bytes
-rw-r--r--server/sonar-web/src/main/webapp/images/favicon.icobin5430 -> 0 bytes
-rw-r--r--server/sonar-web/src/main/webapp/mstile-512x512.pngbin0 -> 17911 bytes
15 files changed, 4 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/webapp/WEB-INF/web.xml b/server/sonar-web/src/main/webapp/WEB-INF/web.xml
index 3e2e35ad4b6..d040ec6d1ce 100644
--- a/server/sonar-web/src/main/webapp/WEB-INF/web.xml
+++ b/server/sonar-web/src/main/webapp/WEB-INF/web.xml
@@ -133,6 +133,10 @@
<mime-type>image/png</mime-type>
</mime-mapping>
<mime-mapping>
+ <extension>ico</extension>
+ <mime-type>image/x-icon</mime-type>
+ </mime-mapping>
+ <mime-mapping>
<extension>txt</extension>
<mime-type>text/plain</mime-type>
</mime-mapping>
diff --git a/server/sonar-web/src/main/webapp/apple-touch-icon-114x114.png b/server/sonar-web/src/main/webapp/apple-touch-icon-114x114.png
new file mode 100644
index 00000000000..d3bf726f9a2
--- /dev/null
+++ b/server/sonar-web/src/main/webapp/apple-touch-icon-114x114.png
Binary files differ
diff --git a/server/sonar-web/src/main/webapp/apple-touch-icon-120x120.png b/server/sonar-web/src/main/webapp/apple-touch-icon-120x120.png
new file mode 100644
index 00000000000..21dd9adace9
--- /dev/null
+++ b/server/sonar-web/src/main/webapp/apple-touch-icon-120x120.png
Binary files differ
diff --git a/server/sonar-web/src/main/webapp/apple-touch-icon-144x144.png b/server/sonar-web/src/main/webapp/apple-touch-icon-144x144.png
new file mode 100644
index 00000000000..a8859d94fc0
--- /dev/null
+++ b/server/sonar-web/src/main/webapp/apple-touch-icon-144x144.png
Binary files differ
diff --git a/server/sonar-web/src/main/webapp/apple-touch-icon-152x152.png b/server/sonar-web/src/main/webapp/apple-touch-icon-152x152.png
new file mode 100644
index 00000000000..ed12b023481
--- /dev/null
+++ b/server/sonar-web/src/main/webapp/apple-touch-icon-152x152.png
Binary files differ
diff --git a/server/sonar-web/src/main/webapp/apple-touch-icon-180x180.png b/server/sonar-web/src/main/webapp/apple-touch-icon-180x180.png
new file mode 100644
index 00000000000..167bb46f082
--- /dev/null
+++ b/server/sonar-web/src/main/webapp/apple-touch-icon-180x180.png
Binary files differ
diff --git a/server/sonar-web/src/main/webapp/apple-touch-icon-57x57.png b/server/sonar-web/src/main/webapp/apple-touch-icon-57x57.png
new file mode 100644
index 00000000000..821e1e4cce7
--- /dev/null
+++ b/server/sonar-web/src/main/webapp/apple-touch-icon-57x57.png
Binary files differ
diff --git a/server/sonar-web/src/main/webapp/apple-touch-icon-60x60.png b/server/sonar-web/src/main/webapp/apple-touch-icon-60x60.png
new file mode 100644
index 00000000000..1f10bb20da1
--- /dev/null
+++ b/server/sonar-web/src/main/webapp/apple-touch-icon-60x60.png
Binary files differ
diff --git a/server/sonar-web/src/main/webapp/apple-touch-icon-72x72.png b/server/sonar-web/src/main/webapp/apple-touch-icon-72x72.png
new file mode 100644
index 00000000000..371814b6a03
--- /dev/null
+++ b/server/sonar-web/src/main/webapp/apple-touch-icon-72x72.png
Binary files differ
diff --git a/server/sonar-web/src/main/webapp/apple-touch-icon-76x76.png b/server/sonar-web/src/main/webapp/apple-touch-icon-76x76.png
new file mode 100644
index 00000000000..9dfb1e66de4
--- /dev/null
+++ b/server/sonar-web/src/main/webapp/apple-touch-icon-76x76.png
Binary files differ
diff --git a/server/sonar-web/src/main/webapp/apple-touch-icon-precomposed.png b/server/sonar-web/src/main/webapp/apple-touch-icon-precomposed.png
new file mode 100644
index 00000000000..21dd9adace9
--- /dev/null
+++ b/server/sonar-web/src/main/webapp/apple-touch-icon-precomposed.png
Binary files differ
diff --git a/server/sonar-web/src/main/webapp/apple-touch-icon.png b/server/sonar-web/src/main/webapp/apple-touch-icon.png
new file mode 100644
index 00000000000..21dd9adace9
--- /dev/null
+++ b/server/sonar-web/src/main/webapp/apple-touch-icon.png
Binary files differ
diff --git a/server/sonar-web/src/main/webapp/favicon.ico b/server/sonar-web/src/main/webapp/favicon.ico
new file mode 100644
index 00000000000..15b647af1c2
--- /dev/null
+++ b/server/sonar-web/src/main/webapp/favicon.ico
Binary files differ
diff --git a/server/sonar-web/src/main/webapp/images/favicon.ico b/server/sonar-web/src/main/webapp/images/favicon.ico
deleted file mode 100644
index c6d382d9823..00000000000
--- a/server/sonar-web/src/main/webapp/images/favicon.ico
+++ /dev/null
Binary files differ
diff --git a/server/sonar-web/src/main/webapp/mstile-512x512.png b/server/sonar-web/src/main/webapp/mstile-512x512.png
new file mode 100644
index 00000000000..b644063292d
--- /dev/null
+++ b/server/sonar-web/src/main/webapp/mstile-512x512.png
Binary files differ