summaryrefslogtreecommitdiff
path: root/classes/rpc.php
AgeCommit message (Collapse)Author
2018-01-14rpc: addfeed: gets login and pass only if need_auth is checked.Colin Vidal
Because of browser form auto-completion, the hidden field login and password can be automatically filled when adding a feed. It would enable feed authentication even if the user doesn't click on need_auth button.
2017-12-04setpref: remove nl2br()Andrew Dolgov
2017-12-03force strip_tags() on all user input unless explicitly allowedAndrew Dolgov
2017-12-03completeLabels: use prepare() not query()Andrew Dolgov
2017-12-02remove long forgotten stuff related to feed debugging actionbarAndrew Dolgov
2017-12-02pref-prefs: PDOAndrew Dolgov
2017-12-01rpc: switch to PDOAndrew Dolgov
2017-05-16remove pubsubhubbub: deadAndrew Dolgov
2017-05-05wrap rssfuncs into rssutils classAndrew Dolgov
2017-05-05move counter stuff to a separate classAndrew Dolgov
2017-05-04move a bunch of functions into Feeds/Article namespacesAndrew Dolgov
+ static function catchupArticlesById($ids, $cmode, $owner_uid = false) { + static function getLastArticleId() { + static function queryFeedHeadlines($params) { + static function getParentCategories($cat, $owner_uid) { + static function getChildCategories($cat, $owner_uid) { move the rest of functions2.php back to functions.php as it is of more manageable size, remove the former
2017-05-04move to Article:Andrew Dolgov
+ static function purge_orphans($do_output = false) { move to Feeds + static function getGlobalUnread($user_id = false) { + static function getCategoryTitle($cat_id) { + static function getLabelUnread($label_id, $owner_uid = false) {
2017-05-04move the following to Feeds:Andrew Dolgov
+ static function catchup_feed($feed, $cat_view, $owner_uid = false, $mode = 'all', $search = false) { + static function getFeedArticles($feed, $is_cat = false, $unread_only = false, + static function subscribe_to_feed($url, $cat_id = 0, + static function getFeedIcon($id) { + static function getFeedTitle($id, $cat = false) { + static function getCategoryUnread($cat, $owner_uid = false) { + static function getCategoryChildrenUnread($cat, $owner_uid = false) {
2017-04-26remove some redundant php closing tagsAndrew Dolgov
2017-04-26fix various issues reported by static analysisAndrew Dolgov
update gitlab-ci config
2017-03-31filter by search results while marking feed as readAndrew Dolgov
2017-03-05improve JS error logging with additional stuffAndrew Dolgov
2017-01-23reference pubsubhubbub classes using their namespaceAndrew Dolgov
2016-07-05fix sql error when subscribing to a feed using feed archiveAndrew Dolgov
2016-03-30set smallish timeout on update check, exclude update checking on initial loadAndrew Dolgov
2016-01-26fix multiple issues with archived feedsAndrew Dolgov
2016-01-04do not automatically call cleanup_tags() in housekeeping tasksAndrew Dolgov
2015-09-26rpc, setpref: properly save settings to active profileAndrew Dolgov
2015-05-21Make _DISABLE_FEED_BROWSER also disable the updateFeedBrowser RPCAnders Kaseorg
The undocumented _DISABLE_FEED_BROWSER option added in commit c39befacb29f3f709e2d248ab6d6235524d6e929 turns off the UI for looking at which feeds other users are subscribed to, but it did not prevent you from manually constructing an RPC call to get the same data. This was a privacy risk for those who consider _DISABLE_FEED_BROWSER important. Signed-off-by: Anders Kaseorg <[email protected]>
2014-02-19remove some unused code reported by phpmdAndrew Dolgov
2013-08-25fix globalUpdateFeeds failing when no active session existsAndrew Dolgov
2013-07-24make globalUpdateFeeds handler use simple update mechanism to prevent script ↵Andrew Dolgov
timeouts
2013-07-11share: move unsharing all articles into the pluginAndrew Dolgov
2013-05-07Fixing bugs found by static analysisRasmus Lerdorf
2013-04-29do not use session cookie lifetime for additional cookiesAndrew Dolgov
2013-04-26add automatic timezone (based on client tz offset)Andrew Dolgov
2013-04-20better javascript error reporting, save error reports in tt-rss logAndrew Dolgov
2013-04-18move db-prefs to OOAndrew Dolgov
2013-04-17classes: use OO DB interfaceAndrew Dolgov
2013-04-17fix blank character after opening bracket in function callsAndrew Dolgov
2013-04-17remove $linkAndrew Dolgov
2013-04-16remove js-based player, better mp3 support detection for html5 audioAndrew Dolgov
2013-04-13fix double-escaping possible with encrypted passwordsAndrew Dolgov
2013-04-04only unmark articles which had been processed when automarking (for realz)Andrew Dolgov
2013-04-02rpc: move labelops to articleAndrew Dolgov
2013-04-02rpc: remove getArticlesAndrew Dolgov
2013-04-02rpc: move completeTags to articleAndrew Dolgov
2013-04-02rpc: move setArticleTags to articleAndrew Dolgov
2013-04-02rpc: move several feed-related calls to pref-feedsAndrew Dolgov
2013-04-02rpc: move setScore to articleAndrew Dolgov
2013-04-02remove obsolete checkDate stuffAndrew Dolgov
2013-04-02remove small_article_previewAndrew Dolgov
2013-04-02move batchAddFeeds to pref-feedsAndrew Dolgov
2013-04-02instances: fix a few wrong calls, move genHash method from rpcAndrew Dolgov
2013-04-01move several methods from dlg; fix displayed tags not updated after editingAndrew Dolgov