Go to file
jordi fita mas 6c090a63da Register PostgreSQL types once on start with guest user
There are types inaccessible to the authenticator role, such as
redsys_request, that can not be registered because that roles is unable
to get the OID of.

I could have moved these types to the public schema, but then it would
seem pointless to have a separate schema.
2023-12-13 16:47:31 +01:00
cmd/camper Manage all media uploads in a single place 2023-09-21 01:56:44 +02:00
debian Add the contact page, containing a map with the company location 2023-10-06 21:21:00 +02:00
demo Implement Redsys request signature in PostgreSQL 2023-10-27 01:52:04 +02:00
deploy Add the payment form to admin 2023-10-27 16:08:13 +02:00
pkg Register PostgreSQL types once on start with guest user 2023-12-13 16:47:31 +01:00
po Remove “Party Details” from booking form, and stylize it a bit 2023-12-12 23:16:04 +01:00
revert Implement Redsys request signature in PostgreSQL 2023-10-27 01:52:04 +02:00
test Implement Redsys request signature in PostgreSQL 2023-10-27 01:52:04 +02:00
verify Implement Redsys request signature in PostgreSQL 2023-10-27 01:52:04 +02:00
web Remove “Party Details” from booking form, and stylize it a bit 2023-12-12 23:16:04 +01:00
.gitignore Add the sample campsite types to the demo file 2023-09-10 03:57:46 +02:00
Makefile Manage all media uploads in a single place 2023-09-21 01:56:44 +02:00
go.mod Copy RecordArray from pgtype to database 2023-09-12 21:58:30 +02:00
go.sum Copy RecordArray from pgtype to database 2023-09-12 21:58:30 +02:00
sqitch.conf Add empty Sqitch configuration anq plan files 2023-07-20 23:43:23 +02:00
sqitch.plan Implement Redsys request signature in PostgreSQL 2023-10-27 01:52:04 +02:00