summaryrefslogtreecommitdiffstats
path: root/cobbler/webui/CobblerWeb.py
Commit message (Collapse)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
| | | | | in the profiles objects but not in the system objects. This needs testing in both the webui and command line.
* Added --mirror-locally option to repo add/edit and WebUI for specifying that ↵Michael DeHaan2008-05-081-1/+6
| | | | | | | a cobbler repo object is to be used directly, rather than mirrored into /var/www/cobbler by reposync/rsync. This can be usable when network connectivity outside is certain, and there are no performance or bandwidth needs on a local mirror. This supports http:// and ftp:// only, rsync:// is not natively understood by yum.
* It's now possible to create new kickstart templates in ↵Michael DeHaan2008-04-241-3/+26
| | | | /var/lib/cobbler/kickstarts/ from the WebUI, as well as delete ones that are no longer being used while on the edit page for that template.
* Get duplicate name/ip/mac checks implemented for WebUI and XMLRPCMichael DeHaan2008-04-041-5/+5
| | | | now that command line/local-API is done.
* Show friendly error message if user does not have sync permissions, also updateMichael DeHaan2008-04-031-0/+7
| | | | WebUI "docs" page that points to other public docs.
* Add friendlier messaging to users who do not have permission to createMichael DeHaan2008-04-031-0/+23
| | | | new objects.
* If logging in with token and not a new login, grab the username fromMichael DeHaan2008-04-031-0/+1
| | | | the token for use in filling in form data.
* Added some code to allow assignment of default ownership from settings for newMichael DeHaan2008-04-021-0/+4
| | | | objects. Also, ownership field for new objects in the WebUI is prepopulated with the username of the logged in user, to prevent accidental lockouts. All of this is untested at this point -- will be polished up soon.
* Deletion from the WebUI now has a checkbox for distros/profiles to decideMichael DeHaan2008-04-021-3/+11
| | | | | | whether you want them to delete recursively or not. The default is not, and if you own a parent object you /are/ allowed to delete the children following the ownership model at this point in time.
* 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
| | | | | | web content if cleared past the authentication layer. Also make changes to the kickstart editor to indicate to users when they don't have permission to edit kickstarts -- and to show possible causes.
* Added ownership checks for the various objects in the WebUI to makeMichael DeHaan2008-03-311-1/+14
| | | | | | | | things more obvious. Still need to disable save/reset buttons. Note that kickstart editing (supported via the WebUI) is not yet protected and we still need to add that seperately. This is complicated. Currently anyone can sync and we'll keep it that way.
* Distro now instrumented with a warning panel that indicates when you probablyMichael DeHaan2008-03-311-1/+6
| | | | won't be able to edit an object.
* 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
| | | | make the WebUI use it for much smarter renames and copies.
* Added a parameter --yumopts which allows setting parameters for yum plugins ↵Michael DeHaan2008-01-091-4/+6
| | | | | | in a manner similar to how --kopts and --ksmeta works.
* 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 ↵Michael DeHaan2007-12-051-16/+18
| | | | with pluggable authn/authz and using same tokens through entire communication chain. Should probably implement a session logout though.
* Fix one missing priority valueMichael DeHaan2007-11-291-1/+1
|
* Apply Christophe's patch to enable yum priorities. Slightly tweaked to ↵Michael DeHaan2007-11-291-1/+2
| | | | default to 99, not 200.
* Disable the blender cache as it's running afoul of the sync code, mixing up ↵Michael DeHaan2007-11-141-33/+1
| | | | | | profiles/systems data incorrectly when blending objects for cobbler/sync.
* Remove --local-filename from the WebUI, since we will now use --name for the ↵Michael DeHaan2007-11-021-3/+1
| | | | filename always. To turn off the wget macro that installs things in /etc/yum.repos.d on the provisioned target, either set yum_core_mirror_from_server to disabled in cobbler settings, or remove the yum_config_stanza from the kickstart file.
* WebUI backend code to handle edits to the new --server-override parameters.Michael DeHaan2007-11-011-6/+6
| | | | Added for both profiles and systems.
* 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 ↵Michael DeHaan2007-10-311-3/+9
| | | | | | representation. (Plus some unfinished work on paginating the WebUI).
* Apply AT's patch to switch the WebUI to using Apache digest auth / htaccess ↵Michael DeHaan2007-10-291-80/+26
| | | | / etc
* 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 ↵Michael DeHaan2007-10-121-19/+57
| | | | interfaces. Also clean up the error page display and include a link to go back so users can correct any data entry errors.
* 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 ↵root2007-10-111-7/+20
| | | | adding new fields to the profiles page for virt-bridge and virt-cpus.
* 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 ↵Michael DeHaan2007-09-271-1/+10
| | | | what repos.
* 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, ↵Michael DeHaan2007-09-271-0/+1
| | | | | | should it fail, will not set the field to any value that is not a MAC address.
* Generalize login message so users don't think a credential failure is ↵Michael DeHaan2007-09-271-1/+1
| | | | | | neccessarily something technical and XMLRPC related.
* Two things... make "sync" into a button, and also hide links when the userMichael DeHaan2007-09-271-4/+11
| | | | | is logged out, so they don't misleading think they are logged in and have to waste a click or two figuring it out.
* 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
| | | | SELinux context.