robin
|
e1f274b744
|
feat: added exercises handler/service/repo
|
2026-09-04 12:29:44 +02:00 |
|
robin
|
f0304cda1a
|
fix: changed constraint for exercises.load column: "absolute" => "external"
|
2026-09-04 11:01:00 +02:00 |
|
robin
|
4cb03c6712
|
feat: added endpoint to update list item title only
|
2026-09-04 10:11:32 +02:00 |
|
robin
|
ba9c1bc14f
|
fix: improved error logging for config value lookups
|
2026-09-04 09:56:08 +02:00 |
|
robin
|
2c50d75f88
|
fix: nil pointer dereference
|
2026-09-01 17:10:29 +02:00 |
|
robin
|
3778ab7d58
|
feat: create list now runs in a transaction
|
2026-09-01 17:03:04 +02:00 |
|
robin
|
62a5324e6d
|
feat: added docstring for /version endpoint
|
2026-09-01 16:57:49 +02:00 |
|
robin
|
19ad59ac30
|
feat: added /version endpoint
|
2026-09-01 16:42:40 +02:00 |
|
robin
|
42fbd681ba
|
feat: added endpoint to fetch invites status
|
2026-09-01 16:26:27 +02:00 |
|
robin
|
8e126c46fb
|
fix: not finding an invite in the database now produced an invalid invite error
|
2026-09-01 15:53:08 +02:00 |
|
robin
|
24bb87fdca
|
fix: removed double check for consumed/expired invitations
|
2026-09-01 15:52:47 +02:00 |
|
robin
|
b4ab9eaba1
|
fix: POST /lists/items now returns "list_id" correctly
|
2026-09-01 15:46:07 +02:00 |
|
robin
|
173d56d399
|
fix: /lists/items now consistent in singular/plural usage
|
2026-09-01 15:44:27 +02:00 |
|
robin
|
d3aa9523dc
|
fix: updated doc strings
|
2026-09-01 15:40:26 +02:00 |
|
robin
|
26aa0c2a94
|
fix: /login now has better error handling/reporting
|
2026-09-01 15:38:17 +02:00 |
|
robin
|
b35dc4841f
|
fix: /logout routes; improved error handling for invites
|
2026-09-01 15:28:18 +02:00 |
|
robin
|
4b703b077c
|
fix: list service errors unification
|
2026-09-01 15:06:30 +02:00 |
|
robin
|
2e3e82e776
|
feat: added db transactions abstraction; cleaned up user registration; repos adapted new abstraction: all repos now support transactions, if present in ctx
|
2026-09-01 14:55:20 +02:00 |
|
robin
|
1695a57dbd
|
feat: added pagination to GET /user/invites
|
2026-09-01 10:18:08 +02:00 |
|
robin
|
8479b8ac4b
|
fix: manually delete user when invite could not be consumed - since transactions in the handler are not yet supported
|
2026-08-31 21:31:53 +02:00 |
|
robin
|
4b91e7b32c
|
fix: registering with invite now works
|
2026-08-31 21:31:13 +02:00 |
|
robin
|
47a6ad6cbf
|
feat: removed default handler
|
2026-08-31 21:18:05 +02:00 |
|
robin
|
2ae4dbdc11
|
feat: POST /users is now no longer a protected route
|
2026-08-31 21:15:24 +02:00 |
|
robin
|
8b0d82ac24
|
fix: sql column access for invites
|
2026-08-31 21:03:10 +02:00 |
|
robin
|
755ebefd30
|
fix: too many arguments for sql query
|
2026-08-31 20:58:22 +02:00 |
|
robin
|
8ab2f3f1bf
|
fix: GET /user/invites now calls correct handler
|
2026-08-31 20:35:39 +02:00 |
|
robin
|
e52b7d4fad
|
fix: invite paths in doc comments
|
2026-08-31 20:22:23 +02:00 |
|
robin
|
5cfeb0bf96
|
feat: added invite system
|
2026-08-31 20:06:51 +02:00 |
|
robin
|
2e16eefaba
|
fix: improved logging
|
2026-08-31 19:19:08 +02:00 |
|
robin
|
491b8da1ac
|
fix: changed invite code length to 64 (sha256 hash)
|
2026-08-31 18:51:13 +02:00 |
|
robin
|
eaf676f8b4
|
fix: moved to encoding/json/v2
|
2026-08-31 18:44:22 +02:00 |
|
robin
|
da3b2a5a6e
|
feat: change password now requires old/current password
|
2026-08-29 17:39:58 +02:00 |
|
robin
|
dc71ff4332
|
feat: change user password
|
2026-08-29 17:23:25 +02:00 |
|
robin
|
ac527e1928
|
feat: added invite table
|
2026-08-29 16:59:20 +02:00 |
|
robin
|
c468dac5e1
|
fix: workouts sql improvements
|
2026-08-29 16:16:44 +02:00 |
|
robin
|
3360687a00
|
fix: workouts sql improvements
|
2026-08-29 16:08:37 +02:00 |
|
robin
|
ce73cb451a
|
feat: added group_no to template_exercises, to allow grouping exercises to supersets
|
2026-08-29 15:27:04 +02:00 |
|
robin
|
06846c611d
|
fix: moved rpe to sets rather than workouts
|
2026-08-29 15:21:17 +02:00 |
|
robin
|
62b3863257
|
fix: added deleted_at to workouts and workout_sets
|
2026-08-29 15:15:55 +02:00 |
|
robin
|
95da21a84f
|
fix: added modified_at to template_exercises
|
2026-08-29 15:14:44 +02:00 |
|
robin
|
7f98fedaa6
|
fix: added optional user_id to exercises table
|
2026-08-29 15:13:28 +02:00 |
|
robin
|
d0de5b2982
|
fix: column name in constraint
|
2026-08-29 15:12:11 +02:00 |
|
robin
|
ac2e66b731
|
fix: added missing commas in sql file
|
2026-08-29 15:04:32 +02:00 |
|
robin
|
78bc7341fc
|
fix: spelling in index name
|
2026-08-29 14:53:05 +02:00 |
|
robin
|
cf10fda69b
|
fix: added bodyweight_logs as own table and target is now explicity defined as target_sets, target_reps and target_seconds
|
2026-08-29 14:48:45 +02:00 |
|
robin
|
9f79a5d73b
|
fix: added type column to workout_sets (warm-up, working, drop)
|
2026-08-29 14:40:49 +02:00 |
|
robin
|
667811a88a
|
fix: added modified_at to workout tables
|
2026-08-29 14:39:09 +02:00 |
|
robin
|
efc3523579
|
fix: added user_id column to workouts and templates
|
2026-08-29 14:32:17 +02:00 |
|
robin
|
dac38bd0a1
|
fix: syntax errors in migration sql
|
2026-08-28 14:44:41 +02:00 |
|
robin
|
817c845e3b
|
fix: adding some exercises in migration
|
2026-08-28 14:18:04 +02:00 |
|