summaryrefslogtreecommitdiffstats
path: root/cobbler/webui
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 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
|
* Fixes + changelog.Michael DeHaan2007-12-051-1/+1
|
* mod_python version of webui now operational at http://server/cobbler/web ↵Michael DeHaan2007-12-052-31/+33
| | | | 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-292-3/+4
| | | | 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
|
* 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.
* 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
|
* 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).
* 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-292-153/+84
| | | | / etc
* Add --arch back to docs, plus WebUI changes to add the field.Michael DeHaan2007-10-291-1/+5
|
* 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.
* 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.
* 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-112-24/+31
|
* Working on adding subprofile creation support to the WebUI, as well as ↵root2007-10-112-14/+31
| | | | 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
|
* 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-272-72/+77
| | | | | 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-272-15/+25
|
* Move cobbler WebUI log file to Apache dir so it will gain the correctroot2007-09-261-1/+1
| | | | SELinux context.
* Updating Cheetah invocation for older versions of Cheetah.Michael DeHaan2007-09-262-3/+3
|
* Generalize login message.Michael DeHaan2007-09-241-1/+1
|
* AT patch to CobblerWeb.Michael DeHaan2007-09-241-4/+2
|
* Apply AT Web UI patchset.Michael DeHaan2007-09-241-54/+114
|
* Allow import using mount points with spaces in them (AT).Michael DeHaan2007-09-241-3/+3
|
* Added some "about" documentation to the WebUI and also placed a copy of the ↵Michael DeHaan2007-09-191-33/+35
| | | | | | current manpage (as built) in the web directory for easy reference.
* Package the cobbler manpage as html as well as a docs page. Fix a broken ↵Michael DeHaan2007-09-191-2/+2
| | | | docstring in action_sync.py