Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-07-18 | fix missing URI encoding in event summary serch, kickback on #2980 (#3050) | Leigh Johnson | 1 | -1/+1 | |
2016-07-18 | Switch base class for StateConflict | Matthew Jones | 1 | -3/+2 | |
This fixes the output format for the 409 exception return | |||||
2016-07-18 | Fixed password show/hide on enter for survey maker password type previews | Michael Abashian | 1 | -1/+1 | |
2016-07-18 | Fixed password show/hide on enter for survey taker survey questions where ↵ | Michael Abashian | 1 | -1/+1 | |
type is password | |||||
2016-07-15 | Prevent populate_user from being registered multiple times. | Chris Church | 1 | -1/+1 | |
2016-07-15 | Fixing iterator used when jobs list refreshes | Jared Tabor | 1 | -3/+1 | |
it was still using the iterators used when there were four job panes | |||||
2016-07-15 | Explicit super user check for JT can_delete | Matthew Jones | 1 | -1/+1 | |
2016-07-15 | Fix for populating teams for LDAP user. | Chris Church | 1 | -1/+1 | |
2016-07-15 | Fix up flake8 | Matthew Jones | 1 | -1/+1 | |
2016-07-15 | Rolled back the onExit solution previously implemented to handle the ↵ | Michael Abashian | 9 | -85/+9 | |
backspace navigation on the job launch modal. New solution listens for state changes within the directive and cleans itself up. | |||||
2016-07-15 | Switch disallowed object delete to 409 | Matthew Jones | 3 | -25/+45 | |
In the case of running job conflicts | |||||
2016-07-15 | Password enter show/hide fix | Michael Abashian | 1 | -1/+1 | |
2016-07-15 | add test for CustomInventoryScript serializer | Wayne Witzel III | 1 | -2/+46 | |
2016-07-15 | Fixed bug where hitting enter in a password field in the job launch/survey ↵ | Michael Abashian | 2 | -9/+9 | |
maker modal would toggle the show/hide. | |||||
2016-07-15 | Setting the local var CredentialList to the deep clone seems to be ↵ | Michael Abashian | 1 | -1/+2 | |
problematic. Moving this out so that the original object itself is overwritten which is how it's done in other places. (#3017) | |||||
2016-07-15 | Jobs list page size (#3019) | Jared Tabor | 2 | -1/+3 | |
* changing jobs list page size to 20 by default it was previously set to 10 * adjustment to tag search check for null id | |||||
2016-07-15 | resolves kickback on #2980 (#3008) | Leigh Johnson | 2 | -4/+4 | |
2016-07-14 | add read_role to organization select_related | AlanCoding | 1 | -1/+1 | |
2016-07-14 | switch order in migration | AlanCoding | 1 | -1/+1 | |
2016-07-14 | Fix NaN / invalid end date value in schedule edit forms (#3007) | Leigh Johnson | 1 | -1/+17 | |
* fix NAN on end date issue affecting schedule edit form, resolves #2817 * remove debug statement | |||||
2016-07-14 | resolves kickback on #2976 (#3009) | Leigh Johnson | 5 | -1/+7 | |
2016-07-14 | Additional UI/JS licenses (#2974) | Graham Mainwaring | 2 | -0/+39 | |
* Additional UI/JS licenses | |||||
2016-07-14 | Added patch tests for updating project organizations | Akita Noek | 1 | -0/+8 | |
2016-07-14 | Make development environment use ATOMIC_REQUESTS | AlanCoding | 1 | -0/+1 | |
2016-07-14 | Team organization field made non-null | AlanCoding | 2 | -2/+3 | |
2016-07-14 | Don't let normal users create orgless projects | Akita Noek | 2 | -0/+21 | |
#3006 | |||||
2016-07-14 | Fix up some flake8 issues | Matthew Jones | 2 | -4/+1 | |
2016-07-14 | Add delete protection from certain objects | Matthew Jones | 2 | -6/+46 | |
Certain objects can be sensitive to being deleted while jobs are running, this protects those objects | |||||
2016-07-14 | Cascade delete teams when their organization is deleted | AlanCoding | 4 | -1/+71 | |
2016-07-14 | ensure system admin/auditor can see orphan inventory scripts | Wayne Witzel III | 1 | -1/+3 | |
2016-07-14 | Updated tests to reflect credential access after migrations | Akita Noek | 1 | -3/+5 | |
2016-07-14 | Changed conditonal to repair console error and page loade error | Ken Hoes | 1 | -1/+1 | |
2016-07-14 | Remove socket binding when the scope is destroyed so that we don't make ↵ | Michael Abashian | 1 | -0/+6 | |
errant GET requests in future instances of this controller. | |||||
2016-07-14 | updated EULA text from rnalen | Bill Nottingham | 1 | -2/+18 | |
2016-07-14 | Fix team credential role access in rbac migration | Akita Noek | 1 | -1/+2 | |
2016-07-14 | Orphan handling in _old_access.py | Akita Noek | 1 | -1/+1 | |
2016-07-14 | Normalized CustomInventoryScriptAccess.can_admin | Akita Noek | 1 | -1/+1 | |
2016-07-14 | Added condition based off PR feedback | Ken Hoes | 1 | -1/+1 | |
2016-07-14 | Show proper error message for missing job template form | Jared Tabor | 3 | -64/+79 | |
when visiting the job template page for a job template that has been deleted or doesn't exist, we want to show the 404 error message, not an error message about tags or labels. | |||||
2016-07-13 | remove type search field from single-type credential lookup modals, resolves ↵ | Leigh Johnson | 6 | -0/+22 | |
#2976 (#2985) | |||||
2016-07-13 | Added sanitize filter to other name instances | Ken Hoes | 1 | -2/+2 | |
2016-07-13 | Retrieved cloud credential from job template summary fields | Ken Hoes | 1 | -10/+3 | |
2016-07-13 | Fixed callback url prompt styling | Michael Abashian | 1 | -1/+1 | |
2016-07-13 | URI-encode text searches, resolves #2980 (#2982) | Leigh Johnson | 1 | -1/+1 | |
2016-07-13 | Added onExit functions to routes where the job launch and survey maker ↵ | Michael Abashian | 8 | -1/+99 | |
modals may be displayed. This will handle cleaning up the modal properly so that it can be re-opened | |||||
2016-07-13 | supply correct params to ParseTypeChange call, resolves #2966 (#2977) | Leigh Johnson | 1 | -1/+2 | |
2016-07-13 | Revert required org on notification templates | Matthew Jones | 1 | -8/+0 | |
This reverts the validation of a required Organization on the Notification Template. After discussion with jlaska and jladd, I think this can behave fine in this situation. It's more like a Credential then where without an Organization the NT only becomes available to Super Users and the creator of the NT. | |||||
2016-07-13 | Credential owners are no longer searchable | Michael Abashian | 1 | -0/+1 | |
2016-07-13 | Fix an ommitted fields 500 error | Matthew Jones | 1 | -0/+4 | |
If organization or notification_template is omitted entirely from the POST for a new item then a 500 error would be raised | |||||
2016-07-13 | Sanitizing name in popup | Ken Hoes | 1 | -1/+1 | |