aboutsummaryrefslogtreecommitdiffstats
path: root/code/api/src/Program.cs
Commit message (Collapse)AuthorAgeFilesLines
* feat: Move everything out of $libivarlovlie2022-12-091-0/+1
|
* fix: Resource files is now read correctlyivarlovlie2022-12-051-6/+8
|
* feat: Get locale from go_locale firstivarlovlie2022-12-051-0/+6
|
* refactor: Small changesivarlovlie2022-12-051-5/+4
|
* feat: Specify domain for go_session cookieivarlovlie2022-11-291-0/+1
|
* feat: Add http clients to MailService and VaultServiceivarlovlie2022-11-291-0/+2
| | | | No idea why vault service didn't complain about not having a http client before.
* feat: Add X-IsKnownProblem to cors exposed headers when developingivarlovlie2022-11-261-0/+1
|
* refactor: Password reset serviceivarlovlie2022-11-141-11/+3
| | | | | - Use FulfillPasswordResetRequestResult to indicate fulfillment result - Rename db names forgot_password_requests > password_reset_requests
* refactor: Do swashbuckle setup of pagination props ourselvesivarlovlie2022-11-141-1/+1
|
* feat: Apiworkivarlovlie2022-10-301-3/+8
|
* refactor: Add VaultService as a Singletonivarlovlie2022-10-281-1/+1
|
* refactor: Don't use assembly name to get name of xml docivarlovlie2022-10-281-6/+2
| | | | The name is well known and not subject to change.
* feat: Remove appsettings.json and move logging levels to program.csivarlovlie2022-10-251-2/+6
|
* feat: Before move to FastEndpointsivarlovlie2022-10-241-171/+174
|
* refactor: Change file structureivarlovlie2022-10-051-0/+236