Leendert de Borst
|
8c1e5a7bf8
|
Add email claim table disabled boolean (#711)
|
2025-03-20 13:55:32 +01:00 |
|
Leendert de Borst
|
998fa1913f
|
Update dotnet nuget packages to 9.0.3 (#707)
|
2025-03-18 18:08:32 +01:00 |
|
Leendert de Borst
|
61a88e6715
|
Add credentials TOTP code scaffolding (#181)
|
2025-03-11 10:29:25 +01:00 |
|
Leendert de Borst
|
bb477e6f91
|
Bump all Microsoft dependencies to .NET 9.0.2 (#593)
|
2025-02-24 14:02:50 +01:00 |
|
dependabot[bot]
|
b66bcefdde
|
Bump Microsoft.Extensions.Configuration from 9.0.1 to 9.0.2
Bumps [Microsoft.Extensions.Configuration](https://github.com/dotnet/runtime) from 9.0.1 to 9.0.2.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v9.0.1...v9.0.2)
---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Configuration
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-02-24 13:42:04 +01:00 |
|
Leendert de Borst
|
713c21b60c
|
Merge branch 'main' into dependabot/nuget/main/multi-7c78ffaa07
|
2025-02-24 13:33:29 +01:00 |
|
dependabot[bot]
|
58ed0bbf4a
|
Bump Microsoft.EntityFrameworkCore and Microsoft.EntityFrameworkCore.Proxies
Bumps [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) and [Microsoft.EntityFrameworkCore.Proxies](https://github.com/dotnet/efcore). These dependencies needed to be updated together.
Updates `Microsoft.EntityFrameworkCore` from 9.0.0 to 9.0.2
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v9.0.0...v9.0.2)
Updates `Microsoft.EntityFrameworkCore.Proxies` from 9.0.0 to 9.0.2
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v9.0.0...v9.0.2)
---
updated-dependencies:
- dependency-name: Microsoft.EntityFrameworkCore
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: Microsoft.EntityFrameworkCore.Proxies
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-02-24 13:19:44 +01:00 |
|
dependabot[bot]
|
920c1bdebe
|
Bump Microsoft.AspNetCore.DataProtection from 9.0.1 to 9.0.2
Bumps [Microsoft.AspNetCore.DataProtection](https://github.com/dotnet/aspnetcore) from 9.0.1 to 9.0.2.
- [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/v9.0.1...v9.0.2)
---
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>
|
2025-02-24 13:19:13 +01:00 |
|
dependabot[bot]
|
aea98a51a9
|
Bump Microsoft.EntityFrameworkCore and Microsoft.EntityFrameworkCore.Design
Bumps [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore) and [Microsoft.EntityFrameworkCore.Design](https://github.com/dotnet/efcore). These dependencies needed to be updated together.
Updates `Microsoft.EntityFrameworkCore` from 9.0.0 to 9.0.2
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v9.0.0...v9.0.2)
Updates `Microsoft.EntityFrameworkCore.Design` from 9.0.0 to 9.0.2
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v9.0.0...v9.0.2)
---
updated-dependencies:
- dependency-name: Microsoft.EntityFrameworkCore
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: Microsoft.EntityFrameworkCore.Design
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-02-24 10:43:30 +00:00 |
|
dependabot[bot]
|
7bc1ccdb7b
|
Bump Microsoft.AspNetCore.Identity.EntityFrameworkCore and Microsoft.EntityFrameworkCore
Bumps [Microsoft.AspNetCore.Identity.EntityFrameworkCore](https://github.com/dotnet/aspnetcore) and [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore). These dependencies needed to be updated together.
Updates `Microsoft.AspNetCore.Identity.EntityFrameworkCore` from 9.0.0 to 9.0.2
- [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/v9.0.0...v9.0.2)
Updates `Microsoft.EntityFrameworkCore` from 9.0.0 to 9.0.2
- [Release notes](https://github.com/dotnet/efcore/releases)
- [Commits](https://github.com/dotnet/efcore/compare/v9.0.0...v9.0.2)
---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Identity.EntityFrameworkCore
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>
|
2025-02-21 18:05:55 +01:00 |
|
Leendert de Borst
|
ccdb62762e
|
Fix date handling timezone bug with PostgreSQL (#541)
|
2025-02-13 13:02:42 +01:00 |
|
Leendert de Borst
|
a9044e95ca
|
Log client in vault metadata (#541)
|
2025-02-10 14:22:55 +01:00 |
|
Leendert de Borst
|
e153dc6fe7
|
Add client to auth logs in api and wasm client (#541)
|
2025-02-10 11:32:39 +01:00 |
|
dependabot[bot]
|
d81d48ee16
|
Bump Microsoft.Extensions.Configuration and Microsoft.Extensions.Configuration.FileExtensions
Bumps [Microsoft.Extensions.Configuration](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Configuration.FileExtensions](https://github.com/dotnet/runtime). These dependencies needed to be updated together.
Updates `Microsoft.Extensions.Configuration` from 9.0.0 to 9.0.1
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v9.0.0...v9.0.1)
Updates `Microsoft.Extensions.Configuration.FileExtensions` from 9.0.0 to 9.0.1
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v9.0.0...v9.0.1)
---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Configuration
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: Microsoft.Extensions.Configuration.FileExtensions
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-01-20 11:40:02 +01:00 |
|
dependabot[bot]
|
7b45b44735
|
Bump Microsoft.AspNetCore.DataProtection from 9.0.0 to 9.0.1
Bumps [Microsoft.AspNetCore.DataProtection](https://github.com/dotnet/aspnetcore) from 9.0.0 to 9.0.1.
- [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/v9.0.0...v9.0.1)
---
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>
|
2025-01-20 11:39:30 +01:00 |
|
Ikko Eltociear Ashimine
|
e236ba454f
|
chore: update UserEmailClaim.cs (#521)
adress -> address
|
2025-01-08 14:13:14 +00:00 |
|
Leendert de Borst
|
17e4f614d8
|
Refactor postgres docker setup and update docs (#190)
|
2024-12-26 00:39:19 +01:00 |
|
Leendert de Borst
|
747e0910cb
|
Update SQLite ef model (#190)
|
2024-12-25 23:10:24 +01:00 |
|
Leendert de Borst
|
fc85f34218
|
Update useremailclaims setnull to be compatible with PostgreSQL (#190)
|
2024-12-25 23:01:54 +01:00 |
|
Leendert de Borst
|
3b5e944417
|
Refactor (#190)
|
2024-12-24 15:48:34 +01:00 |
|
Leendert de Borst
|
65553e0918
|
Update postgresql date column types to improve compatiblity (#190)
|
2024-12-24 15:27:04 +01:00 |
|
Leendert de Borst
|
7a62ddcf6a
|
Enable postgresql legacy timestamp behavior (#190)
|
2024-12-24 12:39:57 +01:00 |
|
Leendert de Borst
|
6b59200df2
|
Fix migrations (#190)
|
2024-12-24 11:59:37 +01:00 |
|
Leendert de Borst
|
6a0699318c
|
Add sqlite migrations to be in sync with postgresql model (#190)
|
2024-12-23 21:41:25 +01:00 |
|
Leendert de Borst
|
f6e2648a53
|
Update GitHub actions for postgresql (#190)
|
2024-12-23 20:52:39 +01:00 |
|
Leendert de Borst
|
564ae54de8
|
Update postgresql factory to support env vars if available (#190)
|
2024-12-23 15:11:34 +01:00 |
|
Leendert de Borst
|
219f0bc9cc
|
Update db configuration (#190)
|
2024-12-23 14:17:17 +01:00 |
|
Leendert de Borst
|
9735df0436
|
Update install.sh to generate postgresql credentials (#190)
|
2024-12-23 13:57:01 +01:00 |
|
Leendert de Borst
|
db632c3edb
|
Refactor SmtpService to use new dbcontextfactory (#190)
|
2024-12-22 20:05:05 +01:00 |
|
Leendert de Borst
|
e45866fa67
|
Update EF models to not use driver specific fields (#190)
|
2024-12-22 11:26:16 +01:00 |
|
Leendert de Borst
|
8fbd10caaa
|
Update admin project to use new IAliasServerDbContextFactory (#190)
|
2024-12-22 00:37:13 +01:00 |
|
Leendert de Borst
|
54d54f28b4
|
Move migrations for db engines to their respective folders (#190)
|
2024-12-22 00:07:31 +01:00 |
|
Leendert de Borst
|
147f8db5d1
|
Add Blocked column to users table (#342)
|
2024-12-20 18:53:01 +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
|
9b8bbebb44
|
Add server settings page to admin (#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
|
65a2bebd51
|
Update SQLite connection config (#407)
|
2024-11-25 13:34:28 +01:00 |
|
Leendert de Borst
|
e9064643a6
|
Add busy timeout to SQLite connections to prevent errors (#389)
|
2024-11-20 16:52:20 +01:00 |
|
Leendert de Borst
|
aafac49bcb
|
Disable DataProtection temporary (#360)
|
2024-11-13 12:48:11 +01:00 |
|
Leendert de Borst
|
201af7b88a
|
Upgrade all projects to .NET 9 (#360)
|
2024-11-13 11:47:05 +01:00 |
|
Leendert de Borst
|
a92f074099
|
Preserve email claims when user is deleted (#345)
|
2024-11-07 18:51:28 +01:00 |
|
Leendert de Borst
|
be3ea8e198
|
Bump Microsoft.Extensions.Configuration.Json in all projects (#300)
|
2024-11-04 09:39:08 +01:00 |
|
dependabot[bot]
|
a0fb68a68c
|
Bump Microsoft.AspNetCore.DataProtection.EntityFrameworkCore
Bumps [Microsoft.AspNetCore.DataProtection.EntityFrameworkCore](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.EntityFrameworkCore
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-11-03 13:44:01 +01:00 |
|
dependabot[bot]
|
8841a51376
|
Bump Microsoft.AspNetCore.Identity.EntityFrameworkCore
Bumps [Microsoft.AspNetCore.Identity.EntityFrameworkCore](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.Identity.EntityFrameworkCore
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-11-02 13:49:04 +01:00 |
|
dependabot[bot]
|
b253772152
|
Bump Microsoft.EntityFrameworkCore.Sqlite from 8.0.8 to 8.0.10
Bumps [Microsoft.EntityFrameworkCore.Sqlite](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.Sqlite
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-11-02 13:48:49 +01:00 |
|
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 |
|