<feed xmlns='http://www.w3.org/2005/Atom'>
<title>phorkie.git/src/phorkie, branch v0.8.0</title>
<subtitle>Self-hosted pastebin software written in PHP. Pastes are editable, may have multiple files and are stored in git repositories.</subtitle>
<id>https://git.cweiske.de/phorkie.git/atom?h=v0.8.0</id>
<link rel='self' href='https://git.cweiske.de/phorkie.git/atom?h=v0.8.0'/>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/phorkie.git/'/>
<updated>2017-04-19T16:37:26Z</updated>
<entry>
<title>Fixed bad owner/user config, causing pastes to fail with 'Please tell me who you are'</title>
<updated>2017-04-19T16:37:26Z</updated>
<author>
<name>Leo Leung</name>
<email>leo@steamr.com</email>
</author>
<published>2015-09-28T01:35:12Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/phorkie.git/commit/?id=b0396671c6aad090e6b9b5bc9d6b6886b9f0d4e3'/>
<id>urn:sha1:b0396671c6aad090e6b9b5bc9d6b6886b9f0d4e3</id>
<content type='text'>
"git help config" knows nothing about owner.* properties, only user.*.
</content>
</entry>
<entry>
<title>Do not crash list view when seeing a fully empty git repository</title>
<updated>2017-04-19T16:33:22Z</updated>
<author>
<name>Christian Weiske</name>
<email>cweiske@cweiske.de</email>
</author>
<published>2017-04-19T16:33:22Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/phorkie.git/commit/?id=ade89bd51686796f30dc26b0f5c65eb9b6f66f21'/>
<id>urn:sha1:ade89bd51686796f30dc26b0f5c65eb9b6f66f21</id>
<content type='text'>
This is not a good way to handle it, but makes phorkie more resilient
against invalid data.

Resolves: https://github.com/cweiske/phorkie/issues/24
</content>
</entry>
<entry>
<title>Silently ignore invalid (already deleted) pastes</title>
<updated>2017-04-19T16:21:03Z</updated>
<author>
<name>Christian Weiske</name>
<email>cweiske@cweiske.de</email>
</author>
<published>2017-04-19T16:21:03Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/phorkie.git/commit/?id=8a4d28fa14e4b0053d5fb9753535124b6bcbfe5e'/>
<id>urn:sha1:8a4d28fa14e4b0053d5fb9753535124b6bcbfe5e</id>
<content type='text'>
ElasticSearch takes a bit to delete a paste, and we got exceptions
when trying to list recent pastes when one of them had been deleted.

Resolves: https://github.com/cweiske/phorkie/issues/25
</content>
</entry>
<entry>
<title>Make phorkie work with git 2.11</title>
<updated>2017-04-18T21:13:52Z</updated>
<author>
<name>Christian Weiske</name>
<email>cweiske@cweiske.de</email>
</author>
<published>2017-04-18T21:13:52Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/phorkie.git/commit/?id=e345da5f229be52b35c613d894687328a34da71c'/>
<id>urn:sha1:e345da5f229be52b35c613d894687328a34da71c</id>
<content type='text'>
Resolves: https://github.com/cweiske/phorkie/issues/23
</content>
</entry>
<entry>
<title>Avoid leaking file descriptor when looking for binary files</title>
<updated>2015-11-10T05:32:35Z</updated>
<author>
<name>Christophe Coevoet</name>
<email>stof@notk.org</email>
</author>
<published>2015-11-06T09:23:40Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/phorkie.git/commit/?id=0f0ad04504e60d8f410472232480eb1fd9332814'/>
<id>urn:sha1:0f0ad04504e60d8f410472232480eb1fd9332814</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Detect text files for unknown file types</title>
<updated>2015-11-05T06:40:03Z</updated>
<author>
<name>Christian Weiske</name>
<email>cweiske@cweiske.de</email>
</author>
<published>2015-11-05T06:40:03Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/phorkie.git/commit/?id=0b24764b8d1065fc57e219c431112860c7147dd0'/>
<id>urn:sha1:0b24764b8d1065fc57e219c431112860c7147dd0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support elasticsearch 2.0.</title>
<updated>2015-11-03T06:31:39Z</updated>
<author>
<name>Christian Weiske</name>
<email>cweiske@cweiske.de</email>
</author>
<published>2015-11-03T05:16:52Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/phorkie.git/commit/?id=49a42cb5ac2e29668d2ac584e1a84d9818b047ea'/>
<id>urn:sha1:49a42cb5ac2e29668d2ac584e1a84d9818b047ea</id>
<content type='text'>
Requires the delete-by-query plugin for elasticsearch.
</content>
</entry>
<entry>
<title>jump to correct hash after renaming a file</title>
<updated>2015-07-14T06:05:03Z</updated>
<author>
<name>Christian Weiske</name>
<email>cweiske@cweiske.de</email>
</author>
<published>2015-07-14T06:05:03Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/phorkie.git/commit/?id=4137e993d11e926ae28343c1eeac1a46977efd47'/>
<id>urn:sha1:4137e993d11e926ae28343c1eeac1a46977efd47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix crash when renaming file</title>
<updated>2015-07-14T05:58:32Z</updated>
<author>
<name>Christian Weiske</name>
<email>cweiske@cweiske.de</email>
</author>
<published>2015-07-14T05:58:32Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/phorkie.git/commit/?id=808a3a5857c77ef99605fdfdde9b31b5c02e22c6'/>
<id>urn:sha1:808a3a5857c77ef99605fdfdde9b31b5c02e22c6</id>
<content type='text'>
This bug was introduced by the modified hash handling for caching in 2cd81a7
</content>
</entry>
<entry>
<title>simple cache for rendered files</title>
<updated>2015-07-07T14:10:56Z</updated>
<author>
<name>Christian Weiske</name>
<email>cweiske@cweiske.de</email>
</author>
<published>2015-07-07T14:10:56Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/phorkie.git/commit/?id=2cd81a74dcf24acf85c86639ad60a140037d4451'/>
<id>urn:sha1:2cd81a74dcf24acf85c86639ad60a140037d4451</id>
<content type='text'>
</content>
</entry>
</feed>
