Change all Quay.io references to Quay, fix tour and change logo

Fixes #741
This commit is contained in:
Joseph Schorr 2015-11-02 14:16:04 -05:00
parent cca18f8ede
commit f6a53f7cc5
30 changed files with 56 additions and 270 deletions

View file

@ -74,7 +74,7 @@ quayApp.config(['$tooltipProvider', function ($tooltipProvider) {
// Configure the routes.
quayApp.config(['$routeProvider', '$locationProvider', 'pages', function($routeProvider, $locationProvider, pages) {
var title = window.__config['REGISTRY_TITLE'] || 'Quay.io';
var title = window.__config['REGISTRY_TITLE'] || 'Quay';
$locationProvider.html5Mode(true);
@ -203,7 +203,7 @@ if (window.__config && window.__config.SENTRY_PUBLIC_DSN) {
quayApp.run(['$location', '$rootScope', 'Restangular', 'UserService', 'PlanService', '$http', '$timeout', 'CookieService', 'Features', '$anchorScroll', 'UtilService', 'MetaService', 'UIService',
function($location, $rootScope, Restangular, UserService, PlanService, $http, $timeout, CookieService, Features, $anchorScroll, UtilService, MetaService, UIService) {
var defaultTitle = window.__config['REGISTRY_TITLE'] || 'Quay.io';
var defaultTitle = window.__config['REGISTRY_TITLE'] || 'Quay';
// Handle session security.
Restangular.setDefaultRequestParams(['post', 'put', 'remove', 'delete'], {'_csrf_token': window.__token || ''});