summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-gui/ipagui/static/css
Commit message (Collapse)AuthorAgeFilesLines
* Move the sort arrow to the left of the column title and don't overlap the textRob Crittenden2007-12-101-2/+2
|
* Add back in some CSS that was removed in the big UI update.Rob Crittenden2007-12-051-0/+17
| | | | This adds back required field colors and colored error and warning msgs.
* Make uid an editable field in the Edit UI so we can do RDN changesRob Crittenden2007-12-061-0/+4
| | | | | | | Fix group RDN changes Remove a copy/paste error in the group UI update that caused 2 updates Fix variable name so groups don't get user objectclasses Remove color CSS for field backgrounds as they override disabled field display
* Add ipa-python to maintainer-clean and clean up .pyc filesRob Crittenden2007-11-281-0/+1
|
* Underline columns on sort results page so users will know it is a linkRob Crittenden2007-11-121-0/+19
| | | | Restore the CSS to display the up/down arrow on sort columns
* Distinguish between active and inactive users on the Find People page.Rob Crittenden2007-11-021-0/+4
|
* Update the UI look and feelRob Crittenden2007-11-011-172/+281
|
* Add print media CSS. Rename delegation edit button to 'update'.Kevin McCarthy2007-10-171-0/+15
|
* Merge.Karl MacMillan2007-10-171-2/+5
|\
| * Remove coffee-spewing color from delete button. Adjust nav-link and size.Kevin McCarthy2007-10-161-3/+2
| |
| * Adds deletion for delegations.Kevin McCarthy2007-10-161-0/+4
| | | | | | | | The deletion is only triggered via javascript, so they must hit confirm.
* | Autotool ipa-server - patch from William Jon McCann <mccann@jhu.edu>.Karl MacMillan2007-10-171-0/+14
|/
* Adds delegation listing and creation to the GUI.Kevin McCarthy2007-10-121-2/+15
|
* Assorted UI fixes:Kevin McCarthy2007-10-021-0/+1
| | | | | | | | | | | | - Change sort functions to be on entities, so can use on the view pages too - Fix bug: empty ajax search on useredit blows up - Filter illegal characters from suggest uid/email methods - Rename first/last name fields - Make default font family sans-serif - Speed up effect appear/fade rendering - Add buttons to top and bottom of pages - Make grouplist sortable - Add noscript warning to welcome page
* Add client-side search limit parameter for user search.Kevin McCarthy2007-09-181-0/+10
| | | | | Limit editgroup user ajax search. Minor UI cleanup for editgroup.
* Adds javascript table sorting for user resultsKevin McCarthy2007-09-131-0/+34
| | | | Adds tablekit: http://www.millstream.com.au/view/code/tablekit/ licensed under MIT.
* Edit protected fields checkbox on user edit page.Kevin McCarthy2007-09-101-0/+4
| | | | (Password updating still doesn't work due to ACI though)
* Password changes:Kevin McCarthy2007-09-061-0/+1
| | | | | - remove password generator button - add confirm password field
* Add search box in header.Kevin McCarthy2007-09-061-7/+16
| | | | | | Change account status to use select list and 'active'/'inactive' values. Improve autosuggest to keep suggesting unless you overwrite a suggestion (if you correct the name, it will re-suggest).
* Small UI tweeksKevin McCarthy2007-09-051-1/+13
| | | | | | | | - Rename buttons - Add fake "logged in as" text - Increase font size and spacing for sidebar - Fix search messages for no results - Open ipa footer link in new window
* Add password expiration messages to user show/edit pages.Kevin McCarthy2007-09-051-0/+6
| | | | | Add userhelper module to provide ui logic. Fix uid/email suggest to lowercase first.
* Add account deactivation checkbox.Kevin McCarthy2007-08-311-1/+1
| | | | Fix genModList to lowercase all keys and use CIDict.
* UI cleanupKevin McCarthy2007-08-291-32/+42
|
* Change user search to be asynchronous.Kevin McCarthy2007-08-281-1/+1
| | | | | | This way it returns results even if the search times out. The find_users() search now returns a counter as the first result, which is set to -1 if the results are partial.
* - Add password generator method to controller.Kevin McCarthy2007-08-141-0/+4
| | | | | | | | | | This uses the random.SystemRandom() method to generate an 8-digit alphanumeric password. - Add ajax call to usernew and useredit forms to generate a new password - Add the prototype javascript library: http://www.prototypejs.org/ prototype is distributed with the MIT license. - Add a checkbox to toggle editing (and displaying) the password. - Change usershow template to use same field labels as the edit and new forms.
* Split userform into edit and new forms.Kevin McCarthy2007-08-101-0/+4
| | | | | | | (They will likely diverge so no sense forcing them together). Add css for required fields. Add "_orig" hidden fields to the edit form in prep for sending only modified fields.
* Addiing initial turbogears web gui.kmccarth@redhat.com2007-08-121-0/+146
Contains simple user add, list, and view pages.