summaryrefslogtreecommitdiff
path: root/classes/pref/feeds.php
AgeCommit message (Collapse)Author
2017-12-11add some primary dialog actions; update cssAndrew Dolgov
2017-12-11Merge branch 'master' of git.tt-rss.org:git/tt-rss into pdo-experimentalAndrew Dolgov
2017-12-11Check return value from Pluginsdim0x69
2017-12-03force strip_tags() on all user input unless explicitly allowedAndrew Dolgov
2017-12-03fix some minor issues found by code analyzerAndrew Dolgov
2017-12-03style feed icon and opml file upload controlsAndrew Dolgov
2017-12-03main classes: remove sql_bool_to_bool() kludgeAndrew Dolgov
2017-12-02feeds: use PDOAndrew Dolgov
2017-12-02feeds: more PDo stuffAndrew Dolgov
2017-12-02feeds: more PDO stuffAndrew Dolgov
2017-12-02remove long forgotten stuff related to feed debugging actionbarAndrew Dolgov
2017-12-02feeds: PDO progressAndrew Dolgov
2017-12-02prefs: start PDO switchoverAndrew Dolgov
2017-11-27add HOOK_UNSUBSCRIBE_FEEDdim0x69
2017-10-06Merge branch 'checkbox-feed' of dxbi/tt-rss into masterfox
2017-10-06Add checkbox for authentication in edit feed dialogFelix Eckhofer
This makes the UI more consistent with the "add feed" dialog and prevents overzealous password-managers from leaking the login password.
2017-10-06fix batch feed editor using wrong SQL syntax when saving feed passwordAndrew Dolgov
remove uses of auth_pass_encrypted in several other places
2017-06-26pref/feeds: start user category ordering from 1Andrew Dolgov
api, getFeeds: send subcategory order_id
2017-05-16remove pubsubhubbub: deadAndrew Dolgov
2017-05-11move add_feed_url() to pref_feedsAndrew Dolgov
2017-05-05wrap rssfuncs into rssutils classAndrew Dolgov
2017-05-04move label stuff to Labels classAndrew Dolgov
fix some unresolved functions
2017-05-04move counter cache to a separate classAndrew Dolgov
fix references to get_article_tags
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-03-23rename cache images option label (rip translations)Andrew Dolgov
2017-02-10use print_hidden() for hidden dojo form fieldsAndrew Dolgov
2017-01-22force ngettext() count argument type to stringAndrew Dolgov
2017-01-21prefs: auto expand feed treeAndrew Dolgov
2017-01-07deprecate encrypted feed passwords because mcrypt is getting removed from ↵Andrew Dolgov
php 7.1 1. transparent decryption for existing installs stays for the time being 2. new passwords are not going to be encrypted even if FEED_CRYPT_KEY is defined 3. added update.php --decrypt-feeds to bulk decrypt existing encrypted passwords 4. updated install to not auto-generate crypt key 5. added warning to config.php-dist
2016-05-18update autocomplete to "new-password"Andrew Dolgov
2016-05-18set feed editor password fields to autocomplete=offAndrew Dolgov
2016-01-30pref-feeds: allow searching by feed_urlAndrew Dolgov
2016-01-29fix item_id not being properly escaped in ↵Andrew Dolgov
pref_feeds::process_category_order() (possible sql injection)
2015-12-04compat patches for php7Andrew Dolgov
2015-09-21add date suffixes to opml & import_export generated filesAndrew Dolgov
2015-08-13various minor style updates, add danger buttonsAndrew Dolgov
2015-08-12tabbed feed editorAndrew Dolgov
2015-08-12pref-feeds: check for inactive feeds asynchronouslyAndrew Dolgov
2015-08-11minor textarea fixesAndrew Dolgov
2015-08-10update site_url (and title if needed) when changing feed_url in feed editorAndrew Dolgov
2015-08-04implement per-feed stemming language settingAndrew Dolgov
2015-08-03add one catchall function to make uniqids/keyhashes/etc used by tt-rssAndrew Dolgov
2014-10-08edit feed: smaller buttons for icon upload; allow uploading larger faviconsAndrew Dolgov
2014-06-14Skip nested Feed when calling getNextUnreadFeed()André Glüpker
This function is only called when using "Mark all as read". So every time, this function gets called right now, all nested categories get marked as read as well, so we don't want to jump to them. Instead we want to the next category with same or higher tier.
2014-05-22add hidden tunable _DISABLE_INACTIVE_FEEDSAndrew Dolgov
2014-02-19remove some unused code reported by phpmdAndrew Dolgov
2014-01-17increase randomness of shared url keys a bitAndrew Dolgov
2013-12-24remove unnecessary wrapping from share uniqid() keysAndrew Dolgov