<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cgit-simple-authentication, branch v0.3.0</title>
<subtitle>Simple authentication for cgit powered by sqlite and redis</subtitle>
<id>https://git.leanhe.dev/cgit-simple-authentication/atom/?h=v0.3.0</id>
<link rel='self' href='https://git.leanhe.dev/cgit-simple-authentication/atom/?h=v0.3.0'/>
<link rel='alternate' type='text/html' href='https://git.leanhe.dev/cgit-simple-authentication/'/>
<updated>2021-05-10T10:28:02Z</updated>
<entry>
<title>refactor(database): Add repo table</title>
<updated>2021-05-10T10:28:02Z</updated>
<author>
<name>KunoiSayami</name>
<email>46131041+KunoiSayami@users.noreply.github.com</email>
</author>
<published>2021-05-10T10:28:02Z</published>
<link rel='alternate' type='text/html' href='https://git.leanhe.dev/cgit-simple-authentication/commit/?id=baeb888db8a12181f38499560b30c0a84ec9982e'/>
<id>urn:sha1:baeb888db8a12181f38499560b30c0a84ec9982e</id>
<content type='text'>
* feat(core): Add upgrade function from database v1 to v2
</content>
</entry>
<entry>
<title>feat: Add reset database subcommand</title>
<updated>2021-05-10T08:09:19Z</updated>
<author>
<name>KunoiSayami</name>
<email>46131041+KunoiSayami@users.noreply.github.com</email>
</author>
<published>2021-05-10T08:09:19Z</published>
<link rel='alternate' type='text/html' href='https://git.leanhe.dev/cgit-simple-authentication/commit/?id=309a78d246ff175eaf12f6a7d4e9d70845b9edda'/>
<id>urn:sha1:309a78d246ff175eaf12f6a7d4e9d70845b9edda</id>
<content type='text'>
* fix: Fix CI build failure
</content>
</entry>
<entry>
<title>refactor: Use argon2 instead of sha256 to store password</title>
<updated>2021-05-10T04:58:30Z</updated>
<author>
<name>KunoiSayami</name>
<email>46131041+KunoiSayami@users.noreply.github.com</email>
</author>
<published>2021-05-10T04:58:30Z</published>
<link rel='alternate' type='text/html' href='https://git.leanhe.dev/cgit-simple-authentication/commit/?id=c5ed7b895caad6dc4e6d3398fbe3c154a102959c'/>
<id>urn:sha1:c5ed7b895caad6dc4e6d3398fbe3c154a102959c</id>
<content type='text'>
* style: Update html file style
</content>
</entry>
<entry>
<title>feat: Add deluser command</title>
<updated>2021-05-08T18:08:34Z</updated>
<author>
<name>KunoiSayami</name>
<email>46131041+KunoiSayami@users.noreply.github.com</email>
</author>
<published>2021-05-08T18:08:34Z</published>
<link rel='alternate' type='text/html' href='https://git.leanhe.dev/cgit-simple-authentication/commit/?id=e7f1a83e3b90208dccc33a0647a15cf12519d13a'/>
<id>urn:sha1:e7f1a83e3b90208dccc33a0647a15cf12519d13a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: Add list user command</title>
<updated>2021-05-08T17:55:14Z</updated>
<author>
<name>KunoiSayami</name>
<email>46131041+KunoiSayami@users.noreply.github.com</email>
</author>
<published>2021-05-08T17:55:14Z</published>
<link rel='alternate' type='text/html' href='https://git.leanhe.dev/cgit-simple-authentication/commit/?id=d5f0c9c0a137cee561f1a94fb3425d52170ac196'/>
<id>urn:sha1:d5f0c9c0a137cee561f1a94fb3425d52170ac196</id>
<content type='text'>
* workflow: Delete Windows build target
</content>
</entry>
<entry>
<title>feat: Support bypass root browse</title>
<updated>2021-05-08T14:20:34Z</updated>
<author>
<name>KunoiSayami</name>
<email>46131041+KunoiSayami@users.noreply.github.com</email>
</author>
<published>2021-05-08T14:20:34Z</published>
<link rel='alternate' type='text/html' href='https://git.leanhe.dev/cgit-simple-authentication/commit/?id=3cdf24651f7ee7914cc95970951d269c13fd13a5'/>
<id>urn:sha1:3cdf24651f7ee7914cc95970951d269c13fd13a5</id>
<content type='text'>
* fix: Fix redirect not work properly
</content>
</entry>
<entry>
<title>style: Address cargo fmt</title>
<updated>2021-05-07T17:24:07Z</updated>
<author>
<name>KunoiSayami</name>
<email>46131041+KunoiSayami@users.noreply.github.com</email>
</author>
<published>2021-05-07T17:24:07Z</published>
<link rel='alternate' type='text/html' href='https://git.leanhe.dev/cgit-simple-authentication/commit/?id=a3eaa8611425c87ef940215650bad6668464c301'/>
<id>urn:sha1:a3eaa8611425c87ef940215650bad6668464c301</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: Fix authenticate-cookie not working properly</title>
<updated>2021-05-07T17:22:08Z</updated>
<author>
<name>KunoiSayami</name>
<email>46131041+KunoiSayami@users.noreply.github.com</email>
</author>
<published>2021-05-07T17:22:08Z</published>
<link rel='alternate' type='text/html' href='https://git.leanhe.dev/cgit-simple-authentication/commit/?id=86e4c76dabb20b7f489abcb1f1c3cdb11a494b91'/>
<id>urn:sha1:86e4c76dabb20b7f489abcb1f1c3cdb11a494b91</id>
<content type='text'>
* feat: Add adduser subcommand
</content>
</entry>
<entry>
<title>fix: Fix database can't initialize properly</title>
<updated>2021-05-06T18:40:50Z</updated>
<author>
<name>KunoiSayami</name>
<email>46131041+KunoiSayami@users.noreply.github.com</email>
</author>
<published>2021-05-06T18:40:50Z</published>
<link rel='alternate' type='text/html' href='https://git.leanhe.dev/cgit-simple-authentication/commit/?id=3a8881fbaab4d18b865a44198db9c195041cbff2'/>
<id>urn:sha1:3a8881fbaab4d18b865a44198db9c195041cbff2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: Use async connect to redis</title>
<updated>2021-05-06T18:09:12Z</updated>
<author>
<name>KunoiSayami</name>
<email>46131041+KunoiSayami@users.noreply.github.com</email>
</author>
<published>2021-05-06T18:09:12Z</published>
<link rel='alternate' type='text/html' href='https://git.leanhe.dev/cgit-simple-authentication/commit/?id=1bd3bfc91fda539ed236c5bb701441b7436d4ead'/>
<id>urn:sha1:1bd3bfc91fda539ed236c5bb701441b7436d4ead</id>
<content type='text'>
</content>
</entry>
</feed>
