summaryrefslogtreecommitdiff
path: root/api
AgeCommit message (Expand)Author
2018-10-15API endpoint: disable session cookiesAndrew Dolgov
2017-04-26remove some redundant php closing tagsAndrew Dolgov
2016-07-20api host: add session validationAndrew Dolgov
2016-07-20api: load user plugins properlyAndrew Dolgov
2015-07-29Enable translation of strings returned by APIRaphaƫl Rochet
2013-05-07Fixing bugs found by static analysisRasmus Lerdorf
2013-04-17api: remove db_connect stuffAndrew Dolgov
2013-04-17more work on singleton-based DBAndrew Dolgov
2013-04-17db updates, remove init_connection()Andrew Dolgov
2013-04-04implement some tweaks to session handling; properly remove session cookie if ...Andrew Dolgov
2013-03-28api: add getFeedTreeAndrew Dolgov
2013-03-28api: lower maximum lifetime of api sessionsAndrew Dolgov
2013-03-28only autostart session if login cookie existsAndrew Dolgov
2013-02-19mute warnings caused by session_start() to deal with potential ps_files_clean...Andrew Dolgov
2012-12-09modify include path order (closes #514)Andrew Dolgov
2012-09-19api: remove unneeded stuff, add special header for android httpurlconnection ...Andrew Dolgov
2012-09-19api: use tt-rss session storageAndrew Dolgov
2012-09-03api: add workaround to disable OTPAndrew Dolgov
2012-08-17api: disable deprecated HTTP parameter support by defaultAndrew Dolgov
2012-08-16 remove api-specific _autoloadAndrew Dolgov
2012-03-20only enable ob_gzhandler if it existsAndrew Dolgov
2011-12-13move API to classes/Andrew Dolgov
2011-12-12fix API includesAndrew Dolgov
2011-11-29api: implement setting article note through updateArticleAndrew Dolgov
2011-11-29api/getCategories: return virtual categories and UncategorizedAndrew Dolgov
2011-11-28api/getCategories: add TODOAndrew Dolgov
2011-11-28implement getApiLevelAndrew Dolgov
2011-11-22remove pointless escaping of the password (refs #392)Andrew Dolgov
2011-11-07api: always chdir() to base directory (refs #375)Andrew Dolgov
2011-11-07api/getArticle: validate id listAndrew Dolgov
2011-11-05api/updateArticle: validate article_ids parameter (refs #375)Andrew Dolgov
2011-09-09api: add getHeadlines since_idAndrew Dolgov
2011-09-08api: set content-typeAndrew Dolgov
2011-04-14api: support passing input parameters using JSON in HTTP POST dataAndrew Dolgov
2011-04-14api/getHeadlines: add include_attachments parameterAndrew Dolgov
2011-04-13api: remove obsolete getArticles/getNewArticles previously added for tt-rss r...Andrew Dolgov
2011-04-13api/login: properly return LOGIN_ERROR when passed an invalid usernameAndrew Dolgov
2011-04-12config: remove option ENABLE_UPDATE_DAEMONAndrew Dolgov
2011-02-07api: default to admin username when logging in in single user mode (fixed)Andrew Dolgov
2011-02-07api: default to admin username when logging in in single user modeAndrew Dolgov
2010-12-28api/getFeeds: add hack to properly find feed icons in relative ICONS_DIR (clo...Andrew Dolgov
2010-12-16api: use is_cat in getArticles and catchupFeed for consistency with other met...Andrew Dolgov
2010-11-09api: support sequence numbers, status codesAndrew Dolgov
2010-11-07api: updateArticle: update ccache when necessaryAndrew Dolgov
2010-11-05api: rewrite getCounters to use getAllCounters()Andrew Dolgov
2010-11-03api: updateArticle: mention need to update ccacheAndrew Dolgov
2010-10-25merge API changes from nilsbraden@githubAndrew Dolgov
2010-10-15api: getArticle: allow comma-separated list of idsAndrew Dolgov
2010-09-09add experimental digest thingieAndrew Dolgov
2010-07-28api: properly handle incorrect UID passed to loginAndrew Dolgov