summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-04-29remove language selector from the login form, store language in the database ...Andrew Dolgov
2013-04-29do not use session cookie lifetime for additional cookiesAndrew Dolgov
2013-04-27fix startup_gettext() trying to get configured language before session is ini...Andrew Dolgov
2013-04-27Merge pull request #167 from KonishchevDmitry/pr-allow-slash-in-filter-regexAndrew Dolgov
2013-04-27fix typo in format_article_labels()Andrew Dolgov
2013-04-26Match each tag separately against user filter regular expressionDmitry Konishchev
2013-04-26Allow slashes in filter regular expressionsDmitry Konishchev
2013-04-26set default timezone to automatic (bump schema)Andrew Dolgov
2013-04-26clientTzOffset: use proper signAndrew Dolgov
2013-04-26add automatic timezone (based on client tz offset)Andrew Dolgov
2013-04-26do not store tz offset in global, store timezone object insteadAndrew Dolgov
2013-04-26strip_harmful_tags: use XPath to actually get all tags to work onAndrew Dolgov
2013-04-25base if-modified-since on last received article, not feed update timestampAndrew Dolgov
2013-04-25Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2013-04-25subtoolbar: add last updated when hovering over originating site linkAndrew Dolgov
2013-04-25fetch: better checking for 1970- dateAndrew Dolgov
2013-04-24login: add tooltip for bw_limitAndrew Dolgov
2013-04-24do not needlessly mark icons as failedAndrew Dolgov
2013-04-24use static version for session checking, show latest changeset for git versio...Andrew Dolgov
2013-04-24fix floicon failed message not respecting debugging settingAndrew Dolgov
2013-04-24unify houskeeping stuff, increase spawn intervalAndrew Dolgov
2013-04-24reduce daemon chattiness a bitAndrew Dolgov
2013-04-24increase updstart locking interval to prevent concurrent updates; decrease ba...Andrew Dolgov
2013-04-24fix updating for pgsqlAndrew Dolgov
2013-04-24updating: do not use cache timestamp if it is unusable for current feed;Andrew Dolgov
2013-04-24fetch: check if http_response_header is setAndrew Dolgov
2013-04-24autoload: include functions.phpAndrew Dolgov
2013-04-24get_version: force UTCAndrew Dolgov
2013-04-23do not recalculate avg color repeatedlyAndrew Dolgov
2013-04-23attempt to recalculate favicon avg color if it changesAndrew Dolgov
2013-04-23add a hack so that if floicon fails on some icon, it won't be processed againAndrew Dolgov
2013-04-23only show reset password link when auth_internal is enabled (refs #681)Andrew Dolgov
2013-04-23special version reporting for gitAndrew Dolgov
2013-04-23Merge pull request #163 from dandersson/fix_lock_pathAndrew Dolgov
2013-04-20disable on subscription feed XML validation for the time beingAndrew Dolgov
2013-04-19Fix doubly applied basepaths to lockfiles.Daniel Andersson
2013-04-19correctly report fetch errorAndrew Dolgov
2013-04-19fetch: support if-modified-since without CURLAndrew Dolgov
2013-04-19remove debug_enabled globalAndrew Dolgov
2013-04-19update_rss_feed: simplify debug reportingAndrew Dolgov
2013-04-19subscribe: verify XML before adding to the database; fetch: try to work aroun...Andrew Dolgov
2013-04-19trim received feed data on fetchAndrew Dolgov
2013-04-19check if http_response_header is definedAndrew Dolgov
2013-04-19make logging configurable; add logging to syslogAndrew Dolgov
2013-04-19Revert "_DISABLE_FLOICON -> _ENABLE_FLOICON"Andrew Dolgov
2013-04-19do not try to calculate icon avg color if GD is not presentAndrew Dolgov
2013-04-18_DISABLE_FLOICON -> _ENABLE_FLOICONAndrew Dolgov
2013-04-18more notice css tweaksAndrew Dolgov
2013-04-18entry_author: do not double escape string, author & comments: trimAndrew Dolgov
2013-04-18tweak notice/warning/etc displayAndrew Dolgov