15
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix the autosuggest ordering so faster operations go first. Also fix a bug with the initials autosuggest code. More... over 17 years ago
patch queue: admin_account_fix.patch More... over 17 years ago
Fixes none values in first/last name to display properly. More... over 17 years ago
Fix copy/paste bug More... over 17 years ago
Trickle the group_cn to group_dn down the layers. Fix controller calls. More... over 17 years ago
Try to catch more error conditions during installation Modify the way we detect SELinux to use selinuxenabled instead of using a try/except. Handle SASL/GSSAPI authentication failures when getting a connection More... over 17 years ago
Add the rest of the user fields to the user pages. More... over 17 years ago
I broke add_groups_to_user and remove_groups_from_user with my "use group DN" patch. This fixes it. More... over 17 years ago
Do group operations based on the group DN, not the CN Add new class of errors for connections Raise an exception if a connection cannot be made due to missing ccache More... over 17 years ago
Patch to fix the installer crashing if selinux is disabled. Also changes the exception to contain the complete command. Add a check to make sure installer is running as root. Add signal handler to detect a user-cancelled installation. Detect existing DS instances and prompt to remove them. More... over 17 years ago
Assorted UI fixes: - 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 More... over 17 years ago
Added tag milestone_4 for changeset 8227ce764d491a942389f7a9f654f69d2701cb12 More... over 17 years ago
Rely more on kerberos. 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. More... over 17 years ago
Add group management to the newgroup page. More... over 17 years ago
Allow group selection on the create user page. More... over 17 years ago
Don't include opts in any public argument lists. It is used internally only. More... over 17 years ago
Add group management to the user edit page. Added a couple more API calls to make the inverse operations easier. More... over 17 years ago
Install the web gui More... over 17 years ago
Misc small fixes More... over 17 years ago
Make apache work with selinux More... over 17 years ago
Extract the shared dynamic edit code. Rename groupeditsearch.kid to dynamiceditsearch.kid More... over 17 years ago
Check passwords are not empty More... over 17 years ago
Sort the group members on the view and edit group pages. More... over 17 years ago
Refactoring to allow better member rendering. 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. More... over 17 years ago
IPv6ify, untested More... over 17 years ago
patch queue: add_filters.patch More... over 17 years ago
Make timelimit a parameter to the find methods. More... over 17 years ago
Adds nested group handling to the view and edit group pages. 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. More... over 17 years ago
patch queue: group_users_use_dns.patch More... over 17 years ago
Adds methods to manipulate groups by dns. Renamed some of the user_group parameters to be self-evident. Binary wrapping isn't necessary on strings, so removed from xmlrpc calls. More... over 17 years ago