| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Also a couple double-escaping fixes I missed in the last patch.
|
| |
|
| |
|
|
|
|
|
|
| |
- illegal dn characters need to be escaped
- null characters in search filters
- dynamicedit.js was double html escaping (the python layer does it already)
|
| |
|
| |
|
|
|
|
| |
Also fix a bug with the initials autosuggest code.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
| |
|
|
|
|
| |
Added a couple more API calls to make the inverse operations easier.
|
|
|
|
| |
Rename groupeditsearch.kid to dynamiceditsearch.kid
|
| |
|
|
|
|
|
|
|
|
|
| |
Created a MemberDisplayInfo to hold the info needed to render a member.
Changed round trip persistance to use that class.
Created a single renderMemberInfo method to render the members.
Changed dynamic as well as static lists to use renderMemberInfo.
Lastly, render groups members in italics.
Change view group to render group members in italics.
|
|
|
|
|
| |
Renames the ajax seach page, because it's tightly bound to the group edit page.
This isn't super polished, but the basic functionality is there.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Install the turbogears web gui including an init script. This
patch includes a few related changes:
* create a production configuration
* rename the web gui startup scrip to ipa-webgui
* add an init script
* chkconfig on the ipa-webgui init script
* make the start script properly daemonize the app when not
in a development directory.
* Install everything to the correct places (/usr/sbin/ipa-webgui
and /usr/share/ipa/ipagui mainly).
There are some things still left to do:
* Sort out the logging - the config needs to be adjusted so
that logging messages end up in /var/log.
|
|
|
|
|
|
|
|
|
|
| |
- Members of groups are clickable
- Combine name and uid into a single column in find users
- Remove license plate from searching
- Mailto links on user emails
- Add timelimit to finds. This is experimental...
- Fix usersearch to only search on objectClass=Person
- Change search to use get parameter
|
| |
|
| |
|
|
|
|
| |
Fixes a bug with the group by member where is wasn't trapping not found errors.
|
| |
|
|
|
|
|
|
| |
things nicer
Remove the login page
Remove the login link from master.kid
|
|
|
|
| |
Small fix to proxyprovider for anonymous case.
|
|\ |
|
| | |
|
| |
| |
| |
| |
| | |
Still some refinements that can be done, but at least it shows the failures
now.
|
| |
| |
| |
| | |
Use the filter generation code to search on multiple fields.
|
| |
| |
| |
| |
| | |
Limit editgroup user ajax search.
Minor UI cleanup for editgroup.
|
| |
| |
| |
| |
| | |
- Make checkbox sticky on round trips
- Make required fields validate when checkbox is checked.
|
| |
| |
| |
| |
| | |
Display search message while in progress.
Correctly calculate number of search results after filtering.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Adds tablekit: http://www.millstream.com.au/view/code/tablekit/ licensed under MIT.
|
|/
|
|
|
|
| |
name and location of the keytab. In order for this keytab to be usable
TurboGears and Apache will need to run as the same user. We will also need
to listen only on localhost in TG.
|
|
|
|
|
|
|
|
|
|
| |
kerberos principal name
Add an identity an visit class to TurboGears that can handle the user
without requiring a database
Update the UI to show the user correctly.
Note that this is currently disabled. It is hardcoded to always return the
principal test@FREEIPA.ORG in proxyprovider.py
It doesn't handle an unauthorized request because that can never happen.
|
|
|
|
| |
(Password updating still doesn't work due to ACI though)
|
|
|
|
|
|
| |
Add TurboGears to required package list
Clear password on Edit Person page.
Change uidnumber/gidnumber on Add Person to say 'Generated by server'
|
|
|
|
|
| |
- Make password not required for add person
- Fix for searching on '*' or ''
|
|
|
|
|
| |
- remove password generator button
- add confirm password field
|
|
|
|
|
|
| |
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).
|