summaryrefslogtreecommitdiff
path: root/classes/api.php
AgeCommit message (Collapse)Author
2013-04-13api: add score to getHeadlines/getArticleAndrew Dolgov
2013-04-12add support for plugins adding API methodsAndrew Dolgov
2013-04-12Revert "Add new API method: `getFeedStats'"Andrew Dolgov
This reverts commit 0192ffe5a5f8254d723cf46e4bda839220191c2c.
2013-04-11bump api levelAndrew Dolgov
2013-04-11Add new API method: `getFeedStats'Pedro Silva
`getFeedStats' calls the new static function `api_get_feed_stats' to return an array of real feeds of the following form: [{ "first" : 1127, "unread" : 873, "last" : 15460, "title" : "Some feed", "id" : 31, "total" : 1513 }] where "first", "last", "total" are the first, last and total number of articles in the feed. This adds the ability to nntp-oriented clients to efficiently retrieve an "active file" without having to resort to `getHeadlines(limit=-1)'
2013-04-02api: add article api hook to getArticle, change parameters passedAndrew Dolgov
2013-04-02api: add a few logical spacesAndrew Dolgov
2013-04-01adds sort order to APIj0nson
Allows sort by feed date or by reverse order api Params: order_by (string = feed_dates, date_reverse)
2013-04-01api, also hide uncategorized if emptyAndrew Dolgov
2013-04-01api: do not return Labels category when there are no labels (closes #651)Andrew Dolgov
2013-03-30api: add author to getHeadlinesAndrew Dolgov
2013-03-28fix include_empty to use bool typeAndrew Dolgov
2013-03-28api: add include_empty to getCategories/getFeedTreeAndrew Dolgov
2013-03-28api: add getFeedTreeAndrew Dolgov
2013-03-28api/login: add session_destroyAndrew Dolgov
2013-03-28only autostart session if login cookie existsAndrew Dolgov
2013-03-25api: fix updateFeed crashing (closes #616)Andrew Dolgov
2013-03-24api, getCategories: properly return information for categories with 0 feeds, ↵Andrew Dolgov
but children categories present
2013-03-24api: implement subscribeToFeed/unsubscribeFeed (closes #623)Andrew Dolgov
2013-03-22db_escape_string: specify link parameter for consistency; sessions: do not ↵Andrew Dolgov
force-close db connection in _close()
2013-03-21add HOOK_RENDER_ARTICLE_API (closes #608)Andrew Dolgov
2013-03-21Remove deprecated $match_onJoschasa
2013-03-19rework STRIP_IMAGES to remove embedding; add per-feed control over embedded ↵Andrew Dolgov
images (bump schema)
2013-03-17properly allow false parameters passed through to API calls (refs #576)Andrew Dolgov
2013-03-17implement proper last_marked/last_published feeds for proper sorting ofAndrew Dolgov
published and marked virtual feeds, remove sorting by last_read workaround api: add pubsubhubbub ping when article is being set published bump schema
2013-03-15api: force returned timestamps to integerAndrew Dolgov
2013-02-10api: block real categories with 0 feeds to appear in getCategoriesAndrew Dolgov
2013-02-01js: simplify counter updating, remove some unused stuffAndrew Dolgov
2013-01-22move some more functions out of functions.php; fix opml.php failing due to ↵Andrew Dolgov
redeclared autoload
2013-01-22move api_get_* functions to classes/apiAndrew Dolgov
2013-01-12api: use text/json content-typeAndrew Dolgov
2012-11-23implement ttrss_feeds.cache_contentAndrew Dolgov
2012-10-31sharepopup: implement assigning labels while sharingAndrew Dolgov
2012-10-29api: sanitize article contentAndrew Dolgov
2012-09-29api: return api_level with loginAndrew Dolgov
2012-09-19api: remove unneeded stuff, add special header for android httpurlconnection ↵Andrew Dolgov
which seems to be retarded
2012-09-18API: support nested categoriesAndrew Dolgov
2012-09-09implement sharing of arbitrary stuff using bookmarklet and API call, bump ↵Andrew Dolgov
API version
2012-03-08API: add order_id to getCategories; add feed_title to getHeadlines; bump api ↵Andrew Dolgov
level to 3
2012-02-06api: limit getHeadlines output to 60 headlinesAndrew Dolgov
2012-01-19api: add search parameters to getHeadlines (bump API level)Andrew Dolgov
2011-12-17api: add setArticleLabelAndrew Dolgov
2011-12-17api: add getLabelsAndrew Dolgov
2011-12-15api: fix browsing uncategorizedAndrew Dolgov
2011-12-13api: fix API_LEVELAndrew Dolgov
2011-12-13move API to classes/Andrew Dolgov