Signal-Desktop/ts
Fedor Indutny 19441cd3f3
Optimize number of range requests in updater
2022-03-01 14:44:29 -08:00
..
backbone Removes ToastView, new React toast 2021-09-22 16:59:54 -04:00
badges Tweak badge image logic for new server responses 2021-11-18 23:26:38 +01:00
calling Show local speaking indicator for group calls 2022-02-25 09:24:05 -06:00
components `<Message>`: avoid state change when cleaning up reaction root elements 2022-02-28 13:42:51 -08:00
context Upgrade Prettier to 2.4.1 2021-11-11 16:43:05 -06:00
conversations Don't ring large groups 2021-09-02 15:34:38 -07:00
groups No Backbone in data layer; server/client interfaces are now similar 2021-12-10 16:51:54 -06:00
hooks Switch to qrcode-generator library 2022-01-05 09:59:59 -08:00
jobs Don't send to blocked users 2022-02-24 18:40:56 -08:00
linkPreviews Use esbuild 2022-02-11 13:38:52 -08:00
logging Add tentative prefix to crash report uploads 2022-01-14 13:50:45 -08:00
main Hang up call when screen is locked 2022-01-24 12:32:09 -08:00
mediaEditor Add comments explaining Fabric listeners 2022-01-11 17:18:19 -06:00
messageModifiers Add "clean up timer if necessary" utility 2022-02-25 10:37:15 -08:00
messages background.ts: Introduce types for redux initialState 2022-02-23 12:48:40 -06:00
models Add "clean up timer if necessary" utility 2022-02-25 10:37:15 -08:00
protobuf More protobufjs use 2021-07-02 14:21:24 -05:00
quill Clean up `Element#scrollIntoViewIfNeeded` type 2022-02-25 15:35:53 -08:00
reactions No Backbone in data layer; server/client interfaces are now similar 2021-12-10 16:51:54 -06:00
scripts Optimize number of range requests in updater 2022-03-01 14:44:29 -08:00
services Remove warn log when no account record is fetched 2022-02-28 18:43:45 -08:00
shims Display differential download size in UI 2022-02-25 10:44:03 -08:00
sql Introduce new conversationJobQueue 2022-02-16 10:36:21 -08:00
state Remove `as any` workaround from smart components 2022-02-25 17:59:43 -06:00
storybook Add license headers across the project 2020-11-04 13:03:13 -06:00
test-both Add "clean up timer if necessary" utility 2022-02-25 10:37:15 -08:00
test-electron Simplify OutgoingIdentityKeyError, use it in getKeysForIdentifier 2022-02-25 15:39:24 -08:00
test-mock Update mock server and drop /etc/hosts requirement 2022-02-28 17:46:32 -06:00
test-node Optimize number of range requests in updater 2022-03-01 14:44:29 -08:00
textsecure Simplify OutgoingIdentityKeyError, use it in getKeysForIdentifier 2022-02-25 15:39:24 -08:00
types Display differential download size in UI 2022-02-25 10:44:03 -08:00
updater Optimize number of range requests in updater 2022-03-01 14:44:29 -08:00
util Optimize number of range requests in updater 2022-03-01 14:44:29 -08:00
views Don't fetch profiles on conversation open if we've left group 2022-02-22 17:06:19 -08:00
windows Detect startup after recent crashes 2022-01-11 12:02:46 -08:00
workers Prefer `import type` when importing types 2021-10-26 14:15:33 -05:00
Bytes.ts Use SignalContext instead of SignalWindow 2021-10-07 19:28:47 -04:00
CI.ts Update electron to 15.3.0 2021-11-08 22:43:37 +01:00
ConversationController.ts Make sure isPinned is in sync with storage service 2022-02-02 17:21:02 -08:00
Crypto.ts Improve conversion between typed arrays 2022-02-22 17:05:53 -08:00
Curve.ts Additional protocol changes for CDS v2 2021-11-12 21:45:30 +01:00
IdleDetector.ts Add "clean up timer if necessary" utility 2022-02-25 10:37:15 -08:00
Intl.d.ts Improve @mentions tokenization 2021-08-17 13:55:25 -05:00
LibSignalStores.ts Include sender keys in SignalProtocolStore zones 2022-01-07 18:12:13 -08:00
OS.ts Update electron to 16.0.6 2022-01-03 17:43:42 -08:00
RemoteConfig.ts Introduce new conversationJobQueue 2022-02-16 10:36:21 -08:00
SignalProtocolStore.ts Don't send to blocked users 2022-02-24 18:40:56 -08:00
Timers.ts Use non-throttled timeouts for websockets 2021-10-07 11:18:22 -07:00
backboneJquery.ts Add license headers across the project 2020-11-04 13:03:13 -06:00
background.ts background.ts: Introduce types for redux initialState 2022-02-23 12:48:40 -06:00
challenge.ts Add "clean up timer if necessary" utility 2022-02-25 10:37:15 -08:00
environment.ts Update electron to 16.0.4 2021-12-09 09:06:04 +01:00
firstline.d.ts Convert logging infrastructure to TypeScript 2021-01-27 13:13:33 -08:00
groupChange.ts background.ts: Introduce types for redux initialState 2022-02-23 12:48:40 -06:00
groups.ts Migrate and add migration/removed events if GV2 migration removed us 2022-02-28 14:32:50 -08:00
heic-convert.d.ts Transcode heic/heif images 2021-08-09 13:06:21 -07:00
manage_full_screen_class.ts Hide title bar on macOS 2021-02-01 12:01:25 -08:00
model-types.d.ts Update storageService logging 2022-02-08 10:00:18 -08:00
os-locale.d.ts Move all files under /app to typescript 2021-06-18 10:04:27 -07:00
routineProfileRefresh.ts Use esbuild 2022-02-11 13:38:52 -08:00
set_os_class.ts Hide title bar on macOS 2021-02-01 12:01:25 -08:00
textsecure.d.ts Preliminary support for destinationUuid field 2021-11-12 13:26:52 -08:00
updateConversationsWithUuidLookup.ts Use checkAccountExistence 2022-02-25 15:20:48 -08:00
window.d.ts Clean up `Element#scrollIntoViewIfNeeded` type 2022-02-25 15:35:53 -08:00