Commit Graph

  • 7bbe71b818 Merge pull request 'Fix calculating average color for *.ico' (#100) from yan12125/tt-rss:fix-ico-avg-color into master fox 2023-02-13 20:43:04 +0300
  • 40afee5d12 Fix calculating average color for *.ico Chih-Hsuan Yen 2023-02-10 18:20:42 +0800
  • 0cd4abe4eb Merge pull request 'Attempt calculating custom favicon avg color, only try calculating once' (#99) from wn/tt-rss:feature/custom-favicon-detect-color into master fox 2023-02-04 10:56:21 +0300
  • 1646aba944 Minor tweak to favicon avg color debug log message. wn_ 2023-02-03 01:30:35 +0000
  • b28d339bf2 Don't set 'favicon_avg_color' on feed obj unless it's valid. wn_ 2023-02-03 01:28:15 +0000
  • f484988967 Fix logging favicon-related bools in 'RSSUtils::update_rss_feed()'. wn_ 2023-02-03 01:17:50 +0000
  • 380624a484 Persist failure to detect favicon average color. wn_ 2023-02-03 01:02:38 +0000
  • f0f7a5f958 Ensure custom favicon color detection happens. wn_ 2023-02-03 00:45:04 +0000
  • e7c7468fa1 Support setting custom feed colors on feeds with custom icons. wn_ 2023-02-01 03:45:54 +0000
  • c30b24d09f
    deal with type errors in batch feed editor properly, un-deprecate PDO wrapper functions and document them for posterity Andrew Dolgov 2022-12-30 19:51:34 +0300
  • 5c0a5da88c
    batch feed editor: silence some more php8.1 undefined field warnings Andrew Dolgov 2022-12-30 19:10:41 +0300
  • a16acd65fc
    batch feed editor: - fix some field changes not applying because of DB type errors - rework to use bound vars instead of sql query concatenation deprecate: checkbox_to_sql_bool(), bool_to_sql_bool() Andrew Dolgov 2022-12-30 19:07:15 +0300
  • 2be8d58509
    CI: use local registry php image Andrew Dolgov 2022-12-30 09:48:34 +0300
  • 9c0ead3640
    show full commit timestamp with version information in prefs footer Andrew Dolgov 2022-12-30 09:46:01 +0300
  • 4c94139113
    Merge branch 'weblate-integration' Andrew Dolgov 2022-12-28 12:35:07 +0300
  • b64ec219b9 Translated using Weblate (German) Eike 2022-12-27 08:50:03 +0000
  • 22f8a22748 Merge pull request 'Fix getting active feeds with errors.' (#97) from wn/tt-rss:bugfix/feeds-with-errors-default-interval into master fox 2022-12-25 08:42:44 +0300
  • 371af1a39c Fix getting active feeds with errors. wn_ 2022-12-24 21:22:16 +0000
  • fb4bc2615e Merge pull request 'Only count updating (i.e. enabled) feeds when determining active feeds with errors.' (#96) from wn/tt-rss:feature/only-warn-for-updating-feeds into master fox 2022-12-22 00:13:04 +0300
  • 46e2635869 Only count updating (i.e. enabled) feeds when determining active feeds with errors. wn_ 2022-12-21 21:03:38 +0000
  • 423b26afc5 Merge pull request 'Only touch on send for expirable cache files.' (#95) from wn/tt-rss:bugfix/local-cache-feed-icons-ts into master fox 2022-12-20 08:22:21 +0300
  • 8b129626cd Only touch on send for expirable cache files. wn_ 2022-12-20 02:03:46 +0000
  • c6d21b3196
    make phpstan happy Andrew Dolgov 2022-12-19 21:42:34 +0300
  • d373b7b452
    * bring back cache-busting for feed icons based on timestamp * DiskCache: use singleton pattern to create less cache object instances * DiskCache: implement ETag Andrew Dolgov 2022-12-19 21:36:50 +0300
  • 20d6aaa9ab
    limit tree expando white color to prefs Andrew Dolgov 2022-12-19 21:19:28 +0300
  • 8ea537123d
    move af_readability out of master tree Andrew Dolgov 2022-12-13 20:08:43 +0300
  • 313f12ae93 Merge pull request 'Bump af_readability 'html5-php' dependency to latest.' (#94) from wn/tt-rss:feature/bump-af_readability-masterminds-html5 into master fox 2022-12-13 19:45:50 +0300
  • 457553eeac Add af_readability 'html5-php' Jenkinsfile. wn_ 2022-12-12 22:38:16 +0000
  • 0317828847 Bump af_readability 'html5-php' dependency to latest. wn_ 2022-12-12 22:31:14 +0000
  • 72e64bdb78
    phpstan: exclude tests in lib/ Andrew Dolgov 2022-12-11 22:06:49 +0300
  • fa9c614ff1
    Merge branch 'master' of git.tt-rss.org:tt-rss/tt-rss Andrew Dolgov 2022-12-02 07:35:11 +0300
  • 824addbc9d
    fix cleanup_feed_icons unlinking nonexistant files, limit it to actual feed icons Andrew Dolgov 2022-12-02 07:34:51 +0300
  • a57f4e6da7 Rework 'RSSUtils::cleanup_feed_icons' to only target expected files. wn_ 2022-12-02 01:53:07 +0000
  • 292ca86665 Merge pull request 'Consistently get the self URL.' (#92) from wn/tt-rss:bugfix/config-self-url-consistency into master fox 2022-11-28 20:43:10 +0300
  • a355221e7f Consistently get the self URL. wn_ 2022-11-28 17:40:42 +0000
  • 94c49399cc
    get_self_url: strip all trailing slashes Andrew Dolgov 2022-11-28 19:24:12 +0300
  • 52180c9f8f
    DiskCache: enforce basename() on filenames passed to cache adapter Andrew Dolgov 2022-11-26 14:15:45 +0300
  • 3212c51ce8
    migrate favicons directly to new cache Andrew Dolgov 2022-11-24 23:43:46 +0300
  • a30b9bb649
    rework favicon storage to use DiskCache Andrew Dolgov 2022-11-24 23:31:33 +0300
  • be6bc72a74
    DiskCache: tweak how expiration is invoked Andrew Dolgov 2022-11-24 18:49:36 +0300
  • 3180b35807
    deprecate DiskCache->touch() Andrew Dolgov 2022-11-24 08:16:56 +0300
  • 9732d8fc9f
    update_rss_feed: use DiskCache to store feed data Andrew Dolgov 2022-11-23 22:09:04 +0300
  • 10a1dd35e3
    * split local cache implementation into a separate class * allow custom implementations provided by plugins Andrew Dolgov 2022-11-23 21:18:40 +0300
  • 30c04adfa6
    Merge branch 'weblate-integration' Andrew Dolgov 2022-11-23 17:27:42 +0300
  • cb2f1ac2d9 Translated using Weblate (Galician) xosé m 2022-11-22 10:58:05 +0000
  • b7bcfe1ca0 Fix PHPStan issue due to 'phpdoc_to_comment' rule. wn_ 2022-11-21 03:43:06 +0000
  • 19f41bbd54 Use an arrow function in 'Pref_Prefs'. wn_ 2022-11-20 19:17:06 +0000
  • e20f64171e Second run of PHP CS Fixer with PHP 7.4 migration ruleset added. wn_ 2022-11-20 19:12:21 +0000
  • fbb3b2e77a Initial run of PHP CS Fixer with Symfony ruleset. wn_ 2022-11-20 19:07:25 +0000
  • 9a0dcdd6cc Merge pull request 'Address upcoming string interpolation deprecation (PHP 8.2)' (#90) from wn/tt-rss:feature/php82-str-intrp-deprecation into master fox 2022-11-12 20:24:52 +0300
  • d376cd6142 Address upcoming string interpolation deprecation. wn_ 2022-11-12 16:20:59 +0000
  • 602e868425
    Merge branch 'master' of git.tt-rss.org:tt-rss/tt-rss Andrew Dolgov 2022-10-15 13:46:02 +0300
  • f56a049641
    fix some PHP8 warnings generated while dragging feed tree items around Andrew Dolgov 2022-10-15 13:44:02 +0300
  • b702761941
    fix tree expando being invisible on selected tree nodes Andrew Dolgov 2022-10-15 13:40:04 +0300
  • 7eb711eefa Merge pull request 'Return true in custom error handler for proper suppression' (#89) from mechnich/tt-rss:fix-error-handling into master fox 2022-10-11 18:57:09 +0300
  • 017bf9777f Return true in custom error handler for proper suppression jmechnich 2022-10-10 14:56:28 +0200
  • bbb47b5d62
    Jenkins: set discarder Andrew Dolgov 2022-10-02 19:20:10 +0300
  • 68dee45782
    remove docker-on-docker hacks from Jenkinsfile Andrew Dolgov 2022-10-01 22:22:06 +0300
  • c654f02a53
    Merge branch 'master' of git.tt-rss.org:fox/tt-rss Andrew Dolgov 2022-10-01 19:01:33 +0300
  • 6cbdbd261e
    add Jenkinsfile to enable separate CI for pull requests Andrew Dolgov 2022-10-01 19:01:22 +0300
  • 9ed0464822
    add dummy file Andrew Dolgov 2022-10-01 18:48:38 +0300
  • 435564cf7f
    jenkinsfile: add phpstan Andrew Dolgov 2022-10-01 18:33:11 +0300
  • b8f5f67e25
    update jenkinsfile Andrew Dolgov 2022-10-01 18:31:41 +0300
  • 401cf77399
    update jenkinsfile Andrew Dolgov 2022-10-01 18:30:23 +0300
  • 241b295b55
    update jenkinsfile Andrew Dolgov 2022-10-01 18:29:40 +0300
  • 617d7ba06a
    fix jenkinsfile Andrew Dolgov 2022-10-01 18:17:26 +0300
  • 918d6c216d
    add blank Jenkinsfile Andrew Dolgov 2022-10-01 18:09:36 +0300
  • 54942b7664 Merge pull request 'Fix handling of suppressed errors' (#85) from mechnich/tt-rss:master into master fox 2022-10-01 12:31:22 +0300
  • 0ac143a29b Merge pull request 'Fix PHP8 strtime warning if argument is null (addendum)' (#86) from mechnich/tt-rss:more-strtotime-fixes into master fox 2022-10-01 12:28:15 +0300
  • 560caf8377 Fix PHP8 strtime warning if argument is null (addendum) jmechnich 2022-10-01 11:05:12 +0200
  • 504d0afd35 Fix handling of suppressed errors jmechnich 2022-09-29 16:46:33 +0200
  • 42bc1620b8
    make phpstan happy Andrew Dolgov 2022-09-29 20:02:59 +0300
  • 3545d3ba83 Update 'CONTRIBUTING.md' fox 2022-09-29 17:23:40 +0300
  • 9437b45569 Merge pull request 'Added support for api plugins virtual feeds' (#84) from Shemi/tt-rss:master into master fox 2022-09-29 17:13:37 +0300
  • f0a20a62c7 Merge branch 'master' into master Shemi 2022-09-29 11:18:41 +0300
  • e2f9a3b9a4 Added support for api plugins virtual feeds Shemi 2022-09-28 23:06:22 +0300
  • 051fc29b55 Merge pull request 'Fix PHP8 strtime warning if argument is null' (#83) from mechnich/tt-rss:master into master fox 2022-09-28 19:34:43 +0300
  • 359f0af2e7 Fix PHP8 strtime warning if argument is null jmechnich 2022-09-28 12:29:57 +0200
  • d47b8c8494 Merge pull request 'Set user related sessions for single user mode' (#82) from powerivq/tt-rss:language-session into master fox 2022-09-03 08:28:56 +0300
  • 96595ca4c5 Set user related sessions for single user mode powerivq 2022-08-31 14:52:42 -0700
  • f030935e57 Next/prev article action: do not reset to the current frame powerivq 2022-08-31 14:11:45 -0700
  • 5fea1a7ea9 Merge pull request 'Fix PHP8 empty param warning' (#79) from powerivq/tt-rss:php8compat into master fox 2022-08-31 18:50:39 +0300
  • a2c8c92f62 Merge pull request 'Add last_login_update session to single user mode' (#80) from powerivq/tt-rss:last_login into master fox 2022-08-31 18:50:16 +0300
  • f0f44c6ea5 Add last_login to single user mode powerivq 2022-08-31 00:41:57 -0700
  • f490bdd17a Fix PHP8 empty param problem powerivq 2022-08-31 00:36:49 -0700
  • 413d824f23 Translated using Weblate (Galician) xosé m 2022-08-24 06:00:43 +0000
  • e8b3cdcf4a Translated using Weblate (Chinese (Traditional)) TonyRL 2022-08-23 17:58:48 +0000
  • c0e77241d3
    update gl translation label (2) Andrew Dolgov 2022-08-22 19:10:06 +0300
  • 70f500bee9
    update gl translation label Andrew Dolgov 2022-08-22 19:08:59 +0300
  • aca16a3448
    enable gl translation (Galician) Andrew Dolgov 2022-08-21 18:42:06 +0300
  • 3f97b8fdb9
    Merge branch 'weblate-integration' Andrew Dolgov 2022-08-21 15:36:43 +0300
  • 1358746100 Translated using Weblate (Dutch) Patrick Ahles 2022-08-20 06:56:26 +0000
  • a49e3af55a Translated using Weblate (Czech) Marek Pavelka 2022-08-20 07:10:22 +0000
  • 60658be5bc Merge pull request 'Use PHP 7.4 features' (#77) from wn/tt-rss:feature/php-7.4-stuff into master fox 2022-08-17 19:38:15 +0300
  • ec764f97e7
    generate_syndicated_feed: add source section to JSON-formatted output Andrew Dolgov 2022-08-16 20:02:28 +0300
  • 0dbed700ef Merge remote-tracking branch 'origin/master' into feature/php-7.4-stuff wn_ 2022-08-15 10:43:14 +0000
  • 7d77edd1fb
    amend logic flow to fix phpstan warning in previous Andrew Dolgov 2022-08-15 07:59:24 +0300
  • 3b7174788d Merge pull request 'Handle no response body, file_get_contents() failure in UrlHelper::fetch()' (#78) from wn/tt-rss:feature/handle-no-response-body into master fox 2022-08-15 07:27:23 +0300
  • 830a20debf Handle 'file_get_contents()' failure in 'UrlHelper::fetch()'. wn_ 2022-08-14 16:52:35 +0000
  • 57e31fe5a7 Handle valid HTTP responses with no response body. wn_ 2022-08-14 16:38:58 +0000