dependabot[bot]
|
b0cb9e9b8d
|
Bump Microsoft.EntityFrameworkCore.Design from 8.0.8 to 8.0.10
Bumps [Microsoft.EntityFrameworkCore.Design](https://github.com/dotnet/efcore) from 8.0.8 to 8.0.10.
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v8.0.8...v8.0.10)
---
updated-dependencies:
- dependency-name: Microsoft.EntityFrameworkCore.Design
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-11-02 13:48:43 +01:00 |
|
dependabot[bot]
|
16baa7ad74
|
Bump Microsoft.AspNetCore.DataProtection from 8.0.8 to 8.0.10
Bumps [Microsoft.AspNetCore.DataProtection](https://github.com/dotnet/aspnetcore) from 8.0.8 to 8.0.10.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v8.0.8...v8.0.10)
---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.DataProtection
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-10-11 16:28:46 +02:00 |
|
dependabot[bot]
|
c4197e6cd8
|
Bump Microsoft.EntityFrameworkCore.Proxies and Microsoft.EntityFrameworkCore
Bumps [Microsoft.EntityFrameworkCore.Proxies](https://github.com/dotnet/efcore) and [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore). These dependencies needed to be updated together.
Updates `Microsoft.EntityFrameworkCore.Proxies` from 8.0.8 to 8.0.10
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v8.0.8...v8.0.10)
Updates `Microsoft.EntityFrameworkCore` from 8.0.8 to 8.0.10
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v8.0.8...v8.0.10)
---
updated-dependencies:
- dependency-name: Microsoft.EntityFrameworkCore.Proxies
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: Microsoft.EntityFrameworkCore
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-10-11 16:28:40 +02:00 |
|
dependabot[bot]
|
91f554187e
|
Bump Microsoft.EntityFrameworkCore.SqlServer and Microsoft.EntityFrameworkCore
Bumps [Microsoft.EntityFrameworkCore.SqlServer](https://github.com/dotnet/efcore) and [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore). These dependencies needed to be updated together.
Updates `Microsoft.EntityFrameworkCore.SqlServer` from 8.0.8 to 8.0.10
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v8.0.8...v8.0.10)
Updates `Microsoft.EntityFrameworkCore` from 8.0.8 to 8.0.10
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v8.0.8...v8.0.10)
---
updated-dependencies:
- dependency-name: Microsoft.EntityFrameworkCore.SqlServer
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: Microsoft.EntityFrameworkCore
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-10-11 16:28:17 +02:00 |
|
Leendert de Borst
|
62d2249f40
|
Refactor (#220)
|
2024-10-07 20:50:20 +02:00 |
|
Leendert de Borst
|
bbb168d764
|
Refactor table to common SortableTable component (#220)
|
2024-10-07 17:47:07 +02:00 |
|
Leendert de Borst
|
2e08de3546
|
Move shared projects (#233)
|
2024-09-20 15:17:38 +02:00 |
|
Leendert de Borst
|
997bd8ce44
|
Add revision number to admin and default migration (#254)
|
2024-09-18 00:12:26 +02:00 |
|
Leendert de Borst
|
7ee2984459
|
Add db sync test (#186)
|
2024-09-16 16:16:08 +02:00 |
|
Leendert de Borst
|
291b441d3f
|
Add revision number to vault table (#186)
|
2024-09-16 13:04:46 +02:00 |
|
Leendert de Borst
|
c85bf5cebd
|
Optimize refresh token logic, add IP address and integrate remember me option (#244)
|
2024-09-14 21:22:23 +02:00 |
|
Leendert de Borst
|
edc537316f
|
Change default argon2id settings, persist settings to vault table (#46)
|
2024-09-11 22:56:36 +02:00 |
|
Leendert de Borst
|
f84f063155
|
Add additional vault metadata (#168)
|
2024-09-06 14:59:03 +02:00 |
|
Leendert de Borst
|
81ec09a2ed
|
Fix todos (#200)
|
2024-09-02 22:24:19 +02:00 |
|
Leendert de Borst
|
b97b2163d5
|
Remove SRP columns from AliasVaultUsers table (#200)
|
2024-09-02 19:35:57 +02:00 |
|
Leendert de Borst
|
6e6f24417a
|
Move SRP salt and verifier to vaults table (#200)
|
2024-09-02 17:55:29 +02:00 |
|
Leendert de Borst
|
072e63e98f
|
Refactor and cleanup (#80)
|
2024-08-30 22:04:28 +02:00 |
|
Leendert de Borst
|
95949508ba
|
Add E2E tests for account lockout for password, 2fa and recovery (#80)
|
2024-08-30 21:11:40 +02:00 |
|
Leendert de Borst
|
e6feafcb87
|
Add recent auth logs to client (#80)
|
2024-08-30 17:19:28 +02:00 |
|
Leendert de Borst
|
52e55e44f2
|
Add database service builder abstraction (#80)
|
2024-08-30 16:35:56 +02:00 |
|
Leendert de Borst
|
21ae755018
|
Add auth logging table and log methods to admin and api (#80)
|
2024-08-27 23:05:14 +02:00 |
|
Leendert de Borst
|
8824db222b
|
Optimize settings to reduce irrelevant warnings in logs (#130)
|
2024-08-21 23:00:17 +02:00 |
|
Leendert de Borst
|
dce170cee1
|
Add certificate generation for DataProtection API for both local dev and Docker containers (#130)
|
2024-08-21 21:42:20 +02:00 |
|
Leendert de Borst
|
4c672a0ebe
|
Added working client side decryption of emails (#117)
|
2024-07-29 22:51:56 +02:00 |
|
Leendert de Borst
|
05a2e3942c
|
Add email view modal for external API (#117)
|
2024-07-29 17:59:38 +02:00 |
|
Leendert de Borst
|
c266fedd89
|
Add encryption logic to SmtpServer and integration tests (#117)
|
2024-07-29 16:39:06 +02:00 |
|
Leendert de Borst
|
e64893c26c
|
Add JSInterop RSA methods, refactor JSInterop on client (#117)
|
2024-07-29 14:06:11 +02:00 |
|
Leendert de Borst
|
2016117d47
|
Add PKI tables (#117)
|
2024-07-29 11:18:38 +02:00 |
|
Leendert de Borst
|
00cc482342
|
Add user management to admin (#126)
|
2024-07-28 15:29:51 +02:00 |
|
Leendert de Borst
|
2f7a5acf42
|
Update packages, add dynamic service start/stop logic WIP (#113)
|
2024-07-26 00:07:51 +02:00 |
|
Leendert de Borst
|
d5cf51b5da
|
Add improved logging for SmtpService (#113)
|
2024-07-24 18:31:23 +02:00 |
|
Leendert de Borst
|
d65db96447
|
Fix analyzer issues, update docker compose (#113)
|
2024-07-22 23:04:08 +02:00 |
|
Leendert de Borst
|
6cb017af1c
|
Add admin db project password seeding logic, extended init.sh (#113)
|
2024-07-22 17:14:21 +02:00 |
|
Leendert de Borst
|
467943ec49
|
Make admin and aliasvault user table definitions work together (#113)
|
2024-07-20 23:20:27 +02:00 |
|
Leendert de Borst
|
902147cbf6
|
Add admin project, add separate admin and user identity tables (#113)
|
2024-07-20 12:59:03 +02:00 |
|
Leendert de Borst
|
2213ab94da
|
Add email table migration, update SmtpServer to save emails to database (#105)
|
2024-07-18 21:06:18 +02:00 |
|
Leendert de Borst
|
98dea2c4bf
|
Improve client DB sync status indicators (#74)
|
2024-07-08 16:31:24 +02:00 |
|
Leendert de Borst
|
a884895fae
|
Restored favicon extraction logic (#58)
|
2024-07-02 00:05:40 +02:00 |
|
Leendert de Borst
|
f1bc79a9a4
|
Refactor (#58)
|
2024-07-01 13:45:07 +02:00 |
|
Leendert de Borst
|
53ea7c2477
|
Remove client tables from server db (#58)
|
2024-07-01 12:46:50 +02:00 |
|
Leendert de Borst
|
5aef4c58e2
|
Add working version of client-side SQLite sync via webapi (#44)
|
2024-06-24 17:15:19 +02:00 |
|
Leendert de Borst
|
d5a858d78d
|
Refactor EF database projects, added basic client-side SQLite in-memory implementation (#44)
|
2024-06-24 11:30:37 +02:00 |
|