aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-12-27Update jQuery from 1.12.4 to 3.7.1HEADmasterChristian Weiske
2023-12-27Fix downloading of raw files with folder namesChristian Weiske
Previously an error occured for an URL like "http://phorkie.cwboo/18/rev-raw/1f656befc962f35c6adbce29f3fe30d8297489e8/foo/bar.ini": > Some errors in executing git command > Output: Error: fatal: ambiguous argument '1f656befc962f35c6adbce29f3fe30d8297489e8/foo': > unknown revision or path not in the working tree. > Use '--' to separate paths from revisions, like this: 'git <command> [<revision>...] -- [<file>...]'
2023-08-23Fix access to files with spaces in Apache 2.4.52+Christian Weiske
https://stackoverflow.com/q/75684314/282601
2023-03-23Add changelog for 0.9.0Christian Weiske
2023-03-23Update build script for composer installationChristian Weiske
2023-03-23Fix DOMDocument usage on PHP 8.2Christian Weiske
2023-03-22Use latest pear2/services_linkback 0.4.0Christian 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-22Update dependenciesChristian Weiske
.. so we can use PHP 8.2
2023-03-22Work around bug in twig 1Christian Weiske
Related: https://github.com/twigphp/Twig/pull/3822
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
2018-03-21Fix E_NOTICE: Only variables should be passed by referenceChristian 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-28Update jquery from 1.7.2 to 1.12.4Christian Weiske
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-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