1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-12-14 00:17:35 +00:00
Purism-Calls/src
Evangelos Ribeiro Tzaras 30148cebe3 schema: Add setting allowing to use SDES
Key exchanges in SDES can only be done securely with TLS and the option
is disabled by default if not using TLS as the transport protocol.

This setting allows to override this behaviour if the user desires
it (f.e. if the user considers the network his packets go through to be trusted).
2022-05-24 22:48:59 +02:00
..
dbus dbus: Add hint property 2022-02-03 12:37:05 +01:00
ui account-widgets: Make row activatable 2022-05-24 11:55:52 +00:00
calls-account-overview.c account-widgets: Make row activatable 2022-05-24 11:55:52 +00:00
calls-account-overview.h Introduce CallsAccountOverview: A UI to allow managing VoIP accounts 2021-07-20 10:17:17 +02:00
calls-account-provider.c account-provider: Repurpose to allow graphical credential editing 2021-07-20 10:17:17 +02:00
calls-account-provider.h Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-account-row.c account-widgets: Make row activatable 2022-05-24 11:55:52 +00:00
calls-account-row.h account-widgets: Make row activatable 2022-05-24 11:55:52 +00:00
calls-account.c sip: origin: Always notify state changes when relevant to the UI 2022-05-24 11:55:52 +00:00
calls-account.h sip: origin: Always notify state changes when relevant to the UI 2022-05-24 11:55:52 +00:00
calls-application.c Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-application.h Simplify country code handling 2021-09-27 08:46:09 +00:00
calls-best-match.c Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-best-match.h Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-call-record-row.c Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-call-record-row.h Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-call-record.c Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-call-record.h Record calls to an SQLite database via libgom 2019-07-22 14:37:41 +01:00
calls-call-selector-item.c Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-call-selector-item.h Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-call-window.c Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-call-window.h CallWindow: use Manager 2020-03-27 12:05:33 +01:00
calls-call.c call: Add "encrypted" property 2022-05-24 22:48:59 +02:00
calls-call.h call: Add "encrypted" property 2022-05-24 22:48:59 +02:00
calls-contacts-box.c Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-contacts-box.h Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-contacts-provider.c settings: Convert to the singleton pattern 2022-05-13 19:58:07 +02:00
calls-contacts-provider.h settings: Convert to the singleton pattern 2022-05-13 19:58:07 +02:00
calls-contacts-row.c Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-contacts-row.h Contacts: Add contacts list 2021-02-03 23:28:57 +01:00
calls-dbus-manager.c dbus-manager: Bind encrypted property 2022-05-24 22:48:59 +02:00
calls-dbus-manager.h Fix header alignment 2022-05-13 19:58:07 +02:00
calls-history-box.c Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-history-box.h Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-in-app-notification.c Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-in-app-notification.h Fix old-style warnings all over the codebase 2021-06-03 19:46:45 +00:00
calls-log.c Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-log.h Add and use new logger 2021-08-11 09:38:19 +00:00
calls-main-window.c Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-main-window.h Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-manager.c settings: Convert to the singleton pattern 2022-05-13 19:58:07 +02:00
calls-manager.h Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-message-source.c Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-message-source.h Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-network-watch.c Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-network-watch.h Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-new-call-box.c Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-new-call-box.h Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-notifier.c Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-notifier.h Fix old-style warnings all over the codebase 2021-06-03 19:46:45 +00:00
calls-origin.c Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-origin.h Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-phone-number-query.vala number-query: Fall back to string comparison if parsing EPhoneNumber fails 2021-10-27 11:07:54 +00:00
calls-provider.c provider: Remove unused parameter from docstring 2022-01-20 10:17:26 +01:00
calls-provider.h Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-record-store.c Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-record-store.h RecordStore: Use Manager 2020-03-27 12:05:34 +01:00
calls-ringer.c Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-ringer.h Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-secret-store.c secret-store: Work around bug in gnome-keyring preventing keyring unlocking 2021-07-21 17:30:51 +02:00
calls-secret-store.h Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-settings.c schema: Add setting allowing to use SDES 2022-05-24 22:48:59 +02:00
calls-settings.h schema: Add setting allowing to use SDES 2022-05-24 22:48:59 +02:00
calls-ui-call-data.c call: Add "encrypted" property 2022-05-24 22:48:59 +02:00
calls-ui-call-data.h Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-ussd.c Uncrustify sources 2022-04-24 12:59:42 +02:00
calls-ussd.h Uncrustify sources 2022-04-24 12:59:42 +02:00
calls.gresources.xml Remove history-header-bar.ui 2021-11-24 13:41:10 +00:00
main.c Add and use new logger 2021-08-11 09:38:19 +00:00
meson.build application: Check libhandy version at compilation 2021-11-30 13:04:13 -08:00
style.css style: Make error color white in both light and dark mode 2021-11-30 13:04:13 -08:00
util.c Uncrustify sources 2022-04-24 12:59:42 +02:00
util.h Uncrustify sources 2022-04-24 12:59:42 +02:00
version.h.in build: separate version from the rest of the configuration data 2021-04-27 01:55:13 +02:00