[PR #109] [CLOSED] Autocheck #109

Closed
opened 2026-02-25 23:39:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/HaschekSolutions/opentrashmail/pull/109
Author: @abyssox
Created: 11/28/2025
Status: Closed

Base: masterHead: autocheck


📝 Commits (10+)

  • 5c648e8 Normalize files to LF
  • a84341e chore: upgrade PHP image and refine nginx config
  • 92417f3 chore: php 8.4 adjustments in core php files
  • 9fd30fc chore: php 8.4 adjustments in core php files
  • 306e42b fix(docker): remove conflicting data/logs VOLUME declarations in docker buildfile
  • 40dedcc (chore): fix phpstorm warnings
  • 68bd903 (chore): refactoring and return types
  • db4bef6 (chore): dependency updates
  • de55ccd fix(chore) admin page access not possible
  • ce3bc85 (chore): optimize Docker image and startup script

📊 Changes

48 files changed (+1711 additions, -9988 deletions)

View changed files

📝 .dockerignore (+1 -0)
.gitattributes (+2 -0)
📝 .github/workflows/build-docker.yml (+2 -2)
📝 .gitignore (+2 -1)
📝 CHANGELOG.md (+12 -0)
📝 README.md (+15 -10)
📝 docker-compose-dev.yml (+0 -1)
📝 docker/Dockerfile (+51 -24)
📝 docker/rootfs/nginx.conf (+62 -39)
📝 docker/rootfs/start.sh (+54 -50)
📝 python/mailserver3.py (+439 -284)
web/css/all.min.css (+9 -0)
web/css/default.min.css (+0 -2)
web/css/fontawesome.min.css (+0 -5)
📝 web/css/opentrashmail.css (+48 -25)
📝 web/css/pico.min.css (+3 -4)
📝 web/css/prism.css (+3 -3)
📝 web/inc/OpenTrashmailBackend.class.php (+308 -178)
📝 web/inc/core.php (+314 -177)
📝 web/index.php (+44 -37)

...and 28 more files

📄 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/HaschekSolutions/opentrashmail/pull/109 **Author:** [@abyssox](https://github.com/abyssox) **Created:** 11/28/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `autocheck` --- ### 📝 Commits (10+) - [`5c648e8`](https://github.com/HaschekSolutions/opentrashmail/commit/5c648e80da51a1c90cbdb20e05b5105da7a915e2) Normalize files to LF - [`a84341e`](https://github.com/HaschekSolutions/opentrashmail/commit/a84341e7fe946ab17fabc2a3ac1fd952d57355de) chore: upgrade PHP image and refine nginx config - [`92417f3`](https://github.com/HaschekSolutions/opentrashmail/commit/92417f39ebc4bd2ca555af400e1749cef1f31fe0) chore: php 8.4 adjustments in core php files - [`9fd30fc`](https://github.com/HaschekSolutions/opentrashmail/commit/9fd30fc9ee1b36746dc832b7561cfab2485d042e) chore: php 8.4 adjustments in core php files - [`306e42b`](https://github.com/HaschekSolutions/opentrashmail/commit/306e42bd2c42f50f65f5a8af282273366c2a973c) fix(docker): remove conflicting data/logs VOLUME declarations in docker buildfile - [`40dedcc`](https://github.com/HaschekSolutions/opentrashmail/commit/40dedcc98352bba13a3eed2d6479e540410a8077) (chore): fix phpstorm warnings - [`68bd903`](https://github.com/HaschekSolutions/opentrashmail/commit/68bd903bb4959ddfe546a697b8b0e1499732ac51) (chore): refactoring and return types - [`db4bef6`](https://github.com/HaschekSolutions/opentrashmail/commit/db4bef6e7610c528b2bfdd41204bfee23d583328) (chore): dependency updates - [`de55ccd`](https://github.com/HaschekSolutions/opentrashmail/commit/de55ccd2fe2beaa1e09690811f2aed91b68186f7) fix(chore) admin page access not possible - [`ce3bc85`](https://github.com/HaschekSolutions/opentrashmail/commit/ce3bc85a451496c785294576d41715344791a284) (chore): optimize Docker image and startup script ### 📊 Changes **48 files changed** (+1711 additions, -9988 deletions) <details> <summary>View changed files</summary> 📝 `.dockerignore` (+1 -0) ➕ `.gitattributes` (+2 -0) 📝 `.github/workflows/build-docker.yml` (+2 -2) 📝 `.gitignore` (+2 -1) 📝 `CHANGELOG.md` (+12 -0) 📝 `README.md` (+15 -10) 📝 `docker-compose-dev.yml` (+0 -1) 📝 `docker/Dockerfile` (+51 -24) 📝 `docker/rootfs/nginx.conf` (+62 -39) 📝 `docker/rootfs/start.sh` (+54 -50) 📝 `python/mailserver3.py` (+439 -284) ➕ `web/css/all.min.css` (+9 -0) ➖ `web/css/default.min.css` (+0 -2) ➖ `web/css/fontawesome.min.css` (+0 -5) 📝 `web/css/opentrashmail.css` (+48 -25) 📝 `web/css/pico.min.css` (+3 -4) 📝 `web/css/prism.css` (+3 -3) 📝 `web/inc/OpenTrashmailBackend.class.php` (+308 -178) 📝 `web/inc/core.php` (+314 -177) 📝 `web/index.php` (+44 -37) _...and 28 more files_ </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-25 23:39:58 +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/opentrashmail#109
No description provided.