element-web/src
2021-06-22 10:51:16 +05:30
..
@types migrate SetupEncryptionStore to TypeScript 2021-06-14 20:58:20 +01:00
accessibility fix roving tab index intercepting home/end in space create menu 2021-05-14 11:22:20 +01:00
actions Convert MatrixActionCreators to Typescript 2021-06-07 10:58:22 +01:00
async-components/views/dialogs Merge pull request #5934 from aaronraimist/security-phrase-2 2021-05-04 11:43:23 +01:00
autocomplete Prefer canonical aliases over non-canonical ones 2021-06-20 11:17:42 +02:00
components Merge branch 'export-conversations' of github.com:jaiwanth-v/matrix-react-sdk into export-conversations 2021-06-22 09:29:24 +05:30
contexts Cache lowBandwidth setting to speed up BaseAvatar 2021-06-06 23:08:47 -04:00
customisations Scale all mxc thumbs using device pixel ratio for hidpi 2021-04-26 18:25:49 +01:00
dispatcher Merge pull request #6208 from matrix-org/t3chguy/ts/5 2021-06-18 09:49:03 +01:00
editor update style of imports in all modified files 2021-05-26 14:14:55 +01:00
effects fix copy-pasta 2021-05-18 11:58:15 +01:00
emojipicker
hooks Fix up some more type defs 2021-06-17 14:49:27 +01:00
i18n/strings Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into export-conversations 2021-06-22 09:27:37 +05:30
indexing Fix more type definitions 2021-06-17 14:24:53 +01:00
integrations use Intl.Collator over String.prototype.localeCompare for better performance 2021-06-02 10:42:17 +01:00
mjolnir Fix mjolnir private chat enum 2021-06-14 23:55:14 +01:00
models Convert all of file uploads to the new dispatcher 2021-03-05 13:20:50 -07:00
notifications Remove a bunch of useless 'use strict' definitions 2021-03-08 20:26:08 -07:00
performance Benchmark multiple common user scenario 2021-06-15 15:06:00 +01:00
rageshake remove legacy polyfills and unused dependencies 2021-06-11 12:19:14 +01:00
resizer Tweak resizer collapse distributor behaviour to work with the expanding space panel 2021-03-02 14:02:03 +00:00
settings Submitting abuse reports to moderators (#6213) 2021-06-18 18:09:02 +02:00
stores More specific type definition and adhering to code style better 2021-06-18 12:44:15 +01:00
toasts More specific type definition and adhering to code style better 2021-06-18 12:44:15 +01:00
usercontent Make styles dynamic 2021-03-10 21:08:01 -07:00
utils Revert auto format 2021-06-22 10:51:16 +05:30
voice Merge pull request #6035 from matrix-org/travis/voicemessages/playback-time 2021-05-14 10:17:35 -06:00
widgets Remove "read" level language for new API scope 2021-05-14 14:17:10 -06:00
ActiveRoomObserver.ts
AddThreepid.js
Analytics.tsx
AsyncWrapper.tsx Make skinning less upset 2021-06-07 11:20:35 +01:00
Avatar.ts Typescript fixes due to MatrixEvent being TSified 2021-06-17 14:06:03 +01:00
BasePlatform.ts Do not throw on setLanguage 2021-04-27 15:11:49 +01:00
boundThreepids.js
CallHandler.tsx Merge pull request #6082 from SimonBrandner/fix/mute-incoming-call/15591 2021-06-17 16:41:00 +01:00
CallMediaHandler.js Merge branch 'develop' into feed 2021-04-03 09:15:55 +02:00
ContentMessages.tsx remove legacy polyfills and unused dependencies 2021-06-11 12:19:14 +01:00
CountlyAnalytics.ts remove legacy polyfills and unused dependencies 2021-06-11 12:19:14 +01:00
createRoom.ts Move various createRoom types to the js-sdk 2021-06-14 13:31:58 -06:00
DateUtils.ts Switch to localeDateString for i18n 2021-06-09 16:40:52 +05:30
DecryptionFailureTracker.js
DeviceListener.ts
email.ts Switch to a spec conforming email validation Regexp 2021-04-13 10:03:50 +01:00
emoji.ts
GroupAddressPicker.js Remove Promise allSettled polyfill as its widespread enough now and js-sdk uses it directly 2021-05-25 16:12:34 +01:00
groups.js
HtmlUtils.tsx Remove unnecessary export 2021-06-01 17:22:13 +05:30
identifiers.ts We're ELEMENT 2021-05-14 14:22:31 -06:00
IdentityAuthClient.js Enable indent rule and fix indent 2021-04-27 17:23:27 +02:00
ImageUtils.ts
index.js Import the js-sdk at the index so the request object gets set 2021-03-18 21:24:02 -06:00
KeyBindingsDefaults.ts Merge pull request #5818 from Johennes/feature/mac-go-home 2021-04-07 10:32:17 +01:00
KeyBindingsManager.ts Fix simple lint errors 2021-04-23 16:28:55 +01:00
Keyboard.ts
languageHandler.tsx Add types to InteractiveAuthEntryComponents 2021-05-20 17:59:45 +01:00
Lifecycle.ts Convert a bunch more js-sdk imports to absolute paths 2021-03-18 20:50:34 -06:00
linkify-matrix.js Wrap decodeURIComponent in try-catch to protect against malformed URIs 2021-05-13 10:20:27 +01:00
Livestream.ts use a constant 2021-03-05 10:40:26 +00:00
Login.ts Remove brand prefix too 2021-06-01 11:04:45 +01:00
Markdown.js Fix import style for commonmark 2021-01-27 13:06:59 +00:00
MatrixClientPeg.ts don't overwrite callback with undefined if no customization provided 2021-03-22 19:52:09 -04:00
Modal.tsx Add a button to reset personal encryption state during login 2021-03-30 15:37:06 -06:00
NodeAnimator.js Rename Velociraptor to NodeAnimator after velocity deprecation 2021-04-14 10:18:45 +01:00
Notifier.ts Start decryption process if needed 2021-05-18 16:24:38 +01:00
PageTypes.js
PasswordReset.js Enable indent rule and fix indent 2021-04-27 17:23:27 +02:00
phonenumber.ts
PlatformPeg.ts
Presence.ts Build pass 1 2021-06-01 22:21:04 -06:00
ratelimitedfunc.js
Registration.js
Resend.ts Convert Resend to Typescript 2021-06-07 11:03:39 +01:00
Roles.ts
RoomAliasCache.ts Convert RoomAliasCache to Typescript 2021-06-07 11:01:38 +01:00
RoomInvite.js Wire up passing through initialText for room invite dialog helper method 2021-03-24 15:36:20 +00:00
RoomNotifs.js
RoomNotifsTypes.ts
Rooms.js
ScalarAuthClient.ts Add types to ScalarAuthClient 2021-04-27 11:22:17 +01:00
ScalarMessaging.js Convert a bunch more js-sdk imports to absolute paths 2021-03-18 20:50:34 -06:00
SdkConfig.ts
Searching.js Fix tests by updating private field names and spies 2021-06-17 15:18:52 +01:00
SecurityManager.ts Adapt for js-sdk MatrixClient conversion to TS 2021-06-01 21:36:28 -06:00
SendHistoryManager.ts
shouldHideEvent.ts Prefer cached settings values in shouldHideEvent 2021-06-05 01:25:01 -04:00
Skinner.js Make debugging skinning problems easier 2021-03-08 20:22:43 -07:00
SlashCommands.tsx Fix types in SlashCommands which assumed something was a promise but it wasn't 2021-06-17 11:37:06 +01:00
Terms.ts Build pass 1 2021-06-01 22:21:04 -06:00
TextForEvent.ts Start implementation of plain text export 2021-06-17 10:46:08 +05:30
theme.js fix issue with injected styles exploding the theme engine 2021-03-26 15:43:59 +00:00
Tinter.js
Unread.js Don't mark a room as unread when redacted event is present 2021-05-18 00:01:11 -05:00
UserActivity.ts
UserAddress.js
verification.ts Convert verification and UntrustedDeviceDialog to TS 2021-05-12 17:08:44 +01:00
VoipUserMapper.ts Cache virtual/native room mappings when they're created 2021-06-15 16:27:18 +01:00
WhoIsTyping.ts