]> git.wh0rd.org - tt-rss.git/history - classes/api.php
pngcrush.sh
[tt-rss.git] / classes / api.php
2018-08-29  Andrew DolgovAPI: getHeadlines: return feed_id for Archived entries...
2018-08-29  Andrew DolgovAPI: oops, forgot that headlines could be requested...
2018-08-29  Andrew DolgovAPI: getHeadlines: check for feed_id correctly
2018-08-21  foxMerge branch 'pullreq-enclosure-content-type' of tkappe...
2018-08-20  Andrew Dolgovsplit transparent rewriting of locally cached media...
2017-12-13  Andrew DolgovMerge branch 'master' of git.tt-rss.org:git/tt-rss...
2017-12-11  Andrew DolgovMerge branch 'master' of git.tt-rss.org:git/tt-rss...
2017-12-03  Andrew Dolgovforce strip_tags() on all user input unless explicitly...
2017-12-03  Andrew Dolgovqueryfeedheadlines: there's no need to quote order_by...
2017-12-03  Andrew Dolgovapi: do not use sql_bool_to_bool()
2017-12-02  Andrew DolgovMerge branch 'master' of git.fakecake.org:tt-rss into...
2017-12-02  foxMerge branch 'upstream/pdo-experimental' of JustAMacUse...
2017-12-02  JustAMacUserFixed PDO query to prepared statement in API::updateArt...
2017-12-01  Andrew DolgovAPI: small fix
2017-12-01  Andrew Dolgovapi: switch to PDO
2017-10-15  Andrew Dolgovapi, setArticleLabel: allow JSON booleans
2017-10-13  foxMerge branch 'sort_title_date' of ggrandou/tt-rss into...
2017-10-09  Gilles Grandoumakes 'order by title' to sort by title and by ascendin...
2017-07-02  Andrew DolgovMerge branch 'master' of git.fakecake.org:tt-rss
2017-06-26  Andrew Dolgovpref/feeds: start user category ordering from 1
2017-05-16  Andrew Dolgovremove pubsubhubbub: dead
2017-05-05  Andrew Dolgovwrap rssfuncs into rssutils class
2017-05-05  Andrew Dolgovmove counter stuff to a separate class
2017-05-04  Andrew Dolgovmove label stuff to Labels class
2017-05-04  Andrew Dolgovmove get_article_labels to Article
2017-05-04  Andrew Dolgovmove counter cache to a separate class
2017-05-04  Andrew Dolgovmove a bunch of functions into Feeds/Article namespaces
2017-05-04  Andrew Dolgovmove to Article:
2017-05-04  Andrew Dolgovmove the following to Feeds:
2017-05-04  Andrew Dolgovmove the following to Article:
2017-04-27  Andrew Dolgovadd api test for labels, api: fix setArticleLabel assig...
2017-04-26  Andrew DolgovMerge branch 'master' of git.fakecake.org:tt-rss
2017-04-26  Andrew Dolgovadd some basic API unit tests
2017-04-26  Andrew Dolgovremove some redundant php closing tags
2017-04-26  Andrew Dolgovfix various issues reported by static analysis
2017-01-23  Andrew Dolgovreference pubsubhubbub classes using their namespace
2016-08-29  Andrew DolgovMerge branch 'add_feed_id_to_subscribeToFeed_response...
2016-08-27  John BraytonAdd feed_id to subscribeToFeed response when the code...
2016-08-19  Heiko AdamsMerge branch 'master' into german-translation
2016-07-20  Andrew Dolgovapi: fix article guid not being passed to render articl...
2016-01-23  Andrew Dolgovprevent frontend updating of feeds on view if open_base...
2015-11-30  Heiko AdamsMerge remote-tracking branch 'origin/master' into germa...
2015-11-23  Andrew DolgovMerge branch 'api-getarticles-sanitize' into 'master'
2015-11-23  JustAMacUserAdd optional (default: true), boolean "sanitize" parame...
2015-11-21  Andrew DolgovqueryFeedHeadlines: don't check first_id when sorting...
2015-09-15  Andrew Dolgovqueryfeedheadlines: remove disable_offsets hack
2015-08-05  Andrew Dolgovexperimental: if using adaptive/unread mode w/ auto...
2015-07-13  Andrew DolgovMerge branch 'master' of git.fakecake.org:tt-rss
2015-07-12  Andrew Dolgovfixes for first_id stuff
2015-07-12  Andrew Dolgovapparently it's a bad idea to do is_resource() on a...
2015-07-12  Andrew Dolgovapi: getHeadlines: cast feed_it to int if needed
2015-07-12  Andrew Dolgovapi: initialize headlines header
2015-07-12  Andrew Dolgovbump api level
2015-07-12  Andrew Dolgovapi: add top id stuff, optionally return header w/...
2015-07-12  Andrew Dolgovreport top id changed in headlines buffer
2015-07-11  Andrew DolgovMerge branch 'master' of git.fakecake.org:tt-rss
2015-07-11  Andrew DolgovqueryFeedHeadlines: move to array-based arguments,...
2015-07-08  Andrew DolgovMerge branch 'master' of git.fakecake.org:tt-rss
2015-07-07  Andrew Dolgovsimplify search, remove search_mode as useless
2015-02-19  Art4Merge branch 'master' into patch-1
2014-11-29  Andrew DolgovMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
2014-11-29  Andrew Dolgovapi: getHeadlines: add configurable excerpt_length...
2014-11-25  Andrew DolgovMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
2014-11-25  Andrew Dolgovapi: allow requesting headlines as if client supports...
2014-11-04  YoungMin ParkMerge pull request #1 from gothfox/master
2014-10-27  Andrew Dolgovapi: handle uncached labels the way main headlines...
2014-10-16  Andrew Dolgovadd force_update to api getHeadlines; bump api version...
2014-01-25  Andrew DolgovMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
2014-01-25  Andrew DolgovMerge pull request #340 from dzaikos/master
2014-01-25  Dave ZaikosAdded syslog reporting for failed API login attempts.
2014-01-24  Andrew Dolgovapi: fix getFeeds returning some ids in string format
2013-12-03  Andrew Dolgovapi: add article language to getArticle/getHeadlines
2013-11-29  Andrew DolgovqueryFeedHeadlines: remove obsolete content_preview
2013-11-27  Andrew Dolgovapi: fix getLabels never returning existing checked...
2013-11-23  Andrew Dolgovapi: add note support for getHeadlines/getArticle ...
2013-11-09  Andrew Dolgovapi: allow sorting headlines by title
2013-10-12  Andrew Dolgovapi: fix setArticleLabel expecting wrong format for...
2013-08-06  Andrew DolgovMerge pull request #279 from mhaley/patch-1
2013-08-04  Matt HaleyAPI should return excerpt when asked
2013-08-02  Andrew Dolgovapi: pass article id to sanitize
2013-07-28  Andrew Dolgovapi: getLabels: return converted label ids
2013-07-11  Andrew DolgovMerge branch 'master' of git://github.com/syrnon/Tiny...
2013-07-10  Andrew DolgovMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
2013-07-10  Andrew Dolgovremove unused cached_content
2013-07-10  Andrew Dolgovapi: fix typo
2013-07-10  Andrew DolgovMerge branch 'hookhead' of git://github.com/justauserx...
2013-07-07  justauserMerge branch 'master' into hookhead
2013-07-07  justauserMerge branch 'master' of http://github.com/gothfox...
2013-07-06  Andrew DolgovMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
2013-07-06  Andrew Dolgovdate_reverse view mode: take scoring into account
2013-06-29  justauserMerge remote-tracking branch 'origin' into hookhead
2013-06-28  justauserChanged the implementation of HOOK_QUERY_HEADLINES...
2013-06-27  justauserMerge remote-tracking branch 'origin' into hookhead
2013-06-27  justauserChanges to add a new hook: HOOK_QUERY_HEADLINES. ...
2013-05-25  Andrew DolgovMerge branch 'master' of git://github.com/EyesX/Tiny...
2013-05-15  Andrew Dolgovapi, getArticle: check for article_id being present
2013-05-15  Andrew Dolgovapi, add sanitize to getHeadlines (defaults to true)
2013-05-15  Andrew DolgovMerge branch 'master' of git://github.com/falu/Tiny...
2013-05-14  Andrew DolgovMerge pull request #186 from EyesX/master
2013-05-07  Andrew DolgovMerge branch 'master' into css-feedtree-counter
next