summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Expand)Author
2018-01-29strip utf8mb4 characters in enclosures on mysqlAndrew Dolgov
2018-01-22Fixed time stamping of new unmarked/unpublished articlesjsoares
2018-01-14rpc: addfeed: gets login and pass only if need_auth is checked.Colin Vidal
2018-01-05subscribe_to_feed: force-cast login and password to stringAndrew Dolgov
2018-01-02binding statement named param instead of positional replacementimmanuelfodor
2017-12-31remove synchronous feed refreshing on ForceUpdateAndrew Dolgov
2017-12-29treat OPML-imported feeds without a title the same as a batch importTianon Gravi
2017-12-22fix two-factor authenticatonFrancesco Turco
2017-12-18update_rss_feed: don't try to use quoted NOW() in queryAndrew Dolgov
2017-12-17pluginhost: always return an array in get_all()Andrew Dolgov
2017-12-17force-cast some variables used in queries to integerAndrew Dolgov
2017-12-15isdefaultpassword: use method_exists() to check for check_passwordAndrew Dolgov
2017-12-15properly highlight search keywords containing forward slashAndrew Dolgov
2017-12-14Fix typo from previous pull requestsimonp
2017-12-14Check if the auth module supports check_password() method before using itBenjamin Collet
2017-12-14fix single user mode login failing because of isdefaultpassword()Andrew Dolgov
2017-12-11pref-prefs: set button classesAndrew Dolgov
2017-12-11filter rule/action dialogs: set default actionAndrew Dolgov
2017-12-11subscribe dialog: add primary actionAndrew Dolgov
2017-12-11user editor: add primary actionAndrew Dolgov
2017-12-11add some primary dialog actions; update cssAndrew Dolgov
2017-12-11filter,label dlg: use default actionAndrew Dolgov
2017-12-11search form: set default actionAndrew Dolgov
2017-12-11Merge branch 'master' of git.tt-rss.org:git/tt-rss into pdo-experimentalAndrew Dolgov
2017-12-11Merge branch 'master' of dim0x69/tt-rss into masterfox
2017-12-11Check return value from Pluginsdim0x69
2017-12-11Merge branch 'pda-rss-now' of richm/tt-rss into pdo-experimentalfox
2017-12-10Include NOW() in prepared SQL for rssutils.phpRichard Mortimer
2017-12-10synchronous feed update: catch PDO exceptions as to not break headlines outputAndrew Dolgov
2017-12-10pdo_connect: catch exception on createAndrew Dolgov
2017-12-10installer: use PDO, improve wording for some noticesAndrew Dolgov
2017-12-05update previous to only affect mysqlAndrew Dolgov
2017-12-05purge_orphans: limit maximum number of deleted articlesAndrew Dolgov
2017-12-05opml_import_filter: remove debuggingAndrew Dolgov
2017-12-04some (very minor) code cleanup in feeds classAndrew Dolgov
2017-12-04format_headlines_list: prevent warning on first_id changed checkAndrew Dolgov
2017-12-04setpref: remove nl2br()Andrew Dolgov
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-03queryfeedheadlines: there's no need to quote order_by/override_orderAndrew Dolgov
2017-12-03style feed icon and opml file upload controlsAndrew Dolgov
2017-12-03ccache: properly recalculate counters for uncategorizedAndrew Dolgov
2017-12-03move feeds cache directory to cache/feedsAndrew Dolgov
2017-12-03add defaultPasswordWarning nag dialogAndrew Dolgov
2017-12-03ttrss_zoom: fix CSSAndrew Dolgov
2017-12-03db: return adapter on get(), remove IDB wrapperAndrew Dolgov
2017-12-03pluginhost: do not connect via legacy DB api until requestedAndrew Dolgov
2017-12-03pref-users: fix sorting the tableAndrew Dolgov
2017-12-03pdo connection string: properly check for DB_PORTAndrew Dolgov
2017-12-03feed debugger: only allow debugging users own feedsAndrew Dolgov