summaryrefslogtreecommitdiffstats
path: root/cobbler/webui/master.py
Commit message (Collapse)AuthorAgeFilesLines
* Apply scott henson's replicate patch.Michael DeHaan2008-05-081-266/+0
|
* Apply John Eckersberg's patch to allow random mac usage from the command line.Michael DeHaan2008-05-081-2/+2
|
* Apply jeckersb's patch to allow per-zone templatesMichael DeHaan2008-05-051-3/+4
|
* Apply John Eckersberg's patch for BIND management.Michael DeHaan2008-05-021-1/+0
|
* It's now possible to create new kickstart templates in ↵Michael DeHaan2008-04-241-6/+10
| | | | /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.
* Abstract out sync code into it's constituent parts, plus some packaging ↵Michael DeHaan2008-04-181-2/+2
| | | | changes that I left out earlier.
* Kickstarts are now dynamically generated by mod_python, CGI's now fallMichael DeHaan2008-04-181-2/+2
| | | | under mod_python, kickstart templating code now moved out of sync function.
* Fix manifest.in to add missing file, remove one file no longer used.Michael DeHaan2008-04-151-14/+24
|
* Two things -- (A) remove rhpl dep as we aren't using it and we want to useMichael DeHaan2008-04-091-24/+14
| | | | | more standard xlat for other distros potentially, (B) fix the kerb module some more.
* mergeroot2008-04-081-2/+2
|
* Merge branch 'master' into develMichael DeHaan2008-04-081-2/+2
|\ | | | | | | | | | | | | Conflicts: cobbler.spec cobbler/webui/master.py
| * Update name-check code to be more strict, bump versionMichael DeHaan2008-04-081-2/+2
| |
* | Merge branch 'master' into develMichael DeHaan2008-04-081-2/+2
|\| | | | | | | | | | | | | | | Conflicts: CHANGELOG cobbler.spec cobbler/webui/master.py
| * Checking in changes to make merge possible.Michael DeHaan2008-04-081-2/+2
| |
* | Add a --owner to all the objects, plus associated API calls and backend ↵Michael DeHaan2008-03-261-2/+2
|/ | | | | | | | stuff, for use with the (pending real soon now) authz_ownership module. Also updated docs. Incidentally, self.settings.tftpboot is now utils.tftpboot_location() -- which is required because tftpboot moves around. Previously this was masked to still look like a settings variable but I decided to remove the hack. All code using that location has been updated appropriately.
* Fix bug in module loader to allow non-serializer modules to be loadedMichael DeHaan2008-03-121-2/+2
| | | | using /etc/cobbler/modules.conf
* Run reposync for local repos even if "RPM" is not contained in the path.Michael DeHaan2008-03-071-2/+2
|
* Doc fixMichael DeHaan2008-02-251-2/+2
|
* This is a fix to a webui submission problem for the repos field on certainMichael DeHaan2008-02-221-2/+2
| | | | | versions of mod_python. It still needs to be fixed correctly though this makes that page work for now.
* This is 0.8.1Michael DeHaan2008-02-201-2/+2
|
* Merge with devel branchMichael DeHaan2008-02-151-3/+3
|
* Specfile fixupMichael DeHaan2008-02-151-2/+2
|
* Fix specfile errorMichael DeHaan2008-02-151-2/+2
|
* changelog fixupMichael DeHaan2008-02-151-2/+2
|
* Release bump for 0.8.0Michael DeHaan2008-02-151-2/+2
|
* Added in a possible workaround for a user problem with source_repos in an ↵Michael DeHaan2008-02-131-2/+2
| | | | upgrade scenario (testing needed).
* Bump version. Also add additional virt default values to settings.Michael DeHaan2008-01-211-3/+3
|
* Release bump since testing release was yesterdayMichael DeHaan2007-12-141-4/+4
|
* Disable RPM AutoReq to avoid slurping in an unpackaged Perl module that we onlyMichael DeHaan2007-12-061-2/+2
| | | | use when the kerberos auth type is engaged.
* Packaging fixupsMichael DeHaan2007-12-051-2/+2
|
* mod_python version of webui now operational at http://server/cobbler/web ↵Michael DeHaan2007-12-051-15/+15
| | | | with pluggable authn/authz and using same tokens through entire communication chain. Should probably implement a session logout though.
* Apply Christophe's patch to enable yum priorities. Slightly tweaked to ↵Michael DeHaan2007-11-291-2/+2
| | | | default to 99, not 200.
* Slight changes to post install triggers patch, namely adding some underscores.Michael DeHaan2007-11-291-5/+5
|
* Initial application of Tim V's patch to enable post install triggers.Michael DeHaan2007-11-291-5/+5
|
* Update spec from release / changelog / check in SVG source for logoMichael DeHaan2007-11-141-4/+4
|
* Updates to cobbler.et.redhat.comMichael DeHaan2007-11-071-2/+2
|
* Bump version for release / changelog updates.Michael DeHaan2007-11-071-3/+3
|
* Fix deference of unused variable.Michael DeHaan2007-11-061-2/+2
|
* Moving the auth parts to a .htaccess and out of Apache config. Tested on my ↵Michael DeHaan2007-10-301-2/+2
| | | | box with Digest auth and seems to work well. Misc associated packaging details.
* htaccess file should really be "htpasswd"Michael DeHaan2007-10-301-2/+2
|
* Split the CGI authentication bits out to a seperate Apache configuration ↵Michael DeHaan2007-10-291-3/+3
| | | | file, so that users who upgrade will get the new config (as the other file is marked config(noreplace)).
* Apply AT's patch to switch the WebUI to using Apache digest auth / htaccess ↵Michael DeHaan2007-10-291-73/+58
| | | | / etc
* Service restarting has been abstracted out of the action_sync code, and is ↵Michael DeHaan2007-10-191-2/+2
| | | | | | | | | | now a trigger. This commit adds pre/post sync triggers, for scripting of arbitrary actions. The idea is that a cobbler user can now modify the restart-services script to rsync DHCP configurations to a remote box and instead restart them there, for hosting DHCP on a different box. Or do anything else that might be required. The restart-services trigger will ship in the cobbler RPM. Users can modify it at will and it is marked as config(noreplace) so upgrades will not affect it.
* Make RPMs backup the old config, migrate, and conditionally restart the ↵Michael DeHaan2007-10-191-2/+2
| | | | service to make upgrades seamless.
* Working on WebUI, still some work to do in regards to hiding MACs and so ↵Michael DeHaan2007-10-121-37/+41
| | | | forth...
* Update changelog and spec comments.Michael DeHaan2007-10-111-2/+2
|
* Lots of changes to make subprofile creation and editing work in the WebUI.Michael DeHaan2007-10-111-4/+4
|
* Working on adding subprofile creation support to the WebUI, as well as ↵root2007-10-111-7/+11
| | | | adding new fields to the profiles page for virt-bridge and virt-cpus.
* Replace @@server@@ in repo config files.Michael DeHaan2007-10-081-2/+2
|
* Two things... make "sync" into a button, and also hide links when the userMichael DeHaan2007-09-271-68/+66
| | | | | is logged out, so they don't misleading think they are logged in and have to waste a click or two figuring it out.