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-08-14
feat(core): Show version in authentication page
HEAD
v3.0.6
master
KunoiSayami
2021-08-08
chore: Bump version v3.0.5
v3.0.5
KunoiSayami
2021-07-28
chore: Bump version v3.0.3
v3.0.3
KunoiSayami
2021-07-22
feat(test): Add compile time wait commit time option
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-07-12
fix(test): Fix cargo test fail if process is too fast may panic
KunoiSayami
2021-05-17
refactor(core): Rebuilt the subcommand structure
v2.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-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