summaryrefslogtreecommitdiff
path: root/classes/api.php
AgeCommit message (Expand)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
2013-04-11bump api levelAndrew Dolgov
2013-04-11Add new API method: `getFeedStats'Pedro Silva
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
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
2013-03-24api: implement subscribeToFeed/unsubscribeFeed (closes #623)Andrew Dolgov
2013-03-22db_escape_string: specify link parameter for consistency; sessions: do not fo...Andrew Dolgov
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 i...Andrew Dolgov
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
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 re...Andrew Dolgov
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
2012-09-18API: support nested categoriesAndrew Dolgov
2012-09-09implement sharing of arbitrary stuff using bookmarklet and API call, bump API...Andrew Dolgov
2012-03-08API: add order_id to getCategories; add feed_title to getHeadlines; bump api ...Andrew Dolgov
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