[PR #1299] [MERGED] Add a privacy settings section with the external images whitelist config #1418

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

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/1299
Author: @mercihabam
Created: 10/24/2024
Status: Merged
Merged: 10/31/2024
Merged by: @kroky

Base: masterHead: images-whitelist-setting


📝 Commits (5)

  • d8a0eb6 Add a privacy settings section with the external images whitelist config
  • f0f478c WIP: Add sender to the whitelist when the user choses to always allow images from a sender
  • 7dcbbfb The settings are still not saved in the session
  • 06330df The updated privacy setting is saved
  • b2b62e7 Images are displayed respectively to the whitelist setting

📊 Changes

12 files changed (+130 additions, -19 deletions)

View changed files

📝 modules/core/functions.php (+19 -1)
📝 modules/core/handler_modules.php (+10 -0)
modules/core/js_modules/actions/privacy_controls.js (+15 -0)
📝 modules/core/js_modules/utils/popovers.js (+1 -1)
📝 modules/core/navigation/utils.js (+4 -0)
📝 modules/core/output_modules.php (+31 -0)
📝 modules/core/setup.php (+11 -2)
📝 modules/core/site.css (+7 -0)
📝 modules/core/site.js (+16 -11)
📝 modules/imap/handler_modules.php (+1 -0)
📝 modules/imap/js_modules/utils/messageParts.js (+5 -0)
📝 modules/imap/output_modules.php (+10 -4)

📄 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/cypht-org/cypht/pull/1299 **Author:** [@mercihabam](https://github.com/mercihabam) **Created:** 10/24/2024 **Status:** ✅ Merged **Merged:** 10/31/2024 **Merged by:** [@kroky](https://github.com/kroky) **Base:** `master` ← **Head:** `images-whitelist-setting` --- ### 📝 Commits (5) - [`d8a0eb6`](https://github.com/cypht-org/cypht/commit/d8a0eb66e602a8ce40429a6f3fc1d644cdf40718) Add a privacy settings section with the external images whitelist config - [`f0f478c`](https://github.com/cypht-org/cypht/commit/f0f478c6bf6ff6ee9859937e6c66c50c5a79bc89) WIP: Add sender to the whitelist when the user choses to always allow images from a sender - [`7dcbbfb`](https://github.com/cypht-org/cypht/commit/7dcbbfbf23fc4b1ac1ba0f8abafc2e360d429d99) The settings are still not saved in the session - [`06330df`](https://github.com/cypht-org/cypht/commit/06330df68e63b6ec03db688b51a3c4fdabac0d61) The updated privacy setting is saved - [`b2b62e7`](https://github.com/cypht-org/cypht/commit/b2b62e7d078f6a2a7b12afb7d6086cf8c6986bb5) Images are displayed respectively to the whitelist setting ### 📊 Changes **12 files changed** (+130 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `modules/core/functions.php` (+19 -1) 📝 `modules/core/handler_modules.php` (+10 -0) ➕ `modules/core/js_modules/actions/privacy_controls.js` (+15 -0) 📝 `modules/core/js_modules/utils/popovers.js` (+1 -1) 📝 `modules/core/navigation/utils.js` (+4 -0) 📝 `modules/core/output_modules.php` (+31 -0) 📝 `modules/core/setup.php` (+11 -2) 📝 `modules/core/site.css` (+7 -0) 📝 `modules/core/site.js` (+16 -11) 📝 `modules/imap/handler_modules.php` (+1 -0) 📝 `modules/imap/js_modules/utils/messageParts.js` (+5 -0) 📝 `modules/imap/output_modules.php` (+10 -4) </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 21:38:13 +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#1418
No description provided.