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
Age
Commit message (
Expand
)
Author
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-14
feat(test): Add test for authenticate cookie
v0.3.8
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-13
refactor(test): Revert some code to v0.3.2
v0.3.5
KunoiSayami
2021-05-13
fix(test): Fix test always failure
KunoiSayami
2021-05-13
refactor(test): Use spawn process instead of call function
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-09
feat: Add deluser command
v0.1.5
KunoiSayami
2021-05-09
feat: Add list user command
v0.1.4
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: Use async connect to redis
KunoiSayami
2021-05-07
feat: Make redis key more shorter
KunoiSayami
2021-05-06
feat: Add configure parser
KunoiSayami
2021-05-06
init
KunoiSayami