summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert WebUI changeswebui-detailsStephen Gallagher2010-08-0272-10749/+29
* Removed the install/webui directory.Adam Young2010-07-2910-622/+0
* Error introduced by merge.Adam Young2010-07-291-1/+0
* Remove a couple of the .inc files that we will not be using.Adam Young2010-07-291-3/+0
* Merge of webui work.Adam Young2010-07-2977-29/+11375
|\
| * Removing ipawebui to clean up merge into master.Adam Young2010-07-2990-8497/+0
| * Dynamically generating the html for user details.Adam Young2010-07-291-67/+256
| * Removing dead files.Adam Young2010-07-2817-7859/+0
| * Fixed top level tabs as well. Navigation is going to need some refactoring.Adam Young2010-07-281-8/+27
| * Removed round trips for just about all links. Likely introduced some bugs. ...Adam Young2010-07-2811-82/+183
| * Added in sample data response for the whoami.Adam Young2010-07-271-0/+7
| * Now whoami is called only if not cached in a cookie.Adam Young2010-07-272-8/+20
| * Populate the Logged in field. Right now, rpc executes every time, next up, c...Adam Young2010-07-271-1/+10
| * Removed the population of the enrollments select from the set of groups that...Adam Young2010-07-274-263/+258
| * Basica enroll functionality.Adam Young2010-07-274-489/+526
| * Corrected href in the link for search results.Adam Young2010-07-232-5/+5
| * Removing stray arg, causing ipa whoami to fail.Adam Young2010-07-231-1/+1
| * Corrected call for exectue.Adam Young2010-07-232-6/+3
| * Report number of row returned, as well as if results were truncated.Adam Young2010-07-234-33/+27
| * Revert "Make the execute command forgiving of plugins that have no parameters."Adam Young2010-07-231-3/+3
| * Merge remote branch 'pzuna/master' into pzuna-mergeAdam Young2010-07-231-2/+23
| |\
| | * Implement new params for LDAPSearch to allow more control over results.Pavel Zuna2010-07-231-2/+23
| * | Had first and last names reversed.Adam Young2010-07-231-2/+2
| * | Shortened link text,corrected hrefs.Adam Young2010-07-231-7/+7
| * | refactored column renderingAdam Young2010-07-236-216/+101
| |/
| * Make the execute command forgiving of plugins that have no parameters.Adam Young2010-07-221-3/+3
| * Arrows for moving betweens lists are enabled.Adam Young2010-07-223-93/+100
| * Fix ipa.css, a few lines got accidentally deleted.Pavel Zuna2010-07-221-0/+32
| * Merge branch 'admiyo-merge'Pavel Zuna2010-07-2223-199/+462
| |\
| | * Start of work on group enrollment.Adam Young2010-07-214-14/+105
| | * I have to get used to explicitly adding every file in here.Adam Young2010-07-211-0/+1
| | * Made ipa-init a no-op.Adam Young2010-07-211-12/+0
| | * User add works. Removed the need to call ipa_init.Adam Young2010-07-213-59/+47
| | * Appended tags to content that should probably come from the index page eventu...Adam Young2010-07-201-0/+4
| | * Minor tweak of whoami.Adam Young2010-07-201-24/+3
| | * Added pluging to reflect user info, needed for web ui.Adam Young2010-07-201-0/+105
| | * Simple whoami page to get logged in user.Adam Young2010-07-202-1/+2
| | * Groups are working.Adam Young2010-07-2010-16/+112
| | * Fixed the order of processing for the user-details.incAdam Young2010-07-205-20/+15
| | * Adding simple file to find out som info about the current logged in user.Adam Young2010-07-201-0/+19
| | * fixed broken url for href.Adam Young2010-07-201-2/+1
| | * Consistantly use singular now for tabs. The search form is responsible for s...Adam Young2010-07-207-16/+16
| | * CSS cleanup as part of add-user functionality. Some aspects of add user have...Adam Young2010-07-198-73/+112
| | * Stop the right floating on the details page.Adam Young2010-07-194-50/+8
| * | Incremental UI change: details library/page(s).Pavel Zuna2010-07-223-103/+144
| * | Merge branch 'admiyo-merge'Pavel Zuna2010-07-22120-623/+12419
| |\|
| | * Pulled HTML fragments into .inc files for user and group details. User still...Adam Young2010-07-169-616/+419
| | * INtegrated Pavel's next iteration code into the Javascript templating.Adam Young2010-07-163-7/+219
| | * MOved the sample date setup code to ipa.jsAdam Young2010-07-165-7/+606
| | * Merge branch 'pzuna-master' into pzuna-mergeAdam Young2010-07-164-455/+379
| | |\