summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Expand)Author
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
2017-12-03force article content/etc to string when updating to avoid failing null const...Andrew Dolgov
2017-12-03further stylesheet simplification related fixes (2)Andrew Dolgov
2017-12-03further stylesheet simplification related fixesAndrew Dolgov
2017-12-03css/less updatesAndrew Dolgov
2017-12-03api: do not use sql_bool_to_bool()Andrew Dolgov
2017-12-03plugin base: add type hint to init(host)Andrew Dolgov
2017-12-03rssutils: forbid question marks in tsvector data, PDO gets confused sometimes...Andrew Dolgov
2017-12-03feeds: remove sql_bool_to_bool()Andrew Dolgov
2017-12-03plugin base class: init pdo objectAndrew Dolgov
2017-12-03main classes: remove sql_bool_to_bool() kludgeAndrew Dolgov
2017-12-03filters: remove sql_bool_to_bool()Andrew Dolgov
2017-12-03otpenable: use pdo prepare()Andrew Dolgov
2017-12-03completeLabels: use prepare() not query()Andrew Dolgov
2017-12-03auth_internal: use PDO + other fixesAndrew Dolgov
2017-12-02Merge branch 'upstream/pdo-experimental' of JustAMacUser/tt-rss into pdo-expe...fox
2017-12-02filter rule saving fixAndrew Dolgov