summaryrefslogtreecommitdiffstats
path: root/cobbler/webui
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.
* 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-242-9/+36
| | | | /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
| |
* | 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
| |
* | 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).
* 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.
* Bump version. Also add additional virt default values to settings.Michael DeHaan2008-01-211-3/+3
|
* 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
|
* Release bump since testing release was yesterdayMichael DeHaan2007-12-141-4/+4
|
* Make new distro form submit properlyMichael DeHaan2007-12-131-4/+3
|
* Fix some logging referencesMichael DeHaan2007-12-131-2/+2
|