summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Expand)Author
2020-04-04search: add support for label:XXX search keywordAndrew Dolgov
2020-03-13allow overriding built-in templates via templates.localAndrew Dolgov
2020-03-12add support for video[@src] in media cachelllusion3418
2020-03-12actually download <video> posters to media cachelllusion3418
2020-03-12fix url rewriting for videos with poster and srclllusion3418
2020-03-10PluginHost/save_data: use separate PDO connection to prevent issues with nest...Andrew Dolgov
2020-02-28batchSubscribe: use validationtextareaAndrew Dolgov
2020-02-28add validationtextarea control, use it for filter match editorAndrew Dolgov
2020-02-28filter test dialog: pass contents via xhr POSTAndrew Dolgov
2020-02-27external subscribe dialog: support dark themeAndrew Dolgov
2020-02-27share anything dialog: support dark themeAndrew Dolgov
2020-02-22don't generate default.css, replace with themes/light.css as a default root C...Andrew Dolgov
2020-02-20properly calculate marked counters for feeds in nested categoriesAndrew Dolgov
2020-02-201. feedtree: show counters for marked articles if view-mode == markedAndrew Dolgov
2020-02-18prefs layout fixes:Andrew Dolgov
2020-01-27getCategoryCounters: properly handle categories which don't have any stored f...Andrew Dolgov
2020-01-25mark primary button in the default password dialogAndrew Dolgov
2020-01-25default password warning: fix close button, don't crash if dialog is recreate...Andrew Dolgov
2020-01-25getCategoryUnread: return correct unread count for labels categoryAndrew Dolgov
2020-01-25getCategoryChildrenUnread: fix typoAndrew Dolgov
2020-01-25getCategoryCounters: properly calculate counters for child subcategory entriesAndrew Dolgov
2020-01-24getCategoryUnread: don't return unread counters for Special category because ...Andrew Dolgov
2020-01-24getFeedCounters: pass parameter correctly to PDOAndrew Dolgov
2020-01-24scrap counter cache system; rework counters to sum() booleans insteadAndrew Dolgov
2020-01-19support night mode in feed debuggerAndrew Dolgov
2020-01-19support night mode when using share by URLAndrew Dolgov
2020-01-13generate_syndicated_feed: use local media in generated feeds if it is availableAndrew Dolgov
2020-01-05API/getVersion: don't try to use removed VERSION constantAndrew Dolgov
2019-12-20get_version: fix commit/timestamp lost on subsequent invocations because of m...Andrew Dolgov
2019-12-18remove version.php and VERSION global constant, do version-related things in ...Andrew Dolgov
2019-12-17update app password noticeAndrew Dolgov
2019-12-12show current unread counter on headlines toolbar if sidebar is hiddenAndrew Dolgov
2019-12-06add a hidden tweakable which forbids changing passwordsAndrew Dolgov
2019-12-06user css dialog: allow saving and applying CSS without closing the dialogAndrew Dolgov
2019-12-06php 7.4 deprecation-related fixesAndrew Dolgov
2019-12-05versioning changesAndrew Dolgov
2019-11-27remove hardcoded iframe domain whitelist, make iframe script whitelisting con...Andrew Dolgov
2019-11-25cache media: set referrer to source URL when fetching imagesAndrew Dolgov
2019-11-20tag-related fixesAndrew Dolgov
2019-11-17reset domain hit quota on feed update startAndrew Dolgov
2019-11-14add a plugin page warning for plugins using HOOK_FEED_FETCHED, etcAndrew Dolgov
2019-11-14update_rss_feed: add specific logging for HOOK_FETCH_FEED, HOOK_FEED_FETCHED,...Andrew Dolgov
2019-11-12is_gzipped: don't try to strpos() over entire bufferAndrew Dolgov
2019-11-01Merge branch 'master' of git.fakecake.org:tt-rssAndrew Dolgov
2019-11-01line endings + remove : from headingsAndrew Dolgov
2019-11-01OTP stuff: update notice wording a bitAndrew Dolgov
2019-11-01auth_internal: fix indentsAndrew Dolgov
2019-11-01implement app password checking / management UIAndrew Dolgov
2019-11-01add placeholder authentication via app passwords if service is passedAndrew Dolgov
2019-11-01add placeholder UI plumbing for app passwordsAndrew Dolgov