Commit Graph
567 Commits
Author SHA1 Message Date
Scott NonnenbergandGitHub 1ce3988579 Centralize logic for finding/fetching the ringing call 2024-10-25 10:46:54 +10:00
76e2597d30 Allow downloading multiple images into one directory
Co-authored-by: Major-Mayer <lrdarknesss@yahoo.de>
2024-10-23 14:44:12 -07:00
ayumi-signalandGitHub 3f8b8bdb2d Fix call link delete to require inactive call 2024-10-18 16:19:45 -04:00
Fedor IndutnyandGitHub 6565daa5c8 Link-and-sync 2024-10-18 13:15:03 -04:00
ayumi-signalandGitHub 1649808727 Fix sync CallEvent peerId for call link roomIds 2024-10-16 10:01:09 -07:00
Fedor IndutnyandGitHub 9ff6c75eb9 Export/import attachments in integration tests 2024-10-11 15:14:28 -04:00
ayumi-signalandGitHub 42cc5e0013 Synchronous delete call link 2024-10-09 09:35:24 -07:00
Jamie KyleandGitHub dbf057856f Enable more type checking settings 2024-10-09 08:03:19 +10:00
ayumi-signalandGitHub 12f28448b2 Retry dialog for errors during backup download 2024-10-07 09:32:31 -04:00
Fedor IndutnyandGitHub a4d8ba4899 Remove desktop.calling.raiseHand flag 2024-10-02 16:03:14 -07:00
Fedor IndutnyandGitHub 17c908bbf4 Reuse html element for local preview visuals 2024-10-01 15:17:43 -07:00
Fedor IndutnyandGitHub d0b8a2991f Refactor screen share picker internals 2024-09-19 18:03:44 -07:00
Scott NonnenbergandGitHub b9cd858ec7 Make startCallLobby resilient to re-entrant calls 2024-09-19 09:29:14 +10:00
trevor-signalandGitHub 028a3f3ef0 Pause, cancel & resume backup media download 2024-09-16 15:38:12 -04:00
ayumi-signalandGitHub 84896d0fbb Contact info modal for call link join requests 2024-09-11 12:30:50 -07:00
Fedor IndutnyandGitHub 9687aee2ca Backup import cancel UI 2024-09-11 14:03:18 -04:00
ayumi-signalandGitHub dec06209e7 Prevent deletion of active call links and style join button 2024-09-10 08:09:57 +10:00
0d5a480c1b Media Gallery: Scroll down and into the past
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
2024-09-05 07:15:30 +10:00
Fedor IndutnyandGitHub cd44a7a033 Introduce isStagingServer util method 2024-09-04 11:12:45 -07:00
Fedor IndutnyandGitHub ee0090bb84 Make backup import UI part of install 2024-09-04 12:56:13 +10:00
trevor-signalandGitHub 501f27127f Add a backup media download progress bar 2024-09-03 15:00:51 -07:00
Fedor IndutnyandGitHub 84f1d98020 Add backup comparator test harness 2024-09-03 10:18:15 -07:00
Fedor IndutnyandGitHub b2c3b1f43e Refactor provisioning flow 2024-08-29 17:02:48 -07:00
Fedor IndutnyandGitHub 8ef149e3a8 Resumable backup import 2024-08-27 17:00:41 -04:00
Scott NonnenbergandGitHub c251867699 Properly style call buttons across app, when already in a call 2024-08-27 06:48:41 +10:00
7db33a6708 Preload conversation open data
Co-authored-by: Scott Nonnenberg <scott@signal.org>
2024-08-21 18:48:29 -07:00
9a9f9495f1 Support delete for call links
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
2024-08-06 12:29:13 -07:00
Scott Nonnenberg fed6bbfc8b Merge branch 'main' into HEAD 2024-07-30 15:53:28 -07:00
Jamie KyleandGitHub cee2788654 Add editing to call details pane 2024-07-30 11:39:24 -07:00
Scott NonnenbergandGitHub 4ec3b98293 Allow joining a call when already in a call, confirming first 2024-07-29 15:35:28 -07:00
3555ccc629 Make most message attribute uses readonly
Co-authored-by: Jamie Kyle <jamie@signal.org>
2024-07-24 13:14:11 -07:00
Fedor IndutnyandGitHub 24a22bf191 Update prettier to 3.3.3 2024-07-23 17:31:40 -07:00
Fedor IndutnyandGitHub c64762858e Parallelize SQL queries 2024-07-22 11:16:33 -07:00
Fedor IndutnyandGitHub 12b57601ac Accept profile name during standalone registration 2024-07-15 14:05:09 -07:00
Fedor IndutnyandGitHub 28664a606f New attachment storage system 2024-07-11 12:44:09 -07:00
Fedor IndutnyandGitHub b6ce2f957d Alternative inbox visuals 2024-07-03 14:15:54 -07:00
ea37980fc3 Call link batch approve join requests
Co-authored-by: Jamie Kyle <113370520+jamiebuilds-signal@users.noreply.github.com>
2024-07-01 16:25:18 -07:00
Fedor IndutnyandGitHub c046d36851 Fix error handling in QR code screen 2024-07-01 14:51:49 -07:00
ayumi-signalandGitHub 4ae563cc95 Block users from joining call links 2024-06-28 17:13:20 -07:00
Jamie KyleandGitHub b691e24d5c Update call link edit/add name modals 2024-06-25 11:56:28 -07:00
ayumi-signalandGitHub 11b2563a3d Fix voice note drafts when switching chats 2024-06-18 12:53:14 -07:00
ayumi-signalandGitHub 378bd7487f View contact modal from call participants list 2024-06-18 09:15:56 -07:00
Scott NonnenbergandGitHub 75c32e86f0 Move receipts and view/read syncs to new syncTasks system 2024-06-17 15:24:39 -04:00
Jamie KyleandGitHub 5dcb42f964 Disable pasting in composer when in background 2024-06-13 16:22:07 -07:00
ayumi-signalandGitHub 111bb70188 Share call link via signal while in call 2024-06-12 13:40:06 -07:00
ayumi-signalandGitHub ad3366fa5c Use flag for calling raise hand 2024-06-11 16:45:28 -07:00
ayumi-signalandGitHub 33ec40d7b4 Improve display of unknown contacts in call links 2024-06-10 14:12:45 -07:00
Jamie KyleandGitHub f19f0fb47d Init create/admin call links flow 2024-06-10 08:23:43 -07:00
Fedor IndutnyandGitHub a9b1a37054 Username deletion UI 2024-06-04 10:00:35 -07:00
ayumi-signalandGitHub c67a346218 Enable calling raise hand 2024-05-28 19:51:55 -07:00