Commit Graph

16 Commits

Author SHA1 Message Date
John Mitchell
647c3cfd7c fixed regex for symbols on password validation 2015-05-18 15:06:22 -04:00
John Mitchell
50059f92c5 fixed password strength
-implemented rules for length, and lowercase, uppercase, number and symbol subsets
-made it user configurable in local_config.js
-set defaults to 8 character length and true for all character sets required
2015-05-15 14:15:13 -04:00
John Mitchell
76f01cbc2a fixed autopopulation of org and user lookups 2015-05-11 15:45:09 -04:00
Jared Tabor
79b79f0481 initial files for license diff directive
awLicenseFeature with show/hide

changed file locations

changing file location

adjusting controller logic to only return list of features

leveraging $rootScope instead of local storage

adding awFeature directive for lists/forms for activity stream button

Adding route resolvers and service for getting license

In order to get the license info from the API and not from local storage, the UI needs to hit hte API before loading any pages, therefore I've added route resolvers that will ensure that we have the appropriate data (license features) before navigating to a new page. I've also added the awFeature directive to the organizations list -> add-button and the ldap checkbox on the user form page.

adjusting alignment

fixing jshint errors

commting file for testings

adding tests for features service and features controller

adding features controller unit test
2015-05-04 11:34:38 -04:00
Jared Tabor
2bd856da93 select2 comments and removal of stale awMultiSelect
adding comments for how to implement the select2 on a select field, and removing the directive that no longer creates select2 fields
2015-04-20 14:47:14 -04:00
Jared Tabor
d27a190b4e Updated select2 fields for new version of lib
adding select2 updated lib

removing old select2 library
2015-04-20 14:47:14 -04:00
John Mitchell
e8db7d7c77 fixed permissions adhoc checkbox stuff 2015-04-20 14:37:22 -04:00
John Mitchell
37f7c4d1a3 remove pwdmeter 2015-04-09 11:57:10 -04:00
John Mitchell
ce31b98635 UI support for adhoc commands 2015-04-06 10:31:11 -04:00
Joe Fiorini
d9aa35566b Replace string usage of lib/ansible path 2015-03-30 10:16:11 -04:00
Jared Tabor
0948846530 Scan job templates
Implemented saving a job template as type = scan. Can add/edit these jobs. Also on inventory properties accordion you can see the list of scan job templates for the inventory.
2015-03-26 09:58:39 -04:00
Joe Fiorini
ef422d33b1 Extract toolbar button into directive 2015-03-13 12:06:09 -04:00
Joe Fiorini
f09080c931 Move list-generator into new structure 2015-03-11 14:49:26 -04:00
John Mitchell
dada789f8b fixing errors 2015-03-09 16:41:39 -04:00
John Mitchell
fb5db213cd password field changes and configuration fixes
* create a new sensitive input type to replace password
* added a new input configuration for the sensitive type called hasShowInputButton (this shows a button to the left of the field that toggles the display of plain text)
* updated the credentials form configuration
    * removed confirm password boxes for *entering* sensitve information
    * updated the Keyphrase label
* fixed a bug in the credentials controller's ask function, which did not check to see if a confirmation input was defined or not
2015-03-09 16:20:47 -04:00
Joe Fiorini
36a596b68f Move code under lib/ansible to js/shared 2015-02-25 11:42:51 -05:00