mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 13:05:53 +03:00
[PR #1273] [MERGED] merge all to 2.x #1397
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#1397
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/1273
Author: @Shadow243
Created: 10/7/2024
Status: ✅ Merged
Merged: 10/18/2024
Merged by: @Shadow243
Base:
2.x← Head:merge-to-2.x-3📝 Commits (10+)
c0751e1Creating script to locally run unit tests in sqlite112a5fa[FIX]Blocklist:can not edit a blockeb4b97c[FIX] Make server page responsivedc53651Correct undefined const DEFAULT_NO_PASSWORD_SAVE in docker927877aMerge pull request #1243 from Shadow243/correct-undefined-const-dockerf5550c7[FIX] Make the send button enabled on compose page2577e7bAllow the execution of a presave draft handler, enabling third-party software integrating with Cypht to customize how a draft is stored16f2cbcUpdate docker image to latest version released v2.4.0653674bMerge pull request #1248 from Shadow243/publish-2.4.07bd295fEnsure the sender profile is populated in the draft mime📊 Changes
95 files changed (+3803 additions, -1786 deletions)
View changed files
📝
.env.example(+7 -7)📝
.github/tests/.env(+4 -4)📝
.github/tests/setup.sh(+6 -0)📝
.github/workflows/Test-Build.yml(+3 -3)📝
.gitignore(+1 -0)📝
.travis/.env(+2 -2)📝
Makefile(+1 -2)📝
config/app.php(+3 -3)📝
docker/Dockerfile(+1 -1)📝
docker/docker-compose.yaml(+1 -1)📝
lib/db.php(+16 -9)📝
lib/environment.php(+1 -1)➕
modules/advanced_search/js_modules/route_handlers.js(+30 -0)📝
modules/advanced_search/site.js(+0 -34)📝
modules/calendar/hm-calendar.php(+1 -1)➕
modules/calendar/js_modules/route_handlers.js(+15 -0)📝
modules/calendar/site.js(+0 -17)➕
modules/contacts/js_modules/route_handlers.js(+33 -0)📝
modules/contacts/setup.php(+0 -1)📝
modules/contacts/site.js(+2 -42)...and 75 more files
📄 Description
Merge all master to 2.x
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.