summaryrefslogtreecommitdiffstats
path: root/cobbler/webui
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|