summaryrefslogtreecommitdiffstats
path: root/cobbler/remote.py
Commit message (Collapse)AuthorAgeFilesLines
* Pagination on systems page complete.Michael DeHaan2007-10-311-8/+21
|
* Ongoing work on WUI paginationMichael DeHaan2007-10-311-1/+1
|
* Fix for cobbler's dhcp generation behavior with the new interface ↵Michael DeHaan2007-10-311-12/+32
| | | | | | representation. (Plus some unfinished work on paginating the WebUI).
* Remove a circular import between the serializer and the API that was ↵Michael DeHaan2007-10-231-4/+4
| | | | confusing Virt-Factory.
* Various changes to allow for increased performance in the WebUI and in ↵Michael DeHaan2007-10-171-34/+19
| | | | | | saving state, plus a fix to import that keeps from creating extra yum repo entries for various distros.
* 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 ↵Michael DeHaan2007-10-081-1/+1
| | | | | | is not templated on a per-sync basis (yet).
* 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
| | | | | is logged out, so they don't misleading think they are logged in and have to waste a click or two figuring it out.
* 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
| | | | | | deletes properly.
* 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 ↵Michael DeHaan2007-09-141-2/+54
| | | | | | | exhaustive list. Edits to come. Also added a "make devinstall" which is like "make install" but doesn't overwrite your settings file with the default values.
* 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
to 1 in settings to enable. Currently no methods implemented other than test, user validation is a stub.