aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* feat: Safelist some dynamically created classesivarlovlie2022-12-151-0/+4
|
* feat: Updated packagesivarlovlie2022-12-152-124/+127
|
* fix: Don't change text color on focusivarlovlie2022-12-141-10/+9
|
* feat: RC notificationivarlovlie2022-12-143-16/+101
|
* refactor: Use provided URLSearchParamsivarlovlie2022-12-141-2/+1
|
* feat: Working email validationivarlovlie2022-12-1418-105/+106
|
* feat: Misc localisingivarlovlie2022-12-135-12/+44
|
* fix: Remove duplicated notificationivarlovlie2022-12-131-6/+0
|
* feat: A whole slew of thingsivarlovlie2022-12-1320-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 completeivarlovlie2022-12-131-2/+36
|
* feat: Update packagesivarlovlie2022-12-132-359/+428
|
* feat: Add initial notification componentivarlovlie2022-12-132-0/+53
|
* feat: Small changes to frontpageivarlovlie2022-12-137-29/+23
|
* feat: Correct domainivarlovlie2022-12-111-1/+1
|
* refactor: Correct addressesivarlovlie2022-12-111-3/+3
|
* feat: Add frontpageivarlovlie2022-12-11162-234/+10136
|
* feat: !WIP implement email validationivarlovlie2022-12-099-15/+1743
|
* feat: Add tenant slug to migrationsivarlovlie2022-12-093-0/+1625
|
* feat: Move /Data into /Modelsivarlovlie2022-12-0943-64/+3
|
* feat: !WIP implement tenant serviceivarlovlie2022-12-093-11/+73
|
* feat: Implement initial session dataivarlovlie2022-12-091-0/+63
|
* feat: Move everything out of $libivarlovlie2022-12-09108-1110/+1134
|
* feat:Small changesivarlovlie2022-12-077-7/+20
|
* feat: Print email when debuggingivarlovlie2022-12-071-1/+3
|
* refactor: Cache valid-session resultivarlovlie2022-12-071-4/+29
|
* fix: Resource files is now read correctlyivarlovlie2022-12-052-7/+9
|
* feat: Get locale from go_locale firstivarlovlie2022-12-052-0/+13
|
* refactor: Small changesivarlovlie2022-12-058-19/+55
|
* feat: Show active locale in selectivarlovlie2022-12-051-1/+3
|
* feat: Update packagesivarlovlie2022-12-054-198/+174
|
* feat: Support errors, add aria when errors or errorTextivarlovlie2022-12-052-6/+17
|
* revert: ^ivarlovlie2022-11-291-8/+2
|
* feat: Change chunkingivarlovlie2022-11-291-2/+10
|
* feat: Brush upivarlovlie2022-11-293-8/+4
|
* feat: Specify domain for go_session cookieivarlovlie2022-11-291-0/+1
|
* feat: Log response message from postmarkivarlovlie2022-11-291-6/+2
|
* 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: Use postmarks http api instead of smtpivarlovlie2022-11-294-92/+163
|
* feat: Move LocaleSwitcher out of tabbingivarlovlie2022-11-293-2/+6
|
* feat: Update configuration to meet hosting envivarlovlie2022-11-273-6/+5
|
* feat: Explicitly reference docker hub imagesivarlovlie2022-11-271-2/+2
|
* feat: Update node imagesivarlovlie2022-11-271-2/+2
|
* feat: Use 7.0 docker imagesivarlovlie2022-11-271-2/+2
|
* feat: Small changesivarlovlie2022-11-272-4/+3
|
* chore(release): Bump versionivarlovlie2022-11-272-1/+2
|
* fix: Put version.txt inside of staticivarlovlie2022-11-271-1/+1
|
* feat: Update and add build filesivarlovlie2022-11-276-2/+114
|
* feat: Update sign-up page to new service apiivarlovlie2022-11-272-27/+70
|
* 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
|