aboutsummaryrefslogtreecommitdiff
path: root/src/phorkie
AgeCommit message (Collapse)Author
2023-03-23Fix DOMDocument usage on PHP 8.2Christian Weiske
2023-03-22Use real return types in Repositories.phpChristian Weiske
2023-03-22Fix error with git 2.25.1 complaining about missing committerChristian Weiske
.. needs current VersionControl_Git 0.7.0 that allows setting environment vars. Also add composer.lock so we know what exact versions worked.
2023-03-22Fix stripping ".git" from dir namesChristian Weiske
This did never work, but earlier PHP versions did not complain
2023-03-22Remove PEAR support from file type detectionChristian Weiske
2023-03-22Use composer package names in setup checkChristian Weiske
2023-03-22Fix curly brace when accessing character inside stringChristian Weiske
2023-03-21Do not use each() anymore (breaks on PHP 8)Christian Weiske
2017-10-28Word-wrap for txt filesChristian Weiske
This means there are no line numbers for .txt anymore, but I find it more important to have word wrap. Resolves: https://github.com/cweiske/phorkie/issues/31
2017-10-13Make random IDs configurableChristian Weiske
2017-10-13Each repository ID should increment by between 2^16 and 2^24 to avoid easy ↵Douglas Fraser
guessing
2017-10-12Use mode from parent directory to avoid world writableDouglas Fraser
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-25Make GeSHi autoloading really workChristian 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
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-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-04warn about remote fork config in setup and helpChristian Weiske
2014-07-04rework setup checkChristian Weiske