Go to file
jordi fita mas c84f3f9e80 Allow guest access to user_profile with an empty profile
I want this so that the Go application does not need to know the exact
details of the settings that the database sets when applying the cookie;
it just needs to select from the user_profile that already knows this.

Also, that way i can get the user’s language from its profile with a
single select, without having to check whether we are guest or
authenticated.

With that, i can skip the content negotiation if the user already told
us what language they want.
2023-01-23 01:18:47 +01:00
cmd/numerus Implement login cookie, its verification, and logout 2023-01-17 20:58:13 +01:00
debian Add a deployment test while building the Debian package 2023-01-22 04:32:03 +01:00
demo Add the SQL for the demo 2023-01-17 22:30:01 +01:00
deploy Allow guest access to user_profile with an empty profile 2023-01-23 01:18:47 +01:00
pkg Allow guest access to user_profile with an empty profile 2023-01-23 01:18:47 +01:00
po Change input field to be “Material-like”, as per design 2023-01-23 00:41:54 +01:00
revert Allow guest access to user_profile with an empty profile 2023-01-23 01:18:47 +01:00
test Allow guest access to user_profile with an empty profile 2023-01-23 01:18:47 +01:00
verify Add user_profile view to update the profile with form 2023-01-22 02:23:09 +01:00
web Change input field to be “Material-like”, as per design 2023-01-23 00:41:54 +01:00
.gitignore Add Catalan and Spanish translation with gotext[3] 2023-01-18 20:26:30 +01:00
COPYING Rename LICENSE to COPYING 2023-01-15 04:08:35 +01:00
Makefile Use “layouts” for the common HTML between pages 2023-01-22 21:41:50 +01:00
go.mod Add Catalan and Spanish translation with gotext[3] 2023-01-18 20:26:30 +01:00
go.sum Add Catalan and Spanish translation with gotext[3] 2023-01-18 20:26:30 +01:00
sqitch.conf Setup authentication schema and user relation 2023-01-13 20:30:21 +01:00
sqitch.plan Allow guest access to user_profile with an empty profile 2023-01-23 01:18:47 +01:00