Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | define Self-Service as editting your own record. | Rob Crittenden | 2007-11-02 | 3 | -4/+14 |
| | | | | | This has the side-effect of removing the realm from Loggin in as. This can be changed by using user_name instead of display_name in master.kid. | ||||
* | Distinguish between active and inactive users on the Find People page. | Rob Crittenden | 2007-11-02 | 3 | -3/+25 |
| | |||||
* | groups come back as a list where the first element is the number of | Rob Crittenden | 2007-11-02 | 1 | -0/+1 |
| | | | | groups returned. Skip that element. | ||||
* | Update the UI look and feel | Rob Crittenden | 2007-11-01 | 33 | -411/+473 |
| | |||||
* | TurboGears log files and log rotation | Rob Crittenden | 2007-11-01 | 2 | -16/+29 |
| | | | | | | | | | | | The error log is rotated weekly on Sunday. 4 backups are saved. The access log is not stored since it would be a duplicate of the Apache logs. It can be enabled if desired. Had to move the call to daemonize() in ipa-webgui so that the fork is done before TurboGears is initialized. Otherwise the log files end up getting closed. | ||||
* | Rename memberOf to group_members in xml-rpc interface. | Karl MacMillan | 2007-10-31 | 1 | -2/+2 |
| | |||||
* | Have the GUI use memberOf() instead of looping through the member DNs | Rob Crittenden | 2007-10-31 | 1 | -25/+5 |
| | | | | Fix a bug in the local transport version of memberOf() | ||||
* | Add delete user and group to webgui. | Kevin McCarthy | 2007-10-23 | 4 | -4/+93 |
| | | | | NOTE: this doesn't handle referential integrity. | ||||
* | Set the user password when adding a user | Rob Crittenden | 2007-10-26 | 1 | -2/+11 |
| | |||||
* | Rename the form fields parameter to be clearer: | Kevin McCarthy | 2007-10-25 | 8 | -250/+250 |
| | | | | | | user -> user_fields group -> group_fields delegate -> delegate_fields | ||||
* | webgui side of custom fields. | Kevin McCarthy | 2007-10-24 | 5 | -2/+96 |
| | |||||
* | Fix devel mode for the webgui. | Kevin McCarthy | 2007-10-23 | 1 | -3/+2 |
| | |||||
* | Add an LDAP attribute -> label mapping function to XML-RPC layer | Rob Crittenden | 2007-10-22 | 1 | -28/+2 |
| | | | | Move some ACI functions around in preparation for cli delegation | ||||
* | Add add/edit/show for manager and secretary fields. | Kevin McCarthy | 2007-10-19 | 9 | -24/+293 |
| | |||||
* | Remove dependency between ipa-pyton and ipa-server | Karl MacMillan | 2007-10-19 | 1 | -1/+3 |
| | | | | | | | Current ipa-python imports and calls code from ipaserver (which is in the ipa-server package). This makes it impossible to use the admin tools or the ipa-python package on a system without the server bits installed. This fixes that in a fairly minimal way. | ||||
* | Finish the email autosuggest. | Kevin McCarthy | 2007-10-18 | 1 | -26/+14 |
| | | | | | For now I've added a new API call. The field-specific searching is a ways off. | ||||
* | Fix HTML errors on empty fields. Move roomnumber to address section. | Kevin McCarthy | 2007-10-19 | 3 | -33/+35 |
| | |||||
* | Add a flash message to the top of the page when there are validation errors. | Kevin McCarthy | 2007-10-19 | 3 | -5/+22 |
| | |||||
* | Add exception template. | Karl MacMillan | 2007-10-19 | 1 | -0/+1 |
| | |||||
* | Add an exception/error handler to the web gui. | Kevin McCarthy | 2007-10-18 | 2 | -0/+92 |
| | |||||
* | Fix build issues related to the autotools conversion | Rob Crittenden | 2007-10-18 | 3 | -0/+8 |
| | |||||
* | Add logger objects to each controller. | Kevin McCarthy | 2007-10-17 | 7 | -9/+26 |
| | | | | Fix up the config settings for logging. | ||||
* | Sort users by last name. Make labeleduri a link. | Kevin McCarthy | 2007-10-17 | 2 | -5/+7 |
| | |||||
* | Add print media CSS. Rename delegation edit button to 'update'. | Kevin McCarthy | 2007-10-17 | 5 | -8/+25 |
| | |||||
* | Merge. | Karl MacMillan | 2007-10-17 | 8 | -30/+125 |
|\ | |||||
| * | patch queue: jslint_fixes.patch | Kevin McCarthy | 2007-10-16 | 2 | -4/+4 |
| | | |||||
| * | Remove coffee-spewing color from delete button. Adjust nav-link and size. | Kevin McCarthy | 2007-10-16 | 2 | -4/+3 |
| | | |||||
| * | Adds deletion for delegations. | Kevin McCarthy | 2007-10-16 | 3 | -0/+68 |
| | | | | | | | | The deletion is only triggered via javascript, so they must hit confirm. | ||||
| * | Fixes to acilist: make use POST, use field labels. | Kevin McCarthy | 2007-10-15 | 4 | -19/+33 |
| | | |||||
| * | Fix for when there's a single ACI. | Kevin McCarthy | 2007-10-15 | 1 | -0/+4 |
| | | |||||
| * | Fix list delegations to show field labels. | Kevin McCarthy | 2007-10-15 | 3 | -2/+13 |
| | | | | | | | | Also fix script tags on delegateform.kid. | ||||
| * | Rename delegatenewform to delegateform. | Kevin McCarthy | 2007-10-15 | 2 | -2/+1 |
| | | |||||
* | | Autotool ipa-server - patch from William Jon McCann <mccann@jhu.edu>. | Karl MacMillan | 2007-10-17 | 14 | -38/+276 |
|/ | |||||
* | Add basic delegation editing. | Kevin McCarthy | 2007-10-15 | 6 | -36/+155 |
| | |||||
* | Creates an update_entry api call, aliases update_user and update_group to it. | Kevin McCarthy | 2007-10-15 | 1 | -2/+1 |
| | |||||
* | Adds delegation listing and creation to the GUI. | Kevin McCarthy | 2007-10-12 | 10 | -2/+550 |
| | |||||
* | Merge. | Karl MacMillan | 2007-10-09 | 4 | -10/+8 |
|\ | |||||
| * | Combine get_user/group by dn/cn into get_entry_by_cn/dn. | Kevin McCarthy | 2007-10-09 | 4 | -10/+8 |
| | | | | | | | | Also a couple double-escaping fixes I missed in the last patch. | ||||
* | | Karl MacMillan wrote: | Karl MacMillan | 2007-10-09 | 1 | -4/+3 |
|/ | | | | | | | | | | | | | > > This largish patch makes the build and installation work on 64bit > > machines. The only catch here is that to get a 64bit build you need to > > set LIBDIR on make: > > > > make install LIBDIR=/usr/lib64 > > > > The spec file does this correctly. I couldn't find any reliable way to > > guess this that works both on real systems and in the almost entirely > > empty rpm build root (you can't, for example, check for the existence > > of /usr/lib64). | ||||
* | Fix the webgui to allocate a new IPAClient for each request. | Kevin McCarthy | 2007-10-08 | 3 | -26/+40 |
| | |||||
* | Small group fixes: remove index, change to use hidden_fields (like UserFields) | Kevin McCarthy | 2007-10-08 | 3 | -20/+10 |
| | |||||
* | Several escaping fixes: | Kevin McCarthy | 2007-10-05 | 1 | -3/+3 |
| | | | | | | - illegal dn characters need to be escaped - null characters in search filters - dynamicedit.js was double html escaping (the python layer does it already) | ||||
* | Fix for Internet Explorer, which is picky about commas. | Kevin McCarthy | 2007-10-05 | 1 | -1/+1 |
| | |||||
* | Split the controllers out into separate user and group controllers. | Kevin McCarthy | 2007-10-04 | 20 | -975/+1021 |
| | |||||
* | Fix the autosuggest ordering so faster operations go first. | Kevin McCarthy | 2007-10-04 | 1 | -20/+20 |
| | | | | Also fix a bug with the initials autosuggest code. | ||||
* | Fixes none values in first/last name to display properly. | Kevin McCarthy | 2007-10-04 | 3 | -4/+5 |
| | |||||
* | Trickle the group_cn to group_dn down the layers. Fix controller calls. | Kevin McCarthy | 2007-10-03 | 1 | -4/+4 |
| | |||||
* | Add the rest of the user fields to the user pages. | Kevin McCarthy | 2007-10-03 | 5 | -59/+907 |
| | |||||
* | Rely more on kerberos. | Simo Sorce | 2007-10-01 | 1 | -1/+1 |
| | | | | | | | Don't read ipa.conf to get the realm, the kerberos libs do that for you. Use the krbPrincipalName to change passwords Make it possible to specify the principal at user creation. Mail is not a required attribute so far, don't require it. | ||||
* | Assorted UI fixes: | Kevin McCarthy | 2007-10-02 | 14 | -44/+122 |
| | | | | | | | | | | | | - 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 |