summaryrefslogtreecommitdiffstats
path: root/tools (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-07-18fix missing URI encoding in event summary serch, kickback on #2980 (#3050)Leigh Johnson1-1/+1
2016-07-18Switch base class for StateConflictMatthew Jones1-3/+2
This fixes the output format for the 409 exception return
2016-07-18Fixed password show/hide on enter for survey maker password type previewsMichael Abashian1-1/+1
2016-07-18Fixed password show/hide on enter for survey taker survey questions where ↵Michael Abashian1-1/+1
type is password
2016-07-15Prevent populate_user from being registered multiple times.Chris Church1-1/+1
2016-07-15Fixing iterator used when jobs list refreshesJared Tabor1-3/+1
it was still using the iterators used when there were four job panes
2016-07-15Explicit super user check for JT can_deleteMatthew Jones1-1/+1
2016-07-15Fix for populating teams for LDAP user.Chris Church1-1/+1
2016-07-15Fix up flake8Matthew Jones1-1/+1
2016-07-15Rolled back the onExit solution previously implemented to handle the ↵Michael Abashian9-85/+9
backspace navigation on the job launch modal. New solution listens for state changes within the directive and cleans itself up.
2016-07-15Switch disallowed object delete to 409Matthew Jones3-25/+45
In the case of running job conflicts
2016-07-15Password enter show/hide fixMichael Abashian1-1/+1
2016-07-15add test for CustomInventoryScript serializerWayne Witzel III1-2/+46
2016-07-15Fixed bug where hitting enter in a password field in the job launch/survey ↵Michael Abashian2-9/+9
maker modal would toggle the show/hide.
2016-07-15Setting the local var CredentialList to the deep clone seems to be ↵Michael Abashian1-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-15Jobs list page size (#3019)Jared Tabor2-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-15resolves kickback on #2980 (#3008)Leigh Johnson2-4/+4
2016-07-14add read_role to organization select_relatedAlanCoding1-1/+1
2016-07-14switch order in migrationAlanCoding1-1/+1
2016-07-14Fix NaN / invalid end date value in schedule edit forms (#3007)Leigh Johnson1-1/+17
* fix NAN on end date issue affecting schedule edit form, resolves #2817 * remove debug statement
2016-07-14resolves kickback on #2976 (#3009)Leigh Johnson5-1/+7
2016-07-14Additional UI/JS licenses (#2974)Graham Mainwaring2-0/+39
* Additional UI/JS licenses
2016-07-14Added patch tests for updating project organizationsAkita Noek1-0/+8
2016-07-14Make development environment use ATOMIC_REQUESTSAlanCoding1-0/+1
2016-07-14Team organization field made non-nullAlanCoding2-2/+3
2016-07-14Don't let normal users create orgless projectsAkita Noek2-0/+21
#3006
2016-07-14Fix up some flake8 issuesMatthew Jones2-4/+1
2016-07-14Add delete protection from certain objectsMatthew Jones2-6/+46
Certain objects can be sensitive to being deleted while jobs are running, this protects those objects
2016-07-14Cascade delete teams when their organization is deletedAlanCoding4-1/+71
2016-07-14ensure system admin/auditor can see orphan inventory scriptsWayne Witzel III1-1/+3
2016-07-14Updated tests to reflect credential access after migrationsAkita Noek1-3/+5
2016-07-14Changed conditonal to repair console error and page loade errorKen Hoes1-1/+1
2016-07-14Remove socket binding when the scope is destroyed so that we don't make ↵Michael Abashian1-0/+6
errant GET requests in future instances of this controller.
2016-07-14updated EULA text from rnalenBill Nottingham1-2/+18
2016-07-14Fix team credential role access in rbac migrationAkita Noek1-1/+2
2016-07-14Orphan handling in _old_access.pyAkita Noek1-1/+1
2016-07-14Normalized CustomInventoryScriptAccess.can_adminAkita Noek1-1/+1
2016-07-14Added condition based off PR feedbackKen Hoes1-1/+1
2016-07-14Show proper error message for missing job template formJared Tabor3-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-13remove type search field from single-type credential lookup modals, resolves ↵Leigh Johnson6-0/+22
#2976 (#2985)
2016-07-13Added sanitize filter to other name instancesKen Hoes1-2/+2
2016-07-13Retrieved cloud credential from job template summary fieldsKen Hoes1-10/+3
2016-07-13Fixed callback url prompt stylingMichael Abashian1-1/+1
2016-07-13URI-encode text searches, resolves #2980 (#2982)Leigh Johnson1-1/+1
2016-07-13Added onExit functions to routes where the job launch and survey maker ↵Michael Abashian8-1/+99
modals may be displayed. This will handle cleaning up the modal properly so that it can be re-opened
2016-07-13supply correct params to ParseTypeChange call, resolves #2966 (#2977)Leigh Johnson1-1/+2
2016-07-13Revert required org on notification templatesMatthew Jones1-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-13Credential owners are no longer searchableMichael Abashian1-0/+1
2016-07-13Fix an ommitted fields 500 errorMatthew Jones1-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-13Sanitizing name in popupKen Hoes1-1/+1