camper/pkg/app
jordi fita mas e59e6a2a42 Move the locales parameter inside Company struct.
I realized that locales should be company-dependent: we could have two
companies that show pages in a different subset of the application
locales.  It is not the case now, because despite being a “multicompany
application”, it is intended for a single customer, but still makes
sense to include it in Company, even if the subset is the same set as
the application’s.
2023-08-07 10:53:42 +02:00
..
admin.go Instead of keeping a requestPath in app, use request.RequestURI 2023-08-06 04:03:04 +02:00
app.go Move the locales parameter inside Company struct. 2023-08-07 10:53:42 +02:00
login.go Split templates and handlers into admin and public 2023-08-05 03:42:37 +02:00
public.go Move the locales parameter inside Company struct. 2023-08-07 10:53:42 +02:00
user.go Instead of keeping a requestPath in app, use request.RequestURI 2023-08-06 04:03:04 +02:00