Commit Graph

2322 Commits

Author SHA1 Message Date
Jared Tabor
b45534859f fixing custom inventory script error
the source_script ID wasn't getting translated to inventory script ID on sources_scope when editing a preexisting source
2015-10-14 13:40:37 -07:00
John Mitchell
54f308a61b Revert "change list separator for adhoc host patterns"
This reverts commit 7200ad3a87b642d7f947f9eaa110b8c90767f34f.
2015-10-14 16:02:09 -04:00
John Mitchell
e3d6803df7 Revert "update awFeature ldap to enterprise_auth"
This reverts commit bc49756ef6e792efd5a32d7342b0f7d1aa17a950.
2015-10-14 16:01:37 -04:00
Jared Tabor
ff121a56c1 check for object existence before searching for key on that object
to resolve some console errors in regards to http  error handling
2015-10-14 09:14:44 -07:00
Matthew Jones
1bbd5fbe0a Update UI error text for single data picker
When no data is available
2015-10-14 10:19:05 -04:00
Jared Tabor
7e95b3cde7 fixing timer that would log user out on each page refresh
the check to see if the session time existed in memory was not specific enough
2015-10-13 11:37:55 -07:00
Jared Tabor
17fe670393 making pendo bootstrapping more explicit
bootstrap if state is anonymous/detailed (was previously set to !off)
2015-10-13 10:28:54 -07:00
John Mitchell
8d526ff812 prettify api response for job failure explanation 2015-10-13 11:20:19 -04:00
John Mitchell
2f23b5c113 remove organization lookup from inventory script query 2015-10-12 23:41:21 -04:00
John Mitchell
1969559ee1 change list separator for adhoc host patterns 2015-10-12 19:54:59 -04:00
Jared Tabor
414b8292ab removing ng-pendo from UI packaging
because Pendo pushed the updated ng-pendo to their server for delaying the bootstraping of pa.min.js
2015-10-12 09:54:08 -07:00
John Mitchell
e75f1890e1 conditionally require cloud credential 2015-10-09 17:47:42 -04:00
John Mitchell
8e4c50d7a6 update awFeature ldap to enterprise_auth 2015-10-09 16:00:43 -04:00
John Mitchell
8341810ba2 add standard out less file I forgot 2015-10-09 16:00:43 -04:00
John Mitchell
8f5a197cd9 made standard out container fixed height on standard out views 2015-10-09 14:35:08 -04:00
John Mitchell
c8ede9bb9a fixed prod error for pendo 2015-10-09 11:58:48 -04:00
Jared Tabor
d937f996ae adding ng-pendo.js
until the pendo guys load it on their servers
2015-10-08 14:12:47 -04:00
Jared Tabor
fa4dd9a335 load pa.min.js for pendo on demand
courtesy of our friends at Pendo
2015-10-08 11:58:49 -04:00
Jared Tabor
b6e51a0cd4 updated $http call to angular 1.4 implementation 2015-10-08 11:46:15 -04:00
Jared Tabor
4ea2e10f1c rejecting promise on requestError REST interceptor 2015-10-08 11:45:39 -04:00
John Mitchell
8cfe02f5fb fixed ui implementation of get adhoc permission label 2015-10-08 10:57:46 -04:00
John Mitchell
8908f77fea add token to href of downloadable standard out 2015-10-08 10:56:27 -04:00
John Mitchell
56105e9e0d inegration of ui with api on pluggable auth 2015-10-02 13:42:37 -04:00
Jared Tabor
2056ac16d5 use isEmpty check for valid object on session limit 2015-10-02 00:46:43 -04:00
Jared Tabor
c96f0234f9 UI side of the session limit
includes the 'control' socket, kicking the user out, and adjusting the
expireSession function based on the reason
2015-10-01 18:02:06 -04:00
Jared Tabor
fd34854f7a Session timeout after idle session
This commit is the UI portion of the session timeout feature for 2.4 (not incorporating the session_limit yet). This includes actively ending a session when the user's session time has expired, as well as giving the user a notification one minute prior that their session is about to end. It also includes removing 'session_timeout' from config.js. This is now retrieved from the response headers of each REST call. Each time the user make a rest call the session is extended another 1800 seconds (or whatever amount the user might configure with AUTH_TOKEN_EXPIRATION in local_settings.py)
2015-10-01 18:01:22 -04:00
John Mitchell
6be3b30f52 updates to sts token ui 2015-10-01 15:49:33 -04:00
John Mitchell
70725cf7e1 add security token ui field 2015-10-01 13:54:33 -04:00
jaredevantabor
fb238e92f1 Merge pull request #445 from jaredevantabor/pendo
Pendo.io service for Tower UI
2015-09-30 15:33:38 -04:00
Jared Tabor
879941e029 rejecting promises if erroring out 2015-09-30 13:51:01 -04:00
Jared Tabor
0f1d9a8743 removing resolve on /login route 2015-09-30 11:09:09 -04:00
Jared Tabor
0c7507d3a0 moving pendo service to login/authentication folder 2015-09-30 10:20:08 -04:00
Jared Tabor
29daee8334 Pendo.io service for Tower UI
This commit integrates the pendo support for the Tower UI, which involves creating an 'options' object and registering it with the pendo service installed in the index.html file. The options object is identified each time the user logs into Tower or when the browser session is refreshed.
2015-09-29 15:18:13 -04:00
John Mitchell
6342b67245 fixed double login modal on no creds entered 2015-09-29 10:26:04 -04:00
John Mitchell
e5c6dda79f fixed login modal disappearing by improving ux 2015-09-28 16:05:41 -04:00
John Mitchell
2e43ed0405 adhoc ui fixes 2015-09-28 10:47:12 -04:00
John Mitchell
f1f9f5f982 fixed custom logo path stuff to work with server 2015-09-25 16:58:53 -04:00
John Mitchell
331bb09a80 login modal width overflow of logo fix 2015-09-25 15:17:58 -04:00
John Mitchell
e8504dc57b Merge branch 'loginRefactor2' into devel 2015-09-25 15:02:24 -04:00
John Mitchell
e817693169 added pluggable auth icons 2015-09-25 14:59:28 -04:00
John Mitchell
4daa7874ad fixed weird container issue that somehow made its way into tower 2015-09-24 18:38:20 -04:00
John Mitchell
e655e2ad54 styling updates based on taufique suggestions 2015-09-24 17:28:31 -04:00
John Mitchell
1de977b4c5 refactor login folder to be a little cleaner 2015-09-24 16:16:55 -04:00
John Mitchell
4980c2145c create conditional to not display third party login block 2015-09-23 17:43:35 -04:00
John Mitchell
25132b5daa pluggable auth ui styling 2015-09-23 17:00:13 -04:00
John Mitchell
2ac72da19b merge loginModal less styling 2015-09-23 11:26:13 -04:00
John Mitchell
18164181b4 moved login modal to less block styling 2015-09-23 10:49:56 -04:00
jlmitch5
1aa82df7ee Merge pull request #430 from jlmitch5/login_rebranding
rebranding and notice in ui login support
2015-09-22 16:04:35 -04:00
jlmitch5
353a7ec9b4 fixed type in auth controller causing notice to not show up 2015-09-22 15:59:54 -04:00
John Mitchell
dd0bc0ec17 rebranding and notice in ui login support 2015-09-21 17:34:19 -04:00