Go to file
Bernhard Müller 5949359216 fix(tariff): fix critical security and correctness issues from code review
- Fix UserTariffController: use @CurrentUserId instead of broken extractUserId()
- Fix UserTariffController: use @PathVariable instead of @RequestParam for userId in delete
- Add @PreAuthorize annotations to all tariff endpoints (ADMIN for community, MEMBER for user)
- Add duplicate tariff prevention for (source, target) pairs
- Optimize membership check: replace N+1 query with efficient isActiveMemberOfCommunity()
- Update tests to match new membership check API
2026-07-22 10:11:12 +02:00
.idea generalized dashboard for member and admin 2026-07-05 10:49:46 +02:00
.mvn/wrapper first commit 2026-05-22 08:59:13 +02:00
eeg_backend fix(tariff): fix critical security and correctness issues from code review 2026-07-22 10:11:12 +02:00
eeg_frontend fix(tariff): fix critical security and correctness issues from code review 2026-07-22 10:11:12 +02:00
.gitattributes first commit 2026-05-22 08:59:13 +02:00
.gitignore complete MaKo consent flow and admin initialization 2026-07-21 10:01:19 +02:00
AGENTS.md docs(common): add conventional commits guideline and environment config to AGENTS.md 2026-07-22 07:56:52 +02:00
ai-context.ps1 implemented delete of energy community 2026-07-01 12:57:01 +02:00
mvnw first commit 2026-05-22 08:59:13 +02:00
mvnw.cmd first commit 2026-05-22 08:59:13 +02:00
pom.xml first commit 2026-05-22 08:59:13 +02:00