aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-01-17Dockerfile for elasticsearch v2.4.6HEADmasterChristian Weiske
2025-12-30Update composer package dependenciesChristian Weiske
- Upgrading myclabs/deep-copy (1.11.0 => 1.13.4) - Upgrading nikic/php-parser (v4.15.4 => v5.7.0) - Upgrading pear/console_commandline (v1.2.4 => v1.2.6) - Upgrading pear/http_request2 (v2.5.1 => v2.7.0) - Upgrading pear/net_url2 (v2.2.2 => v2.2.3) - Upgrading phar-io/manifest (2.0.3 => 2.0.4) - Upgrading phpunit/php-code-coverage (9.2.26 => 9.2.32) - Upgrading phpunit/phpunit (9.6.4 => 9.6.31) - Upgrading sebastian/cli-parser (1.0.1 => 1.0.2) - Upgrading sebastian/comparator (4.0.8 => 4.0.9) - Upgrading sebastian/complexity (2.0.2 => 2.0.3) - Upgrading sebastian/diff (4.0.4 => 4.0.6) - Upgrading sebastian/exporter (4.0.5 => 4.0.8) - Upgrading sebastian/global-state (5.0.5 => 5.0.8) - Upgrading sebastian/lines-of-code (1.0.3 => 1.0.4) - Upgrading sebastian/recursion-context (4.0.5 => 4.0.6) - Upgrading sebastian/resource-operations (3.0.3 => 3.0.4) - Upgrading symfony/polyfill-ctype (v1.27.0 => v1.33.0) - Upgrading theseer/tokenizer (1.2.1 => 1.3.1) - Upgrading twig/twig (v1.44.7 => v1.44.8)
2023-04-21Do not use STDOUT and STDERR constantsChristian Weiske
.. they do not exist in webserver context
2023-04-02Mention gearadminChristian Weiske
2023-04-02Fix string array access in php 8Christian Weiske
2023-04-02Upgrade to pear/http2 to support php 8.2Christian Weiske
2023-03-06Add required php extensions to composer.jsonChristian Weiske
2023-03-06Update dependencies to latest versionChristian Weiske
$ php -v PHP 8.2.2 (cli) (built: Feb 7 2023 11:27:52) (NTS) $ composer update Lock file operations: 5 installs, 28 updates, 6 removals - Removing phpdocumentor/reflection-common (2.0.0) - Removing phpdocumentor/reflection-docblock (5.1.0) - Removing phpdocumentor/type-resolver (1.1.0) - Removing phpspec/prophecy (v1.10.3) - Removing phpunit/php-token-stream (4.0.0) - Removing webmozart/assert (1.7.0) - Upgrading doctrine/instantiator (1.3.0 => 2.0.0) - Upgrading myclabs/deep-copy (1.9.5 => 1.11.0) - Locking nikic/php-parser (v4.15.4) - Upgrading pear/console_commandline (v1.2.2 => v1.2.4) - Upgrading pear/http_request2 (v2.3.0 => v2.5.1) - Upgrading pear/pear_exception (v1.0.0 => v1.0.2) - Upgrading phar-io/manifest (1.0.3 => 2.0.3) - Upgrading phar-io/version (2.0.1 => 3.2.1) - Upgrading phpunit/php-code-coverage (8.0.1 => 9.2.26) - Upgrading phpunit/php-file-iterator (3.0.0 => 3.0.6) - Upgrading phpunit/php-invoker (3.0.0 => 3.1.1) - Upgrading phpunit/php-text-template (2.0.0 => 2.0.4) - Upgrading phpunit/php-timer (3.0.0 => 5.0.3) - Upgrading phpunit/phpunit (9.0.1 => 9.6.4) - Locking sebastian/cli-parser (1.0.1) - Locking sebastian/code-unit (1.0.8) - Upgrading sebastian/code-unit-reverse-lookup (2.0.0 => 2.0.3) - Upgrading sebastian/comparator (4.0.0 => 4.0.8) - Locking sebastian/complexity (2.0.2) - Upgrading sebastian/diff (4.0.0 => 4.0.4) - Upgrading sebastian/environment (5.0.1 => 5.1.5) - Upgrading sebastian/exporter (4.0.0 => 4.0.5) - Upgrading sebastian/global-state (4.0.0 => 5.0.5) - Locking sebastian/lines-of-code (1.0.3) - Upgrading sebastian/object-enumerator (4.0.0 => 4.0.4) - Upgrading sebastian/object-reflector (2.0.0 => 2.0.4) - Upgrading sebastian/recursion-context (4.0.0 => 4.0.5) - Upgrading sebastian/resource-operations (3.0.0 => 3.0.3) - Upgrading sebastian/type (2.0.0 => 3.2.1) - Upgrading sebastian/version (3.0.0 => 3.0.2) - Upgrading symfony/polyfill-ctype (v1.10.0 => v1.27.0) - Upgrading theseer/tokenizer (1.1.3 => 1.2.1) - Upgrading twig/twig (v1.35.4 => v1.44.7)
2020-04-17Write errors to stderrChristian Weiske
2020-03-08Support location redirect changesChristian Weiske
2020-03-08Fix accept header in crawlerChristian Weiske
2020-03-07Support subscriptions to redirect URLsChristian Weiske
Resolves: https://github.com/cweiske/phinde/issues/37
2020-03-07Support multiple hub links for WebSubChristian Weiske
2020-03-07link websub on status pageChristian Weiske
2020-03-07emacs dumb-jump configurationChristian Weiske
2020-03-07Use own HttpRequest class so we get get our own user agentChristian Weiske
2020-03-06Talk about WebSubChristian Weiske
2020-03-06Add cli tool to unsubscribe from a topicChristian Weiske
2020-03-06Store the hub that was used for Websub subscriptionChristian Weiske
2020-03-05Support web linking in rss feed (atom:link)Christian Weiske
2020-03-05Add atom and rss feed link url extractionChristian Weiske
2020-03-05Add unit test preparationChristian Weiske
2020-03-05Install phpunitChristian Weiske
2020-03-03Document subscribing to websub topicsChristian Weiske
2020-03-03Install composer package pear/http2 for websubChristian Weiske
2020-02-29Do not break when searching for slashesChristian Weiske
Resolves: https://github.com/cweiske/phinde/issues/36
2020-02-29Add URL rewrites/replacementsChristian Weiske
2020-02-29Document MySQL setup for websubChristian Weiske
2019-01-08mention debian 9 gearman problemsChristian Weiske
2019-01-08Do not throw exception but send 400Christian Weiske
2019-01-08Do not allow pages > 100Christian Weiske
2018-12-16composer dependency installationChristian Weiske
2018-10-15better mobile viewChristian Weiske
2018-10-15talk about gearmanChristian Weiske
2018-10-15mention twigChristian Weiske
2017-07-26Fix date searchesChristian Weiske
Resolves: https://github.com/cweiske/phinde/issues/25
2017-07-26Keep filter when clicking pager linksChristian Weiske
Resolves: https://github.com/cweiske/phinde/issues/33
2017-05-31Setup instructionsChristian Weiske
2017-05-21tell how to delete a domainChristian Weiske
2017-04-21Fix color for open tasksChristian Weiske
2017-04-21Renew subscriptions that got no response.Christian Weiske
May happen if there were network issues or the server phinde is running on was shut down directly after the subscription request was sent. Resolves: https://github.com/cweiske/phinde/issues/28
2017-04-21Add colors to status page to make it easy to spot problemsChristian Weiske
Resolves: https://github.com/cweiske/phinde/issues/30
2017-04-20document systemd service setupChristian Weiske
2016-12-03add log file supportv0.2.1Christian Weiske
2016-12-03Do not crash status page when gearman worker is not registeredChristian Weiske
2016-12-03Remove URL check from process.php. Checking is done in Crawler alreadyChristian Weiske
2016-12-03blacklist config option is not usedChristian Weiske
2016-12-03baseurl config optionChristian Weiske
2016-11-25script to renew websub subscriptionsv0.2.0Christian Weiske
2016-11-24show subscriptions on status pageChristian Weiske