]> source.dussan.org Git - sonarqube.git/commit
SONAR-8470 Add favicon and apple touch icons (#1644)
authorStas Vilchik <stas-vilchik@users.noreply.github.com>
Thu, 9 Feb 2017 09:52:58 +0000 (10:52 +0100)
committerGitHub <noreply@github.com>
Thu, 9 Feb 2017 09:52:58 +0000 (10:52 +0100)
commit29449a233885264eb30c3575d1571bd096230885
tree6c16ec0e887483bc5597dedac1248503eaa1d5cd
parent867894b876c520c1342a60e36a2e421a2a291b71
SONAR-8470 Add favicon and apple touch icons (#1644)
18 files changed:
server/sonar-web/public/index.html
server/sonar-web/src/main/webapp/WEB-INF/web.xml
server/sonar-web/src/main/webapp/apple-touch-icon-114x114.png [new file with mode: 0644]
server/sonar-web/src/main/webapp/apple-touch-icon-120x120.png [new file with mode: 0644]
server/sonar-web/src/main/webapp/apple-touch-icon-144x144.png [new file with mode: 0644]
server/sonar-web/src/main/webapp/apple-touch-icon-152x152.png [new file with mode: 0644]
server/sonar-web/src/main/webapp/apple-touch-icon-180x180.png [new file with mode: 0644]
server/sonar-web/src/main/webapp/apple-touch-icon-57x57.png [new file with mode: 0644]
server/sonar-web/src/main/webapp/apple-touch-icon-60x60.png [new file with mode: 0644]
server/sonar-web/src/main/webapp/apple-touch-icon-72x72.png [new file with mode: 0644]
server/sonar-web/src/main/webapp/apple-touch-icon-76x76.png [new file with mode: 0644]
server/sonar-web/src/main/webapp/apple-touch-icon-precomposed.png [new file with mode: 0644]
server/sonar-web/src/main/webapp/apple-touch-icon.png [new file with mode: 0644]
server/sonar-web/src/main/webapp/favicon.ico [new file with mode: 0644]
server/sonar-web/src/main/webapp/images/favicon.ico [deleted file]
server/sonar-web/src/main/webapp/mstile-512x512.png [new file with mode: 0644]
sonar-plugin-api/src/main/java/org/sonar/api/web/ServletFilter.java
sonar-plugin-api/src/test/java/org/sonar/api/web/ServletFilterTest.java