mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-24 20:46:04 +03:00
[PR #1443] [MERGED] fix(frontend/backend): address all blocking issues #1518
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#1518
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/1443
Author: @mercihabam
Created: 2/10/2025
Status: ✅ Merged
Merged: 2/17/2025
Merged by: @mercihabam
Base:
master← Head:some-fixes📝 Commits (10+)
61e13f7fix(frontend): prevent Cypht-related mobile nav CSS attributes from overriding third-party stylesb21698afix(backend): showing server sieve capabilities6be91ebfix(frontend): git revision link not opening the remote urlcf817e0fix(frontend): fadeOutAndRemove should not only be extended to cash but also to jQuery7636fe7fix(frontend): refresh ui state when adding a server41e6a86fix(backend): adding accounts via files imports8ebf605fix(backend): downloading server accounts sample files in third-party softwares793ae85fix elements spacing of the search page76965fefix(backend): offline error message when hihandling a message action or deleting a foldere694211fix(frontend): hide the refresh icon on the search page as it's replaced by the update button📊 Changes
29 files changed (+205 additions, -120 deletions)
View changed files
📝
assets/data/server_accounts_sample.csv(+0 -0)📝
assets/data/server_accounts_sample.yaml(+0 -0)📝
index.php(+1 -0)📝
modules/core/js_modules/Hm_MessagesStore.js(+13 -2)📝
modules/core/js_modules/[cash]/extend.js(+0 -8)📝
modules/core/js_modules/actions/pagination.js(+4 -4)📝
modules/core/js_modules/actions/sortCombinedLists.js(+3 -3)📝
modules/core/js_modules/route_handlers.js(+1 -1)📝
modules/core/js_modules/utils/sortable.js(+2 -2)📝
modules/core/message_list_functions.php(+2 -2)📝
modules/core/navigation/navigation.js(+6 -2)📝
modules/core/navigation/utils.js(+7 -6)📝
modules/core/site.css(+20 -4)📝
modules/core/site.js(+30 -11)📝
modules/developer/modules.php(+1 -1)📝
modules/github/js_modules/route_handlers.js(+2 -2)📝
modules/imap/functions.php(+2 -2)📝
modules/imap/handler_modules.php(+31 -8)📝
modules/imap/js_modules/route_handlers.js(+5 -3)📝
modules/imap/site.js(+44 -33)...and 9 more files
📄 Description
In tandem with: https://gitlab.com/tikiwiki/tiki/-/merge_requests/6934
A bunch of errors “Sieve: Error while trying to connect to ManageSieve” when navigating to the blocklist page(They are legitimate because they warn the user that Sieve is not authenticated).🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.