<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gitolfs3/server/src, branch main</title>
<subtitle>A very simple Git LFS server that stores stuff in S3-compatible backends</subtitle>
<id>https://git.fautchen.eu/gitolfs3.git/atom?h=main</id>
<link rel='self' href='https://git.fautchen.eu/gitolfs3.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.fautchen.eu/gitolfs3.git/'/>
<updated>2024-04-29T17:18:56Z</updated>
<entry>
<title>Rename crates (and therefore commands)</title>
<updated>2024-04-29T17:18:56Z</updated>
<author>
<name>Rutger Broekhoff</name>
</author>
<published>2024-04-29T17:18:56Z</published>
<link rel='alternate' type='text/html' href='https://git.fautchen.eu/gitolfs3.git/commit/?id=a7f9c8de31231b9fd9c67c57db659f7b01f1a3b0'/>
<id>urn:sha1:a7f9c8de31231b9fd9c67c57db659f7b01f1a3b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Clippy issues</title>
<updated>2024-04-29T16:15:16Z</updated>
<author>
<name>Rutger Broekhoff</name>
</author>
<published>2024-04-29T16:15:16Z</published>
<link rel='alternate' type='text/html' href='https://git.fautchen.eu/gitolfs3.git/commit/?id=b8905bf2fcc3c743d8f9bebd3579928e7e91766c'/>
<id>urn:sha1:b8905bf2fcc3c743d8f9bebd3579928e7e91766c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cargo fmt</title>
<updated>2024-03-30T14:21:30Z</updated>
<author>
<name>Rutger Broekhoff</name>
</author>
<published>2024-03-30T14:21:30Z</published>
<link rel='alternate' type='text/html' href='https://git.fautchen.eu/gitolfs3.git/commit/?id=db3dbc6aaa29f9d34514bac14dbcbd9918901205'/>
<id>urn:sha1:db3dbc6aaa29f9d34514bac14dbcbd9918901205</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Restructure authorization flow</title>
<updated>2024-03-30T14:19:49Z</updated>
<author>
<name>Rutger Broekhoff</name>
</author>
<published>2024-03-30T14:19:49Z</published>
<link rel='alternate' type='text/html' href='https://git.fautchen.eu/gitolfs3.git/commit/?id=5e5cde1624b1b4ffd00efa73935c48e547a5a8d3'/>
<id>urn:sha1:5e5cde1624b1b4ffd00efa73935c48e547a5a8d3</id>
<content type='text'>
Tried to write verify_claims such that the happy path is to the left as
much as possible.
</content>
</entry>
<entry>
<title>Clean up part of the code</title>
<updated>2024-01-26T11:28:39Z</updated>
<author>
<name>Rutger Broekhoff</name>
</author>
<published>2024-01-26T11:28:39Z</published>
<link rel='alternate' type='text/html' href='https://git.fautchen.eu/gitolfs3.git/commit/?id=f146743061ba8170569bf18518202df9a43c09f3'/>
<id>urn:sha1:f146743061ba8170569bf18518202df9a43c09f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Read limit as current, not as limit XD</title>
<updated>2024-01-24T19:40:44Z</updated>
<author>
<name>Rutger Broekhoff</name>
</author>
<published>2024-01-24T19:40:44Z</published>
<link rel='alternate' type='text/html' href='https://git.fautchen.eu/gitolfs3.git/commit/?id=d3f53661d5366306a1cf9ef66fbf02a754cc5c3d'/>
<id>urn:sha1:d3f53661d5366306a1cf9ef66fbf02a754cc5c3d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>What about making use of the download limiter?</title>
<updated>2024-01-24T19:38:34Z</updated>
<author>
<name>Rutger Broekhoff</name>
</author>
<published>2024-01-24T19:38:34Z</published>
<link rel='alternate' type='text/html' href='https://git.fautchen.eu/gitolfs3.git/commit/?id=03b6c1b8817cc8224a12eb7f938cdf53e5b1881d'/>
<id>urn:sha1:03b6c1b8817cc8224a12eb7f938cdf53e5b1881d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Properly handle private repos</title>
<updated>2024-01-24T19:34:13Z</updated>
<author>
<name>Rutger Broekhoff</name>
</author>
<published>2024-01-24T19:34:13Z</published>
<link rel='alternate' type='text/html' href='https://git.fautchen.eu/gitolfs3.git/commit/?id=73b5e2fee5e9490ec146b05322b45c7d8bb9ee46'/>
<id>urn:sha1:73b5e2fee5e9490ec146b05322b45c7d8bb9ee46</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use X-Forwarded-Host instead of X-Forwarded-For</title>
<updated>2024-01-24T19:25:31Z</updated>
<author>
<name>Rutger Broekhoff</name>
</author>
<published>2024-01-24T19:25:31Z</published>
<link rel='alternate' type='text/html' href='https://git.fautchen.eu/gitolfs3.git/commit/?id=c3d692ac5130a5c6f2ab0d89beb22c3b981630e2'/>
<id>urn:sha1:c3d692ac5130a5c6f2ab0d89beb22c3b981630e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Debug X-Forward-For handling</title>
<updated>2024-01-24T19:18:06Z</updated>
<author>
<name>Rutger Broekhoff</name>
</author>
<published>2024-01-24T19:18:06Z</published>
<link rel='alternate' type='text/html' href='https://git.fautchen.eu/gitolfs3.git/commit/?id=cd6189d473ac65ffe46ae1094125a6f0ec23a7c9'/>
<id>urn:sha1:cd6189d473ac65ffe46ae1094125a6f0ec23a7c9</id>
<content type='text'>
</content>
</entry>
</feed>
