[PR #13] [MERGED] merge dev to master #37

Closed
opened 2026-03-03 13:50:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/inpanel/inpanel/pull/13
Author: @jksdou
Created: 8/5/2019
Status: Merged
Merged: 8/5/2019
Merged by: @jksdou

Base: masterHead: dev


📝 Commits (10+)

📊 Changes

81 files changed (+2964 additions, -2432 deletions)

View changed files

📝 TODOLIST.md (+16 -9)
📝 config.py (+2 -2)
📝 core/__init__.py (+63 -1)
📝 core/modules/__init__.py (+0 -2)
📝 core/modules/acme.py (+0 -0)
📝 core/modules/aliyuncs.py (+0 -0)
core/modules/apache.py (+1072 -0)
📝 core/modules/apt.py (+0 -0)
📝 core/modules/certificate.py (+1 -1)
📝 core/modules/config.py (+0 -0)
📝 core/modules/configloader.py (+0 -0)
core/modules/cron.py (+255 -0)
📝 core/modules/fdisk.py (+0 -0)
📝 core/modules/files.py (+2 -2)
📝 core/modules/lighttpd.py (+0 -0)
📝 core/modules/mysql.py (+1 -1)
📝 core/modules/named.py (+0 -0)
📝 core/modules/nginx.py (+3 -3)
📝 core/modules/php.py (+0 -0)
📝 core/modules/process.py (+2 -1)

...and 61 more files

📄 Description

Release for v1.1.1 b20


🔄 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/inpanel/inpanel/pull/13 **Author:** [@jksdou](https://github.com/jksdou) **Created:** 8/5/2019 **Status:** ✅ Merged **Merged:** 8/5/2019 **Merged by:** [@jksdou](https://github.com/jksdou) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`9200e32`](https://github.com/inpanel/inpanel/commit/9200e32fd81a96f03cca1e2317d5e1581588ce6c) remove tools - [`76c1ea6`](https://github.com/inpanel/inpanel/commit/76c1ea68e04bf0c46a391ba3bb40ae8333abeb9f) update Apache Management - [`81c4997`](https://github.com/inpanel/inpanel/commit/81c499766a870b90a3c29682a99b8dce615ad76e) Merge branch 'dev' of https://github.com/inpanel/inpanel into dev - [`461dcc0`](https://github.com/inpanel/inpanel/commit/461dcc01635a0f74964f763a99e72e026659be57) update Apache Management - [`391dbbd`](https://github.com/inpanel/inpanel/commit/391dbbd87ef78676be2c72b8dd22206024af8540) update Apache Management - [`ccf028b`](https://github.com/inpanel/inpanel/commit/ccf028bbdd4500ca46d0ebc459135ab47ebc2243) update Apache Site Management - [`18e6e16`](https://github.com/inpanel/inpanel/commit/18e6e16b667cd50cd9ab3fb65ee00c7519d75fa7) add and delete Apache site - [`70f4701`](https://github.com/inpanel/inpanel/commit/70f47012b3136456aac4bcfdf2a748648fa6567c) new features: web shell - [`919a8e3`](https://github.com/inpanel/inpanel/commit/919a8e320b9fcedad38f340fdf16f00ea9b1c02f) Improvement: - [`b0d92b0`](https://github.com/inpanel/inpanel/commit/b0d92b0651c75475235f72f9f1ff25dd494f2b20) Formatter ### 📊 Changes **81 files changed** (+2964 additions, -2432 deletions) <details> <summary>View changed files</summary> 📝 `TODOLIST.md` (+16 -9) 📝 `config.py` (+2 -2) 📝 `core/__init__.py` (+63 -1) 📝 `core/modules/__init__.py` (+0 -2) 📝 `core/modules/acme.py` (+0 -0) 📝 `core/modules/aliyuncs.py` (+0 -0) ➕ `core/modules/apache.py` (+1072 -0) 📝 `core/modules/apt.py` (+0 -0) 📝 `core/modules/certificate.py` (+1 -1) 📝 `core/modules/config.py` (+0 -0) 📝 `core/modules/configloader.py` (+0 -0) ➕ `core/modules/cron.py` (+255 -0) 📝 `core/modules/fdisk.py` (+0 -0) 📝 `core/modules/files.py` (+2 -2) 📝 `core/modules/lighttpd.py` (+0 -0) 📝 `core/modules/mysql.py` (+1 -1) 📝 `core/modules/named.py` (+0 -0) 📝 `core/modules/nginx.py` (+3 -3) 📝 `core/modules/php.py` (+0 -0) 📝 `core/modules/process.py` (+2 -1) _...and 61 more files_ </details> ### 📄 Description Release for v1.1.1 b20 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 13:50:41 +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/inpanel#37
No description provided.