camper/pkg/app
jordi fita mas 0cbf973cbb Add the payment form to admin
Had to change setup_redsys because admins can not read the current
encrypt key, thus it is not possible to `set encrypt_key =
coalesce(…, encrypt_key)`.

Not that it did much sense, anyway, as i was already inside the branch
of the if when encrpty_key is null.

However, it seems that this also affects in the `on conflict` update. I
assume this is because `excluded` is some kind of row of the relation
and has the same restrictions.
2023-10-27 16:08:13 +02:00
..
admin.go Add the payment form to admin 2023-10-27 16:08:13 +02:00
app.go Manage all media uploads in a single place 2023-09-21 01:56:44 +02:00
login.go Split templates and handlers into admin and public 2023-08-05 03:42:37 +02:00
public.go Add the first draft of the booking and payment forms 2023-10-19 21:37:34 +02:00
user.go Move the user role down to company_user relation 2023-08-08 02:22:16 +02:00