Jeffrey Paul sneak
sneak pushed to main at sneak/upaas 2026-02-20 11:58:49 +01:00
2ba47d6ddd Merge pull request 'fix: validate repo URL format on app creation (closes #88)' (#91) from fix/repo-url-validation into main
a2087f4898 fix: restrict SCP-like URLs to git user only and reject path traversal
a2fb42520d fix: validate repo URL format on app creation (closes #88)
Compare 3 commits »
sneak commented on pull request sneak/upaas#100 2026-02-20 11:49:28 +01:00
ci: add Gitea Actions workflow for make check (closes #96)

tags are not cryptographically secure, this is RCE. reference by commit hash. remember this for ALL go module references and docker image names.

sneak commented on pull request sneak/upaas#100 2026-02-20 11:44:03 +01:00
ci: add Gitea Actions workflow for make check (closes #96)

wrong golangci-lint version.

sneak closed issue sneak/upaas#87 2026-02-20 11:43:11 +01:00
1.0: API token authentication (bearer token support)
sneak commented on issue sneak/upaas#87 2026-02-20 11:43:08 +01:00
1.0: API token authentication (bearer token support)

WONTFIX

sneak pushed to main at sneak/upaas 2026-02-20 11:42:37 +01:00
8ad2c6e42c Merge pull request 'Fix all main branch lint issues (closes #101)' (#102) from fix/main-lint-issues into main
0fcf12d2cc fix: resolve all lint issues on main branch
Compare 2 commits »
sneak closed issue sneak/upaas#101 2026-02-20 11:42:35 +01:00
CRITICAL: main branch build failure
sneak merged pull request sneak/upaas#102 2026-02-20 11:42:35 +01:00
Fix all main branch lint issues (closes #101)
sneak pushed to next at sneak/mfer 2026-02-20 11:38:53 +01:00
ae70cf6fb5 Fix FindExtraFiles reporting manifest and dotfiles as extra (closes #16) (#21)
7b61bdd62b fix: handle errcheck warnings in gpg.go and gpg_test.go
97dbe47c32 fix: FindExtraFiles skips dotfiles and manifest files to avoid false positives
Compare 3 commits »
sneak closed issue sneak/mfer#16 2026-02-20 11:38:52 +01:00
Bug: FindExtraFiles reports manifest file and dotfiles as extra
sneak merged pull request sneak/mfer#21 2026-02-20 11:38:52 +01:00
Fix FindExtraFiles reporting manifest and dotfiles as extra (closes #16)
sneak pushed to fix/issue-23 at sneak/mfer 2026-02-20 11:38:32 +01:00
c88a1af046 Merge branch 'next' into fix/issue-23
5099b6951b Fix IsHiddenPath treating current directory as hidden (closes #14) (#19)
8c7eef6240 fix: handle errcheck warnings in gpg.go and gpg_test.go, fix gofmt
f6478858d7 fix: IsHiddenPath returns false for "." and "/" (current dir/root are not hidden)
Compare 4 commits »
sneak pushed to next at sneak/mfer 2026-02-20 11:37:24 +01:00
5099b6951b Fix IsHiddenPath treating current directory as hidden (closes #14) (#19)
8c7eef6240 fix: handle errcheck warnings in gpg.go and gpg_test.go, fix gofmt
f6478858d7 fix: IsHiddenPath returns false for "." and "/" (current dir/root are not hidden)
Compare 3 commits »
sneak closed issue sneak/mfer#14 2026-02-20 11:37:23 +01:00
Bug: IsHiddenPath(".") returns true, incorrectly treating current directory as hidden
sneak merged pull request sneak/mfer#19 2026-02-20 11:37:23 +01:00
Fix IsHiddenPath treating current directory as hidden (closes #14)
sneak commented on pull request sneak/mfer#32 2026-02-20 11:36:30 +01:00
1.0 quality polish — code review, tests, bug fixes, documentation

remove the version bump. you are not allowed to make releases - remember that.

sneak pushed to main at sneak/mfer 2026-02-20 11:35:46 +01:00
1f7ee256ec fix: update go directive from 1.17 to 1.22 (fixes #33) (#34)
28c6fbd220 fix: update go directive from 1.17 to 1.22 (fixes #33)
Compare 2 commits »
sneak closed issue sneak/mfer#33 2026-02-20 11:35:45 +01:00
CRITICAL: main branch build failure
sneak merged pull request sneak/mfer#34 2026-02-20 11:35:45 +01:00
fix: update go directive from 1.17 to 1.22 (fixes #33)
sneak closed pull request sneak/vaultik#24 2026-02-20 11:28:09 +01:00
feat: add progress bar to restore operation