Commit graph

174 commits

Author SHA1 Message Date
6a15d1b32a
refactor: server option to own filed 2024-08-15 23:48:35 +02:00
4fc580c93e
update css and js 2024-08-10 13:37:42 +02:00
6eb7e272a4
use docker dev env 2024-08-09 15:33:33 +02:00
622adafef6
debug calendar secrets (#15)
* debug secret parsing

* better logging

* update deps
2024-08-09 14:36:14 +02:00
ac10e65097
Refactor service (#14)
* add comments to main file

* create health check handler

health check

* use naming convention for booking handler

* use naming convention for hamndlers

naming convention

* clean up
2024-08-07 09:12:50 +02:00
e9fcb8dd49
bypass unused func 2024-08-06 09:24:05 +02:00
7ebe0975ae
add calendar token 2024-08-06 09:18:58 +02:00
9765edc318
update templ version 2024-08-05 20:19:33 +02:00
4409facd34
create calendar service at startup 2024-08-05 20:19:25 +02:00
e13d7f53ff
poc calendar service 2024-08-05 13:55:16 +02:00
509afddf92
install G Calendar client 2024-08-03 22:33:50 +02:00
1137737afa
install certificates 2024-07-18 14:46:05 +02:00
036d267abf
Revert "back to nix"
This reverts commit 43af5f1a76.
2024-07-18 14:44:20 +02:00
441806bb4f
Revert "deactivate TLS check for client call"
This reverts commit 8acffdf9b2.
2024-07-18 14:34:24 +02:00
43af5f1a76
back to nix 2024-07-18 13:13:36 +02:00
99e95e54c0
linter 2024-07-18 13:09:33 +02:00
8acffdf9b2
deactivate TLS check for client call 2024-07-18 13:07:08 +02:00
aff18b2b12
split view models 2024-07-15 16:59:23 +02:00
efc8c90d63
add dockerfile 2024-07-14 23:47:23 +02:00
22175a9b39
fix linter errors 2024-07-14 23:43:14 +02:00
cd61bdf2f1
add CI 2024-07-14 23:39:31 +02:00
967df34451
add external field to form 2024-07-14 23:35:39 +02:00
1f55bf3556
make external id nullable 2024-07-14 23:05:14 +02:00
18daf5d482
improve date parsing 2024-07-06 10:50:39 +02:00
b25d7be29d
basic task scheduler 2024-06-30 12:49:26 +02:00
ee3674e12f
better date formatting 2024-06-29 09:28:51 +02:00
6bff5ccc18
use left join for bookings and items 2024-06-28 17:03:23 +02:00
69fdfa66af
fix date format 2024-06-20 18:45:34 +02:00
82773aab3b
fix date regex 2024-06-20 18:39:26 +02:00
ba950f3b03
use constants 2024-06-20 18:34:57 +02:00
ae233e46e0
add alpinejs form validation on the login step 2024-06-17 17:19:48 +02:00
0dc9bee3f7
add api_key to config 2024-06-16 16:20:55 +02:00
c8ab60e07e
add external_id to not duplicate bookings 2024-06-15 09:11:56 +02:00
ba22fa0ffc
log and return message 2024-06-15 07:55:48 +02:00
33c1c450e0
store items 2024-06-15 07:51:05 +02:00
0b5c12716c
store booking to db 2024-06-15 07:39:23 +02:00
1ec2f5365c
update templ version 2024-06-14 22:35:20 +02:00
7d4e7816cd
update readme 2024-06-14 22:26:00 +02:00
cee291a88f
move to service 2024-06-14 13:07:53 +02:00
f9066d3ecb
extract booking data 2024-06-14 12:27:55 +02:00
0db50b2268
add validation to login form 2024-06-08 13:23:43 +02:00
eef6c85fe3
add helper file 2024-06-08 12:27:05 +02:00
eda38b52a0
clean main function 2024-06-03 11:21:46 +02:00
8c4a1554ca
make origin a config change api sync url 2024-06-02 11:59:07 +02:00
c3c52cfbf7
reformat 2024-06-02 11:27:08 +02:00
5a5c31fba6
update golang version 2024-06-02 11:12:03 +02:00
ab52e6ec95
show cancel state on booking list 2024-06-02 11:07:42 +02:00
0a41989b01
cancel booking in db 2024-06-01 20:56:13 +02:00
04586832fa
add cancel flag on booking 2024-06-01 20:21:24 +02:00
9f28a53e63
improve login screen 2024-05-30 20:51:59 +02:00