16 Commits

Author SHA1 Message Date
8f89c14961 issue #20 add sort, not yet in view
All checks were successful
Go / build (push) Successful in 12m10s
2025-04-21 12:11:44 +02:00
03f1ce361a add missing return in registerhandler
All checks were successful
Go / build (push) Successful in 12m35s
2025-04-15 10:46:46 +02:00
1525f44687 show some sections only to admin user 2025-04-15 00:26:54 +02:00
3955d8626a add/rm tokens, register with token 2025-04-15 00:12:34 +02:00
6d63e53200 Add token repositorie 2025-04-14 23:29:24 +02:00
cca0b2775c disable /register if a user exist 2025-04-14 22:55:36 +02:00
6c2b3964fe rm unused code 2025-04-14 22:41:26 +02:00
fd46f35023 add tagview 2025-04-13 23:32:38 +02:00
a1fc053fa8 give go module proper name 2025-04-11 17:31:46 +02:00
869642fa4d format 2025-03-25 20:47:05 +01:00
6398429c92 shopitems instead rooms 2025-03-02 18:49:36 +01:00
48491d0786 add login/register/reset/logout views 2025-01-05 23:54:50 +01:00
273918f542 mv logic into userService
allows reusing it in the views more easy
2025-01-05 22:38:48 +01:00
4e48e87f6c Abstract db handling into repositories 2025-01-05 22:22:00 +01:00
2eadad9135 Allow adding users to rooms 2025-01-04 23:12:56 +01:00
c78a84e075 add basic jwt auth 2025-01-04 21:22:22 +01:00