Sandro CURY CAZZANIGA Kharec
Kharec pushed to main at Kharec/urupam 2025-12-28 08:47:39 +01:00
4d48f90ceb chore: update cpanfile.snapshot
8c4aaad6a5 build: add Test::MockObject as test requirement
Compare 2 commits »
Kharec pushed to main at Kharec/goyco 2025-12-28 08:22:01 +01:00
c7fb1461ab clean: remove unused duplicate functions that are already implemented/used in repositories/fixtures.go
Kharec pushed to main at Kharec/goyco 2025-12-27 17:43:34 +01:00
8cb02413aa refactor: replace createTestUserWithAuth with consolidated helper
3e9246c975 refactor: make createAuthenticatedUser accept interface and add user-only variant
Compare 2 commits »
Kharec pushed to main at Kharec/goyco 2025-12-27 17:33:07 +01:00
c04602d8d9 refactor: use testutils helper for account deletion request creation
e5c72591e6 feat: add repo-backed entity factories
Compare 2 commits »
Kharec pushed to main at Kharec/goyco 2025-12-27 08:44:31 +01:00
c29ccecc15 refactor: variables name and use strings.Cut()
Kharec pushed to main at Kharec/goyco 2025-12-27 08:37:10 +01:00
726cf6ca68 chore: update golangci config to v2 schema
Kharec pushed to main at Kharec/goyco 2025-12-26 18:49:34 +01:00
de1e3f2190 fix: reject 5xx errors in TestQueryParameters to catch regressions
310875368d fix: make TestStaticFileRoute validate static handler correctly
Compare 2 commits »
Kharec pushed to main at Kharec/goyco 2025-12-26 17:54:05 +01:00
ffba8f6257 clean: remove duplicate
Kharec pushed to main at Kharec/goyco 2025-12-26 17:53:24 +01:00
24bed6fc6c docs: update readme
Kharec pushed to main at Kharec/goyco 2025-12-26 17:41:19 +01:00
20f14d0863 refactor: use middleware.IsHTTPS instead of local function
Kharec pushed to main at Kharec/goyco 2025-12-26 17:41:06 +01:00
d0914eb5dc test: update IsHTTPS test to use middleware.IsHTTPS
Kharec pushed to main at Kharec/goyco 2025-12-26 17:40:49 +01:00
ab3efc99a8 refactor: remove duplicate IsHTTPS, use middleware.IsHTTPS
Kharec pushed to main at Kharec/goyco 2025-12-26 17:40:33 +01:00
9017816812 refactor: export IsHTTPS function for shared use
Kharec pushed to main at Kharec/goyco 2025-12-26 17:36:16 +01:00
7b9250802e test: verify login works with legacy passwords
3f4cad5488 fix: remove password complexity validation from login
Compare 2 commits »
Kharec pushed to main at Kharec/goyco 2025-12-26 17:33:27 +01:00
027df4f60c test: add security header preservation tests for cache
Kharec pushed to main at Kharec/goyco 2025-12-26 17:33:14 +01:00
77886ddef5 fix: preserve security headers on cache hits
Kharec pushed to main at Kharec/goyco 2025-12-26 17:29:53 +01:00
5477bbf0a7 test: add integration test for CSRF cookie-only bypass
Kharec pushed to main at Kharec/goyco 2025-12-26 17:29:01 +01:00
fc23cbd6fd test: verify CSRF rejects requests with only cookie token
Kharec pushed to main at Kharec/goyco 2025-12-26 17:28:12 +01:00
0802b9dd9d fix: GetCSRFToken() shouldn't fall back to the cookie
Kharec pushed to main at Kharec/urupam 2025-12-26 08:26:32 +01:00
0c75d2b5b5 feat: add a dummy / route while frontend is in progress