summaryrefslogtreecommitdiff
path: root/lib/gitlab/favicon.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor Gitlab::Favicon for EEYorick Peterse2019-03-121-1/+7
* Enable frozen string for lib/gitlab/*.rbgfyoung2018-10-221-0/+2
* Use `Gitlab::SafeRequestStore` in more placesMichael Kozono2018-09-241-1/+1
* Read asset host from ActionController::Base instead of application configDouwe Maan2018-06-291-1/+2
* Fix: Serve favicon image always from the main GitLab domain to avoid issues w...Alexis Reigel2018-06-201-5/+15
* Remove FaviconUploader favicon_main versiondm-remove-favicon-main-versionDouwe Maan2018-06-151-1/+1
* dry up asset path helper callsAlexis Reigel2018-06-051-3/+10
* the '?' favicon hack doesn't seem to be requiredAlexis Reigel2018-06-051-8/+1
* remove favicon preview on appearance pageAlexis Reigel2018-06-051-6/+0
* remove all .ico favicon variations, use png alwaysAlexis Reigel2018-06-051-5/+4
* create favicon overlay on the clientAlexis Reigel2018-06-051-12/+21
* call Gitlab::Favicon.status in serializerAlexis Reigel2018-06-051-7/+10
* add request store caching to faviconAlexis Reigel2018-06-051-1/+1
* Add a '?' to the custom favicon's urlsAlexis Reigel2018-06-051-2/+9
* use custom favicon for ci build status faviconsAlexis Reigel2018-06-051-3/+15
* extract favicon logic to lib classAlexis Reigel2018-06-051-0/+23