This website requires JavaScript.
Explore
Help
Register
Sign In
mpuchstein
/
tutortool
Watch
1
Star
0
Fork
0
You've already forked tutortool
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
797ccacbb23195d1547f1e152e00785599e9b378
tutortool
/
backend
/
src
History
s0wlz (Matthias Puchstein)
797ccacbb2
feat(attendance): sessions/slots CRUD with atomic code generation
2026-04-28 03:24:36 +02:00
..
routes
feat(attendance): sessions/slots CRUD with atomic code generation
2026-04-28 03:24:36 +02:00
auth.rs
fix: secret() error propagation, exp as u64, bcrypt cost 4 in tests, skip empty auth header
2026-04-28 01:36:22 +02:00
db.rs
fix: NOT NULL on tutor_courses FKs, status CHECK, time format CHECK, add indexes
2026-04-28 01:19:59 +02:00
error.rs
fix: bump thiserror to v2, rand to v0.9, improve error logging
2026-04-28 01:06:55 +02:00
main.rs
feat: JWT auth, login endpoint, and test helpers
2026-04-28 01:33:14 +02:00
models.rs
feat: add data models and request types
2026-04-28 01:20:44 +02:00
test_helpers.rs
fix(attendance): add empty layout/label validation and put_json test helper
2026-04-28 03:18:56 +02:00