<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pyfbin, branch master</title>
<subtitle>Python file bin</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/pyfbin/'/>
<entry>
<title>fbin-scanner: Rollback session on exception</title>
<updated>2023-05-02T18:16:29+00:00</updated>
<author>
<name>Jon Bergli Heier</name>
<email>snakebite@jvnv.net</email>
</author>
<published>2023-05-02T18:16:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/pyfbin/commit/?id=713083e989659d3768f70be195ca3d7327c2214a'/>
<id>713083e989659d3768f70be195ca3d7327c2214a</id>
<content type='text'>
The session needs to be rolled back after an error before we're able to
start a new transaction.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The session needs to be rolled back after an error before we're able to
start a new transaction.
</pre>
</div>
</content>
</entry>
<entry>
<title>fbin-scanner: Add exception handling to poll_loop</title>
<updated>2022-05-06T16:59:51+00:00</updated>
<author>
<name>Jon Bergli Heier</name>
<email>snakebite@jvnv.net</email>
</author>
<published>2022-05-06T16:59:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/pyfbin/commit/?id=3b8003c5a58629ca1347577c253edd63273e1f00'/>
<id>3b8003c5a58629ca1347577c253edd63273e1f00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fbin-scanner: Add a polling mode for continuous scans</title>
<updated>2022-04-17T11:29:47+00:00</updated>
<author>
<name>Jon Bergli Heier</name>
<email>snakebite@jvnv.net</email>
</author>
<published>2022-04-17T11:29:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/pyfbin/commit/?id=836617b8e15ef5de6b363dcbde6776774827505c'/>
<id>836617b8e15ef5de6b363dcbde6776774827505c</id>
<content type='text'>
This should make it easier to do scans more often and with less delay
after a file has been uploaded. Activated with the -p/--poll argument.
Without this argument the scanner runs in the default one-shot mode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should make it easier to do scans more often and with less delay
after a file has been uploaded. Activated with the -p/--poll argument.
Without this argument the scanner runs in the default one-shot mode.
</pre>
</div>
</content>
</entry>
<entry>
<title>file_storage.s3: Return None on NoSuchKey errors</title>
<updated>2022-03-04T20:04:23+00:00</updated>
<author>
<name>Jon Bergli Heier</name>
<email>snakebite@jvnv.net</email>
</author>
<published>2022-03-04T20:04:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/pyfbin/commit/?id=1b2f2b1a7f12cef801922eb5561fa402a9954d32'/>
<id>1b2f2b1a7f12cef801922eb5561fa402a9954d32</id>
<content type='text'>
This will cause the file handler to return 404 instead of 500.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will cause the file handler to return 404 instead of 500.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make MIMETYPE_BLACKLIST work with the S3 module</title>
<updated>2021-09-28T15:23:49+00:00</updated>
<author>
<name>Jon Bergli Heier</name>
<email>snakebite@jvnv.net</email>
</author>
<published>2021-09-28T15:23:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/pyfbin/commit/?id=466ebbf11f958279f20bca9aacd2a2deeaaab2bf'/>
<id>466ebbf11f958279f20bca9aacd2a2deeaaab2bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ProxyFix middleware</title>
<updated>2021-08-17T09:32:45+00:00</updated>
<author>
<name>Jon Bergli Heier</name>
<email>snakebite@jvnv.net</email>
</author>
<published>2021-08-17T09:32:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/pyfbin/commit/?id=e09d2d258e992a08df0f96efbf296ad05f798e9b'/>
<id>e09d2d258e992a08df0f96efbf296ad05f798e9b</id>
<content type='text'>
This is needed for the proper request URLs to be detected during login.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is needed for the proper request URLs to be detected during login.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update .dockerignore</title>
<updated>2021-08-17T09:31:21+00:00</updated>
<author>
<name>Jon Bergli Heier</name>
<email>snakebite@jvnv.net</email>
</author>
<published>2021-08-17T09:31:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/pyfbin/commit/?id=f2988d940f2ca21d949e2a9fdfb5e9f780598820'/>
<id>f2988d940f2ca21d949e2a9fdfb5e9f780598820</id>
<content type='text'>
Add some local .cfg files, but exclude setup.cfg
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add some local .cfg files, but exclude setup.cfg
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove THUMB_DIRECTORY check from fbin.py</title>
<updated>2021-08-15T19:17:44+00:00</updated>
<author>
<name>Jon Bergli Heier</name>
<email>snakebite@jvnv.net</email>
</author>
<published>2021-08-15T19:17:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/pyfbin/commit/?id=830da3593dfad1e0c44680bdd582a3bd88946f7c'/>
<id>830da3593dfad1e0c44680bdd582a3bd88946f7c</id>
<content type='text'>
We do this in the filesystem storage module instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We do this in the filesystem storage module instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Dockerfile: Update Python to 3.9</title>
<updated>2021-08-15T19:17:25+00:00</updated>
<author>
<name>Jon Bergli Heier</name>
<email>snakebite@jvnv.net</email>
</author>
<published>2021-08-15T19:17:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/pyfbin/commit/?id=07dbe97b697d18f10c5b26227fdc37ee74b08fcd'/>
<id>07dbe97b697d18f10c5b26227fdc37ee74b08fcd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add algorithms to jwt.decode calls</title>
<updated>2021-08-15T10:43:41+00:00</updated>
<author>
<name>Jon Bergli Heier</name>
<email>snakebite@jvnv.net</email>
</author>
<published>2021-08-15T10:43:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/pyfbin/commit/?id=3f9e930748af4714a4e1ff58fc5aa8b382fa1515'/>
<id>3f9e930748af4714a4e1ff58fc5aa8b382fa1515</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
