summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Expand)Author
2021-11-11Address PHPStan warnings in 'classes/labels.php'.wn_
2021-11-11Address PHPStan warnings in 'classes/diskcache.php'.wn_
2021-11-11Address PHPStan warnings in 'inclasses/digest.php'.wn_
2021-11-11Fix 'TimeHelper::make_local_datetime()' (null is allowed).wn_
2021-11-11Address PHPStan warnings in 'classes/debug.php'.wn_
2021-11-11Address PHPStan warnings in 'classes/userhelper.php'.wn_
2021-11-11Address PHPStan warnings in 'classes/timehelper.php'.wn_
2021-11-11Address PHPStan warnings in 'classes/sanitizer.php'.wn_
2021-11-11Address PHPStan warnings in 'classes/rssutils.php'.wn_
2021-11-11Address PHPStan warnings in 'classes/prefs.php'.wn_
2021-11-11Address PHPStan warnings in 'classes/counters.php'.wn_
2021-11-11Fix some additional PHPStan warnings in UrlHelper.wn_
2021-11-10Initial go at PHPStan rule level 6.wn_
2021-11-10add two helper account access levels:Andrew Dolgov
2021-11-01Address PHPStan warnings in 'classes/urlhelper.php'.wn_
2021-11-01Address PHPStan warning in 'classes/pref/users.php'.wn_
2021-11-01Address PHPStan warning in 'classes/pref/prefs.php'.wn_
2021-11-01Address PHPStan warnings in 'classes/pluginhost.php'.wn_
2021-11-01Address PHPStan warning in 'classes/logger/sql.php'.wn_
2021-11-01Address PHPStan warning in 'classes/feeds.php'.wn_
2021-11-01Address PHPStan warning in 'classes/feeditem/common.php'.wn_
2021-11-01Address PHPStan warnings in 'classes/db.php'.wn_
2021-11-01Address PHPStan warnings in 'classes/config.php'.wn_
2021-10-26HOOK_ARTICLE_BUTTON/HOOK_ARTICLE_LEFT_BUTTON: only try to parse markup if its...Andrew Dolgov
2021-10-24css: make plugin button container a flexboxAndrew Dolgov
2021-10-22minor phpstan tweaksAndrew Dolgov
2021-10-22pluginhost: update comments for HOOK_ constants to use phpdoc syntax; add HOO...Andrew Dolgov
2021-10-15Fix undefined array key "output" when adding new labelPhilip Klempin
2021-10-15OPML improvements/fixes:Andrew Dolgov
2021-10-10feed tree context menu: add an entry to open originating websiteAndrew Dolgov
2021-09-24properly sanitize video poster attributeAndrew Dolgov
2021-09-08OPML: multiple fixesAndrew Dolgov
2021-09-08classes/opml: fix indentation; when importing, don't produce warningAndrew Dolgov
2021-09-02fix label ordering in feed treeAndrew Dolgov
2021-08-25fix password recoveryjmechnich
2021-08-23block useless usort() E_DEPRECATED for the time beingAndrew Dolgov
2021-08-23remove SELF_USER_AGENT custom constant, replaced with configurable Config::HT...Andrew Dolgov
2021-08-23Pref_Feeds:calculate_children_count - fix operator precedenceAndrew Dolgov
2021-08-18fix broken feed tree generation when categories are disabledAndrew Dolgov
2021-08-17Make prefs feed search case-insensitive.wn_
2021-08-17Use ORM more in 'classes/pref/feeds.php'.wn_
2021-07-28fix rendering of category filters on UncategorizedAndrew Dolgov
2021-06-19Rewrite feed entry link as href contentPhilip Klempin
2021-06-18Fix operator precedencePhilip Klempin
2021-06-18revise previous a little bit moreAndrew Dolgov
2021-06-18revise previous a little bitAndrew Dolgov
2021-06-18UrlHelper::rewrite_relative():Andrew Dolgov
2021-06-17Merge pull request 'Skip all urls with schemes different from base_url in rew...fox
2021-06-16Skip URI base on ALLOWED_RELATIVE_SCHEMES in rewrite_relativePhilip Klempin
2021-06-16add settings profile cloningAndrew Dolgov