summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-05fix divide by zero in feeds/minute reporting (closes #668)Andrew Dolgov
2013-04-05Merge pull request #131 from pictuga/patch-1Andrew Dolgov
Added other allowed elements to sanitize()
2013-04-05Added other allowed elements to sanitize()pictuga
The following html elements are now kept when sanitizing entries: aside, bdi, bdo, caption, col, colgroup, figure, figcaption, mark, ruby, rp, rt, samp, time. Most of them are new in HTML5. Based on the list at https://developer.mozilla.org/en-US/docs/HTML/HTML5/HTML5_element_list
2013-04-05Merge pull request #130 from seidler2547/masterAndrew Dolgov
fix "embed original"
2013-04-05fix "embed original" pluginStefan Seidel
2013-04-05fix batch subscribe eating CRs (closes #667)Andrew Dolgov
2013-04-05Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2013-04-05fix prefs reset not working properlyAndrew Dolgov
2013-04-04Merge pull request #129 from HeikoAdams/masterAndrew Dolgov
German translation updated
2013-04-05Updated german translationHeiko Adams
2013-04-04rebase translationsAndrew Dolgov
2013-04-04fr_FR - fix typo (closes #665)Andrew Dolgov
2013-04-04feedTree: pass new copies of parent arrays while looking for category nodes ↵Andrew Dolgov
to auto-expand to prevent siblings uncollapsing due to objects being passed by reference
2013-04-04add back sorting by titleAndrew Dolgov
2013-04-04do not set active feed id in headlines callback, bailout if received data ↵Andrew Dolgov
for currently deselected feed
2013-04-04remove db-updaterAndrew Dolgov
2013-04-04move db-updater functionality to public, remove db-updater.phpAndrew Dolgov
2013-04-04add command-line db schema updaterAndrew Dolgov
2013-04-04add language dropdown to prefsAndrew Dolgov
2013-04-04enable remember meAndrew Dolgov
2013-04-04search: simplify code, allow searching by note and title content (note:blah, ↵Andrew Dolgov
title:blah)
2013-04-04search: allow searching by note textAndrew Dolgov
2013-04-04implement some tweaks to session handling; properly remove session cookie if ↵Andrew Dolgov
invalid/login failed
2013-04-04reduce default session expiration limitAndrew Dolgov
2013-04-04add a dropdown button action to save and exit prefs (closes #660)Andrew Dolgov
2013-04-04Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2013-04-04updater: prevent duplicate feed ids being scheduled for updateAndrew Dolgov
2013-04-04session validation: check for tt-rss versionAndrew Dolgov
2013-04-04release 1.7.8Andrew Dolgov
2013-04-04fix operation without curlAndrew Dolgov
2013-04-04add several checks to googleimportplugin to make importing more stableAndrew Dolgov
2013-04-04only unmark articles which had been processed when automarking (for realz)Andrew Dolgov
2013-04-04add experimental cooldown after headlines buffer had been manipulated before ↵Andrew Dolgov
auto catchup is enabled only unmark articles which had been processed when automarking
2013-04-04rebase translationsAndrew Dolgov
2013-04-04release 1.7.7Andrew Dolgov
2013-04-04all articles: allow archivedAndrew Dolgov
2013-04-03updater: fix is_writable checkingAndrew Dolgov
2013-04-03plugins/mail: remove secretkey stuffAndrew Dolgov
2013-04-03only destroy unlogged sessionsAndrew Dolgov
2013-04-03deinitialize session in login_sequence() instead of sessions.phpAndrew Dolgov
2013-04-03remove session check/destroy stuff, looks problematicAndrew Dolgov
2013-04-03replace catchupCurrentFeed dropdown with a better controlAndrew Dolgov
2013-04-03fix default sorting not taking score into account, remove unused ↵Andrew Dolgov
SORT_HEADLINES_BY_FEED_DATE remnant
2013-04-03installer: remove shorttagAndrew Dolgov
2013-04-03updater: add /bin and /usr/bin to path before looking for binaries in case ↵Andrew Dolgov
of php-fpm empty environment or whatever
2013-04-03fix catchup not working on Fresh articlesAndrew Dolgov
2013-04-03Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2013-04-03add NO_CURL; disable native gzdecoding for file_get_contents() experimentallyAndrew Dolgov
2013-04-03Merge pull request #127 from scarabeusiv/masterAndrew Dolgov
Fix typos in czech trans and add few directly visible strings
2013-04-03Update few typos and directly visible strings after the release.Tomáš Chvátal