mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-26 07:55:52 +03:00
[PR #314] [MERGED] Some fixes and changes #494
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#494
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/retspen/webvirtcloud/pull/314
Author: @Real-Gecko
Created: 5/25/2020
Status: ✅ Merged
Merged: 5/28/2020
Merged by: @retspen
Base:
master← Head:master📝 Commits (8)
618d88fFix default admin user6d82c28Fix instance bottom bar overlapping main content38befa4Added django-login-required-middleware27f62dfAdded admin application2a0d240Fix admin urls not included into main urls.pya62daadAdded change password permission3d04935Added 'instances:clone_instances' permissione4e79d3Added info from #18 to README📊 Changes
54 files changed (+1204 additions, -853 deletions)
View changed files
📝
README.md(+19 -0)📝
accounts/migrations/0002_addAdmin.py(+3 -1)➕
accounts/migrations/0003_permissionset.py(+24 -0)➕
accounts/migrations/0004_apply_change_password.py(+25 -0)➕
accounts/migrations/0005_remove_userattributes_can_clone_instances.py(+18 -0)📝
accounts/models.py(+49 -23)➖
accounts/templates/accounts-list.html(+0 -175)➖
accounts/templates/accounts.html(+0 -144)➖
accounts/templates/create_user_block.html(+0 -38)📝
accounts/templates/login.html(+3 -3)📝
accounts/templates/profile.html(+1 -1)📝
accounts/urls.py(+2 -2)📝
accounts/views.py(+14 -98)📝
admin/__init__.py(+0 -0)➕
admin/apps.py(+5 -0)➕
admin/decorators.py(+10 -0)➕
admin/forms.py(+94 -0)➕
admin/migrations/0001_initial.py(+30 -0)➕
admin/migrations/__init__.py(+0 -0)➕
admin/models.py(+11 -0)...and 34 more files
📄 Description
"instances/views.py", line 162, in check_user_quota
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.