horizon/openstack_dashboard
Matt Borland eb60a8b287 Use absUrl, so WEBROOT isn't ignored on redirect
For the 'fall-through' condition for Angular routing, it will
simply redirect to the URL wanted.  Basically, Angular says: "If
I don't know this URL in my internal routing, it's outside the
single-page-app and needs to be pulled from the server."  However,
the code uses the general Angular path, which does NOT include
the base tag's prefix, meaning in a situation where WEBROOT is set
to other than '/' it will not include the base value, and route to
a non-WEBROOTed path.  Using absUrl correctly uses the full path.

Change-Id: Idbf91bd5913937788bf31bcf1d389c590dd3e2d7
Closes-Bug: 1597823
2016-06-30 10:17:46 -06:00
..
api Merge "Show name_or_id when router name is white space" 2016-06-30 12:03:33 +00:00
conf Updating heat policy file 2016-06-14 11:01:45 -06:00
contrib Merge "Add themable selects to the theme preview page" 2016-06-30 02:34:23 +00:00
dashboards Merge "Implement admin_filter_first in Instances and Images Admin Views" 2016-06-29 21:47:36 +00:00
django_pyscss_fix Fix some spelling mistakes in horizon 2016-06-23 17:04:35 +08:00
enabled Add Angular Project Volumes Panel 2016-06-16 01:11:16 +00:00
local Merge "Implement admin_filter_first in Instances and Images Admin Views" 2016-06-29 21:47:36 +00:00
locale Imported Translations from Zanata 2016-06-30 07:18:20 +00:00
management Update WSGI app creation to be compatible with Django 1.7 or greater 2015-09-21 15:36:19 +02:00
static Use absUrl, so WEBROOT isn't ignored on redirect 2016-06-30 10:17:46 -06:00
templates Merge "Pass page_url instead of whole request to render" 2016-06-01 05:28:21 +00:00
templatetags Pass page_url instead of whole request to render 2016-05-31 10:34:52 +00:00
test Addition of metadata for snapshot in VolumeSnapshot object 2016-06-27 14:12:31 +00:00
themes Preview Page: Material: Code Icon fix 2016-06-29 13:08:22 -07:00
usage Add units in overview project page (limit summary) 2016-06-24 15:36:33 +00:00
utils admin permissions depends on OPENSTACK_KEYSTONE_ADMIN_ROLES 2016-06-10 07:23:09 +00:00
wsgi Update WSGI app creation to be compatible with Django 1.7 2014-10-16 13:57:45 +01:00
__init__.py
.eslintrc Add selective ESLint rule activation for Horizon Legacy JS 2015-07-08 17:06:15 -07:00
context_processors.py Support javascript translation for plugin 2016-01-11 13:46:05 -08:00
exceptions.py Excise Trove from Horizon 2015-12-22 02:01:07 -07:00
hooks.py
karma.conf.js Output JS Karma test coverage reports to ./cover/ 2016-06-02 14:35:39 +00:00
policy.py Retrieve domain scoped token 2016-03-08 15:17:38 -08:00
settings.py Escape angularjs templating in unsafe HTML 2016-06-15 11:03:01 -04:00
static_settings.py Add module ngFileUpload as a dependency to main horizon.app module 2016-05-19 13:46:55 +03:00
theme_settings.py Dynamic Themes 2016-02-25 09:49:43 -08:00
urls.py Update URLs to Django 1.8+ style 2016-03-28 11:03:08 +01:00
views.py Retrieve domain scoped token 2016-03-08 15:17:38 -08:00