| Age | Commit message (Collapse) | Author |
|
- Fix password-hash version mismatch (0.6→0.5) causing OsRng to be
gated behind missing getrandom feature; enable argon2 rand feature
- Extract get_redis_connection() helper to deduplicate Redis client
setup across authentication, repo control, and tests
- Tighten username validation regex to require ≥2 chars and disallow
leading/trailing dots or hyphens
- Handle malformed cookies without split_once gracefully (continue
instead of panic)
- Fix typos: "rated commands" → "related commands" in CLI help text
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Signed-off-by: KunoiSayami <[email protected]>
|
|
* feat: Add login rate limiting (claude)
* feat: Add SameSite cookie attribute (claude)
Signed-off-by: KunoiSayami <[email protected]>
|
|
Signed-off-by: KunoiSayami <[email protected]>
|
|
Signed-off-by: KunoiSayami <[email protected]>
|
|
* chore: Address clippy suggestion
Signed-off-by: KunoiSayami <[email protected]>
|
|
Signed-off-by: KunoiSayami <[email protected]>
|
|
Signed-off-by: KunoiSayami <[email protected]>
|
|
Signed-off-by: KunoiSayami <[email protected]>
|
|
Signed-off-by: KunoiSayami <[email protected]>
|
|
Signed-off-by: KunoiSayami <[email protected]>
|
|
Signed-off-by: KunoiSayami <[email protected]>
|
|
* feat(core): Address cargo clippy
* feat(test): Support change PAM provide from environments
Signed-off-by: KunoiSayami <[email protected]>
|
|
Signed-off-by: KunoiSayami <[email protected]>
|
|
|
|
* feat(build): Add optimize option for build release
|
|
* feat(core): Support full protect mode
* feat(test): Reduced sleeping time and support new parser
* feat(crate): Bump version
|
|
|
|
* refactor(test): Rename mod from core_test to core
|
|
* refactor(test): Move test out from core file
|