index
:
cgit-simple-authentication
master
Simple authentication for cgit powered by sqlite and redis
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
datastructures.rs
Age
Commit message (
Expand
)
Author
23 hours
chore(deps): Upgrade argon2 to 0.6 and refresh dependencies
HEAD
master
KunoiSayami
2026-06-11
fix: Fix OsRng import and refactor Redis connection setup
KunoiSayami
2026-02-09
feat: Add configurable Redis URL (claude)
KunoiSayami
2026-02-09
refactor: Remove pam authentication method
KunoiSayami
2026-02-09
chore: Update crates
KunoiSayami
2025-03-07
feat(ci): Update workflow file
KunoiSayami
2025-03-04
chore: Update to rust-2024 version
KunoiSayami
2024-08-30
chore: Update crates
KunoiSayami
2023-03-28
chore(dep): Upgrade crate library
KunoiSayami
2022-10-23
feat: Remove pam feature from default build
v4.0.0
KunoiSayami
2022-10-14
chore(dep): Upgrade crate library
KunoiSayami
2022-01-16
feat: Add immutable option make sure sqlite file readonly
v4.0.0-beta
KunoiSayami
2022-01-13
feat: Add some useful output in log
v4.0.0-alpha.2
KunoiSayami
2021-11-11
fmt(core): Address cargo fmt
v4.0.0-alpha.1
KunoiSayami
2021-11-10
feat(core): Support use PAM to provide verification
KunoiSayami
2021-07-22
feat(core): Update cookie ttl while visit website
v3.0.2
KunoiSayami
2021-07-13
feat(test): Add query_is_all_protected() method for test
v3.0.1
KunoiSayami
2021-07-13
style(core): Address cargo fmt
KunoiSayami
2021-07-13
feat(core): Rewritten configure file parser
v3.0.0
KunoiSayami
2021-05-16
doc: Add configure sections to README
v1.0.0
KunoiSayami
2021-05-15
feat(core): Add remaining repository protect configure method
v0.4.2
KunoiSayami
2021-05-15
feat(core): Set protect policy default enabled
v0.4.1
KunoiSayami
2021-05-15
feat(core): Add per-repository protect option
v0.4.0
KunoiSayami
2021-05-13
feat(core): Use timestamp file to determined should copy or not
v0.3.7
KunoiSayami
2021-05-13
style: Address cargo fmt
KunoiSayami
2021-05-12
refactor(core): Add a way to run unit test in cargo
KunoiSayami
2021-05-10
style(core): Address cargo fmt
KunoiSayami
2021-05-10
refactor(database): Add repo table
v0.3.0
KunoiSayami
2021-05-10
feat: Add reset database subcommand
v0.2.1
KunoiSayami
2021-05-10
refactor: Use argon2 instead of sha256 to store password
v0.2.0
KunoiSayami
2021-05-08
feat: Support bypass root browse
v0.1.3
KunoiSayami
2021-05-08
style: Address cargo fmt
KunoiSayami
2021-05-08
fix: Fix authenticate-cookie not working properly
v0.1.2
KunoiSayami
2021-05-07
fix: Fix database can't initialize properly
KunoiSayami
2021-05-07
feat: Make redis key more shorter
KunoiSayami
2021-05-06
feat: Add configure parser
KunoiSayami
2021-05-06
init
KunoiSayami