summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Expand)Author
2022-12-24Fix getting active feeds with errors.wn_
2022-12-21Only count updating (i.e. enabled) feeds when determining active feeds with e...wn_
2022-12-20Only touch on send for expirable cache files.wn_
2022-12-19make phpstan happyAndrew Dolgov
2022-12-19 * bring back cache-busting for feed icons based on timestampAndrew Dolgov
2022-12-02Merge branch 'master' of git.tt-rss.org:tt-rss/tt-rssAndrew Dolgov
2022-12-02fix cleanup_feed_icons unlinking nonexistant files, limit it to actual feed i...Andrew Dolgov
2022-11-28Consistently get the self URL.wn_
2022-11-28get_self_url: strip all trailing slashesAndrew Dolgov
2022-11-26DiskCache: enforce basename() on filenames passed to cache adapterAndrew Dolgov
2022-11-24migrate favicons directly to new cacheAndrew Dolgov
2022-11-24rework favicon storage to use DiskCacheAndrew Dolgov
2022-11-24DiskCache: tweak how expiration is invokedAndrew Dolgov
2022-11-24deprecate DiskCache->touch()Andrew Dolgov
2022-11-23update_rss_feed: use DiskCache to store feed dataAndrew Dolgov
2022-11-23 * split local cache implementation into a separate classAndrew Dolgov
2022-11-12Address upcoming string interpolation deprecation.wn_
2022-10-15fix some PHP8 warnings generated while dragging feed tree items aroundAndrew Dolgov
2022-10-01Fix PHP8 strtime warning if argument is null (addendum)jmechnich
2022-09-29make phpstan happyAndrew Dolgov
2022-09-29Merge branch 'master' into masterShemi
2022-09-29Added support for api plugins virtual feedsShemi
2022-09-28Fix PHP8 strtime warning if argument is nulljmechnich
2022-08-31Set user related sessions for single user modepowerivq
2022-08-31Merge pull request 'Fix PHP8 empty param warning' (#79) from powerivq/tt-rss:...fox
2022-08-31Add last_login to single user modepowerivq
2022-08-31Fix PHP8 empty param problempowerivq
2022-08-17Merge pull request 'Use PHP 7.4 features' (#77) from wn/tt-rss:feature/php-7....fox
2022-08-16generate_syndicated_feed: add source section to JSON-formatted outputAndrew Dolgov
2022-08-15Merge remote-tracking branch 'origin/master' into feature/php-7.4-stuffwn_
2022-08-15amend logic flow to fix phpstan warning in previousAndrew Dolgov
2022-08-14Handle 'file_get_contents()' failure in 'UrlHelper::fetch()'.wn_
2022-08-14Handle valid HTTP responses with no response body.wn_
2022-08-12Use the null coalescing assignment operator in various places.wn_
2022-08-12Replace use of 'array_merge' with the spread operator and 'array_push' in var...wn_
2022-08-12Use arrow functions in some places.wn_
2022-08-12Remove a PHP < 7.1 branch in UrlHelper.wn_
2022-08-12Switch to direct type declarations of class properties.wn_
2022-07-31update phpstan to 1.8.2Andrew Dolgov
2022-07-29properly check for baseline required PHP version (7.4)Andrew Dolgov
2022-07-24 * add HOOK_LOGINFORM_ADDITIONAL_BUTTONSAndrew Dolgov
2022-07-24public: allow system plugins to expose public methodsAndrew Dolgov
2022-07-24make_self_url: properly strip out GET paramsAndrew Dolgov
2022-07-24readability: add missing dependenciesAndrew Dolgov
2022-07-16Fix an error when disabling all user pluginsChih-Hsuan Yen
2022-07-13some very minor php8.1 warnings fixedAndrew Dolgov
2022-07-04Fix MySQL search QueriesDJ_TBX
2022-06-19implement native fulltext search on mysqlAndrew Dolgov
2022-06-19schema: add fulltext indexes for mysql to support af_psql_trgm and possibly f...Andrew Dolgov
2022-06-13userhelper: fix optional parameter being declared before a required oneAndrew Dolgov