aboutsummaryrefslogtreecommitdiffstats
path: root/code/api/src/Endpoints
Commit message (Collapse)AuthorAgeFilesLines
* feat: Working email validationivarlovlie2022-12-149-26/+28
|
* feat: A whole slew of thingsivarlovlie2022-12-131-1/+1
| | | | | | | | | - Use a md5 hash of the session cookie value as key for session validity check - Introduce global state - Introduce a common interface for form logic, and implement it on the sign-in form - Introduce static resolve() on all services instead of new-upping all over. - Implement /portal on the frontend to support giving the frontend a inital context from server or anywhere. - Show a notification when users sign in for the first time after validating their email
* feat: Add frontpageivarlovlie2022-12-113-2/+28
|
* feat: Move /Data into /Modelsivarlovlie2022-12-092-36/+0
|
* feat: Implement initial session dataivarlovlie2022-12-091-0/+63
|
* feat: Update sign-up page to new service apiivarlovlie2022-11-271-3/+8
|
* refactor: Saneify order of validation checksivarlovlie2022-11-271-7/+5
| | | | | --Weird _database.Users.Any() gave me a NRE on the source argument, which is DbSet<User>, but does not complain with FirstOrDefault...
* feat: Populate/overwrite TraceId when giving whole problem as argumentivarlovlie2022-11-271-0/+1
|
* feat: Use explicit response modeivarlovlie2022-11-171-4/+13
|
* refactor: Use explicit req/res classes instead of common dtoivarlovlie2022-11-172-5/+30
|
* feat: Add request files for developmentivarlovlie2022-11-172-0/+26
|
* refactor: Small changesivarlovlie2022-11-173-10/+0
|
* feat: Update known problem modelivarlovlie2022-11-176-28/+65
|
* feat: Inform about KnowProblem in response headersivarlovlie2022-11-171-1/+3
|
* refactor: Api files always returns Responseivarlovlie2022-11-142-30/+8
|
* refactor: Endpointsivarlovlie2022-11-1414-143/+83
| | | | | - Model payloads in relevant route class - Move RequestTimeZoneInfo out of EndpointBase
* refactor: Password reset serviceivarlovlie2022-11-142-18/+8
| | | | | - Use FulfillPasswordResetRequestResult to indicate fulfillment result - Rename db names forgot_password_requests > password_reset_requests
* feat: Remove old time tracker models, routes and entitiesivarlovlie2022-11-1419-1014/+0
|
* refactor: Support querying on project nameivarlovlie2022-11-141-7/+4
|
* feat: Apiworkivarlovlie2022-10-3039-969/+1154
|
* fix: Working EndpointBase with KnowProblem-helperivarlovlie2022-10-281-1/+3
|
* .ivarlovlie2022-10-252-12/+4
|
* feat: Before move to FastEndpointsivarlovlie2022-10-2423-170/+350
|
* refactor: Change file structureivarlovlie2022-10-0545-0/+1829