[PR #1323] [CLOSED] Merge all to 2.x #1432

Closed
opened 2026-02-25 21:38:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/1323
Author: @Shadow243
Created: 11/5/2024
Status: Closed

Base: 2.xHead: merge-to-2.x-4


📝 Commits (10+)

  • 28b39ac Correct sieve connection when using scheme (#1199)
  • 452652a Correct imap buttons on servers page & trigger change sieve_mode_tls checkbox on edit server
  • 1b23ba6 [ENH] Added functionality to enable or disable Sieve Filters with toggle button
  • e61afbb Merge pull request #1289 from Shadow243/imap_sieve_mode_tls
  • 4da09be Merge pull request #1104 from amaninyumu1/add-a-toggle-top-activate-deactivate-a-Cypht-Sieve-rule
  • 2de1754 Fix some page handlers issues (#1288)
  • 3c4da44 Edit Tag module readme
  • 8e8b583 Merge pull request #1293 from Shadow243/edit-tags-readme
  • 4b77913 Correct pagination while displaying contacts
  • 6a646f5 Merge pull request #1125 from Shadow243/correct-contact-group

📊 Changes

137 files changed (+2468 additions, -2422 deletions)

View changed files

📝 .env.example (+7 -5)
📝 .github/ISSUE_TEMPLATE.md (+5 -5)
.github/ISSUE_TEMPLATE/bug.md (+16 -0)
.github/ISSUE_TEMPLATE/bug_report.md (+0 -20)
.github/ISSUE_TEMPLATE/devops.md (+10 -0)
.github/ISSUE_TEMPLATE/epic.md (+13 -0)
📝 .github/ISSUE_TEMPLATE/feature.md (+5 -6)
📝 .github/ISSUE_TEMPLATE/question.md (+7 -1)
.github/ISSUE_TEMPLATE/refactor.md (+10 -0)
.github/ISSUE_TEMPLATE/release.md (+13 -0)
.github/ISSUE_TEMPLATE/suggestion.md (+0 -9)
📝 .github/PULL_REQUEST_TEMPLATE.md (+6 -21)
.github/workflows/test.lint.pr.yml (+77 -0)
📝 README.md (+4 -2)
📝 config/app.php (+21 -4)
📝 lib/auth.php (+5 -2)
📝 lib/environment.php (+2 -1)
📝 lib/framework.php (+1 -0)
lib/js_libs.php (+33 -0)
📝 lib/module.php (+14 -6)

...and 80 more files

📄 Description

preparing release


🔄 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/cypht-org/cypht/pull/1323 **Author:** [@Shadow243](https://github.com/Shadow243) **Created:** 11/5/2024 **Status:** ❌ Closed **Base:** `2.x` ← **Head:** `merge-to-2.x-4` --- ### 📝 Commits (10+) - [`28b39ac`](https://github.com/cypht-org/cypht/commit/28b39ac709c49e6e794621eea938411cb0066b57) Correct sieve connection when using scheme (#1199) - [`452652a`](https://github.com/cypht-org/cypht/commit/452652ab3c3e2ab1cf46fb492567061ae7c698f6) Correct imap buttons on servers page & trigger change sieve_mode_tls checkbox on edit server - [`1b23ba6`](https://github.com/cypht-org/cypht/commit/1b23ba6bc54da0a308ebb6357973d10618af8a74) [ENH] Added functionality to enable or disable Sieve Filters with toggle button - [`e61afbb`](https://github.com/cypht-org/cypht/commit/e61afbb01088d09922998b2fb6a72fe759bb93de) Merge pull request #1289 from Shadow243/imap_sieve_mode_tls - [`4da09be`](https://github.com/cypht-org/cypht/commit/4da09be46b709da4ce975f67405013e77292c5fe) Merge pull request #1104 from amaninyumu1/add-a-toggle-top-activate-deactivate-a-Cypht-Sieve-rule - [`2de1754`](https://github.com/cypht-org/cypht/commit/2de17542fa38faec090991fa9e4cef3207a111a3) Fix some page handlers issues (#1288) - [`3c4da44`](https://github.com/cypht-org/cypht/commit/3c4da442f0240750db92917178ce799e1de480a3) Edit Tag module readme - [`8e8b583`](https://github.com/cypht-org/cypht/commit/8e8b583466d66b9280f4f318b46120cbef13dc47) Merge pull request #1293 from Shadow243/edit-tags-readme - [`4b77913`](https://github.com/cypht-org/cypht/commit/4b77913f984ba26fc62f0a81dc5a9e4e42b57c87) Correct pagination while displaying contacts - [`6a646f5`](https://github.com/cypht-org/cypht/commit/6a646f516456a3f970632631ab8b984d2e93a0ef) Merge pull request #1125 from Shadow243/correct-contact-group ### 📊 Changes **137 files changed** (+2468 additions, -2422 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+7 -5) 📝 `.github/ISSUE_TEMPLATE.md` (+5 -5) ➕ `.github/ISSUE_TEMPLATE/bug.md` (+16 -0) ➖ `.github/ISSUE_TEMPLATE/bug_report.md` (+0 -20) ➕ `.github/ISSUE_TEMPLATE/devops.md` (+10 -0) ➕ `.github/ISSUE_TEMPLATE/epic.md` (+13 -0) 📝 `.github/ISSUE_TEMPLATE/feature.md` (+5 -6) 📝 `.github/ISSUE_TEMPLATE/question.md` (+7 -1) ➕ `.github/ISSUE_TEMPLATE/refactor.md` (+10 -0) ➕ `.github/ISSUE_TEMPLATE/release.md` (+13 -0) ➖ `.github/ISSUE_TEMPLATE/suggestion.md` (+0 -9) 📝 `.github/PULL_REQUEST_TEMPLATE.md` (+6 -21) ➕ `.github/workflows/test.lint.pr.yml` (+77 -0) 📝 `README.md` (+4 -2) 📝 `config/app.php` (+21 -4) 📝 `lib/auth.php` (+5 -2) 📝 `lib/environment.php` (+2 -1) 📝 `lib/framework.php` (+1 -0) ➕ `lib/js_libs.php` (+33 -0) 📝 `lib/module.php` (+14 -6) _...and 80 more files_ </details> ### 📄 Description preparing release --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:38:15 +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/cypht#1432
No description provided.