[PR #419] [CLOSED] Dev manage #650

Closed
opened 2026-02-27 16:40:01 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtmgr/pull/419
Author: @demisonGitHub
Created: 9/6/2014
Status: Closed

Base: masterHead: dev-manage


📝 Commits (10+)

  • 0ffec44 Merged with upstream
  • cc63f6b First stage of auth: only is_staff can access host configuration
  • d2735ee Enable django admin interface
  • f00c56e Merge remote-tracking branch 'base/master'
  • 66cf1ec Merge remote-tracking branch 'base/master'
  • 0420543 Added logged user name in base template
  • 666d6c6 Merge remote-tracking branch 'base/master'
  • a35e40a Merge remote-tracking branch 'base/master'
  • 37005f6 Add preliminary acl support in the instance model
  • 07dde91 Limit permissions on servers (add host)

📊 Changes

15 files changed (+93 additions, -14 deletions)

View changed files

📝 create/views.py (+4 -0)
instance/admin.py (+9 -0)
📝 instance/models.py (+2 -0)
📝 instance/views.py (+15 -7)
📝 networks/views.py (+7 -0)
📝 servers/views.py (+8 -0)
📝 storages/views.py (+7 -0)
templates/403.html (+14 -0)
📝 templates/base.html (+4 -2)
📝 templates/instance.html (+2 -0)
📝 templates/servers.html (+9 -1)
📝 templates/sidebar.html (+4 -0)
📝 webvirtmgr/settings.py (+2 -2)
📝 webvirtmgr/settings_jenkins.py (+1 -1)
📝 webvirtmgr/urls.py (+5 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/retspen/webvirtmgr/pull/419 **Author:** [@demisonGitHub](https://github.com/demisonGitHub) **Created:** 9/6/2014 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dev-manage` --- ### 📝 Commits (10+) - [`0ffec44`](https://github.com/retspen/webvirtmgr/commit/0ffec4435e06c52a9f5d748033e71d306bab4064) Merged with upstream - [`cc63f6b`](https://github.com/retspen/webvirtmgr/commit/cc63f6be14496ce2f94d79180e4579bfaf01c819) First stage of auth: only is_staff can access host configuration - [`d2735ee`](https://github.com/retspen/webvirtmgr/commit/d2735ee24cf9fc5a3472860fa5b3fb2e0323423f) Enable django admin interface - [`f00c56e`](https://github.com/retspen/webvirtmgr/commit/f00c56ef2eee29c9db747f60a3774e55b03c8c2d) Merge remote-tracking branch 'base/master' - [`66cf1ec`](https://github.com/retspen/webvirtmgr/commit/66cf1ec07c90f5093d746c1cf3841afb3d54e8fb) Merge remote-tracking branch 'base/master' - [`0420543`](https://github.com/retspen/webvirtmgr/commit/04205435dc9b109b7420df427edb2604ce9c52fb) Added logged user name in base template - [`666d6c6`](https://github.com/retspen/webvirtmgr/commit/666d6c64e82770b8c500133bb3ae62fdeec7b08c) Merge remote-tracking branch 'base/master' - [`a35e40a`](https://github.com/retspen/webvirtmgr/commit/a35e40a49713ca4d35eafde2ee5842fe9e405cf2) Merge remote-tracking branch 'base/master' - [`37005f6`](https://github.com/retspen/webvirtmgr/commit/37005f675aba8e45e1e6a004dd606dfef11add18) Add preliminary acl support in the instance model - [`07dde91`](https://github.com/retspen/webvirtmgr/commit/07dde91fda7009599bf2ef4fa2d9fedbc12d29c0) Limit permissions on servers (add host) ### 📊 Changes **15 files changed** (+93 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `create/views.py` (+4 -0) ➕ `instance/admin.py` (+9 -0) 📝 `instance/models.py` (+2 -0) 📝 `instance/views.py` (+15 -7) 📝 `networks/views.py` (+7 -0) 📝 `servers/views.py` (+8 -0) 📝 `storages/views.py` (+7 -0) ➕ `templates/403.html` (+14 -0) 📝 `templates/base.html` (+4 -2) 📝 `templates/instance.html` (+2 -0) 📝 `templates/servers.html` (+9 -1) 📝 `templates/sidebar.html` (+4 -0) 📝 `webvirtmgr/settings.py` (+2 -2) 📝 `webvirtmgr/settings_jenkins.py` (+1 -1) 📝 `webvirtmgr/urls.py` (+5 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 16:40:01 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtmgr#650
No description provided.