index
:
forks/tt-rss
main
Fork of deprecated tt-rss repo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
classes
/
api.php
Age
Commit message (
Expand
)
Author
2018-08-29
API: getHeadlines: return feed_id for Archived entries as 0 instead of null t...
Andrew Dolgov
2018-08-29
API: oops, forgot that headlines could be requested for a tag
Andrew Dolgov
2018-08-29
API: getHeadlines: check for feed_id correctly
Andrew Dolgov
2018-08-20
split transparent rewriting of locally cached media URLs to execute after bot...
Andrew Dolgov
2017-12-03
force strip_tags() on all user input unless explicitly allowed
Andrew Dolgov
2017-12-03
queryfeedheadlines: there's no need to quote order_by/override_order
Andrew Dolgov
2017-12-03
api: do not use sql_bool_to_bool()
Andrew Dolgov
2017-12-02
Fixed PDO query to prepared statement in API::updateArticles.
JustAMacUser
2017-12-01
API: small fix
Andrew Dolgov
2017-12-01
api: switch to PDO
Andrew Dolgov
2017-10-15
api, setArticleLabel: allow JSON booleans
Andrew Dolgov
2017-10-09
makes 'order by title' to sort by title and by ascending date
Gilles Grandou
2017-06-26
pref/feeds: start user category ordering from 1
Andrew Dolgov
2017-05-16
remove pubsubhubbub: dead
Andrew Dolgov
2017-05-05
wrap rssfuncs into rssutils class
Andrew Dolgov
2017-05-05
move counter stuff to a separate class
Andrew Dolgov
2017-05-04
move label stuff to Labels class
Andrew Dolgov
2017-05-04
move get_article_labels to Article
Andrew Dolgov
2017-05-04
move counter cache to a separate class
Andrew Dolgov
2017-05-04
move a bunch of functions into Feeds/Article namespaces
Andrew Dolgov
2017-05-04
move to Article:
Andrew Dolgov
2017-05-04
move the following to Feeds:
Andrew Dolgov
2017-05-04
move the following to Article:
Andrew Dolgov
2017-04-27
add api test for labels, api: fix setArticleLabel assign not handled correctly
Andrew Dolgov
2017-04-27
add some basic API unit tests
Andrew Dolgov
2017-04-26
remove some redundant php closing tags
Andrew Dolgov
2017-04-26
fix various issues reported by static analysis
Andrew Dolgov
2017-01-23
reference pubsubhubbub classes using their namespace
Andrew Dolgov
2016-08-27
Add feed_id to subscribeToFeed response when the code is 1 or 0.
John Brayton
2016-07-20
api: fix article guid not being passed to render article hook
Andrew Dolgov
2016-01-23
prevent frontend updating of feeds on view if open_basedir is set to prevent ...
Andrew Dolgov
2015-11-23
Add optional (default: true), boolean "sanitize" parameter to API::getArticle...
JustAMacUser
2015-11-21
queryFeedHeadlines: don't check first_id when sorting by oldest first
Andrew Dolgov
2015-09-15
queryfeedheadlines: remove disable_offsets hack
Andrew Dolgov
2015-08-05
experimental: if using adaptive/unread mode w/ auto catchup don't calculate o...
Andrew Dolgov
2015-07-12
fixes for first_id stuff
Andrew Dolgov
2015-07-12
apparently it's a bad idea to do is_resource() on a mysqli result
Andrew Dolgov
2015-07-12
api: getHeadlines: cast feed_it to int if needed
Andrew Dolgov
2015-07-12
api: initialize headlines header
Andrew Dolgov
2015-07-12
bump api level
Andrew Dolgov
2015-07-12
api: add top id stuff, optionally return header w/ status information in getH...
Andrew Dolgov
2015-07-12
report top id changed in headlines buffer
Andrew Dolgov
2015-07-12
queryFeedHeadlines: move to array-based arguments, optionally check if first ...
Andrew Dolgov
2015-07-07
simplify search, remove search_mode as useless
Andrew Dolgov
2014-11-29
api: getHeadlines: add configurable excerpt_length (bump api version)
Andrew Dolgov
2014-11-25
api: allow requesting headlines as if client supports iframe sandboxing
Andrew Dolgov
2014-10-27
api: handle uncached labels the way main headlines function does it
Andrew Dolgov
2014-10-16
add force_update to api getHeadlines; bump api version to 9
Andrew Dolgov
2014-01-24
Added syslog reporting for failed API login attempts.
Dave Zaikos
2014-01-24
api: fix getFeeds returning some ids in string format
Andrew Dolgov
[next]