<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pyfbin/fbin/templates, branch master</title>
<subtitle>Python file bin</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/pyfbin/'/>
<entry>
<title>Change bootstrap-filestyle name on drop or paste</title>
<updated>2019-12-06T20:21:50+00:00</updated>
<author>
<name>Jon Bergli Heier</name>
<email>snakebite@jvnv.net</email>
</author>
<published>2019-12-06T20:21:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/pyfbin/commit/?id=386c0f4bc68b05157cb3ee80872ea6daa26478ad'/>
<id>386c0f4bc68b05157cb3ee80872ea6daa26478ad</id>
<content type='text'>
This makes sure the upload form is visually updated when dropping or
pasting a file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes sure the upload form is visually updated when dropping or
pasting a file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make no file uploads message use all five columns</title>
<updated>2019-07-23T20:56:11+00:00</updated>
<author>
<name>Jon Bergli Heier</name>
<email>snakebite@jvnv.net</email>
</author>
<published>2019-07-23T20:56:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/pyfbin/commit/?id=86a34a0cccd79311c89ee1f3eacbff4f97d97e1f'/>
<id>86a34a0cccd79311c89ee1f3eacbff4f97d97e1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add video list and video thumbnails</title>
<updated>2018-08-06T15:09:04+00:00</updated>
<author>
<name>Jon Bergli Heier</name>
<email>snakebite@jvnv.net</email>
</author>
<published>2018-08-06T15:05:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/pyfbin/commit/?id=a27a916a1fcb9f62a9f075d1316346ff2e6424b2'/>
<id>a27a916a1fcb9f62a9f075d1316346ff2e6424b2</id>
<content type='text'>
Add a separate video page for listing uploaded videos. The thumbnail
endpoint now supports generating video thumbnails using
ffmpegthumbnailer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a separate video page for listing uploaded videos. The thumbnail
endpoint now supports generating video thumbnails using
ffmpegthumbnailer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for pasting files.</title>
<updated>2018-02-15T19:28:53+00:00</updated>
<author>
<name>Jon Bergli Heier</name>
<email>snakebite@jvnv.net</email>
</author>
<published>2018-02-15T19:28:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/pyfbin/commit/?id=b1c17a50872aef6331883df221662cc361d15a7b'/>
<id>b1c17a50872aef6331883df221662cc361d15a7b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added drag and drop support to the upload form.</title>
<updated>2017-08-16T19:52:09+00:00</updated>
<author>
<name>Jon Bergli Heier</name>
<email>snakebite@jvnv.net</email>
</author>
<published>2017-08-16T19:52:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/pyfbin/commit/?id=24b1a9886be5632730b8f020c358a5d8915f1dbb'/>
<id>24b1a9886be5632730b8f020c358a5d8915f1dbb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added upload API.</title>
<updated>2017-04-22T12:08:09+00:00</updated>
<author>
<name>Jon Bergli Heier</name>
<email>snakebite@jvnv.net</email>
</author>
<published>2017-04-22T12:06:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/pyfbin/commit/?id=f5dcf75075c013bbfdf9cdb6716afee777620c73'/>
<id>f5dcf75075c013bbfdf9cdb6716afee777620c73</id>
<content type='text'>
Also updated the API (previously help) page.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also updated the API (previously help) page.
</pre>
</div>
</content>
</entry>
<entry>
<title>Major rewrite to use jab/oauth.</title>
<updated>2017-04-09T07:02:09+00:00</updated>
<author>
<name>Jon Bergli Heier</name>
<email>snakebite@jvnv.net</email>
</author>
<published>2017-04-09T07:02:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.jvnv.net/pyfbin/commit/?id=b36f9c05071ea549ed59e703270fcf223b60df03'/>
<id>b36f9c05071ea549ed59e703270fcf223b60df03</id>
<content type='text'>
Highlights:

- Uses the oauth branch of jab.
- Changed design to use bootstrap.
- Some minor changes to functionality in file uploading and listing.
- API is currently disabled and incomplete.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Highlights:

- Uses the oauth branch of jab.
- Changed design to use bootstrap.
- Some minor changes to functionality in file uploading and listing.
- API is currently disabled and incomplete.
</pre>
</div>
</content>
</entry>
</feed>
