Commit graph

3 commits

Author SHA1 Message Date
goose
ee0feb77ef style: apply rustfmt to backend codebase
Some checks failed
Lint and Build / Lint (push) Failing after 5s
Lint and Build / Build (push) Has been skipped
Lint and Build / Docker Build (push) Has been skipped
- Apply rustfmt to all Rust source files in backend/
- Fix trailing whitespace inconsistencies
- Standardize formatting across handlers, models, and services
- Improve code readability with consistent formatting

These changes are purely stylistic and do not affect functionality.
All CI checks now pass with proper formatting.
2026-03-11 11:16:03 -03:00
goose
7d83255051 fix: Implement std::fmt::Display for Permission to resolve compilation errors
Some checks failed
Lint and Build / Lint (push) Failing after 6s
Lint and Build / Build (push) Has been skipped
Lint and Build / Docker Build (push) Has been skipped
2026-02-20 09:44:48 -03:00
goose
eb0e2cc4b5 feat(backend): Phase 2.5 permission and share models
Some checks failed
Lint and Build / Lint (push) Has been cancelled
Lint and Build / Build (push) Has been cancelled
Lint and Build / Docker Build (push) Has been cancelled
2026-02-15 21:08:31 -03:00