Go to file
jordi fita mas 627841d4dd Add the company relation and read-only form to edit
I do not have more time to update the update to the company today, but i
believe this is already a good amount of work for a commit.

The company is going to be used for row level security, as users will
only have access to the data from companies they are granted access, by
virtue of being in the company_user relation.

I did not know how add a row level security policy to the company_user
because i needed the to select on the same relation and this is not
allowed, because it would create an infinite loop.

Had to add the vat, pg_libphonenumber, and uri extensions in order to
validate VAT identification numbers, phone numbers, and URIs,
repectively.  These libraries are not in Debian, but i created packages
for them all in https://dev.tandem.ws/tandem.
2023-01-24 21:46:07 +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 company relation and read-only form to edit 2023-01-24 21:46:07 +01:00
deploy Add the company relation and read-only form to edit 2023-01-24 21:46:07 +01:00
pkg Add the company relation and read-only form to edit 2023-01-24 21:46:07 +01:00
po Add the company relation and read-only form to edit 2023-01-24 21:46:07 +01:00
revert Add the company relation and read-only form to edit 2023-01-24 21:46:07 +01:00
test Add the company relation and read-only form to edit 2023-01-24 21:46:07 +01:00
verify Add the company relation and read-only form to edit 2023-01-24 21:46:07 +01:00
web Add the company relation and read-only form to edit 2023-01-24 21:46:07 +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 Add the company relation and read-only form to edit 2023-01-24 21:46:07 +01:00