Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert WebUI changeswebui-details | Stephen Gallagher | 2010-08-02 | 72 | -10749/+29 |
| | | | | | | | | | Reverted with: % git diff --binary HEAD..d4adbc8052faf18fb31e7b1865037aa107067d4b > revert.patch % git apply revert.patch % git commit -a | ||||
* | Removed the install/webui directory. | Adam Young | 2010-07-29 | 10 | -622/+0 |
| | |||||
* | Error introduced by merge. | Adam Young | 2010-07-29 | 1 | -1/+0 |
| | |||||
* | Remove a couple of the .inc files that we will not be using. | Adam Young | 2010-07-29 | 1 | -3/+0 |
| | |||||
* | Merge of webui work. | Adam Young | 2010-07-29 | 77 | -29/+11375 |
|\ | |||||
| * | Removing ipawebui to clean up merge into master. | Adam Young | 2010-07-29 | 90 | -8497/+0 |
| | | |||||
| * | Dynamically generating the html for user details. | Adam Young | 2010-07-29 | 1 | -67/+256 |
| | | |||||
| * | Removing dead files. | Adam Young | 2010-07-28 | 17 | -7859/+0 |
| | | |||||
| * | Fixed top level tabs as well. Navigation is going to need some refactoring. | Adam Young | 2010-07-28 | 1 | -8/+27 |
| | | |||||
| * | Removed round trips for just about all links. Likely introduced some bugs. ↵ | Adam Young | 2010-07-28 | 11 | -82/+183 |
| | | | | | | | | The Top level tabs are not getting set active just yet. | ||||
| * | Added in sample data response for the whoami. | Adam Young | 2010-07-27 | 1 | -0/+7 |
| | | |||||
| * | Now whoami is called only if not cached in a cookie. | Adam Young | 2010-07-27 | 2 | -8/+20 |
| | | |||||
| * | Populate the Logged in field. Right now, rpc executes every time, next up, ↵ | Adam Young | 2010-07-27 | 1 | -1/+10 |
| | | | | | | | | cache the value in a cookie. | ||||
| * | Removed the population of the enrollments select from the set of groups ↵ | Adam Young | 2010-07-27 | 4 | -263/+258 |
| | | | | | | | | that the user is already enrolled in. | ||||
| * | Basica enroll functionality. | Adam Young | 2010-07-27 | 4 | -489/+526 |
| | | |||||
| * | Corrected href in the link for search results. | Adam Young | 2010-07-23 | 2 | -5/+5 |
| | | |||||
| * | Removing stray arg, causing ipa whoami to fail. | Adam Young | 2010-07-23 | 1 | -1/+1 |
| | | |||||
| * | Corrected call for exectue. | Adam Young | 2010-07-23 | 2 | -6/+3 |
| | | |||||
| * | Report number of row returned, as well as if results were truncated. | Adam Young | 2010-07-23 | 4 | -33/+27 |
| | | |||||
| * | Revert "Make the execute command forgiving of plugins that have no parameters." | Adam Young | 2010-07-23 | 1 | -3/+3 |
| | | | | | | | | | | | | This reverts commit b6aefd3ae588a90c5df4f68efab6ee3ace67ea08. There is a better way...writing the execute method correclty wityh only one param | ||||
| * | Merge remote branch 'pzuna/master' into pzuna-merge | Adam Young | 2010-07-23 | 1 | -2/+23 |
| |\ | |||||
| | * | Implement new params for LDAPSearch to allow more control over results. | Pavel Zuna | 2010-07-23 | 1 | -2/+23 |
| | | | | | | | | | | | | | | | --timelimit Time limit in seconds. --sizelimit Maximum number of entries returned. | ||||
| * | | Had first and last names reversed. | Adam Young | 2010-07-23 | 1 | -2/+2 |
| | | | |||||
| * | | Shortened link text,corrected hrefs. | Adam Young | 2010-07-23 | 1 | -7/+7 |
| | | | |||||
| * | | refactored column rendering | Adam Young | 2010-07-23 | 6 | -216/+101 |
| |/ | |||||
| * | Make the execute command forgiving of plugins that have no parameters. | Adam Young | 2010-07-22 | 1 | -3/+3 |
| | | |||||
| * | Arrows for moving betweens lists are enabled. | Adam Young | 2010-07-22 | 3 | -93/+100 |
| | | |||||
| * | Fix ipa.css, a few lines got accidentally deleted. | Pavel Zuna | 2010-07-22 | 1 | -0/+32 |
| | | |||||
| * | Merge branch 'admiyo-merge' | Pavel Zuna | 2010-07-22 | 23 | -199/+462 |
| |\ | |||||
| | * | Start of work on group enrollment. | Adam Young | 2010-07-21 | 4 | -14/+105 |
| | | | |||||
| | * | I have to get used to explicitly adding every file in here. | Adam Young | 2010-07-21 | 1 | -0/+1 |
| | | | |||||
| | * | Made ipa-init a no-op. | Adam Young | 2010-07-21 | 1 | -12/+0 |
| | | | |||||
| | * | User add works. Removed the need to call ipa_init. | Adam Young | 2010-07-21 | 3 | -59/+47 |
| | | | |||||
| | * | Appended tags to content that should probably come from the index page ↵ | Adam Young | 2010-07-20 | 1 | -0/+4 |
| | | | | | | | | | | | | eventually. | ||||
| | * | Minor tweak of whoami. | Adam Young | 2010-07-20 | 1 | -24/+3 |
| | | | |||||
| | * | Added pluging to reflect user info, needed for web ui. | Adam Young | 2010-07-20 | 1 | -0/+105 |
| | | | |||||
| | * | Simple whoami page to get logged in user. | Adam Young | 2010-07-20 | 2 | -1/+2 |
| | | | |||||
| | * | Groups are working. | Adam Young | 2010-07-20 | 10 | -16/+112 |
| | | | |||||
| | * | Fixed the order of processing for the user-details.inc | Adam Young | 2010-07-20 | 5 | -20/+15 |
| | | | |||||
| | * | Adding simple file to find out som info about the current logged in user. | Adam Young | 2010-07-20 | 1 | -0/+19 |
| | | | |||||
| | * | fixed broken url for href. | Adam Young | 2010-07-20 | 1 | -2/+1 |
| | | | |||||
| | * | Consistantly use singular now for tabs. The search form is responsible for ↵ | Adam Young | 2010-07-20 | 7 | -16/+16 |
| | | | | | | | | | | | | setting the object element of the add button. | ||||
| | * | CSS cleanup as part of add-user functionality. Some aspects of add user ↵ | Adam Young | 2010-07-19 | 8 | -73/+112 |
| | | | | | | | | | | | | have been mocked out. | ||||
| | * | Stop the right floating on the details page. | Adam Young | 2010-07-19 | 4 | -50/+8 |
| | | | |||||
| * | | Incremental UI change: details library/page(s). | Pavel Zuna | 2010-07-22 | 3 | -103/+144 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - new function in details.js to generate definition lists from javascript lists: ipa_details_create (see install/webui/user.html for example of use) - user.html now supports displaying user by krbPrincipalName as an alternative to pkey (uid) (example: user?obj=user&principal=admin@EXAMPLE.COM) - new function to reset changes made by the user and "refill" definition lists: ipa_details_reset - moved function ipa_get_param_info from details.js to ipa.js | ||||
| * | | Merge branch 'admiyo-merge' | Pavel Zuna | 2010-07-22 | 120 | -623/+12419 |
| |\| | |||||
| | * | Pulled HTML fragments into .inc files for user and group details. User ↵ | Adam Young | 2010-07-16 | 9 | -616/+419 |
| | | | | | | | | | | | | still works. Group is layout only, not yet functional. | ||||
| | * | INtegrated Pavel's next iteration code into the Javascript templating. | Adam Young | 2010-07-16 | 3 | -7/+219 |
| | | | |||||
| | * | MOved the sample date setup code to ipa.js | Adam Young | 2010-07-16 | 5 | -7/+606 |
| | | | |||||
| | * | Merge branch 'pzuna-master' into pzuna-merge | Adam Young | 2010-07-16 | 4 | -455/+379 |
| | |\ |