..
importer
Change author_account
to be authors
in REST API ( #30846 )
2024-06-27 13:17:18 +00:00
push_notifications
Enforce import order with ESLint ( #25096 )
2023-05-23 17:15:17 +02:00
account_notes.ts
Fix createDataLoadingThunk
and related actions ( #30408 )
2024-05-23 18:22:42 +00:00
accounts.js
Fix keyboard shortcuts and navigation in grouped notifications ( #31076 )
2024-07-23 06:20:17 +00:00
accounts_typed.ts
Fix the loading bar with the new Redux actions ( #28422 )
2023-12-18 23:19:27 +00:00
alerts.js
Change eslint
config to autofix missing comma and indentation in JS files ( #26711 )
2023-10-09 13:38:29 +02:00
announcements.js
Remove the access token from Redux & context ( #30275 )
2024-05-22 14:45:18 +00:00
app.ts
Add stricter ESLint rules for Typescript files ( #24926 )
2023-05-10 12:59:29 +02:00
blocks.js
Remove the access token from Redux & context ( #30275 )
2024-05-22 14:45:18 +00:00
bookmarks.js
Remove the access token from Redux & context ( #30275 )
2024-05-22 14:45:18 +00:00
bundles.js
Lazy load components ( #3879 )
2017-07-08 00:06:02 +02:00
columns.js
Enable eslint:recommended ruleset ( #22433 )
2022-12-19 00:51:37 +09:00
compose.js
Merge commit 'cd0ca4b99473f54464e5134f91b7b1c8d5544011' into glitch-soc/merge-upstream
2024-07-23 19:31:23 +02:00
conversations.js
Remove the access token from Redux & context ( #30275 )
2024-05-22 14:45:18 +00:00
custom_emojis.js
Remove the access token from Redux & context ( #30275 )
2024-05-22 14:45:18 +00:00
directory.ts
Convert <Directory>
to Typescript / function component ( #30829 )
2024-06-26 18:04:50 +00:00
domain_blocks.js
Remove the access token from Redux & context ( #30275 )
2024-05-22 14:45:18 +00:00
domain_blocks_typed.ts
Fix the loading bar with the new Redux actions ( #28422 )
2023-12-18 23:19:27 +00:00
dropdown_menu.ts
Convert dropdown_menu
state to Typescript ( #25585 )
2023-09-22 18:18:46 +02:00
emojis.js
Enable eslint:recommended ruleset ( #22433 )
2022-12-19 00:51:37 +09:00
favourites.js
Remove the access token from Redux & context ( #30275 )
2024-05-22 14:45:18 +00:00
featured_tags.js
Remove the access token from Redux & context ( #30275 )
2024-05-22 14:45:18 +00:00
filters.js
Remove the access token from Redux & context ( #30275 )
2024-05-22 14:45:18 +00:00
height_cache.js
Enable eslint:recommended ruleset ( #22433 )
2022-12-19 00:51:37 +09:00
history.js
Remove the access token from Redux & context ( #30275 )
2024-05-22 14:45:18 +00:00
interactions.js
Fix reblogging after refactor ( #31105 )
2024-07-22 19:30:06 +00:00
interactions_typed.ts
Fix createDataLoadingThunk
and related actions ( #30408 )
2024-05-23 18:22:42 +00:00
languages.js
Add language dropdown to compose in web UI ( #18420 )
2022-05-16 11:18:35 +02:00
lists.js
Remove the access token from Redux & context ( #30275 )
2024-05-22 14:45:18 +00:00
markers.ts
Grouped Notifications UI ( #30440 )
2024-07-18 14:36:09 +00:00
modal.ts
Improve modals reducer types ( #26610 )
2023-09-22 16:41:50 +02:00
mutes.js
Remove the access token from Redux & context ( #30275 )
2024-05-22 14:45:18 +00:00
notification_groups.ts
Fix all streamed notification types being stored without filtering ( #31384 )
2024-08-12 13:40:29 +00:00
notification_policies.ts
Decrease count of filtered notifications when notification requests are accepted or dismissed ( #31149 )
2024-07-26 09:36:54 +00:00
notifications.js
Add ability to report, block and mute from notification requests list ( #31309 )
2024-08-09 14:56:39 +00:00
notifications_migration.tsx
Grouped Notifications UI ( #30440 )
2024-07-18 14:36:09 +00:00
notifications_typed.ts
Grouped Notifications UI ( #30440 )
2024-07-18 14:36:09 +00:00
onboarding.js
Change onboarding by replacing tutorial with follow recommendations in web UI ( #16060 )
2021-04-19 14:45:15 +02:00
picture_in_picture.ts
Rewrite PIP state in Typescript ( #27645 )
2024-03-27 15:19:33 +00:00
pin_statuses.js
Remove the access token from Redux & context ( #30275 )
2024-05-22 14:45:18 +00:00
polls.js
Remove the access token from Redux & context ( #30275 )
2024-05-22 14:45:18 +00:00
reports.js
Remove the access token from Redux & context ( #30275 )
2024-05-22 14:45:18 +00:00
search.js
Remove the access token from Redux & context ( #30275 )
2024-05-22 14:45:18 +00:00
server.js
Remove the access token from Redux & context ( #30275 )
2024-05-22 14:45:18 +00:00
settings.js
Fix Web UI trying to save user settings when logged out ( #30324 )
2024-05-16 13:01:01 +00:00
statuses.js
Fix keyboard shortcuts and navigation in grouped notifications ( #31076 )
2024-07-23 06:20:17 +00:00
store.js
Use Immutable Record
for accounts in Redux state ( #26559 )
2023-11-03 15:00:03 +00:00
streaming.js
Fix all streamed notification types being stored without filtering ( #31384 )
2024-08-12 13:40:29 +00:00
suggestions.js
Remove the access token from Redux & context ( #30275 )
2024-05-22 14:45:18 +00:00
tags.js
Remove the access token from Redux & context ( #30275 )
2024-05-22 14:45:18 +00:00
timelines.js
Add timeline of public posts about a trending link in web UI ( #30840 )
2024-07-01 14:45:48 +00:00
timelines_typed.ts
Convert disconnectTimeline
and timelineDelete
actions to Typescript ( #30777 )
2024-06-20 11:56:52 +00:00
trends.js
Change author_account
to be authors
in REST API ( #30846 )
2024-06-27 13:17:18 +00:00