summaryrefslogtreecommitdiffstats
path: root/cobbler/remote.py
Commit message (Expand)AuthorAgeFilesLines
...
* Lots of changes to make subprofile creation and editing work in the WebUI.Michael DeHaan2007-10-111-0/+8
* b64encode is not available in Python 2.3Michael DeHaan2007-10-101-2/+1
* Cobbler import items should not use @@server@@ for repo entries because it is...Michael DeHaan2007-10-081-1/+1
* Get ready for 0.6.2-2 releaseMichael DeHaan2007-09-281-1/+1
* Two things... make "sync" into a button, and also hide links when the userMichael DeHaan2007-09-271-1/+1
* Apply AT Web UI patchset.Michael DeHaan2007-09-241-0/+21
* Implement deletes in WebUI, some fixes to backend RW XMLRPC API to serialize ...Michael DeHaan2007-09-181-4/+12
* Make cookies be session cookies + some backend cleanup.Michael DeHaan2007-09-181-16/+16
* Upgrading cookie and token handling and brining it inside of CobblerWeb.pyMichael DeHaan2007-09-171-4/+5
* Kickstart listing is back in the WUI, with a backend method to get the exhaus...Michael DeHaan2007-09-141-2/+54
* Adding additional exception handling and logging to WebUI.Michael DeHaan2007-09-121-10/+15
* Apply Al Tobey's patchset to Cobbler Web UI.Michael DeHaan2007-09-121-4/+4
* Fix up the new XMLRPC examples.Michael DeHaan2007-09-111-14/+0
* Checking in the read-write API with demo examples at the bottom of remote.pyMichael DeHaan2007-09-111-48/+447
* Allow for configuration for RW xmlrpc users in /etc/cobbler/auth.conf.Michael DeHaan2007-09-101-4/+21
* Providing for a read-write XMLRPC API, off by default, set xmlrpc_rw_enabled ...Michael DeHaan2007-09-101-0/+361