| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-12-27 | Update jQuery from 1.12.4 to 3.7.1HEADmaster | Christian Weiske | |
| 2023-12-27 | Fix downloading of raw files with folder names | Christian 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-23 | Fix access to files with spaces in Apache 2.4.52+ | Christian Weiske | |
| https://stackoverflow.com/q/75684314/282601 | |||
| 2023-03-23 | Add changelog for 0.9.0 | Christian Weiske | |
| 2023-03-23 | Update build script for composer installation | Christian Weiske | |
| 2023-03-23 | Fix DOMDocument usage on PHP 8.2 | Christian Weiske | |
| 2023-03-22 | Use latest pear2/services_linkback 0.4.0 | Christian Weiske | |
| 2023-03-22 | Use real return types in Repositories.php | Christian Weiske | |
| 2023-03-22 | Fix error with git 2.25.1 complaining about missing committer | Christian 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-22 | Fix stripping ".git" from dir names | Christian Weiske | |
| This did never work, but earlier PHP versions did not complain | |||
| 2023-03-22 | Update dependencies | Christian Weiske | |
| .. so we can use PHP 8.2 | |||
| 2023-03-22 | Work around bug in twig 1 | Christian Weiske | |
| Related: https://github.com/twigphp/Twig/pull/3822 | |||
| 2023-03-22 | Remove PEAR support from file type detection | Christian Weiske | |
| 2023-03-22 | Use composer package names in setup check | Christian Weiske | |
| 2023-03-22 | Fix curly brace when accessing character inside string | Christian Weiske | |
| 2023-03-21 | Do not use each() anymore (breaks on PHP 8) | Christian Weiske | |
| 2018-03-21 | Fix E_NOTICE: Only variables should be passed by reference | Christian Weiske | |
| 2017-10-28 | Word-wrap for txt files | Christian 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-28 | Update jquery from 1.7.2 to 1.12.4 | Christian Weiske | |
| 2017-10-13 | Make random IDs configurable | Christian Weiske | |
| 2017-10-13 | Each repository ID should increment by between 2^16 and 2^24 to avoid easy ↵ | Douglas Fraser | |
| guessing | |||
| 2017-10-12 | Use mode from parent directory to avoid world writable | Douglas Fraser | |
| 2017-08-29 | Release 0.8.1v0.8.1 | Christian Weiske | |
| 2017-08-29 | Remove releasenotes from build.xml | Christian Weiske | |
| 2017-08-29 | Manually activate libxml external entity resolver | Christian Weiske | |
| so that we are able to load remote URLs with DOMDocument Resolves: https://github.com/cweiske/phorkie/issues/26 | |||
| 2017-08-29 | Revert "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-25 | We need the new Net_URL2 version that has the proper include path for ↵ | Christian Weiske | |
| Services_Yadis | |||
| 2017-08-25 | Ignore default repository location | Christian Weiske | |
| 2017-08-25 | Make MIME type detection work on composer install | Christian Weiske | |
| 2017-08-25 | Make GeSHi autoloading really work | Christian Weiske | |
| 2017-08-24 | Use packagist-only dependencies in composer.json | Christian Weiske | |
| Resolves: https://github.com/cweiske/phorkie/issues/28 | |||
| 2017-04-19 | link news file | Christian Weiske | |
| 2017-04-19 | Release 0.8.0v0.8.0 | Christian Weiske | |
| 2017-04-19 | Remove pear package creation script | Christian Weiske | |
| There will be no pear package of phorkie | |||
| 2017-04-19 | Cache dir defaults to root directory. Updated gitignore to reflect that. | Leo Leung | |
| 2017-04-19 | Warn people about changing config.default.php | Christian Weiske | |
| 2017-04-19 | Fixed 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-19 | Do not crash list view when seeing a fully empty git repository | Christian 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-19 | Silently ignore invalid (already deleted) pastes | Christian 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-18 | Make phorkie work with git 2.11 | Christian Weiske | |
| Resolves: https://github.com/cweiske/phorkie/issues/23 | |||
| 2017-04-18 | Move off sourceforge | Christian Weiske | |
| 2016-02-11 | Make phorkie search engine friendlier | Christian Weiske | |
| Tell crawlers which links they should not follow. Helps my own search engine "phinde" | |||
| 2015-11-11 | Load the plaindetect library from packagist | Christophe Coevoet | |
| Loading packages from a pear repository is very slow in composer (because the pear protocol is not optimized for composer needs) | |||
| 2015-11-10 | Avoid leaking file descriptor when looking for binary files | Christophe Coevoet | |
| 2015-11-05 | prepare release of 0.7.0v0.7.0 | Christian Weiske | |
| 2015-11-05 | Detect text files for unknown file types | Christian Weiske | |
| 2015-11-03 | phar handling link | Christian Weiske | |
| 2015-11-03 | Support elasticsearch 2.0. | Christian Weiske | |
| Requires the delete-by-query plugin for elasticsearch. | |||
| 2015-10-28 | Fix nginx config | Nicolas Hohm | |
| 2015-07-15 | prepare release of 0.6.1v0.6.1 | Christian Weiske | |
