Commit Graph

132 Commits

Author SHA1 Message Date
Leendert de Borst
a82826980b Add translations (#2293) 2026-07-24 12:43:45 +02:00
Leendert de Borst
f43f6bdc31 Add context menu and duplicate option to web app (#2293) 2026-07-24 12:43:45 +02:00
Leendert de Borst
2bdc43556b Tweak web app z-index layout with custom field menu (#2293) 2026-07-24 12:43:45 +02:00
Leendert de Borst
eccbb57af8 Update default sort order to DESC create date (#2291) 2026-07-24 10:54:48 +02:00
Leendert de Borst
d1243110e8 Make password field length slider visible in main item create/edit page (#2236) 2026-07-06 09:27:34 +02:00
Leendert de Borst
96964ba179 Update TOTP create to hide name input by default in web app (#2216) 2026-06-30 21:13:32 +02:00
Leendert de Borst
da940fbf2d Refactor shared language lists to avoid duplication (#776) 2026-06-28 21:52:20 +02:00
Leendert de Borst
529a4c7fd7 Update language references (#776) 2026-06-28 20:33:33 +02:00
Leendert de Borst
89162a007f Add core shared defaults for password generator (#776) 2026-06-27 22:29:17 +02:00
Leendert de Borst
5bff88549f Add Diceware to password settings popup (#776) 2026-06-26 16:53:28 +02:00
Leendert de Borst
043b241cf0 Add new password custom field type (#2186) 2026-06-18 10:02:00 +02:00
Leendert de Borst
91773dda74 Show skeleton loader when opening an email modal in the web app to improve UX (#2152) 2026-06-10 11:30:12 +02:00
Leendert de Borst
d35ed013a5 Improve email load speed in web app (#2138) 2026-06-08 21:48:41 +02:00
Leendert de Borst
71160ba830 Switch Blazor input bind to oninput instead of onchange (#2147) 2026-06-08 13:51:26 +02:00
Leendert de Borst
80a14d6180 Update email page performance in web app by using cached item list (#2125) 2026-06-02 21:43:51 +02:00
Leendert de Borst
75a0a5ae72 Update email format switcher logic and UI in web app (#150) 2026-05-31 17:07:38 +02:00
Sanjay Santhanam
8c56115f03 feat: add email format switcher (HTML/Plain/Source)
Add a segmented button row to switch between HTML, Plain text, and
Source views in the email modal. Defaults to HTML if available,
otherwise falls back to Plain text.

Changes:
- EmailModal.razor: Add ViewMode enum, SetViewMode method, and
  format switcher UI between header and content area
- EmailDetails.tsx: Add equivalent React viewMode state and
  format switcher buttons for the browser extension

Since MessageSource doesn't exist on EmailApiModel, Source view
shows the raw HTML markup as a fallback.
2026-05-31 17:07:38 +02:00
Leendert de Borst
71f791e9c0 Fix custom field label insert when using enter key to submit form (#2106) 2026-05-30 16:26:56 +02:00
Leendert de Borst
36d6c7e49c Show item filter dropdown on recently deleted page in web app (#2090) 2026-05-27 13:16:08 +02:00
Leendert de Borst
6cecbaadba Refactor web app ItemService to cache item list and cache base64 logo date uris (#2044) 2026-05-20 16:56:48 +02:00
Leendert de Borst
d62483fae5 Fix password generator length slider bug with non-english locales (#2002) 2026-05-09 21:17:25 +02:00
Leendert de Borst
d2df92ad4e Remove mimetype from storageinsights as its not used, update jpeg detection (#1046) 2026-05-06 20:42:12 +02:00
Leendert de Borst
849b2ba8fc Add tombstoned attachment pruner (#1991) 2026-05-04 11:17:46 +02:00
Leendert de Borst
f0c8f96a1c Use new dynamic item icon in web app search and table views (#1976) 2026-04-29 10:48:12 +02:00
Leendert de Borst
a22e1555b8 Tweak web app item view layout utils for field half or full width rendering (#1965) 2026-04-26 12:17:36 +02:00
Leendert de Borst
3b3c63a066 Update error message style (#1786) 2026-04-25 00:24:04 +02:00
Leendert de Borst
52ee530519 Update vault attachment uploader to accept files up to 10MB (#1786) 2026-04-25 00:24:04 +02:00
Leendert de Borst
cc52b5edf9 Update email domain chooser style in AliasVault.Client 2026-04-17 12:17:05 +02:00
Leendert de Borst
aff975fcbf Update search result UI to include folder path (#1695) 2026-04-01 11:47:28 +02:00
Leendert de Borst
ce4f3a3acd Update FolderSelector to show folders in tree view UI (#1695) 2026-03-31 08:44:35 +02:00
Leendert de Borst
4cc5728c27 Add password visibility toggles (#773) 2026-03-16 21:58:49 +01:00
Leendert de Borst
d4d4a2e704 Add password strength indicator to change password screen (#773) 2026-03-14 21:08:50 +01:00
Leendert de Borst
24b3182cbc Add shared password strength indicator component (#773) 2026-03-14 20:20:44 +01:00
Leendert de Borst
038c24a9f7 Add GenerateAvuxTestFile test export and import (#773) 2026-03-11 12:54:34 +01:00
Leendert de Borst
1bca8bcb9e Add TOTP edit and secret/QR code viewing to web app (#1233) 2026-02-23 13:39:59 +01:00
Leendert de Borst
866a0fd606 Update tests (#1742) 2026-02-19 13:12:46 +01:00
Leendert de Borst
8de2426055 Update 2FA TOTP display to add space in between digit groups (#1734) 2026-02-18 21:50:44 +01:00
Leendert de Borst
d7b580d995 Increase max password generator length to 256 chars in web app (#1701) 2026-02-14 21:50:33 +01:00
Leendert de Borst
d06e91ce4c Add password confirm to vault export, refactor vault reset to use same logic (#1687) 2026-02-13 11:18:41 +01:00
Leendert de Borst
7b354b47ad Add drag-and-drop reorder to aliasvault.client custom fields (#1673) 2026-02-11 17:19:54 +01:00
Leendert de Borst
e31d4739fc Tweak TotpCodes add/close button style (#1629) 2026-02-05 09:15:29 +00:00
Leendert de Borst
6dc9b638da Add null checks to attachment viewer/uploader in web app to prevent exceptions 2026-02-04 21:07:45 +01:00
Leendert de Borst
7e433fe80a Update credential tests 2026-02-04 11:50:10 +01:00
Leendert de Borst
cd9bd81a0a Update CreateNewIdentityWidget to use Login as default to match other platforms (#1606) 2026-02-04 08:42:11 +00:00
Leendert de Borst
9fb413017d Refactor web app item list table view to sort all items instead of just visible items (#1557) 2026-01-31 16:34:46 +00:00
Leendert de Borst
46d7195928 Update notes rendering 2026-01-30 21:05:59 +01:00
Leendert de Borst
382e2e96fa Improve email viewer content rendering 2026-01-30 21:05:59 +01:00
Leendert de Borst
ab5fc29bc1 Merge branch 'main' into 1449-feature-request-non-persona-aliases 2026-01-27 21:40:31 +00:00
Leendert de Borst
cb90dc1199 Fix AliasVault.Client issue when creating new item when already on the item AddEdit page 2026-01-27 22:21:07 +01:00
Leendert de Borst
d44319feaf Add mime type detection to item icon AliasVault.Client (#1477) 2026-01-27 16:36:47 +00:00