Commit Graph

  • 58450486a0
    dockerfile cleanup Andrew Dolgov 2023-04-03 17:47:03 +0300
  • 4a60652be9
    fix eslint task extending .phpunit Andrew Dolgov 2023-04-02 12:32:28 +0300
  • 521ac622e4
    Merge branch 'master' of gitlab.tt-rss.org:tt-rss/tt-rss Andrew Dolgov 2023-04-02 12:31:00 +0300
  • f0e0f7d5f5
    use common CI template Andrew Dolgov 2023-04-02 12:30:33 +0300
  • c2d8ba5973 Merge branch 'bugfix/editfeed-focus' into 'master' fox 2023-04-01 19:13:13 +0000
  • 807f914338 Make edit feed dialog's 'remove icon' button a regular button. wn_ 2023-04-01 14:07:43 +0000
  • fd98d6d117
    add branch tasks v2023.04 Andrew Dolgov 2023-04-01 12:41:34 +0300
  • 92185933f9
    more pipeline tweaks Andrew Dolgov 2023-04-01 12:36:37 +0300
  • 4fd0d13b64
    phpstan: depend on phpunit Andrew Dolgov 2023-04-01 12:03:59 +0300
  • e2a02f1f4b
    add some manual job triggers Andrew Dolgov 2023-04-01 12:03:20 +0300
  • 00d2cb0f93
    remove docs stage Andrew Dolgov 2023-04-01 09:51:44 +0300
  • 2b01786124
    CI: set some job filters Andrew Dolgov 2023-04-01 09:50:32 +0300
  • 088dd049b5
    fix phpdoc stage Andrew Dolgov 2023-04-01 09:35:54 +0300
  • 28a911a2a8
    add phpdoc job Andrew Dolgov 2023-04-01 09:34:54 +0300
  • 066b9a29d7
    WIP: gitlab-ci Andrew Dolgov 2023-04-01 07:19:16 +0300
  • 269c0f53b8 Merge pull request 'isLoggedIn adds a message to the system log when it returns false, fix for php8+' (#106) from rodneys_mission/tt-rss:master into master fox 2023-04-01 06:36:57 +0300
  • 80bd26b3b1 isLoggedIn adds a message to the system log when it returns false, fix for php8+, removed empty test for bool conversion. Rodney Stromlund 2023-03-31 20:26:36 -0500
  • 3ca3e54251
    lint job: remove useless cache hash Andrew Dolgov 2023-03-29 17:19:57 +0300
  • 7795c415ab isLoggedIn adds a message to the system log when it returns false, fix for php8+ Rodney Stromlund 2023-03-29 08:20:52 -0500
  • cf656125b9
    good idea to checkout code before trying to document it Andrew Dolgov 2023-03-28 18:02:26 +0300
  • 740d249aba
    phpdoc job: verbosity Andrew Dolgov 2023-03-28 18:00:00 +0300
  • dfffa20e78
    simplify pipeline setup Andrew Dolgov 2023-03-28 17:57:17 +0300
  • d25440f051
    fix ssh for phpdoc pipeline Andrew Dolgov 2023-03-28 17:55:10 +0300
  • da620ef5d8
    add phpdoc job Andrew Dolgov 2023-03-28 17:52:59 +0300
  • ecedc51162
    add docker build cache Andrew Dolgov 2023-03-27 09:34:02 +0300
  • 33a3672eab
    use action for image meta Andrew Dolgov 2023-03-26 20:48:07 +0300
  • a0b52caced
    we don't need to do npm install either Andrew Dolgov 2023-03-26 19:19:11 +0300
  • 37014d78fd
    remove node_modules after eslint pass Andrew Dolgov 2023-03-26 19:18:03 +0300
  • 0c42d99a93
    shorten pipeline Andrew Dolgov 2023-03-26 17:25:11 +0300
  • c41c1bd353
    update FROM links for harbor Andrew Dolgov 2023-03-26 10:28:33 +0300
  • d40b6c655f
    enable multiarch Andrew Dolgov 2023-03-26 00:09:24 +0300
  • 6cf4ebbabd
    bring back nginx_xaccel Andrew Dolgov 2023-03-25 23:05:06 +0300
  • 723323d746
    add gitea-CI docker builder Andrew Dolgov 2023-03-25 22:41:47 +0300
  • d305532bce
    commit package-lock.json, add eslint task Andrew Dolgov 2023-03-25 18:10:26 +0300
  • 903b9dbb8b
    CI: add on PR Andrew Dolgov 2023-03-25 11:26:53 +0300
  • 8e490af01c
    jenkins lint -> gitea workflow Andrew Dolgov 2023-03-25 10:23:36 +0300
  • ca86a0e239
    add lint workflow Andrew Dolgov 2023-03-25 07:54:14 +0300
  • 563675de09
    * auth_internal OTP form: fix double-urlencode * post-login redirect: handle ?return in a less idiotic fashion Andrew Dolgov 2023-03-23 20:05:03 +0300
  • 0f9488ace0
    combined mode: prevent left part of footer pushing right part out of viewport Andrew Dolgov 2023-03-20 18:33:29 +0300
  • cddbf5bf5a Merge pull request 'Replace special feed and category numbers with constants.' (#104) from wn/tt-rss:feature/special-feed-and-cat-consts into master fox 2023-03-07 20:13:10 +0300
  • b14a8a76eb Change 'FEED_NOTHING' to 'FEED_DASHBOARD'. wn_ 2023-03-07 15:45:07 +0000
  • c4026b408b Merge pull request 'Bump PHPStan to 1.10.3, address some new warnings' (#103) from wn/tt-rss:feature/bump-phpstan into master fox 2023-03-07 16:50:13 +0300
  • c923fda8c9 Also use friendly names for special feed+cat IDs in the frontend. wn_ 2023-03-05 20:03:35 +0000
  • fe08299ec4 Replace special feed and category numbers with constants. wn_ 2023-03-05 19:14:08 +0000
  • 029cb8f442 Revert 7ed4fa4c1d and use @var instead. wn_ 2023-03-05 16:29:51 +0000
  • 42b287e964 Remove unused 'Prefs::_delete()'. wn_ 2023-03-05 15:30:09 +0000
  • dabb85c7dd Address PHPStan warning about unused private method 'Prefs::_delete()'. wn_ 2023-03-05 14:10:38 +0000
  • 7ed4fa4c1d Tweak to appease PHPStan in 'Pref_Feeds::_makefeedtree()'. wn_ 2023-03-05 14:09:20 +0000
  • c4b16ca608 Address PHPStan 'right side always true' in 'PluginHost::lookup_command()'. wn_ 2023-03-05 14:08:10 +0000
  • c48dd6a3c4 Address PHPStan 'right side always true' in FeedItem_RSS. wn_ 2023-03-05 14:02:26 +0000
  • d34d01fd72 Bump PHPStan from 1.8.2 to 1.10.3 wn_ 2023-03-04 18:37:36 +0000
  • d210ae50ad
    API: - sharedToPublished: add optional sanitize parameter (defaults to true) if disabled, allows inserting HTML into shared article content; - clean() already invokes strip_tags() so it's pointless to do both; Andrew Dolgov 2023-03-05 08:07:55 +0300
  • b7a6c948d0
    tags display: instead of limiting to 5 tags, limit by container width % Andrew Dolgov 2023-03-01 21:41:52 +0300
  • 04c2fa9f15
    Merge branch 'master' of git.tt-rss.org:tt-rss/tt-rss Andrew Dolgov 2023-02-25 19:31:07 +0300
  • 4d825fa6a6
    require PHP to have support for flock() Andrew Dolgov 2023-02-25 19:30:41 +0300
  • 33c20d42df Merge pull request 'add override links to utility views' (#102) from levito/tt-rss:add-override-links-to-util-views into master fox 2023-02-24 07:10:28 +0300
  • aa2b770e30 add override links to utility views Veit Lehmann 2023-02-24 00:46:40 +0100
  • a2af3a6bb4
    API: add getFeedIcon endpoint, bump version Andrew Dolgov 2023-02-23 17:08:25 +0300
  • fcfcb69a2e Merge pull request 'Handle fetch issues in 'RSSUtils::update_basic_info'.' (#101) from wn/tt-rss:bugfix/handle-failed-basic-info-fetch into master fox 2023-02-19 12:03:49 +0300
  • fd55e492c3 Handle fetch issues in 'RSSUtils::update_basic_info'. wn_ 2023-02-17 12:10:51 +0000
  • 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
  • c30b24d09f
    deal with type errors in batch feed editor properly, un-deprecate PDO wrapper functions and document them for posterity v2023.01 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
  • 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 v2022.11 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