Commit Graph

180 Commits (master)

Author SHA1 Message Date
Andrew Dolgov c1f6e5f865 api: fix updateFeed crashing (closes #616) 11 years ago
Andrew Dolgov 7be3fcd5e1 api, getCategories: properly return information for categories with 0 feeds, but children categories present 11 years ago
Andrew Dolgov efc6553da4 api: implement subscribeToFeed/unsubscribeFeed (closes #623) 11 years ago
Andrew Dolgov 3972bf5981 db_escape_string: specify link parameter for consistency; sessions: do not force-close db connection in _close() 11 years ago
Andrew Dolgov b6604c9613 add HOOK_RENDER_ARTICLE_API (closes #608) 11 years ago
Joschasa ca5d9be49f Remove deprecated $match_on 11 years ago
Andrew Dolgov bfd61d3f85 rework STRIP_IMAGES to remove embedding; add per-feed control over embedded images (bump schema) 11 years ago
Andrew Dolgov 9955a13462 properly allow false parameters passed through to API calls (refs #576) 11 years ago
Andrew Dolgov 7873d58822 implement proper last_marked/last_published feeds for proper sorting of
published and marked virtual feeds, remove sorting by last_read
workaround
api: add pubsubhubbub ping when article is being set published
bump schema
11 years ago
Andrew Dolgov ef3da31cd9 api: force returned timestamps to integer 11 years ago
Andrew Dolgov d49dfa381e api: block real categories with 0 feeds to appear in getCategories 12 years ago
Andrew Dolgov 5b55e9e25c js: simplify counter updating, remove some unused stuff 12 years ago
Andrew Dolgov 5083271956 move some more functions out of functions.php; fix opml.php failing due to redeclared autoload 12 years ago
Andrew Dolgov 04f60eb729 move api_get_* functions to classes/api 12 years ago
Andrew Dolgov 12f317822d api: use text/json content-type 12 years ago
Andrew Dolgov 87764a50cf implement ttrss_feeds.cache_content 12 years ago
Andrew Dolgov 1b4d1a6b44 sharepopup: implement assigning labels while sharing 12 years ago
Andrew Dolgov db9e00e339 api: sanitize article content 12 years ago
Andrew Dolgov 5ba4ebc65e api: return api_level with login 12 years ago
Andrew Dolgov 839b065860 api: remove unneeded stuff, add special header for android httpurlconnection which seems to be retarded 12 years ago
Andrew Dolgov 4864633612 API: support nested categories 12 years ago
Andrew Dolgov 8361e72478 implement sharing of arbitrary stuff using bookmarklet and API call, bump API version 12 years ago
Andrew Dolgov b11e9943d8 API: add order_id to getCategories; add feed_title to getHeadlines; bump api level to 3 12 years ago
Andrew Dolgov 1a740cf68e api: limit getHeadlines output to 60 headlines 13 years ago
Andrew Dolgov 3e4af5b0b3 api: add search parameters to getHeadlines (bump API level) 13 years ago
Andrew Dolgov 396bfdf928 api: add setArticleLabel 13 years ago
Andrew Dolgov ea1c2903ee api: add getLabels 13 years ago
Andrew Dolgov 8aa3becccc api: fix browsing uncategorized 13 years ago
Andrew Dolgov a3b5394aaf api: fix API_LEVEL 13 years ago
Andrew Dolgov de8260cb10 move API to classes/ 13 years ago