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
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