Leendert de Borst
|
a759091755
|
Update AppInfo.cs (#479)
|
2024-12-16 16:55:58 +01:00 |
|
dependabot[bot]
|
8dc99c09a8
|
Bump Swashbuckle.AspNetCore from 7.1.0 to 7.2.0
Bumps [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 7.1.0 to 7.2.0.
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v7.1.0...v7.2.0)
---
updated-dependencies:
- dependency-name: Swashbuckle.AspNetCore
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-12-16 12:19:17 +01:00 |
|
dependabot[bot]
|
b9ec4baf66
|
Bump NUglify from 1.21.10 to 1.21.11
Bumps [NUglify](https://github.com/trullock/NUglify) from 1.21.10 to 1.21.11.
- [Release notes](https://github.com/trullock/NUglify/releases)
- [Changelog](https://github.com/trullock/NUglify/blob/master/changelog.md)
- [Commits](https://github.com/trullock/NUglify/compare/v1.21.10...v1.21.11)
---
updated-dependencies:
- dependency-name: NUglify
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-12-16 12:19:10 +01:00 |
|
Leendert de Borst
|
71ed62cdcb
|
Merge pull request #478 from lanedirt/469-webassembly-required-error-not-visible-in-client-app
Add E2E test for browser with WASM disabled
|
2024-12-16 12:19:00 +01:00 |
|
dependabot[bot]
|
2bbad8c75c
|
Bump NUnit from 4.2.2 to 4.3.0
Bumps [NUnit](https://github.com/nunit/nunit) from 4.2.2 to 4.3.0.
- [Release notes](https://github.com/nunit/nunit/releases)
- [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md)
- [Commits](https://github.com/nunit/nunit/compare/4.2.2...4.3.0)
---
updated-dependencies:
- dependency-name: NUnit
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-12-16 11:24:59 +01:00 |
|
dependabot[bot]
|
f02b841eea
|
Bump Serilog and Serilog.Settings.Configuration
Bumps [Serilog](https://github.com/serilog/serilog) and [Serilog.Settings.Configuration](https://github.com/serilog/serilog-settings-configuration). These dependencies needed to be updated together.
Updates `Serilog` from 4.2.0 to 4.2.0
- [Release notes](https://github.com/serilog/serilog/releases)
- [Commits](https://github.com/serilog/serilog/compare/v4.2.0...v4.2.0)
Updates `Serilog.Settings.Configuration` from 8.0.4 to 9.0.0
- [Release notes](https://github.com/serilog/serilog-settings-configuration/releases)
- [Changelog](https://github.com/serilog/serilog-settings-configuration/blob/dev/CHANGES.md)
- [Commits](https://github.com/serilog/serilog-settings-configuration/compare/v8.0.4...v9.0.0)
---
updated-dependencies:
- dependency-name: Serilog
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: Serilog.Settings.Configuration
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-12-16 11:24:36 +01:00 |
|
dependabot[bot]
|
f6fc5af8ac
|
Bump MailKit from 4.8.0 to 4.9.0
Bumps [MailKit](https://github.com/jstedfast/MailKit) from 4.8.0 to 4.9.0.
- [Changelog](https://github.com/jstedfast/MailKit/blob/master/ReleaseNotes.md)
- [Commits](https://github.com/jstedfast/MailKit/compare/4.8.0...4.9.0)
---
updated-dependencies:
- dependency-name: MailKit
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-12-16 11:24:30 +01:00 |
|
dependabot[bot]
|
1d1155bf0e
|
Bump MimeKit from 4.8.0 to 4.9.0
Bumps [MimeKit](https://github.com/jstedfast/MimeKit) from 4.8.0 to 4.9.0.
- [Changelog](https://github.com/jstedfast/MimeKit/blob/master/ReleaseNotes.md)
- [Commits](https://github.com/jstedfast/MimeKit/compare/4.8.0...4.9.0)
---
updated-dependencies:
- dependency-name: MimeKit
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-12-16 11:24:24 +01:00 |
|
Leendert de Borst
|
2632211af6
|
Merge pull request #470 from lanedirt/469-webassembly-required-error-not-visible-in-client-app
Show error if client does not support WebAssembly
|
2024-12-16 10:34:20 +01:00 |
|
Leendert de Borst
|
c4a8a20a62
|
Add E2E test for browser with WASM disabled (#469)
|
2024-12-15 17:05:31 +01:00 |
|
Leendert de Borst
|
e94201acda
|
Tweak logo on mobile view auth area (#469)
|
2024-12-15 16:28:57 +01:00 |
|
Leendert de Borst
|
9e03473208
|
Show error message when client does not support WebAssembly (#469)
|
2024-12-15 16:28:41 +01:00 |
|
Leendert de Borst
|
0c5b2fb1da
|
Add task runner job table and manual start button (#467)
|
2024-12-15 15:59:51 +01:00 |
|
Leendert de Borst
|
a5c4a7618d
|
Update AliasServerDbContext.cs so pragma settings are applied correctly (#467)
|
2024-12-15 14:53:33 +01:00 |
|
Leendert de Borst
|
c63faa352f
|
Update version to 0.9.3 (#465)
|
2024-12-13 13:09:14 +01:00 |
|
Leendert de Borst
|
545ec5576e
|
Bump SpamOK.PasswordGenerator version to 1.1.0 (#463)
|
2024-12-13 12:45:05 +01:00 |
|
dependabot[bot]
|
73dcbe5860
|
Bump the npm_and_yarn group across 2 directories with 1 update
Bumps the npm_and_yarn group with 1 update in the /src/AliasVault.Admin directory: [nanoid](https://github.com/ai/nanoid).
Bumps the npm_and_yarn group with 1 update in the /src/AliasVault.Client directory: [nanoid](https://github.com/ai/nanoid).
Updates `nanoid` from 3.3.7 to 3.3.8
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.3.7...3.3.8)
Updates `nanoid` from 3.3.7 to 3.3.8
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.3.7...3.3.8)
---
updated-dependencies:
- dependency-name: nanoid
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: nanoid
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-12-13 12:15:20 +01:00 |
|
Leendert de Borst
|
13917444b9
|
Merge pull request #461 from lanedirt/460-password-not-correct
Fix account registration username capitalization login bug
|
2024-12-13 12:15:08 +01:00 |
|
dependabot[bot]
|
119e13a9dd
|
Bump Serilog from 4.1.0 to 4.2.0
Bumps [Serilog](https://github.com/serilog/serilog) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/serilog/serilog/releases)
- [Commits](https://github.com/serilog/serilog/compare/v4.1.0...v4.2.0)
---
updated-dependencies:
- dependency-name: Serilog
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-12-13 11:50:58 +01:00 |
|
dependabot[bot]
|
7d656e9a9a
|
Bump Microsoft.IdentityModel.JsonWebTokens and Microsoft.IdentityModel.Tokens
Bumps [Microsoft.IdentityModel.JsonWebTokens](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) and [Microsoft.IdentityModel.Tokens](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet). These dependencies needed to be updated together.
Updates `Microsoft.IdentityModel.JsonWebTokens` from 8.2.1 to 8.3.0
- [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/8.2.1...8.3.0)
Updates `Microsoft.IdentityModel.Tokens` from 8.2.1 to 8.3.0
- [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/8.2.1...8.3.0)
---
updated-dependencies:
- dependency-name: Microsoft.IdentityModel.JsonWebTokens
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: Microsoft.IdentityModel.Tokens
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-12-13 11:50:50 +01:00 |
|
Leendert de Borst
|
8bd05b5c2e
|
Fix account registration username capitalization login bug (#460)
|
2024-12-13 11:50:18 +01:00 |
|
Leendert de Borst
|
46cc6527aa
|
Update default server settings (#454)
|
2024-12-04 19:17:56 +01:00 |
|
Leendert de Borst
|
94f6199e27
|
Update AppInfo.cs (#451)
|
2024-12-04 18:55:05 +01:00 |
|
Leendert de Borst
|
de17303085
|
Publish task runner docker container image (#449)
|
2024-12-04 18:39:15 +01:00 |
|
Leendert de Borst
|
832e340b1b
|
Update version to 0.9.0 (#447)
|
2024-12-04 18:30:48 +01:00 |
|
Leendert de Borst
|
25f5660f81
|
Refactor (#221)
|
2024-12-04 17:57:46 +01:00 |
|
Leendert de Borst
|
0923936f7c
|
Add TaskRunner maintenance time tests (#221)
|
2024-12-04 17:57:46 +01:00 |
|
Leendert de Borst
|
3c0905d0b0
|
Add integration tests for TaskRunner (#221)
|
2024-12-04 17:57:46 +01:00 |
|
Leendert de Borst
|
97fd3beeaa
|
Add E2E test for server settings admin page (#221)
|
2024-12-04 17:57:45 +01:00 |
|
Leendert de Borst
|
3195ad86ce
|
Add email cleanup tasks (#221)
|
2024-12-04 17:57:45 +01:00 |
|
Leendert de Borst
|
d147639a83
|
Add task runner implementation (#221)
|
2024-12-04 17:57:45 +01:00 |
|
Leendert de Borst
|
9e0716d32e
|
Add using to db connections (#221)
|
2024-12-04 17:57:45 +01:00 |
|
Leendert de Borst
|
3a05b1e5c3
|
Refactor admin to use shared server project (#221)
|
2024-12-04 17:57:45 +01:00 |
|
Leendert de Borst
|
9628861186
|
Add AliasVault.Shared.Server project (#221)
|
2024-12-04 17:57:45 +01:00 |
|
Leendert de Borst
|
2b541dc28d
|
Make TaskRunner compile (#221)
|
2024-12-04 17:57:45 +01:00 |
|
Leendert de Borst
|
e655dcedb0
|
Refactor service control in admin, add TaskRunner (#221)
|
2024-12-04 17:57:45 +01:00 |
|
Leendert de Borst
|
9b8bbebb44
|
Add server settings page to admin (#221)
|
2024-12-04 17:57:45 +01:00 |
|
Leendert de Borst
|
bbc99ebf16
|
Add AliasVault.TaskRunner boilerplate (#221)
|
2024-12-04 17:57:45 +01:00 |
|
Leendert de Borst
|
973abc8917
|
Update sqlite connection string to include WAL mode directly (#349)
|
2024-12-04 10:00:49 +01:00 |
|
Leendert de Borst
|
65304b0f84
|
Refactor admin dashboard into separate components (#349)
|
2024-12-03 22:56:22 +01:00 |
|
Leendert de Borst
|
ca4dd89e89
|
Update AdminPlaywrightTest.cs (#349)
|
2024-12-02 17:10:15 +01:00 |
|
Leendert de Borst
|
fccf10dc82
|
Tweak UI of admin account settings (#349)
|
2024-12-02 17:08:09 +01:00 |
|
Leendert de Borst
|
b845245728
|
Show amount of emails received in user email claim page (#349)
|
2024-12-02 16:59:21 +01:00 |
|
Leendert de Borst
|
e46357d603
|
Add statistics to admin home dashboard page (#349)
|
2024-12-02 16:54:07 +01:00 |
|
Leendert de Borst
|
236718c76e
|
Update version to 0.8.3 (#438)
|
2024-12-02 14:42:54 +01:00 |
|
dependabot[bot]
|
3c8f32e67a
|
Bump Swashbuckle.AspNetCore from 7.0.0 to 7.1.0
Bumps [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 7.0.0 to 7.1.0.
- [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases)
- [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v7.0.0...v7.1.0)
---
updated-dependencies:
- dependency-name: Swashbuckle.AspNetCore
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-12-02 10:52:44 +00:00 |
|
Leendert de Borst
|
a39ed8c0a7
|
Update version to 0.8.2 (#430)
|
2024-11-27 16:31:28 +01:00 |
|
Leendert de Borst
|
b6bf431062
|
Only test favicon extraction for known stable website (#428)
|
2024-11-27 12:55:28 +01:00 |
|
Leendert de Borst
|
0d8143c62e
|
Fix refresh token expired check (#426)
|
2024-11-26 19:08:41 +01:00 |
|
Leendert de Borst
|
4ae84052e8
|
Refactor RecentEmails.razor (#426)
|
2024-11-26 19:03:03 +01:00 |
|