| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-23 | Fix DOMDocument usage on PHP 8.2 | 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 | 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 | |
| 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-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 | 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 | Make GeSHi autoloading really work | 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 | |||
| 2015-11-10 | Avoid leaking file descriptor when looking for binary files | Christophe Coevoet | |
| 2015-11-05 | Detect text files for unknown file types | Christian Weiske | |
| 2015-11-03 | Support elasticsearch 2.0. | Christian Weiske | |
| Requires the delete-by-query plugin for elasticsearch. | |||
| 2015-07-14 | jump to correct hash after renaming a file | Christian Weiske | |
| 2015-07-14 | fix crash when renaming file | Christian Weiske | |
| This bug was introduced by the modified hash handling for caching in 2cd81a7 | |||
| 2015-07-07 | simple cache for rendered files | Christian Weiske | |
| 2015-07-06 | Add "add file" button to display page | Christian Weiske | |
| 2015-07-06 | single file edit: jump to file after saving | Christian Weiske | |
| 2015-02-03 | support embedding in application/xhtml+xml pages | Christian Weiske | |
| 2015-02-02 | Add oEmbed support | Christian Weiske | |
| 2015-01-28 | Automatically login to phorkie | Christian Weiske | |
| 2015-01-26 | javascript embedding support | Christian Weiske | |
| 2014-12-04 | Single file editing | Christian Weiske | |
| 2014-11-05 | fix fork display that broke after ini parsing fix | Christian Weiske | |
| 2014-11-05 | make phorkie compatible with elasticsearch 1.3 | Christian Weiske | |
| 2014-11-05 | show url and HTTP method in exception | Christian Weiske | |
| 2014-11-05 | prevent notice on cli scripts | Christian Weiske | |
| 2014-11-05 | work around PHP bug #68347: parse ini files in raw mode | Christian Weiske | |
| 2014-07-15 | add fixme | Christian Weiske | |
| 2014-07-10 | remove debug statement | Christian Weiske | |
| 2014-07-09 | make mime type detection work on php-fpm which has no PATH env variable | Christian Weiske | |
| 2014-07-09 | show reason for mime type detection failure in setup check | Christian Weiske | |
| 2014-07-08 | fix git version detection on OSX | Christian Weiske | |
| 2014-07-07 | automatically configure git paths (dir + public clone url) | Christian Weiske | |
| 2014-07-07 | update-server-info on git pushes and forks | Christian Weiske | |
| 2014-07-07 | prettier git dirs in setup check | Christian Weiske | |
| 2014-07-06 | fix basedir detection for rewritten paths | Christian Weiske | |
| 2014-07-06 | create server info for http transport | Christian Weiske | |
| 2014-07-04 | config file setup instructions | Christian Weiske | |
| 2014-07-04 | warn about remote fork config in setup and help | Christian Weiske | |
| 2014-07-04 | rework setup check | Christian Weiske | |
