This website requires JavaScript.
Explore
Help
Sign In
sneak
/
pixa
Watch
1
Star
0
Fork
0
You've already forked pixa
Code
Issues
51
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
All Workflows
check.yml
Actor
All actors
clawbot
sneak
Status
All status
Success
Failure
Waiting
Running
feat: cache size management and LRU eviction (closes #51) (#55)
#71
:
Commit
63fbc98e63
pushed by
sneak
main
2026-08-09 13:22:59 +02:00
6s
View workflow file
feat: validate configuration on startup, fail fast on bad config (closes #52) (#53)
#65
:
Commit
61f42e6602
pushed by
sneak
main
2026-08-07 22:39:45 +02:00
4s
View workflow file
docs: record manual test pass of auth and encrypted URL flows (closes #49) (#50)
#62
:
Commit
5d0b5f864e
pushed by
sneak
main
2026-08-07 18:46:01 +02:00
4s
View workflow file
docs: record manual test pass of auth and encrypted URL flows (closes #49)
#59
:
Commit
b045de945f
pushed by
sneak
test/manual-auth-flow-pass
2026-08-07 18:08:06 +02:00
1m34s
View workflow file
refactor: extract signature package from imgcache (#46)
#58
:
Commit
6573b9d1ef
pushed by
sneak
main
2026-08-07 17:44:08 +02:00
6s
View workflow file
Merge branch 'main' into refactor/extract-signature
#57
:
Commit
8ebbe4d437
pushed by
sneak
refactor/extract-signature
2026-08-07 17:42:54 +02:00
1m39s
View workflow file
fix: set Secure/HttpOnly/SameSite on session cookies (closes #47) (#48)
#56
:
Commit
275e145a6d
pushed by
sneak
main
2026-08-07 17:41:11 +02:00
6s
View workflow file
refactor: rename whitelist_hosts config key to allowlist_hosts
#55
:
Commit
3dc1999543
pushed by
sneak
refactor/extract-signature
2026-08-07 17:26:10 +02:00
4s
View workflow file
refactor: drop the ignored secure toggle parameter from session.NewManager
#54
:
Commit
cb9e14eee7
pushed by
sneak
fix/gosec-findings
2026-08-07 17:26:06 +02:00
1m48s
View workflow file
refactor: finish whitelist-to-allowlist rename in imgcache
#53
:
Commit
43b9f1cb59
pushed by
sneak
refactor/extract-signature
2026-08-07 16:24:41 +02:00
6s
View workflow file
fix: always set Secure/HttpOnly/SameSite on session cookies (closes #47)
#52
:
Commit
02ca16a68a
pushed by
sneak
fix/gosec-findings
2026-08-07 16:16:27 +02:00
2m4s
View workflow file
refactor: extract signature package from imgcache
#51
:
Commit
6526b717dd
pushed by
sneak
refactor/extract-signature
2026-07-25 12:53:19 +02:00
1m46s
View workflow file
refactor: extract httpfetcher package from imgcache (#43)
#50
:
Commit
b6e9ac2a93
pushed by
sneak
main
2026-07-25 12:26:25 +02:00
4s
View workflow file
Merge branch 'main' into refactor/extract-httpfetcher
#49
:
Commit
8f0bc2f04c
pushed by
sneak
refactor/extract-httpfetcher
2026-07-25 12:25:39 +02:00
1m40s
View workflow file
scripts-to-rule-them-all (#45)
#48
:
Commit
504afea4f8
pushed by
sneak
main
2026-07-07 02:15:58 +02:00
4s
View workflow file
Refresh vendored REPO_POLICIES.md from prompts@origin/main
#47
:
Commit
8f36838b13
pushed by
sneak
scripts-to-rule-them-all
2026-07-07 02:05:55 +02:00
1m46s
View workflow file
Update TODO.md: standard structure and Workflow section (#44)
#46
:
Commit
2fb909283d
pushed by
sneak
main
2026-07-06 21:24:06 +02:00
5s
View workflow file
Update TODO.md: standard structure and Workflow section
#45
:
Commit
744f20861a
pushed by
sneak
TODO
2026-07-06 21:14:41 +02:00
1m42s
View workflow file
Update TODO.md
#44
:
Commit
c7d90314fd
pushed by
sneak
TODO
2026-07-06 20:38:45 +02:00
1m58s
View workflow file
refactor: extract magic byte detection into internal/magic package (#42)
#42
:
Commit
6b4a1d7607
pushed by
sneak
main
2026-04-07 00:43:29 +02:00
1m40s
View workflow file
refactor: extract whitelist package from internal/imgcache (#41)
#40
:
Commit
e34743f070
pushed by
sneak
main
2026-03-25 20:45:02 +01:00
5s
View workflow file
Move schema_migrations table creation into 000.sql (#36)
#37
:
Commit
7010d55d72
pushed by
sneak
main
2026-03-25 02:22:37 +01:00
1m43s
View workflow file
Merge branch 'main' into feature/migrations-table-schema-file
#36
:
Commit
862226b910
pushed by
sneak
feature/migrations-table-schema-file
2026-03-20 23:59:11 +01:00
1m1s
View workflow file
Enforce and document exact-match-only for signature verification (#40)
#35
:
Commit
a50364bfca
pushed by
sneak
main
2026-03-20 23:57:48 +01:00
59s
View workflow file
Consolidate appname to internal/globals as a constant (#34)
#32
:
Commit
e85b5ff033
pushed by
sneak
main
2026-03-20 07:06:44 +01:00
1m48s
View workflow file
Bound imageprocessor.Process input read to prevent unbounded memory use (#37)
#31
:
Commit
55a609dd77
pushed by
sneak
main
2026-03-20 07:02:33 +01:00
5s
View workflow file
Merge branch 'main' into consolidate-appname-to-globals
#26
:
Commit
9cde18549e
pushed by
sneak
consolidate-appname-to-globals
2026-03-18 03:46:58 +01:00
1m6s
View workflow file
feat: parse version prefix from migration filenames (#33)
#24
:
Commit
9c29cb57df
pushed by
sneak
main
2026-03-18 03:20:30 +01:00
1m49s
View workflow file
fix: QA audit fixes for 1.0/MVP readiness (#25)
#15
:
Commit
2e934c8894
pushed by
sneak
main
2026-03-15 17:58:21 +01:00
6s
View workflow file
Split Dockerfile: pre-built golangci-lint stage for faster CI (#23)
#13
:
Commit
2f15340f26
pushed by
sneak
main
2026-03-02 21:09:59 +01:00
6s
View workflow file
First
Previous
1
2
Next
Last