| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: Misc localising | ivarlovlie | 2022-12-13 | 5 | -12/+44 |
| | | |||||
| * | fix: Remove duplicated notification | ivarlovlie | 2022-12-13 | 1 | -6/+0 |
| | | |||||
| * | feat: A whole slew of things | ivarlovlie | 2022-12-13 | 20 | -272/+416 |
| | | | | | | | | | | - 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: v1 notification complete | ivarlovlie | 2022-12-13 | 1 | -2/+36 |
| | | |||||
| * | feat: Update packages | ivarlovlie | 2022-12-13 | 2 | -359/+428 |
| | | |||||
| * | feat: Add initial notification component | ivarlovlie | 2022-12-13 | 2 | -0/+53 |
| | | |||||
| * | feat: Small changes to frontpage | ivarlovlie | 2022-12-13 | 7 | -29/+23 |
| | | |||||
| * | feat: Correct domain | ivarlovlie | 2022-12-11 | 1 | -1/+1 |
| | | |||||
| * | refactor: Correct addresses | ivarlovlie | 2022-12-11 | 1 | -3/+3 |
| | | |||||
| * | feat: Add frontpage | ivarlovlie | 2022-12-11 | 162 | -234/+10136 |
| | | |||||
| * | feat: !WIP implement email validation | ivarlovlie | 2022-12-09 | 9 | -15/+1743 |
| | | |||||
| * | feat: Add tenant slug to migrations | ivarlovlie | 2022-12-09 | 3 | -0/+1625 |
| | | |||||
| * | feat: Move /Data into /Models | ivarlovlie | 2022-12-09 | 43 | -64/+3 |
| | | |||||
| * | feat: !WIP implement tenant service | ivarlovlie | 2022-12-09 | 3 | -11/+73 |
| | | |||||
| * | feat: Implement initial session data | ivarlovlie | 2022-12-09 | 1 | -0/+63 |
| | | |||||
| * | feat: Move everything out of $lib | ivarlovlie | 2022-12-09 | 108 | -1110/+1134 |
| | | |||||
| * | feat:Small changes | ivarlovlie | 2022-12-07 | 7 | -7/+20 |
| | | |||||
| * | feat: Print email when debugging | ivarlovlie | 2022-12-07 | 1 | -1/+3 |
| | | |||||
| * | refactor: Cache valid-session result | ivarlovlie | 2022-12-07 | 1 | -4/+29 |
| | | |||||
| * | fix: Resource files is now read correctly | ivarlovlie | 2022-12-05 | 2 | -7/+9 |
| | | |||||
| * | feat: Get locale from go_locale first | ivarlovlie | 2022-12-05 | 2 | -0/+13 |
| | | |||||
| * | refactor: Small changes | ivarlovlie | 2022-12-05 | 8 | -19/+55 |
| | | |||||
| * | feat: Show active locale in select | ivarlovlie | 2022-12-05 | 1 | -1/+3 |
| | | |||||
| * | feat: Update packages | ivarlovlie | 2022-12-05 | 4 | -198/+174 |
| | | |||||
| * | feat: Support errors, add aria when errors or errorText | ivarlovlie | 2022-12-05 | 2 | -6/+17 |
| | | |||||
| * | revert: ^ | ivarlovlie | 2022-11-29 | 1 | -8/+2 |
| | | |||||
| * | feat: Change chunking | ivarlovlie | 2022-11-29 | 1 | -2/+10 |
| | | |||||
| * | feat: Brush up | ivarlovlie | 2022-11-29 | 3 | -8/+4 |
| | | |||||
| * | feat: Specify domain for go_session cookie | ivarlovlie | 2022-11-29 | 1 | -0/+1 |
| | | |||||
| * | feat: Log response message from postmark | ivarlovlie | 2022-11-29 | 1 | -6/+2 |
| | | |||||
| * | feat: Add http clients to MailService and VaultService | ivarlovlie | 2022-11-29 | 1 | -0/+2 |
| | | | | | No idea why vault service didn't complain about not having a http client before. | ||||
| * | feat: Use postmarks http api instead of smtp | ivarlovlie | 2022-11-29 | 4 | -92/+163 |
| | | |||||
| * | 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 |
| | | |||||
