..
@types
…
accessibility
…
actions
Move session manager out of beta ( #10968 )
2023-05-26 01:58:28 +00:00
async-components/views /dialogs
Conform more of the codebase to `strictNullChecks` ( #11100 )
2023-06-22 14:39:36 +01:00
audio
Use MatrixClientPeg::safeGet for strict typing ( #10989 )
2023-06-21 17:29:44 +01:00
autocomplete
Conform more of the codebase to strict types ( #11162 )
2023-06-29 12:17:05 +01:00
components
Fix: hide unsupported login elements ( #11185 )
2023-07-04 22:15:35 +00:00
contexts
Allow maintaining a different right panel width for thread panels ( #11064 )
2023-06-15 11:57:58 +00:00
customisations
Use MatrixClientPeg::safeGet for strict typing ( #10989 )
2023-06-21 17:29:44 +01:00
dispatcher
Compound Typography pass ( #11103 )
2023-06-29 10:30:25 +00:00
editor
Fix caret jump when backspacing into empty line at beginning of editor ( #11128 )
2023-06-23 15:24:05 +00:00
effects
…
emojipicker
…
events
Use MatrixClientPeg::safeGet for strict typing ( #10989 )
2023-06-21 17:29:44 +01:00
hooks
GYU: Account Notification Settings ( #11008 )
2023-06-29 15:46:31 +00:00
i18n /strings
Fix: hide unsupported login elements ( #11185 )
2023-07-04 22:15:35 +00:00
indexing
Use MatrixClientPeg::safeGet for strict typing ( #10989 )
2023-06-21 17:29:44 +01:00
integrations
Use MatrixClientPeg::safeGet for strict typing ( #10989 )
2023-06-21 17:29:44 +01:00
mjolnir
Conform more of the codebase to strict types ( #11162 )
2023-06-29 12:17:05 +01:00
models
GYU: Account Notification Settings ( #11008 )
2023-06-29 15:46:31 +00:00
modules
Use MatrixClientPeg::safeGet for strict typing ( #10989 )
2023-06-21 17:29:44 +01:00
notifications
Implement new model, hooks and reconcilation code for new GYU notification settings ( #11089 )
2023-06-17 00:17:51 +00:00
performance
…
rageshake
Mark debug logging with distinct letter ( #11118 )
2023-06-20 15:27:59 +00:00
resizer
…
settings
GYU: Account Notification Settings ( #11008 )
2023-06-29 15:46:31 +00:00
stores
Conform more of the codebase to strict types ( #11162 )
2023-06-29 12:17:05 +01:00
toasts
Use MatrixClientPeg::safeGet for strict typing ( #10989 )
2023-06-21 17:29:44 +01:00
usercontent
…
utils
Apply i18n to strings in the html export ( #11176 )
2023-07-04 09:37:10 +00:00
voice-broadcast
Use MatrixClientPeg::safeGet for strict typing ( #10989 )
2023-06-21 17:29:44 +01:00
widgets
Use MatrixClientPeg::safeGet for strict typing ( #10989 )
2023-06-21 17:29:44 +01:00
workers
…
AddThreepid.ts
Conform more of the codebase to strictNullChecks + noImplicitAny ( #11179 )
2023-07-04 14:49:27 +01:00
AsyncWrapper.tsx
…
Avatar.ts
Use grapheme-splitter instead of lodash for saving emoji from being ripped apart ( #10976 )
2023-05-25 08:32:20 +00:00
BasePlatform.ts
…
BlurhashEncoder.ts
…
ContentMessages.ts
…
DateUtils.ts
…
DecryptionFailureTracker.ts
…
DeviceListener.ts
Kill off references to deprecated `getStoredDevice` and `getStoredDevicesForUser` ( #11152 )
2023-06-28 12:39:34 +00:00
Editing.ts
…
HtmlUtils.tsx
Conform more of the codebase to `strictNullChecks` ( #11100 )
2023-06-22 14:39:36 +01:00
IConfigOptions.ts
OIDC: Check static client registration and add login flow ( #11088 )
2023-06-22 10:15:44 +00:00
IdentityAuthClient.tsx
Use MatrixClientPeg::safeGet for strict typing ( #10989 )
2023-06-21 17:29:44 +01:00
ImageUtils.ts
…
KeyBindingsDefaults.ts
…
KeyBindingsManager.ts
…
Keyboard.ts
…
LegacyCallHandler.tsx
Use MatrixClientPeg::safeGet for strict typing ( #10989 )
2023-06-21 17:29:44 +01:00
Lifecycle.ts
Conform more of the codebase to strictNullChecks + noImplicitAny ( #11179 )
2023-07-04 14:49:27 +01:00
Livestream.ts
Pass around MatrixClients instead of using MatrixClientPeg ( #10984 )
2023-06-01 14:43:24 +01:00
Login.ts
Conform more of the codebase to strictNullChecks + noImplicitAny ( #11179 )
2023-07-04 14:49:27 +01:00
Markdown.ts
…
MatrixClientPeg.ts
Conform more of the codebase to strictNullChecks + noImplicitAny ( #11179 )
2023-07-04 14:49:27 +01:00
MediaDeviceHandler.ts
Use MatrixClientPeg::safeGet for strict typing ( #10989 )
2023-06-21 17:29:44 +01:00
Modal.tsx
Conform more of the codebase to strict types ( #11162 )
2023-06-29 12:17:05 +01:00
NodeAnimator.tsx
Conform more of the codebase to strict types ( #11162 )
2023-06-29 12:17:05 +01:00
Notifier.ts
Fix spurious notifications on non-live events ( #11133 )
2023-06-27 09:39:55 +00:00
PageTypes.ts
…
PasswordReset.ts
…
PlatformPeg.ts
…
PosthogAnalytics.ts
Pass around MatrixClients instead of using MatrixClientPeg ( #10984 )
2023-06-01 14:43:24 +01:00
PosthogTrackers.ts
…
Presence.ts
Use MatrixClientPeg::safeGet for strict typing ( #10989 )
2023-06-21 17:29:44 +01:00
Registration.tsx
…
Resend.ts
Pass around MatrixClients instead of using MatrixClientPeg ( #11000 )
2023-05-30 10:36:34 +01:00
Roles.ts
…
RoomAliasCache.ts
…
RoomInvite.tsx
Pass around MatrixClients instead of using MatrixClientPeg ( #11000 )
2023-05-30 10:36:34 +01:00
RoomNotifs.ts
Consider the empty push rule actions array equiv to deprecated dont_notify ( #11155 )
2023-06-28 14:07:02 +00:00
Rooms.ts
Pass around MatrixClients instead of using MatrixClientPeg ( #10984 )
2023-06-01 14:43:24 +01:00
ScalarAuthClient.ts
Use MatrixClientPeg::safeGet for strict typing ( #10989 )
2023-06-21 17:29:44 +01:00
ScalarMessaging.ts
Conform more of the codebase to `strictNullChecks` ( #11100 )
2023-06-22 14:39:36 +01:00
SdkConfig.ts
Allow specifying help URLs in config.json ( #11070 )
2023-06-14 07:45:19 +00:00
Searching.ts
comply with `strict` and `strictNullChecks` ( #11161 )
2023-06-29 10:20:24 +00:00
SecurityManager.ts
Conform more of the codebase to strict types ( #11162 )
2023-06-29 12:17:05 +01:00
SendHistoryManager.ts
…
SlashCommands.tsx
Conform more of the codebase to strict types ( #11162 )
2023-06-29 12:17:05 +01:00
SlidingSyncManager.ts
…
Terms.ts
Pass around MatrixClients instead of using MatrixClientPeg ( #10984 )
2023-06-01 14:43:24 +01:00
TextForEvent.tsx
Add MatrixClientPeg::safeGet and use it in tests ( #10985 )
2023-06-05 18:12:23 +01:00
Typeguards.ts
…
Unread.ts
Use MatrixClientPeg::safeGet for strict typing ( #10989 )
2023-06-21 17:29:44 +01:00
UserActivity.ts
…
UserAddress.ts
…
Views.ts
…
VoipUserMapper.ts
Use MatrixClientPeg::safeGet for strict typing ( #10989 )
2023-06-21 17:29:44 +01:00
WhoIsTyping.ts
Pass around MatrixClients instead of using MatrixClientPeg ( #11000 )
2023-05-30 10:36:34 +01:00
WorkerManager.ts
…
boundThreepids.ts
…
call-types.ts
…
createRoom.ts
Don't setup keys on login when encryption is force disabled ( #11125 )
2023-06-27 09:42:31 +00:00
email.ts
…
emoji.ts
Conform more of the codebase to strict types ( #11162 )
2023-06-29 12:17:05 +01:00
identifiers.ts
…
index.ts
…
languageHandler.tsx
…
linkify-matrix.ts
Update linkify to 4.1.1 ( #11132 )
2023-06-27 11:23:37 +00:00
phonenumber.ts
…
sendTimePerformanceMetrics.ts
…
sentry.ts
Use MatrixClientPeg::safeGet for strict typing ( #10989 )
2023-06-21 17:29:44 +01:00
shouldHideEvent.ts
…
theme.ts
Apply `strictNullChecks` to `src/components/views/spaces/*` ( #10517 )
2023-06-28 15:39:19 +01:00
verification.ts
Use new accessors for `VerificationRequest` ( #11092 )
2023-06-16 10:27:56 +00:00