summaryrefslogtreecommitdiffstats
path: root/cobbler/webui/CobblerWeb.py
Commit message (Expand)AuthorAgeFilesLines
* Fixes for webapp new fieldsMichael DeHaan2008-05-091-1/+1
* Adding --virt overrides for many more additional fields that were foundMichael DeHaan2008-05-081-1/+15
* Added --mirror-locally option to repo add/edit and WebUI for specifying that ...Michael DeHaan2008-05-081-1/+6
* It's now possible to create new kickstart templates in /var/lib/cobbler/kicks...Michael DeHaan2008-04-241-3/+26
* Get duplicate name/ip/mac checks implemented for WebUI and XMLRPCMichael DeHaan2008-04-041-5/+5
* Show friendly error message if user does not have sync permissions, also updateMichael DeHaan2008-04-031-0/+7
* Add friendlier messaging to users who do not have permission to createMichael DeHaan2008-04-031-0/+23
* If logging in with token and not a new login, grab the username fromMichael DeHaan2008-04-031-0/+1
* Added some code to allow assignment of default ownership from settings for newMichael DeHaan2008-04-021-0/+4
* Deletion from the WebUI now has a checkbox for distros/profiles to decideMichael DeHaan2008-04-021-3/+11
* Some fixes to the ownership module.Michael DeHaan2008-04-021-4/+4
* Make changes in order to assure that users not in users.conf can still readMichael DeHaan2008-04-021-0/+5
* Added ownership checks for the various objects in the WebUI to makeMichael DeHaan2008-03-311-1/+14
* Distro now instrumented with a warning panel that indicates when you probablyMichael DeHaan2008-03-311-1/+6
* Fix some typosMichael DeHaan2008-03-281-1/+1
* Add code to make WebUI process new fieldsMichael DeHaan2008-03-281-4/+12
* Make WebUI do recursive deletes for distros/profiles.Michael DeHaan2008-01-311-2/+2
* Add rename and copy functionality to the base API, the remote interface, and ...Michael DeHaan2008-01-221-45/+46
* Added a parameter --yumopts which allows setting parameters for yum plugins i...Michael DeHaan2008-01-091-4/+6
* Fix typoMichael DeHaan2008-01-091-1/+1
* Apply Tim's patch to fix/re-enable the random MAC feature.Michael DeHaan2007-12-181-1/+1
* Make new distro form submit properlyMichael DeHaan2007-12-131-4/+3
* Fix some logging referencesMichael DeHaan2007-12-131-2/+2
* Make WebUI use Apache logging mechanisms, also remove unreferenced cookie code.Michael DeHaan2007-12-131-85/+16
* Make WebUI deletions of distro objects work againMichael DeHaan2007-12-131-3/+5
* Allow sync to absorb unknown argsMichael DeHaan2007-12-131-1/+1
* Fixes + changelog.Michael DeHaan2007-12-051-1/+1
* mod_python version of webui now operational at http://server/cobbler/web with...Michael DeHaan2007-12-051-16/+18
* Fix one missing priority valueMichael DeHaan2007-11-291-1/+1
* Apply Christophe's patch to enable yum priorities. Slightly tweaked to defau...Michael DeHaan2007-11-291-1/+2
* Disable the blender cache as it's running afoul of the sync code, mixing up p...Michael DeHaan2007-11-141-33/+1
* Remove --local-filename from the WebUI, since we will now use --name for the ...Michael DeHaan2007-11-021-3/+1
* WebUI backend code to handle edits to the new --server-override parameters.Michael DeHaan2007-11-011-6/+6
* Enable pagination capability for other types of cobbler objectsMichael DeHaan2007-10-311-9/+27
* Changelog cleanup + shorten the pagination parametersMichael DeHaan2007-10-311-2/+2
* Ongoing work on WUI paginationMichael DeHaan2007-10-311-7/+30
* Fix for cobbler's dhcp generation behavior with the new interface representat...Michael DeHaan2007-10-311-3/+9
* Apply AT's patch to switch the WebUI to using Apache digest auth / htaccess /...Michael DeHaan2007-10-291-80/+26
* Add --arch back to docs, plus WebUI changes to add the field.Michael DeHaan2007-10-291-1/+5
* Teach the WebUI (and the backend for the WebUI) how to save multiple interfac...Michael DeHaan2007-10-121-19/+57
* Lots of changes to make subprofile creation and editing work in the WebUI.Michael DeHaan2007-10-111-20/+27
* Working on adding subprofile creation support to the WebUI, as well as adding...root2007-10-111-7/+20
* Small tweak to make error messages coming back from XMLRPC more readable.Michael DeHaan2007-09-271-0/+7
* AT's patch to add multi-select capability when picking what profiles get what...Michael DeHaan2007-09-271-1/+10
* Revert earlier inadvertant change to login cookie handling.Michael DeHaan2007-09-271-1/+0
* A small bit of javascript to ensure that the get_random_mac AJAX call, should...Michael DeHaan2007-09-271-0/+1
* Generalize login message so users don't think a credential failure is neccess...Michael DeHaan2007-09-271-1/+1
* Two things... make "sync" into a button, and also hide links when the userMichael DeHaan2007-09-271-4/+11
* Disable WebUI logging until we come up with a way to make it SELinux friendly.Michael DeHaan2007-09-271-13/+23
* Move cobbler WebUI log file to Apache dir so it will gain the correctroot2007-09-261-1/+1