summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-29Release 0.8.1v0.8.1Christian Weiske
2017-08-29Remove releasenotes from build.xmlChristian Weiske
2017-08-29Manually activate libxml external entity resolverChristian Weiske
so that we are able to load remote URLs with DOMDocument Resolves: https://github.com/cweiske/phorkie/issues/26
2017-08-29Revert "Fixed bad owner/user config, causing pastes to fail with 'Please ↵Christian Weiske
tell me who you are'" This reverts commit b0396671c6aad090e6b9b5bc9d6b6886b9f0d4e3. The owner.* configuration is custom-made by phorkie. If we use user.*, anonymous commits automatically get the user.* settings which we do not want. Resolves: https://github.com/cweiske/phorkie/issues/27
2017-08-25We need the new Net_URL2 version that has the proper include path for ↵Christian Weiske
Services_Yadis
2017-08-25Ignore default repository locationChristian Weiske
2017-08-25Make MIME type detection work on composer installChristian Weiske
2017-08-25Make GeSHi autoloading really workChristian Weiske
2017-08-24Use packagist-only dependencies in composer.jsonChristian Weiske
Resolves: https://github.com/cweiske/phorkie/issues/28
2017-04-19link news fileChristian Weiske
2017-04-19Release 0.8.0v0.8.0Christian Weiske
2017-04-19Remove pear package creation scriptChristian Weiske
There will be no pear package of phorkie
2017-04-19Cache dir defaults to root directory. Updated gitignore to reflect that.Leo Leung
2017-04-19Warn people about changing config.default.phpChristian Weiske
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
2016-02-11Make phorkie search engine friendlierChristian Weiske
Tell crawlers which links they should not follow. Helps my own search engine "phinde"
2015-11-11Load the plaindetect library from packagistChristophe Coevoet
Loading packages from a pear repository is very slow in composer (because the pear protocol is not optimized for composer needs)
2015-11-10Avoid leaking file descriptor when looking for binary filesChristophe Coevoet
2015-11-05prepare release of 0.7.0v0.7.0Christian Weiske
2015-11-05Detect text files for unknown file typesChristian Weiske
2015-11-03phar handling linkChristian Weiske
2015-11-03Support elasticsearch 2.0.Christian Weiske
Requires the delete-by-query plugin for elasticsearch.
2015-10-28Fix nginx configNicolas Hohm
2015-07-15prepare release of 0.6.1v0.6.1Christian Weiske
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-08prepare release of 0.6.0v0.6.0Christian Weiske
2015-07-08google does not support openid anymore; remove the openid provider buttonsChristian Weiske
2015-07-08favicon on setup check pageChristian Weiske
2015-07-08have a default app iconChristian Weiske
2015-07-08add cachedir setting to dist and default config fileChristian Weiske
2015-07-08do not use javascript for location reloadChristian Weiske
2015-07-07simple cache for rendered filesChristian Weiske
2015-07-06fix "reload" button on autologinChristian Weiske
2015-07-06Add "add file" button to display pageChristian Weiske
2015-07-06redirect paste url with ending slash on apacheChristian Weiske
2015-07-06single file edit: jump to file after savingChristian Weiske
2015-07-06move "additional options" button in the middle, and make it not so visibleChristian Weiske
2015-07-02we need auto width for pre tags in embedChristian Weiske
2015-02-27Added Lighttpd rewrite rules to READMEDean Matzkov
2015-02-26fix validation errorsChristian Weiske
2015-02-10request mailsChristian Weiske
2015-02-03xhtml compatibility in single file embed modeChristian Weiske
2015-02-03fix embed style inclusion and embed overflow handlingv0.5.0Christian Weiske
2015-02-03support embedding in application/xhtml+xml pagesChristian Weiske
2015-02-03update 0.5.0 changelogChristian Weiske