riot-web/src
pvagner c1c3ed6a9e
Slightly better presentation of read receipts to screen reader users (#8662)
2022-05-21 13:06:47 +02:00
..
@types Move threads e2e tests over to cypress (#8501) 2022-05-10 17:09:31 +00:00
accessibility Apply corrections identified by SonarQube (#8457) 2022-05-03 22:04:37 +01:00
actions Fix issue with dispatch happening mid-dispatch due to js-sdk emit (#8473) 2022-05-03 15:02:55 +01:00
async-components/views/dialogs Fix visual bugs on AccessSecretStorageDialog (#8160) 2022-05-11 12:33:21 +00:00
audio Step 8.4.3: Improve PlaybackQueue listener efficiency 2022-03-28 14:02:31 -06:00
autocomplete Apply corrections identified by SonarQube (#8457) 2022-05-03 22:04:37 +01:00
components Slightly better presentation of read receipts to screen reader users (#8662) 2022-05-21 13:06:47 +02:00
contexts Fix effect of URL preview toggle not updating live (#8561) 2022-05-11 15:11:42 +01:00
customisations Apply corrections identified by SonarQube (#8457) 2022-05-03 22:04:37 +01:00
dispatcher Add dialog to navigate long room topics (#8517) 2022-05-13 08:55:10 +01:00
editor Run a minor code quality checker over the repo (#8524) 2022-05-09 22:52:05 +00:00
effects Add heart effect (#6188) 2022-04-08 15:31:04 -06:00
emojipicker
events display beacon tiles in timeline regardless of labs flag (#8423) 2022-04-29 14:12:10 +00:00
hooks Add public room directory hook (#8626) 2022-05-19 09:03:29 +01:00
i18n/strings Slightly better presentation of read receipts to screen reader users (#8662) 2022-05-21 13:06:47 +02:00
indexing Document what all of our "Pegs" are (just singletons) (#8510) 2022-05-09 21:34:27 -05:00
integrations Run a minor code quality checker over the repo (#8524) 2022-05-09 22:52:05 +00:00
mjolnir Send stable m.policy.rule.* events instead of mjolnir-prefixed unstable ones (#8300) 2022-04-13 09:10:55 +01:00
models
notifications Run a minor code quality checker over the repo (#8524) 2022-05-09 22:52:05 +00:00
performance Add basic performance testing via Cypress (#8586) 2022-05-17 15:38:45 +01:00
rageshake Patch Jitsi logs into rageshakes (#8643) 2022-05-19 10:23:29 +01:00
resizer Apply corrections identified by SonarQube (#8457) 2022-05-03 22:04:37 +01:00
settings Automatically log in after registration (#8654) 2022-05-20 19:14:17 +02:00
stores Stop Jitsi if we time out while connecting to a video room (#8659) 2022-05-20 16:25:28 -04:00
toasts Grammar fix: by it's administrator -> by its administrator (#8467) 2022-05-05 03:50:30 +00:00
usercontent Eslint - require copyright header rule (#8514) 2022-05-06 09:09:28 +00:00
utils Support avatar_url in the scalar client API (#8550) 2022-05-19 16:22:38 -06:00
widgets
workers
AddThreepid.ts
Analytics.tsx Step 3.2: Stop using `getComponent` in code 2022-03-28 14:02:31 -06:00
AsyncWrapper.tsx Step 3.2: Stop using `getComponent` in code 2022-03-28 14:02:31 -06:00
Avatar.ts Replace deprecated String#substr with String#slice (#8314) 2022-04-14 07:52:42 +00:00
BasePlatform.ts Run a minor code quality checker over the repo (#8524) 2022-05-09 22:52:05 +00:00
BlurhashEncoder.ts
CallHandler.tsx Run a minor code quality checker over the repo (#8524) 2022-05-09 22:52:05 +00:00
ContentMessages.ts Apply corrections identified by SonarQube (#8457) 2022-05-03 22:04:37 +01:00
DateUtils.ts
DecryptionFailureTracker.ts Add raw error to analytics E2E error event context (#8447) 2022-05-04 21:46:03 -06:00
DeviceListener.ts Step 8.5: Move isLoggedIn helper 2022-03-28 14:02:31 -06:00
Editing.ts Fix issue with redacting via edit composer flow causing stuck editStates (#8184) 2022-03-29 13:33:11 +01:00
HtmlUtils.tsx Run a minor code quality checker over the repo (#8524) 2022-05-09 22:52:05 +00:00
IConfigOptions.ts
IdentityAuthClient.tsx
ImageUtils.ts Run a minor code quality checker over the repo (#8524) 2022-05-09 22:52:05 +00:00
KeyBindingsDefaults.ts Apply corrections identified by SonarQube (#8457) 2022-05-03 22:04:37 +01:00
KeyBindingsManager.ts Apply corrections identified by SonarQube (#8457) 2022-05-03 22:04:37 +01:00
Keyboard.ts Apply corrections identified by SonarQube (#8457) 2022-05-03 22:04:37 +01:00
Lifecycle.ts Proactively fix stuck devices in video rooms (#8587) 2022-05-16 16:54:08 -04:00
Livestream.ts
Login.ts Fix crash on null idp for SSO buttons (#8650) 2022-05-20 10:08:57 +01:00
Markdown.ts Apply corrections identified by SonarQube (#8457) 2022-05-03 22:04:37 +01:00
MatrixClientPeg.ts Document what all of our "Pegs" are (just singletons) (#8510) 2022-05-09 21:34:27 -05:00
MediaDeviceHandler.ts Add ability to change audio and video devices during a call (#7173) 2022-05-04 16:41:56 +02:00
Modal.tsx
NodeAnimator.tsx Eslint - require copyright header rule (#8514) 2022-05-06 09:09:28 +00:00
Notifier.ts Show notifications even when Element is focused (#8590) 2022-05-19 14:44:47 +00:00
PageTypes.ts
PasswordReset.ts Allow user to control if they are signed out of all devices when changing password (#8259) 2022-04-22 18:15:38 +01:00
PlatformPeg.ts Document what all of our "Pegs" are (just singletons) (#8510) 2022-05-09 21:34:27 -05:00
PosthogAnalytics.ts Add new user signup event tracking in PostHog (#8412) 2022-04-28 11:46:02 +01:00
PosthogTrackers.ts
Presence.ts
Registration.tsx
Resend.ts
Roles.ts
RoomAliasCache.ts
RoomInvite.tsx Apply corrections identified by SonarQube (#8457) 2022-05-03 22:04:37 +01:00
RoomNotifs.ts Fix js-sdk types (#8588) 2022-05-13 19:13:21 +00:00
Rooms.ts Run a minor code quality checker over the repo (#8524) 2022-05-09 22:52:05 +00:00
ScalarAuthClient.ts
ScalarMessaging.ts Support avatar_url in the scalar client API (#8550) 2022-05-19 16:22:38 -06:00
SdkConfig.ts
Searching.ts
SecurityManager.ts Apply corrections identified by SonarQube (#8457) 2022-05-03 22:04:37 +01:00
SendHistoryManager.ts
SlashCommands.tsx clarify `/jumptodate` argument (#8323) 2022-04-14 11:13:18 -04:00
Terms.ts Step 3.2: Stop using `getComponent` in code 2022-03-28 14:02:31 -06:00
TextForEvent.tsx use isLocationEvent util everywhere (#8551) 2022-05-10 17:39:28 +02:00
Unread.ts Avoid looking up settings during timeline rendering (#8313) 2022-04-14 23:23:22 +00:00
UserActivity.ts
UserAddress.ts
Views.ts
VoipUserMapper.ts Step 8.5: Move various room utilities out of `createRoom` 2022-03-28 14:02:31 -06:00
WhoIsTyping.ts
boundThreepids.ts Apply corrections identified by SonarQube (#8457) 2022-05-03 22:04:37 +01:00
call-types.ts Step 8.5: Move call event type 2022-03-28 14:02:31 -06:00
createRoom.ts Iterate video room designs in labs (#8499) 2022-05-04 17:02:06 -04:00
email.ts
emoji.ts
group_helpers.tsx
identifiers.ts
index.ts Step 6: Refactor event rendering to stop using `getComponent` 2022-03-28 14:02:31 -06:00
languageHandler.tsx Update weblateToCounterpart to be more resilient (#8633) 2022-05-17 17:44:29 +01:00
linkify-matrix.ts Don't linkify code blocks (#7859) 2022-05-03 00:26:37 +00:00
phonenumber.ts
sendTimePerformanceMetrics.ts
sentry.ts
shouldHideEvent.ts Fix regression of edits showing up in the timeline with hidden events shown (#8260) 2022-04-08 12:10:10 +01:00
theme.ts Replace deprecated String#substr with String#slice (#8314) 2022-04-14 07:52:42 +00:00
verification.ts Step 8.5: Move various room utilities out of `createRoom` 2022-03-28 14:02:31 -06:00