- Add storePlainTextPassword setting in SettingsCore and SettingsModel
- Add UI switch in CarddavSettingsLayout.qml to toggle plain text password
- Allow multiple CardDAV accounts by setting showAddButton = true
- Add CardDAV troubleshooting documentation in README.md
This fixes CardDAV synchronization with Nextcloud/WebDAV servers that use
HTTP Basic Authentication, which requires plain text passwords instead
of the default HA1 hash storage.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
CardDAV fixes:
- Extract domain from URI for auth info lookup
- Auto-populate realm from host if empty
- Add domain parameter to createAuthInfo for proper auth matching
- Update liblinphone submodule with setAuthInfo fix
UI improvements:
- Allow multiple CardDAV accounts (removed count==0 restriction)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
fix position chat message list to first unread index #LINQT-2371
force sending chat message messageRead() callback when chat room is marked as read
try to fix crash with const & in MagicSearchList
add me in chatroom participants view #LINQT-2312
update admin status on conference joined #LINQT-2311
fix composing status when user starts writing message #LINQT-2317
do not force presence if disabled in account params #LINQT-2318
fix chat uin 1-1 call #LINQT-2322
disable change layout button if paused meeting
hide call button in call history if conference and disable_meetings_feature set
disable camera if switch to audio only layout mode
hide sip address in conversation info if hide_sip_addresses set
write account presence note event if empty (otherwise it cannot be cleaned)
add chatroom to list when Created state signal received
fix navigation to create contact from conversation infos
display copy sip address even if participant is in contact list
auto switch to away/online status when app is inactive/active #LINQT-2172
fix loading ui for chats/meetings lists
use uri only for account uris to remove the < and >
remove debug
do not force declining call when user in do not disturb status #LINQT-2129 #LINQT-2171
do not handle chat notifications when chat disabled
change transfer direction (transfer paused call to current) #LINQT-2211
fix chat message image size in call #LINQT-2142
update translations
fix crash
remove auto switch audio device to avoid binding loop