summaryrefslogtreecommitdiff
path: root/classes/feeds.php
AgeCommit message (Collapse)Author
2018-12-02Feeds: shorten some method namesAndrew Dolgov
finally rename "view as rss"
2018-12-02Headlines: shorten selectArticlesAndrew Dolgov
2018-12-02Article, Headlines: shorten several method namesAndrew Dolgov
2018-12-01migrate tt-rss.js contents to AppAndrew Dolgov
2018-12-01fix vfeed group title CSS in not combined modeAndrew Dolgov
2018-12-01further effocts to wrap JS stuff into objectsAndrew Dolgov
2018-12-01js-ification: start on some common dialogsAndrew Dolgov
2018-12-01even more objectification of JSAndrew Dolgov
2018-12-01further objectification of JS codeAndrew Dolgov
2018-12-01WIP reshuffling of JS global context into separate logical objectsAndrew Dolgov
2018-12-01minor refactoring: normalize some function names; cleanup; etcAndrew Dolgov
2018-12-01toggleMark, togglePub: refactor implementationAndrew Dolgov
shorten marked/published img CSS classes
2018-12-01bring back (debloated) version of unexpanded combined modeAndrew Dolgov
2018-11-30css updates; night theme fixes for changed CSS classesAndrew Dolgov
2018-11-30minor css fixes (mostly for zoom mode)Andrew Dolgov
2018-11-30combined mode (and more) css class name updatesAndrew Dolgov
2018-11-30remove FTITLE- idAndrew Dolgov
2018-11-30remove some unnecessary element IDsAndrew Dolgov
rework plugins/note to use xhrJson()
2018-11-30packed headlines: no point in using JSON hereAndrew Dolgov
2018-11-30headlines: remove collapseBtnAndrew Dolgov
2018-11-30remove expandable CDM headlinesAndrew Dolgov
2018-11-30move to simpler CDM handling of encoded content (instead of CENCW... etc)Andrew Dolgov
2018-11-30debug logging system rework:Andrew Dolgov
* support various logging levels per-message * remove hacks like debug_suppress, DAEMON_EXTENDED_DEBUG, etc * _debug() is kept as a compatibility shim for plugins
2018-11-29some more eslint-related stuffAndrew Dolgov
2018-11-03php: remove trailing whitespacesAndrew Dolgov
2018-08-20split transparent rewriting of locally cached media URLs to execute after ↵Andrew Dolgov
both sanitize() and HOOK_RENDER_ARTICLE to allow plugins work on original source URLs consistently
2018-05-23Call the subscription hook from the plugins even if fetch_file_contents ↵MatthieuS
returned no data This allows a plug-in to override the fetch when the core fetch method fails for some feeds (eg. Tumblr feeds when requested from an EU IP).
2018-01-05subscribe_to_feed: force-cast login and password to stringAndrew Dolgov
2017-12-31remove synchronous feed refreshing on ForceUpdateAndrew Dolgov
2017-12-17force-cast some variables used in queries to integerAndrew Dolgov
do not display SQL query in headlines debug mode
2017-12-15properly highlight search keywords containing forward slashAndrew Dolgov
2017-12-11subscribe dialog: add primary actionAndrew Dolgov
2017-12-11add some primary dialog actions; update cssAndrew Dolgov
2017-12-11filter,label dlg: use default actionAndrew Dolgov
2017-12-11search form: set default actionAndrew Dolgov
2017-12-10synchronous feed update: catch PDO exceptions as to not break headlines outputAndrew Dolgov
2017-12-04some (very minor) code cleanup in feeds classAndrew Dolgov
2017-12-04format_headlines_list: prevent warning on first_id changed checkAndrew Dolgov
2017-12-03fix some minor issues found by code analyzerAndrew Dolgov
2017-12-03queryfeedheadlines: there's no need to quote order_by/override_orderAndrew Dolgov
else: feedicon cache busting etc
2017-12-03style feed icon and opml file upload controlsAndrew Dolgov
2017-12-03feed debugger: only allow debugging users own feedsAndrew Dolgov
2017-12-03further stylesheet simplification related fixesAndrew Dolgov
2017-12-03feeds: remove sql_bool_to_bool()Andrew Dolgov
2017-12-03main classes: remove sql_bool_to_bool() kludgeAndrew Dolgov
2017-12-01fix typoAndrew Dolgov
2017-12-01query feed headlines: fix limit/offsetAndrew Dolgov
2017-12-01feeds: handle escapingAndrew Dolgov
2017-12-01feeds: remove escapingAndrew Dolgov
2017-12-01queryfeedheadlines: PDOize (1)Andrew Dolgov