summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2017-04-19Fixed bad owner/user config, causing pastes to fail with 'Please tell me who ↵Leo Leung
you are' "git help config" knows nothing about owner.* properties, only user.*.
2017-04-19Do not crash list view when seeing a fully empty git repositoryChristian Weiske
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
2017-04-19Silently ignore invalid (already deleted) pastesChristian Weiske
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
2017-04-18Make phorkie work with git 2.11Christian Weiske
Resolves: https://github.com/cweiske/phorkie/issues/23
2017-04-18Move off sourceforgeChristian Weiske
2015-11-10Avoid leaking file descriptor when looking for binary filesChristophe Coevoet
2015-11-05Detect text files for unknown file typesChristian Weiske
2015-11-03Support elasticsearch 2.0.Christian Weiske
Requires the delete-by-query plugin for elasticsearch.
2015-07-14jump to correct hash after renaming a fileChristian Weiske
2015-07-14fix crash when renaming fileChristian Weiske
This bug was introduced by the modified hash handling for caching in 2cd81a7
2015-07-07simple cache for rendered filesChristian Weiske
2015-07-06Add "add file" button to display pageChristian Weiske
2015-07-06single file edit: jump to file after savingChristian Weiske
2015-02-03support embedding in application/xhtml+xml pagesChristian Weiske
2015-02-02Add oEmbed supportChristian Weiske
2015-01-28Automatically login to phorkieChristian Weiske
2015-01-26javascript embedding supportChristian Weiske
2014-12-04Single file editingChristian Weiske
2014-11-05fix fork display that broke after ini parsing fixChristian Weiske
2014-11-05make phorkie compatible with elasticsearch 1.3Christian Weiske
2014-11-05show url and HTTP method in exceptionChristian Weiske
2014-11-05prevent notice on cli scriptsChristian Weiske
2014-11-05work around PHP bug #68347: parse ini files in raw modeChristian Weiske
2014-07-15add fixmeChristian Weiske
2014-07-10remove debug statementChristian Weiske
2014-07-09send cache headers for static phorkie .png filesChristian Weiske
2014-07-09make mime type detection work on php-fpm which has no PATH env variableChristian Weiske
2014-07-09show reason for mime type detection failure in setup checkChristian Weiske
2014-07-08fix git version detection on OSXChristian Weiske
2014-07-07automatically configure git paths (dir + public clone url)Christian Weiske
2014-07-07update-server-info on git pushes and forksChristian Weiske
2014-07-07prettier git dirs in setup checkChristian Weiske
2014-07-06fix basedir detection for rewritten pathsChristian Weiske
2014-07-06create server info for http transportChristian Weiske
2014-07-04config file setup instructionsChristian Weiske
2014-07-04fix rewrite map loadingChristian Weiske
2014-07-04warn about remote fork config in setup and helpChristian Weiske
2014-07-04rework setup checkChristian Weiske
2014-07-04make mime_type_plaindetect work in .phar filesChristian Weiske
2014-07-04Merge remote-tracking branch 'origin/master'Christian Weiske
Conflicts: src/phorkie/Renderer/Geshi.php src/phorkie/SetupCheck.php
2014-07-04detect baseurl automatically, load config file from .pharChristian Weiske
2014-07-04use rewrite map in .pharChristian Weiske
2014-07-04use lib/ as include path when PEAR-installed dependencies are in itChristian Weiske
2014-07-01make autoloading geshi workChristian Weiske
2014-06-13handle undefined local clone urlsChristian Weiske
2014-06-13use geshi from geshi's new pear channelChristian Weiske
2014-05-21first work on .pharChristian Weiske
2014-05-20Avoid mixed content warnings by letting Libravatar detect HTTPS connection.Zertrin
2014-05-16add option to disable avatar loadingChristian Weiske
2014-05-16support michelf\markdown 1.4+ APIChristian Weiske