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
7ff129189b76baea46eed40503a9afab3e27ae16
tutortool
/
backend
/
src
History
s0wlz (Matthias Puchstein)
943463fff4
feat(backend): complete attendance, notes, and export APIs
2026-04-28 05:11:33 +02:00
..
routes
feat(backend): complete attendance, notes, and export APIs
2026-04-28 05:11:33 +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(backend): complete attendance, notes, and export APIs
2026-04-28 05:11:33 +02:00
models.rs
feat: add data models and request types
2026-04-28 01:20:44 +02:00
test_helpers.rs
fix(attendance): correct course_id column in slot queries, add patch_json helper
2026-04-28 03:29:13 +02:00