nikita
538f1d67c8
fix: change the link to the error type
2024-12-26 16:39:29 +03:00
nikita
36026b3afb
refactor: distribute the domain folder
2024-12-26 13:38:43 +03:00
ae4d2073c4
feat: add a 200 result schema
2024-12-25 07:22:07 +03:00
8c51ba83a4
fix: add trim for email and username
2024-12-25 05:44:37 +03:00
408a95e4b3
refactor: add .editorconfig and refactor code
2024-12-25 05:43:30 +03:00
97e50b5331
fix: set minimum level for authorization and authentication to warning
...
.NET Test Pipeline / build-and-test (push) Successful in 1m31s
Build and Deploy Docker Container / build-and-deploy (push) Successful in 1m47s
Signed-off-by: Polianin Nikita <wesser@noreply.git.winsomnia.net>
2024-12-23 10:53:32 +03:00
5ff8744a55
feat: improve logging
.NET Test Pipeline / build-and-test (push) Successful in 1m12s
Build and Deploy Docker Container / build-and-deploy (push) Successful in 2m11s
2024-12-23 07:48:28 +03:00
b82fbc491f
fix: add missing using
.NET Test Pipeline / build-and-test (push) Successful in 1m24s
Build and Deploy Docker Container / build-and-deploy (push) Successful in 2m14s
2024-12-22 07:21:51 +03:00
85722f8552
feat: add integration with seq
.NET Test Pipeline / build-and-test (push) Failing after 1m43s
Build and Deploy Docker Container / build-and-deploy (push) Failing after 2m6s
2024-12-22 07:13:59 +03:00
9231c4d5ca
refactor: remove unused code
2024-12-22 06:39:12 +03:00
7b94f9cc1f
refactor: for maintenance mode, return the standard error
2024-12-22 05:51:11 +03:00
e4b942d062
refactor: to return the result according to the RFC 7807 standard and add a traceId
2024-12-22 05:25:19 +03:00
e9ff1cabe8
feat: add a return of the data that has been configured
2024-12-18 07:39:17 +03:00
cff42d0a31
feat: add password policy to general config
2024-12-18 07:31:16 +03:00
e977de3e4f
feat: add authorize in OAuth
2024-11-04 02:39:10 +03:00
23f74b3bdf
refactor: change name enums
2024-11-02 00:50:10 +03:00
eb272baa38
fix: change cookie name
Build and Deploy Docker Container / build-and-deploy (push) Successful in 2m12s
.NET Test Pipeline / build-and-test (push) Successful in 2m44s
2024-10-31 04:23:43 +03:00
cd6f25deba
refactor: transfer logic
...
All logic related to token manipulation has been transferred to the AuthService. Also added TOTP 2FA and rethought the logic of logging into the application
2024-10-31 04:12:02 +03:00
0f47a98ad9
feat: return security exception
2024-10-31 04:07:35 +03:00
d8dbf1562f
refactor: clean code
2024-10-27 06:51:05 +03:00
80e74b34c1
feat: add background task
2024-10-27 05:42:50 +03:00
8fad070a9c
refactor: error logging
2024-10-27 04:36:20 +03:00
fc5ec1fd54
fix: log exception
2024-10-27 03:02:25 +03:00
ebec0a2d2b
fix: remove request to /health from log
2024-10-25 02:37:08 +03:00
4fc28378c5
feat: add healthcheck for main project
2024-10-25 02:36:39 +03:00
428c2dc3ba
refactor: return the modified interfaces for further modification
2024-10-25 02:22:42 +03:00
71e8eca5f4
refactor: remove unused param
2024-10-09 03:02:35 +03:00
1f3aaca3cf
sec: move token from responce to cookie
2024-10-09 03:00:26 +03:00
26dbf608b9
refactor: sync namespace
2024-10-07 02:25:36 +03:00
1c981fb7bf
refactor: code restructuring
2024-10-07 02:13:35 +03:00
88d78dfab3
build: update ref
2024-09-18 06:00:07 +03:00
65709e1f83
refactor: move files to another namespace
2024-09-07 04:28:07 +03:00
c7b401eae7
fix: save log with PathBuilder
2024-08-10 22:04:11 +03:00
279ca9647b
fix: path to wwwroot
2024-07-05 02:50:02 +03:00
21055176ac
fix: check file exist
2024-07-05 01:57:34 +03:00
f42caa3a45
feat: add sub path for actual url
2024-07-05 01:35:19 +03:00
57f4d1b822
fix: add test env to variablesFromFile
2024-07-05 01:22:21 +03:00
75c1aebea6
refactor: change namespace
2024-07-04 23:54:17 +03:00
e8ca2c42a6
sec: add random scret forward token for set ip if app under proxy
2024-07-04 23:46:43 +03:00
9133b57a1b
refactor: GeneralConfig
2024-07-04 23:45:33 +03:00
fe24dfcd6a
perf: return Dictionary instead interface
2024-07-04 23:31:05 +03:00
2041a187e7
fix: create directory if not exist
2024-07-04 22:40:59 +03:00
2f7c77e764
fix: try get value
...
Build and Deploy Docker Container / build-and-deploy (push) Has been cancelled
.NET Test Pipeline / build-and-test (push) Has been cancelled
Signed-off-by: Polianin Nikita <wesser@noreply.git.winsomnia.net>
2024-07-03 10:09:50 +03:00
79151e7da8
feat: add bearer auth to swagger
2024-06-21 21:43:40 +03:00
eba11f515d
fix: singleton added in JwtTokenService
2024-06-13 00:42:15 +03:00
984791f193
style: change template for log message
2024-06-10 22:02:29 +03:00
b640902777
feat: add dark theme for swagger
2024-06-10 22:01:58 +03:00
993e66a084
fix: add JsonIgnore to calculated property
.NET Test Pipeline / build-and-test (push) Successful in 3m46s
2024-06-01 11:11:21 +03:00
6797adac4f
fix: get GeneralConfig
2024-06-01 11:10:42 +03:00
2e64caf6ea
refactor: code cleaning
2024-06-01 10:59:23 +03:00