element-web-Github/src/utils
Kerry 41c96877d3
Fix: Edit history modal crash (#10834)
* failing test

* handle nodes without children in messagediffutils
2023-05-11 10:21:02 +00:00
..
beacon Conform more of the codebase to strictNullChecks (#10504 2023-04-04 11:41:46 +01:00
device Make existing and new issue URLs configurable (#10710) 2023-04-26 09:36:00 +00:00
dm Add m.direct filter / validation (#10436) 2023-03-27 08:37:35 +02:00
event Implement broadcast message preview (#9762) 2022-12-16 11:01:16 +00:00
exportUtils Replace hardcoded strings with MsgType constants (#10604) 2023-04-17 09:37:29 +00:00
localRoom Conform more of the codebase to strictNullChecks (#10731) 2023-04-28 09:45:36 +01:00
location #21451 Fix WebGL disabled error message (#10589) 2023-04-17 04:25:04 +00:00
media Apply prettier formatting 2022-12-12 12:24:14 +01:00
permalinks Show a tile for an unloaded predecessor room if it has via_servers (#10483) 2023-04-12 15:26:45 +00:00
pushRules Polls: sync push rules on changes to account_data (#10287) 2023-03-09 00:20:06 +00:00
room Implement third-party invite waiting room (#10229) 2023-03-06 12:08:04 +01:00
validate Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
AnimationUtils.ts Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
arrays.ts Offload some more waveform processing onto a worker (#9223) 2023-04-27 11:02:20 +01:00
AutoDiscoveryUtils.tsx Improve types to match reality (#10691) 2023-04-24 07:29:01 +00:00
blobs.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
BrowserWorkarounds.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
colour.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
connection.ts Reload map on reconnect (#8848) 2022-06-15 16:38:35 +02:00
createMatrixClient.ts Comply with noImplicitAny (#9940) 2023-02-13 11:39:16 +00:00
createVoiceMessageContent.ts Error handling if broadcast events could not be sent (#9885) 2023-01-17 07:57:59 +00:00
DecryptFile.ts Apply strictNullChecks to src/utils/exportUtils (#10379) 2023-03-29 21:47:07 +00:00
DialogOpener.ts Properly type Modal props to ensure useful typescript checking (#10238 2023-02-28 10:31:48 +00:00
direct-messages.ts Conform more of the codebase to strictNullChecks (#10842) 2023-05-11 09:56:56 +01:00
DirectoryUtils.ts Consolidate public room search experience (#9605) 2022-11-22 15:05:09 +00:00
DMRoomMap.ts Conform more of the codebase to strictNullChecks (#10800) 2023-05-10 08:41:55 +01:00
EditorStateTransfer.ts Conform more of the codebase to strictNullChecks (#10358 2023-03-13 15:07:20 +00:00
enums.ts Add enum utility tests 2021-04-22 20:37:19 -06:00
ErrorUtils.tsx use ExternalLink components for external links (#10758) 2023-05-03 21:26:26 +00:00
EventRenderingUtils.ts Render poll end events in timeline (#10027) 2023-02-07 21:12:39 +00:00
EventUtils.ts Conform more of the codebase to strictNullChecks (#10358 2023-03-13 15:07:20 +00:00
Feedback.ts Conform more of the code base to strict null checking (#10147) 2023-02-13 17:01:43 +00:00
FileDownloader.ts Conform src/components/views/messages/* code to strictNullChecks (#10461) 2023-03-29 08:22:35 +01:00
FileUtils.ts fix file size display from kB to KB (#10561) 2023-04-11 14:48:41 +01:00
FixedRollingArray.ts Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
FontManager.ts Conform more code to strict null checking (#10153) 2023-02-15 13:36:22 +00:00
FormattingUtils.ts Conform more of the codebase to strictNullChecks (#10738) 2023-05-09 18:24:40 +01:00
humanize.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
i18n-helpers.ts Conform more of the code base to strict null checking (#10147) 2023-02-13 17:01:43 +00:00
IdentityServerUtils.ts Apply strictNullChecks to src/utils/*!exportUtils (#10455 2023-04-03 09:26:55 +01:00
IDestroyable.ts Use IDestroyable instead of IDisposable 2020-06-09 08:08:47 -06:00
image-media.ts Conform more code to strict null checking (#10153) 2023-02-15 13:36:22 +00:00
Image.ts Conform more of the code base to strict null checking (#10147) 2023-02-13 17:01:43 +00:00
iterables.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
JSON.ts Fix view source and devtools showing hljs warnings (#7759) 2022-02-09 09:09:06 +00:00
KeyVerificationStateObserver.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
LazyValue.ts Improve quality of Typescript types (#10742) 2023-05-05 09:11:14 +01:00
leave-behaviour.ts Apply strictNullChecks to src/utils/*!exportUtils (#10455 2023-04-03 09:26:55 +01:00
local-room.ts Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
login.ts Conform more code to strict null checking (#10167) 2023-02-16 17:21:44 +00:00
LruCache.ts Add UserProfilesStore, LruCache and cache for user permalink profiles (#10425) 2023-03-27 10:07:43 +02:00
maps.ts Conform more of the code base to strict null checking (#10147) 2023-02-13 17:01:43 +00:00
MarkedExecution.ts Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
MatrixGlob.ts Enable @typescript-eslint/explicit-member-accessibility on /src (#9785) 2022-12-16 12:29:59 +00:00
MediaEventHelper.ts Apply strictNullChecks to src/utils/*!exportUtils (#10455 2023-04-03 09:26:55 +01:00
MegolmExportEncryption.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
membership.ts Strictify stores/room-list (#10474) 2023-03-30 09:06:50 +01:00
MessageDiffUtils.tsx Fix: Edit history modal crash (#10834) 2023-05-11 10:21:02 +00:00
Mouse.ts Conform more of the code base to strict null checking (#10147) 2023-02-13 17:01:43 +00:00
MultiInviter.ts Add better error for email invites without identity server (#10739) 2023-05-05 12:04:13 +01:00
NativeEventUtils.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
notifications.ts Send correct receipt when marking a room as read (#10730) 2023-04-28 06:07:25 +00:00
numbers.ts Fix seekbar position for zero length audio (#9949) 2023-01-23 17:28:31 +01:00
objects.ts Make existing and new issue URLs configurable (#10710) 2023-04-26 09:36:00 +00:00
pages.ts Conform more of the code base to strict null checking (#10147) 2023-02-13 17:01:43 +00:00
PasswordScorer.ts Conform more of the code base to strict null checking (#10147) 2023-02-13 17:01:43 +00:00
pillify.tsx Apply strictNullChecks to src/utils/pillify.tsx (#10456) 2023-03-28 10:07:49 +13:00
PinningUtils.ts Use js-sdk imports for poll event types instead of events-sdk (#9904) 2023-01-13 10:02:33 -07:00
PreferredRoomVersions.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
presence.ts Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
promise.ts Conform more of the code base to strict null checking (#10147) 2023-02-13 17:01:43 +00:00
ReactUtils.tsx Comply with noImplicitAny (#9940) 2023-02-13 11:39:16 +00:00
read-receipts.ts Conform more of the code base to strict null checking (#10147) 2023-02-13 17:01:43 +00:00
Reply.ts Improve strictNullChecks support in right_panel (#10415) 2023-03-22 12:15:26 +00:00
ResizeNotifier.ts Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
rooms.ts Consolidate public room search experience (#9605) 2022-11-22 15:05:09 +00:00
RoomUpgrade.ts Improve typescript null checking in places (#10073 (#10073 2023-02-03 15:27:47 +00:00
SearchInput.ts Allows search to recognize full room links (#8275) 2023-05-09 07:55:50 +00:00
sets.ts Apply prettier formatting 2022-12-12 12:24:14 +01:00
ShieldUtils.ts Replace uses of checkDeviceTrust with getDeviceVerificationStatus (#10663) 2023-04-24 14:19:46 +01:00
Singleflight.ts Conform more of the code base to strict null checking (#10147) 2023-02-13 17:01:43 +00:00
SnakedObject.ts Comply with noImplicitAny (#9940) 2023-02-13 11:39:16 +00:00
SortMembers.ts Conform more of the codebase to strictNullChecks (#10672) 2023-04-21 11:50:42 +01:00
space.tsx Conform more code to strictNullChecks (#10383 2023-03-16 10:35:17 +00:00
StorageManager.ts Improve typescript null checking in places (#10073 (#10073 2023-02-03 15:27:47 +00:00
stringOrderField.ts Apply strictNullChecks to src/utils/*!exportUtils (#10455 2023-04-03 09:26:55 +01:00
strings.ts Apply strictNullChecks to src/async-components/* (#10251 2023-02-28 10:51:27 +00:00
threepids.ts Apply strictNullChecks to src/utils/*!exportUtils (#10455 2023-04-03 09:26:55 +01:00
Timer.ts Comply with noImplicitAny (#9940) 2023-02-13 11:39:16 +00:00
tooltipify.tsx Improve typescript null checking in places (#10073 (#10073 2023-02-03 15:27:47 +00:00
units.ts Remove dead code (#9035) 2022-07-11 07:52:44 +02:00
UrlUtils.ts Conform more of the codebase to strictNullChecks (#10573) 2023-04-13 08:52:57 +01:00
UserInteractiveAuth.ts Conform more of the codebase to strictNullChecks (#10731) 2023-04-28 09:45:36 +01:00
useTooltip.tsx Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
ValidatedServerConfig.ts Improve quality of Typescript types (#10742) 2023-05-05 09:11:14 +01:00
video-rooms.ts Enable @typescript-eslint/explicit-function-return-type in /src (#9788) 2023-01-12 13:25:14 +00:00
WellKnownUtils.ts Conform more of the code base to strict null checking (#10147) 2023-02-13 17:01:43 +00:00
Whenable.ts Add @typescript-eslint/no-base-to-string (#10091) 2023-02-07 10:08:10 +00:00
WidgetUtils.ts Conform more of the codebase to strictNullChecks (#10842) 2023-05-11 09:56:56 +01:00