| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: Move LocaleSwitcher out of tabbing | ivarlovlie | 2022-11-29 | 3 | -2/+6 |
| | | |||||
| * | feat: Update configuration to meet hosting env | ivarlovlie | 2022-11-27 | 3 | -6/+5 |
| | | |||||
| * | feat: Explicitly reference docker hub images | ivarlovlie | 2022-11-27 | 1 | -2/+2 |
| | | |||||
| * | feat: Update node images | ivarlovlie | 2022-11-27 | 1 | -2/+2 |
| | | |||||
| * | feat: Use 7.0 docker images | ivarlovlie | 2022-11-27 | 1 | -2/+2 |
| | | |||||
| * | feat: Small changes | ivarlovlie | 2022-11-27 | 2 | -4/+3 |
| | | |||||
| * | chore(release): Bump version | ivarlovlie | 2022-11-27 | 2 | -1/+2 |
| | | |||||
| * | fix: Put version.txt inside of static | ivarlovlie | 2022-11-27 | 1 | -1/+1 |
| | | |||||
| * | feat: Update and add build files | ivarlovlie | 2022-11-27 | 6 | -2/+114 |
| | | |||||
| * | feat: Update sign-up page to new service api | ivarlovlie | 2022-11-27 | 2 | -27/+70 |
| | | |||||
| * | refactor: Saneify order of validation checks | ivarlovlie | 2022-11-27 | 1 | -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 argument | ivarlovlie | 2022-11-27 | 1 | -0/+1 |
| | | |||||
| * | feat: Initialise Errors dictionary in constructor | ivarlovlie | 2022-11-27 | 1 | -5/+1 |
| | | | | | This mitigates a possible NRE if no errors has been added | ||||
| * | feat: Give general response if request is invalid | ivarlovlie | 2022-11-26 | 3 | -31/+26 |
| | | |||||
| * | refactor: Final touches for move to service | ivarlovlie | 2022-11-26 | 1 | -13/+12 |
| | | |||||
| * | feat: Always include credentials when fetching | ivarlovlie | 2022-11-26 | 1 | -0/+1 |
| | | |||||
| * | refactor: Reorder dependencies | ivarlovlie | 2022-11-26 | 1 | -10/+10 |
| | | |||||
| * | refactor: Add and use FormError class to handle form error logic | ivarlovlie | 2022-11-26 | 5 | -43/+65 |
| | | |||||
| * | feat: Add X-IsKnownProblem to cors exposed headers when developing | ivarlovlie | 2022-11-26 | 1 | -0/+1 |
| | | |||||
| * | feat: !WIP add summaries to config keys | ivarlovlie | 2022-11-25 | 1 | -51/+92 |
| | | |||||
| * | feat: Add users display name when sending reset request mail | ivarlovlie | 2022-11-25 | 1 | -1/+1 |
| | | |||||
| * | feat: Suppress and log exceptions when sending email | ivarlovlie | 2022-11-25 | 1 | -22/+25 |
| | | |||||
| * | feat: Add EMAIL_FROM_ as required config | ivarlovlie | 2022-11-25 | 1 | -0/+2 |
| | | |||||
| * | feat: WIP! Rework http calls into services | ivarlovlie | 2022-11-25 | 7 | -85/+213 |
| | | |||||
| * | feat: Support multiple errors | ivarlovlie | 2022-11-17 | 2 | -10/+15 |
| | | |||||
| * | feat: Update README.md | ivarlovlie | 2022-11-17 | 1 | -1/+0 |
| | | |||||
| * | fix: WIP use new api structure | ivarlovlie | 2022-11-17 | 3 | -80/+81 |
| | | |||||
| * | feat: Use explicit response mode | ivarlovlie | 2022-11-17 | 1 | -4/+13 |
| | | |||||
| * | refactor: Use explicit req/res classes instead of common dto | ivarlovlie | 2022-11-17 | 4 | -24/+53 |
| | | |||||
| * | feat: Add request files for development | ivarlovlie | 2022-11-17 | 2 | -0/+26 |
| | | |||||
| * | feat: Move password reset logic and http calls into a service | ivarlovlie | 2022-11-17 | 3 | -14/+59 |
| | | |||||
| * | feat: Update packages | ivarlovlie | 2022-11-17 | 3 | -182/+194 |
| | | |||||
| * | refactor: Small changes | ivarlovlie | 2022-11-17 | 9 | -36/+18 |
| | | |||||
| * | feat: Update known problem model | ivarlovlie | 2022-11-17 | 8 | -36/+85 |
| | | |||||
| * | fix: Use correct database name for password resets | ivarlovlie | 2022-11-17 | 1 | -1/+1 |
| | | |||||
| * | feat: Inform about KnowProblem in response headers | ivarlovlie | 2022-11-17 | 2 | -2/+4 |
| | | |||||
| * | refactor: Dont use buildx, also formatting | ivarlovlie | 2022-11-17 | 1 | -25/+21 |
| | | |||||
| * | refactor: Api files always returns Response | ivarlovlie | 2022-11-14 | 8 | -162/+105 |
| | | |||||
| * | refactor: Endpoints | ivarlovlie | 2022-11-14 | 15 | -143/+91 |
| | | | | | | - Model payloads in relevant route class - Move RequestTimeZoneInfo out of EndpointBase | ||||
| * | feat: Add know problem model | ivarlovlie | 2022-11-14 | 1 | -0/+13 |
| | | |||||
| * | fix: Align with new api to get routeId | ivarlovlie | 2022-11-14 | 1 | -4/+5 |
| | | |||||
| * | refactor: Password reset service | ivarlovlie | 2022-11-14 | 12 | -378/+1712 |
| | | | | | | - Use FulfillPasswordResetRequestResult to indicate fulfillment result - Rename db names forgot_password_requests > password_reset_requests | ||||
| * | feat: Add migration that removes time tracker entities | ivarlovlie | 2022-11-14 | 3 | -11/+1766 |
| | | |||||
| * | feat: Remove old time tracker models, routes and entities | ivarlovlie | 2022-11-14 | 23 | -1161/+0 |
| | | |||||
| * | refactor: Support querying on project name | ivarlovlie | 2022-11-14 | 1 | -7/+4 |
| | | |||||
| * | refactor: Do swashbuckle setup of pagination props ourselves | ivarlovlie | 2022-11-14 | 3 | -2/+40 |
| | | |||||
| * | feat: remove unused helpers | ivarlovlie | 2022-11-14 | 1 | -23/+0 |
| | | |||||
| * | feat: Updated utils after package update | ivarlovlie | 2022-11-14 | 3 | -11/+13 |
| | | |||||
| * | refactor: Correct spelling | ivarlovlie | 2022-11-14 | 1 | -1/+1 |
| | | |||||
| * | feat: Update packages | ivarlovlie | 2022-11-14 | 2 | -208/+213 |
| | | |||||
