Leendert de Borst
|
88c10b5a9c
|
Merge pull request #419 from lanedirt/418-improve-docker-compose-build-test-workflow
Update workflow test to show error if HTTP check fails
0.8.1
|
2024-11-25 15:50:59 +01:00 |
|
Leendert de Borst
|
48d3d26be5
|
Merge pull request #416 from lanedirt/414-grep-env-no-such-file-or-directory-on-clean-install
Fix bug in install.sh
|
2024-11-25 15:41:43 +01:00 |
|
Leendert de Borst
|
5caa583240
|
Update workflow test to show error if HTTP check fails (#418)
|
2024-11-25 15:41:21 +01:00 |
|
Leendert de Borst
|
79f4749869
|
Add extra .env exist check to install.sh (#414)
|
2024-11-25 15:35:42 +01:00 |
|
Leendert de Borst
|
4de42e4a33
|
Merge pull request #417 from lanedirt/415-update-version-number-to-081
Prepare 0.8.1 version
|
2024-11-25 15:31:46 +01:00 |
|
Leendert de Borst
|
af9fba39f3
|
Update AppInfo.cs (#415)
|
2024-11-25 15:30:59 +01:00 |
|
Leendert de Borst
|
91b27c1bec
|
Update install.sh (#414)
|
2024-11-25 15:29:22 +01:00 |
|
Leendert de Borst
|
0fb5327f04
|
Merge pull request #413 from lanedirt/412-add-update-option-to-install-script
Add update option to install script
0.8.0
|
2024-11-25 14:41:17 +01:00 |
|
Leendert de Borst
|
57f6b0961c
|
Update docs (#412)
|
2024-11-25 14:40:38 +01:00 |
|
Leendert de Borst
|
c1d70fe504
|
Add support for installing specific version (#412)
|
2024-11-25 14:39:04 +01:00 |
|
Leendert de Borst
|
4c379802fc
|
Update docker compose build workflow (#412)
|
2024-11-25 14:38:45 +01:00 |
|
dependabot[bot]
|
6a9a98b7bf
|
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.0 to 8.2.1
- [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.0...8.2.1)
Updates `Microsoft.IdentityModel.Tokens` from 8.2.1 to 8.2.1
- [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.2.1)
---
updated-dependencies:
- dependency-name: Microsoft.IdentityModel.JsonWebTokens
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: Microsoft.IdentityModel.Tokens
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-11-25 14:27:22 +01:00 |
|
dependabot[bot]
|
d2705d0b92
|
Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.11.1 to 17.12.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](https://github.com/microsoft/vstest/compare/v17.11.1...v17.12.0)
---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-11-25 14:27:09 +01:00 |
|
dependabot[bot]
|
fcd0397184
|
Bump Microsoft.Playwright.NUnit and NUnit
Bumps [Microsoft.Playwright.NUnit](https://github.com/microsoft/playwright-dotnet) and [NUnit](https://github.com/nunit/nunit). These dependencies needed to be updated together.
Updates `Microsoft.Playwright.NUnit` from 1.48.0 to 1.49.0
- [Release notes](https://github.com/microsoft/playwright-dotnet/releases)
- [Commits](https://github.com/microsoft/playwright-dotnet/compare/v1.48.0...v1.49.0)
Updates `NUnit` from 4.2.2 to 3.13.2
- [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...v3.13.2)
---
updated-dependencies:
- dependency-name: Microsoft.Playwright.NUnit
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: NUnit
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-11-25 14:27:02 +01:00 |
|
Leendert de Borst
|
a8e35d5e1d
|
Update install script with explicit update option (#412)
|
2024-11-25 14:26:25 +01:00 |
|
Leendert de Borst
|
cf459f748f
|
Merge pull request #411 from lanedirt/407-reduce-unnecessary-warnings-in-logs
Fix various warnings in logs
|
2024-11-25 13:48:33 +01:00 |
|
Leendert de Borst
|
65a2bebd51
|
Update SQLite connection config (#407)
|
2024-11-25 13:34:28 +01:00 |
|
Leendert de Borst
|
22e29c6cf5
|
Move DataProtection to top of program.cs to prevent decryption errors (#407)
|
2024-11-25 13:34:13 +01:00 |
|
Leendert de Borst
|
6fd4f7d607
|
Log Smtp messages to information instead of warning (#407)
|
2024-11-25 11:30:10 +01:00 |
|
Leendert de Borst
|
dab4762e94
|
Always force recreate docker containers after install (#407)
|
2024-11-25 11:29:44 +01:00 |
|
Leendert de Borst
|
bb3d38f50e
|
Consolidate docker build/publish (#407)
|
2024-11-25 11:29:28 +01:00 |
|
Leendert de Borst
|
c7f6375fbb
|
Return bad request if no refresh token is provided (#407)
|
2024-11-22 23:01:36 +01:00 |
|
Leendert de Borst
|
197248a6ea
|
Merge pull request #406 from lanedirt/323-customize-error-when-unhandled-error-occurs-in-webapp
Style blazor wasm exception message
|
2024-11-22 12:15:35 +01:00 |
|
Leendert de Borst
|
5de9a0b8d8
|
Style blazor wasm exception message (#323)
|
2024-11-22 10:48:43 +01:00 |
|
Leendert de Borst
|
8a99dbf705
|
Merge pull request #394 from lanedirt/359-back-button-should-not-be-visible-at-terms-and-conditions-step-during-user-create
Do not show back button on first step of user creation
|
2024-11-22 10:03:45 +01:00 |
|
Leendert de Borst
|
b6b3b88b1d
|
Merge pull request #395 from lanedirt/358-do-not-show-expired-access-tokens-on-security-page-on-client
Only show non-expired refresh tokens on client
|
2024-11-22 10:03:39 +01:00 |
|
Leendert de Borst
|
0dc699ea54
|
Merge pull request #396 from lanedirt/371-tweak-client-body-and-footer-z-index
Fix body and footer overlap issue
|
2024-11-22 10:03:33 +01:00 |
|
Leendert de Borst
|
a228ccb904
|
Merge pull request #397 from lanedirt/363-client-logout-action-registers-as-failed-in-auth-log
Fix refresh token revoke bug
|
2024-11-22 10:03:28 +01:00 |
|
Leendert de Borst
|
398e4016dc
|
Merge pull request #399 from lanedirt/398-only-use-installsh-for-testing-pull-deploy-in-github-actions
Download fresh install.sh to test pull deploy in GitHub Actions
|
2024-11-22 10:03:22 +01:00 |
|
Leendert de Borst
|
fd1e0c5d15
|
Merge pull request #404 from lanedirt/402-add-github-pages-documentation-website
Update README with new docs website
|
2024-11-22 01:21:27 +01:00 |
|
Leendert de Borst
|
e6ea0c51c8
|
Update README with new docs website (#402)
|
2024-11-22 01:21:11 +01:00 |
|
Leendert de Borst
|
38eef67207
|
Merge pull request #403 from lanedirt/402-add-github-pages-documentation-website
Update documentation
|
2024-11-22 00:41:03 +01:00 |
|
Leendert de Borst
|
7ce253e93d
|
Update docs (#402)
|
2024-11-22 00:40:41 +01:00 |
|
Leendert de Borst
|
c519b80159
|
Merge pull request #401 from lanedirt/400-tweak-docker-compose-setup-to-not-use-static-network-name-to-prevent-conflicts
Remove static docker network name to prevent conflicts as its not needed
|
2024-11-21 22:37:16 +01:00 |
|
Leendert de Borst
|
e128bbf091
|
Remove static docker network name to prevent conflicts as its not needed (#400)
|
2024-11-21 22:36:15 +01:00 |
|
Leendert de Borst
|
04315b38ba
|
Create CNAME
|
2024-11-21 20:41:12 +01:00 |
|
Leendert de Borst
|
0ee1b5e992
|
Download fresh install.sh to test pull deploy instead of checking out full repo (#398)
|
2024-11-21 19:53:04 +01:00 |
|
Leendert de Borst
|
b4b2dc3fe7
|
Fix refresh token revoke bug (#363)
|
2024-11-21 19:26:16 +01:00 |
|
Leendert de Borst
|
7ac9cdc9e7
|
Tweak body so it fully overlaps over absolutely positioned footer while scrolling (#371)
|
2024-11-21 18:14:14 +01:00 |
|
Leendert de Borst
|
9ba8bb183a
|
Only show non-expired refresh tokens on client (#358)
|
2024-11-21 18:12:42 +01:00 |
|
Leendert de Borst
|
7ef8a12fb2
|
Do not show back button on first step of user creation (#359)
|
2024-11-21 17:33:19 +01:00 |
|
Leendert de Borst
|
ea7aba4ff4
|
Merge pull request #393 from lanedirt/391-download-letsencrypt-docker-compose-yml-file-for-quick-install
Add static docker compose network name
|
2024-11-20 17:52:37 +01:00 |
|
Leendert de Borst
|
aac9694d5d
|
Add static network name (#391)
|
2024-11-20 17:52:11 +01:00 |
|
Leendert de Borst
|
06d7666265
|
Merge pull request #392 from lanedirt/391-download-letsencrypt-docker-compose-yml-file-for-quick-install
Update install.sh
|
2024-11-20 17:23:56 +01:00 |
|
Leendert de Borst
|
ca17759727
|
Update install.sh (#391)
|
2024-11-20 17:23:36 +01:00 |
|
Leendert de Borst
|
48b96b4151
|
Merge pull request #390 from lanedirt/389-prepare-070-release
Update documentation for 0.7.0 release
0.7.0
|
2024-11-20 17:01:20 +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
|
667592411f
|
Update for 0.7.0 release (#389)
|
2024-11-20 16:51:48 +01:00 |
|
Leendert de Borst
|
dfdf4981cb
|
Add LetsEncrypt ssl certificate generation to docker setup (#388)
* Add LetsEncrypt scaffolding to docker compose setup (#367)
* Update install.sh (#367)
* Add certificate request logic (#367)
* Update domain validation regex (#367)
* Update install.sh (#367)
* Update install.sh (#367)
* Update nginx.conf for LetsEncrypt validation (#367)
* Update nginx.conf (#367)
* Add certbot volume mapping to nginx (#367)
* Update nginx conf to template to use env vars (#367)
* Update nginx certbot root (#367)
* Update install.sh (#367)
* Update nginx ssl letsencrypt paths (#367)
* Update install.sh (#367)
* Use conditional nginx.conf include instead of vars (#367)
* Update install.sh so it doesn't restart docker stack but expects it to be running already (#367)
* Update permissions (#367)
* Update install.sh (#367)
* Refactor and cleanup (#367)
|
2024-11-20 16:25:35 +01:00 |
|
Leendert de Borst
|
0f377bdec6
|
Merge pull request #384 from lanedirt/383-add-try-catch-around-favicon-extractor-to-prevent-hostname-could-not-be-parsed-exceptions
Log failed favicon extraction as information instead of warning
|
2024-11-20 10:13:30 +01:00 |
|