mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 13:05:53 +03:00
[PR #1192] [MERGED] Merge master(fixes) to 2.x #1330
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#1330
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cypht-org/cypht/pull/1192
Author: @Shadow243
Created: 8/22/2024
Status: ✅ Merged
Merged: 8/23/2024
Merged by: @kroky
Base:
2.x← Head:merge-master-2-x📝 Commits (10+)
174d6a2Like Gmail, warn if you are about to reply to a new contact (and perhaps disclose sensitive data)0977e5d[FIX] ensure the email address part is the only value captured when allowing the display of external resources from a particular sender652e144fix conversion from numeric to string IDs - special_imap_folders cleanup and custom_imap_sources conversion - makes upgrades from 1.x to 2.x seamless regarding sources in combined inboxbfeb479[FIX]Site Settings/General/:Warn for Unsaved Changes parameter once set cannot be unset79fd6edUpdate Cypht Docker versione70db0eMerge pull request #1180 from Shadow243/update-cypht-docker-to-2-2-022da66eMerge pull request #1166 from jacob-js/fix-external-resb7e2ffdAutocrypt messages encrept automaticallybd8a404Define constant for theme pathbc9177bMerge pull request #1183 from David-Muhasa/encrypt-auto📊 Changes
19 files changed (+178 additions, -38 deletions)
View changed files
📝
docker/docker-compose.yaml(+1 -1)📝
index.php(+1 -0)📝
lib/db.php(+1 -0)📝
modules/contacts/modules.php(+52 -0)📝
modules/contacts/setup.php(+8 -1)📝
modules/contacts/site.js(+2 -3)📝
modules/core/handler_modules.php(+1 -1)📝
modules/core/site.js(+9 -1)📝
modules/pgp/modules.php(+5 -2)📝
modules/pgp/site.js(+1 -1)📝
modules/profiles/functions.php(+2 -1)📝
modules/sievefilters/functions.php(+9 -0)📝
modules/sievefilters/site.js(+26 -15)📝
modules/smtp/modules.php(+14 -4)📝
modules/smtp/setup.php(+2 -1)📝
modules/smtp/site.js(+39 -2)📝
modules/themes/modules.php(+1 -1)📝
tests/selenium/folder_list.py(+3 -3)📝
tests/selenium/search.py(+1 -1)📄 Description
According to https://github.com/cypht-org/cypht/pull/1182#issuecomment-2303375344 all fixes should be cherry-picked to 2.x and at the moment all commits missing are fixes. I then merged all to 2.x
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.