[PR #381] [CLOSED] some small fixes #530

Closed
opened 2026-02-27 15:59:03 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtcloud/pull/381
Author: @catborise
Created: 10/21/2020
Status: Closed

Base: masterHead: master


📝 Commits (10+)

📊 Changes

25 files changed (+286 additions, -239 deletions)

View changed files

📝 .github/workflows/linter.yml (+9 -1)
📝 Dockerfile (+20 -19)
📝 accounts/forms.py (+5 -1)
📝 accounts/templates/account.html (+9 -13)
accounts/templates/accounts/email/otp.html (+7 -0)
accounts/templates/accounts/email_otp_form.html (+32 -0)
📝 accounts/templates/accounts/otp_login.html (+23 -55)
accounts/templates/base_auth.html (+0 -41)
📝 accounts/templates/login.html (+25 -20)
📝 accounts/urls.py (+9 -5)
📝 accounts/utils.py (+23 -0)
📝 accounts/views.py (+44 -9)
📝 admin/views.py (+6 -7)
📝 computes/templates/computes/instances.html (+1 -1)
📝 conf/runit/webvirtcloud.sh (+1 -1)
📝 dev/libvirt-bootstrap.sh (+56 -56)
📝 instances/utils.py (+3 -1)
📝 interfaces/templates/interfaces.html (+1 -1)
📝 networks/templates/networks.html (+1 -1)
📝 nwfilters/templates/nwfilters.html (+1 -1)

...and 5 more files

📄 Description

cosmetic changes


🔄 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/webvirtcloud/pull/381 **Author:** [@catborise](https://github.com/catborise) **Created:** 10/21/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`538d745`](https://github.com/retspen/webvirtcloud/commit/538d7457575bda66e820a77a50a44ac1983f810e) add code analysis for security - [`e792f08`](https://github.com/retspen/webvirtcloud/commit/e792f08e55c90778e5236a63a291c419589484f7) fix superlinter dependencies & others - [`3125e9d`](https://github.com/retspen/webvirtcloud/commit/3125e9d17c062ec55b55dd8aaff565791574f8e4) Merge branch 'master' of https://github.com/retspen/webvirtcloud - [`4adf4e2`](https://github.com/retspen/webvirtcloud/commit/4adf4e2f50426fcfe32d994211f9764c5dfb4483) fix linter errors: bash scripts - [`37b3beb`](https://github.com/retspen/webvirtcloud/commit/37b3bebafe5fa7dc733e1a2c98c6e17660946ac9) add excluded folders & create venv - [`aaad656`](https://github.com/retspen/webvirtcloud/commit/aaad6564e65b5551d36a58165eca78f30ec0fa72) fix linter problems: dockerfile - [`0b20989`](https://github.com/retspen/webvirtcloud/commit/0b20989ab50d33d6ec17152ebf7adbfc5770e0cc) fix linter problems-2: bash - [`c3d8f6a`](https://github.com/retspen/webvirtcloud/commit/c3d8f6ac2fd90963249a7e031eaf06da5e83753c) OTP improvements - [`0681d52`](https://github.com/retspen/webvirtcloud/commit/0681d52a0310fafd2412f82c4db75efebd917568) Do not send email if user email is not set - [`d1cb6c2`](https://github.com/retspen/webvirtcloud/commit/d1cb6c2e528c53f867e6692dd24fbef197979439) page header rearragements ### 📊 Changes **25 files changed** (+286 additions, -239 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/linter.yml` (+9 -1) 📝 `Dockerfile` (+20 -19) 📝 `accounts/forms.py` (+5 -1) 📝 `accounts/templates/account.html` (+9 -13) ➕ `accounts/templates/accounts/email/otp.html` (+7 -0) ➕ `accounts/templates/accounts/email_otp_form.html` (+32 -0) 📝 `accounts/templates/accounts/otp_login.html` (+23 -55) ➖ `accounts/templates/base_auth.html` (+0 -41) 📝 `accounts/templates/login.html` (+25 -20) 📝 `accounts/urls.py` (+9 -5) 📝 `accounts/utils.py` (+23 -0) 📝 `accounts/views.py` (+44 -9) 📝 `admin/views.py` (+6 -7) 📝 `computes/templates/computes/instances.html` (+1 -1) 📝 `conf/runit/webvirtcloud.sh` (+1 -1) 📝 `dev/libvirt-bootstrap.sh` (+56 -56) 📝 `instances/utils.py` (+3 -1) 📝 `interfaces/templates/interfaces.html` (+1 -1) 📝 `networks/templates/networks.html` (+1 -1) 📝 `nwfilters/templates/nwfilters.html` (+1 -1) _...and 5 more files_ </details> ### 📄 Description cosmetic changes --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:59:03 +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/webvirtcloud#530
No description provided.