Akita Noek
e2bda8e2ff
Styled extra-vars on management jobs
2016-06-06 11:03:18 -04:00
Chris Meyers
4cd16e3749
Merge pull request #2170 from chrismeyersfsu/feature-setup_readme
...
Feature setup readme
2016-06-06 10:59:56 -04:00
Akita Noek
76fc0f7c95
Fix monkey-punching XSS
...
Because damn, punching monkeys
#2162
2016-06-03 16:29:08 -04:00
Jared Tabor
58ecbc254e
Merge pull request #2149 from jaredevantabor/session
...
Session Fixes
2016-06-03 13:25:30 -07:00
Jared Tabor
65cf910131
fix to pass jenkins test
2016-06-03 13:17:34 -07:00
Akita Noek
0a5b2aea0a
Merge pull request #2158 from anoek/2148
...
Fixed XSS for project and jt scheduling
2016-06-03 16:06:19 -04:00
Akita Noek
81be04e847
Merge pull request #2161 from anoek/862
...
Fix en-au date format problem
2016-06-03 15:54:42 -04:00
Jared Tabor
67d161d818
Fix for activity stream state, and hover state for power button on screens with width <900px
2016-06-03 12:03:57 -07:00
Akita Noek
7a7e894d2b
jshint
2016-06-03 14:52:42 -04:00
Akita Noek
ab126b1040
Fixed XSS for project and jt scheduling
...
#2148
2016-06-03 14:50:35 -04:00
Michael Abashian
18c74a8020
Added owners column to the credentials list
2016-06-03 14:48:37 -04:00
Akita Noek
b999206ffd
Merge pull request #2146 from anoek/stdout-styling
...
Stdout styling updates
2016-06-03 14:24:21 -04:00
Akita Noek
76d9c2d192
Merge pull request #2157 from anoek/object_roles
...
Disambiguate usage of `/roles` in various endpoints
2016-06-03 14:17:53 -04:00
Jared Tabor
a34a82c745
Updating documentation on login process for new config workflow
2016-06-03 10:26:10 -07:00
Akita Noek
6609732edd
Updated UI to account for object_roles changes
2016-06-03 12:26:23 -04:00
Akita Noek
cedecb97e4
Refactored thing/n/roles -> thing/n/object_roles
2016-06-03 12:17:52 -04:00
Michael Abashian
e4d08e7cb1
Merge pull request #2145 from mabashian/standard-out-log
...
Remove job details/stdout event socket listeners when $scope is destroyed
2016-06-03 11:38:21 -04:00
Akita Noek
1bcb80b621
Made stdout window size nicely to fill the remaining height in the browser
...
Resolves PR feedback and takes care of #1575 along the way
2016-06-03 11:33:45 -04:00
Michael Abashian
b7b853055c
Need to remove listeners from $rootScope.adhoc_event_socket
2016-06-03 11:11:59 -04:00
Michael Abashian
ca79fbe242
Updated empty list text for notification templates. Removed unnecessary empty list text on org users/admins.
2016-06-03 11:05:46 -04:00
Leigh
c74749c508
fix organization card pagination & display count, resolves #1576 & #1466 ( #2150 )
2016-06-03 10:43:01 -04:00
Matthew Jones
260a06d711
Merge pull request #2147 from matburt/expose_external_accounts
...
Expose any external account as a user property
2016-06-03 09:42:07 -05:00
Akita Noek
fe56b11243
Merge pull request #2139 from anoek/2107
...
Fixed job template verbosity select2 syncing
2016-06-02 22:01:30 -04:00
Jared Tabor
155b30af41
Updating comment in app.js
2016-06-02 17:50:34 -07:00
Jared Tabor
c516a17ef9
Removing old code and cleaning up for PR
2016-06-02 17:42:41 -07:00
Jared Tabor
0ae30d14e9
Starting timer after config response returns
...
b/c timer depends on the 'auth-token-timeout' from the /config response
2016-06-02 17:42:40 -07:00
Jared Tabor
7c489ae4c8
UX Changes to the License workflow
...
adding the Tower logo and a sentence to the license screen when no license is present
2016-06-02 17:42:40 -07:00
Jared Tabor
40abf57b4a
Improvements to feature service timing for AS button
2016-06-02 17:42:40 -07:00
Jared Tabor
4d1c43f4bd
Fix for session limit per user
2016-06-02 17:42:40 -07:00
Jared Tabor
4466fc80a2
Fixing features timing with new config work
2016-06-02 17:42:39 -07:00
Jared Tabor
ef935768a5
fix for session timeout
2016-06-02 17:42:39 -07:00
Jared Tabor
7c68f18060
fixing issue where first route was empty on refresh
2016-06-02 17:42:39 -07:00
Jared Tabor
5f52384a3d
fixing login and submit for new license
2016-06-02 17:42:39 -07:00
Jared Tabor
8b271c4caf
Promise-ify the call to /config and reduce number
...
of calls to 1 per session. We'll also pull the config/license info from memory instead of local storage
2016-06-02 17:41:56 -07:00
Matthew Jones
26b31fedbc
Expose any external account as a user property
...
This adds a field to the user object to denote whether and what kind of
user account it is.
For normal accounts this field will be null.
For social auth accounts it will be "social"
for radius accounts it will be "radius"
This change also prevents a radius user from changing their local
password thus bypassing the password caching feature of django-radius
2016-06-02 16:58:19 -04:00
Akita Noek
93ccbdc872
Code organization
2016-06-02 16:57:11 -04:00
Chris Meyers
05b3920837
Merge pull request #2144 from chrismeyersfsu/feature-setup_ci3
...
more install playbook tests
2016-06-02 16:51:40 -04:00
Akita Noek
a9426aaeb9
stdout sytle updates
...
* Fixed column width to 50% for both job stdout view and inventory update
script output view
* Fixed scrolling behavior so we don't have two elements doing scrolling
(inner was doing width, outter was doing height)
* Reduced max height for stdout jt output view to 900px down from
1600px
* Flexified inner output window on inventory script output view so the
gray output area always fills the height of the panel
#2127 @2028
2016-06-02 16:42:06 -04:00
Michael Abashian
68365effb8
Remove event socket listeners when the scope that created them is destroyed. This should fix #2121 where an existing jobs standard out was erroneously being updated after a new job launch.
2016-06-02 16:21:15 -04:00
Matthew Jones
1881af8e77
Fix passively creation of notification templates
...
Passively creating notification templates on m2m endpoints was failing
serializer validation due to a bug trying to look up the related
object. In reality that check should only happen when the view is the
NotificationTemplateDetail view.
2016-06-02 15:04:51 -04:00
Matthew Jones
0591647333
Implement a flag that allows simulteanous job launches on job templates
2016-06-02 15:04:51 -04:00
Akita Noek
d565faff98
typo fix
2016-06-02 14:33:24 -04:00
Akita Noek
e0a00a8705
Fixed verbosity select2 syncing
...
#2107
2016-06-02 14:01:28 -04:00
Akita Noek
cfe450b7be
Fixed missed refactor of function name
2016-06-02 14:01:02 -04:00
Akita Noek
a6e06588b4
Merge pull request #2138 from anoek/migration
...
Fixed up multi-org project migrations
2016-06-02 13:43:14 -04:00
Akita Noek
c15db1eef6
Fixed up multi-org project migrations
2016-06-02 13:34:10 -04:00
Michael Abashian
49fdc735bc
Fixed bugs where deleting a group with no hosts wasn't working as well as a bug where deleting a group with hosts wasn't properly clearing the modal background.
2016-06-02 10:58:18 -04:00
Michael Abashian
aa80e841dc
Merge pull request #2128 from mabashian/azure-resource-manager
...
Azure Resource Manager credential required fields tweak
2016-06-02 10:10:28 -04:00
Alan Rominger
ffd1f6c787
Merge pull request #2131 from AlanCoding/1351_survey_del
...
Fixing of survey-related bugs
2016-06-02 09:58:49 -04:00
Michael Abashian
c4c91bcba9
Merge pull request #2119 from mabashian/remove-dashboard-button
...
Removed dashboard icon from inventory manage breadcrumb area
2016-06-02 09:49:56 -04:00