summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2013-04-17more work on singleton-based DBAndrew Dolgov
2013-04-17db updates, remove init_connection()Andrew Dolgov
2013-04-17add schema checking to feed updating and update scriptAndrew Dolgov
2013-04-17feedtree: don't request null iconAndrew Dolgov
2013-04-17errorhandler: remove unneeded stuffAndrew Dolgov
2013-04-17errorhandler: do not report hidden errorsAndrew Dolgov
2013-04-16Revert "remove floIcon: bugs"Andrew Dolgov
This reverts commit 7970c0925505ba1bd3b3dd15a45bebf2e839f5cf.
2013-04-16remove floIcon: bugsAndrew Dolgov
2013-04-16disable FOLLOWLOCATION when under open_basedirAndrew Dolgov
2013-04-16implement old log entry purging in update_daemon_common; add some more error ↵Andrew Dolgov
types; tweak error log display
2013-04-16implement error log viewerAndrew Dolgov
2013-04-16experimental SQL-based error loggerAndrew Dolgov
2013-04-16add SPHINX_SERVERAndrew Dolgov
2013-04-16unify SMTP_HOST and SMTP_PORT as SMTP_SERVERAndrew Dolgov
2013-04-16remove js-based player, better mp3 support detection for html5 audioAndrew Dolgov
2013-04-16format_article_labels: bail out if passed something other than arrayAndrew Dolgov
2013-04-15use hashed guids in a hopefully backwards compatible fashionAndrew Dolgov
2013-04-15properly remove and replace favicon color when favicon gets manually ↵Andrew Dolgov
removed/uploaded
2013-04-15remove hsl stuff from classes/feeds, we take care of this when choosing the ↵Andrew Dolgov
color
2013-04-15try to improve color guessing algorithm a bitAndrew Dolgov
2013-04-15only enable colored favicons in vfeeds; fix RGB triplet packingAndrew Dolgov
2013-04-15store favicon color as #rrggbb; process existing faviconsAndrew Dolgov
2013-04-15fix schema for favicon_avg_colorAndrew Dolgov
2013-04-15Added average color calculation of feeds' favicons for banded display.moontear
2013-04-14subscribe_to_feed: fix typoAndrew Dolgov
2013-04-13fix double-escaping possible with encrypted passwordsAndrew Dolgov
2013-04-13fix handling of blank FEED_CRYPT_KEYAndrew Dolgov
2013-04-13implement basic feed authentication parameter encryption in the database ↵Andrew Dolgov
(FEED_CRYPT_KEY)
2013-04-12decode html entities in article title on importAndrew Dolgov
2013-04-12add cache-control: public to the login page so that firefox would bother ↵Andrew Dolgov
making a thumbnail
2013-04-12remove no_cache_incantation()Andrew Dolgov
2013-04-12digest: use proper logging, update.php: fix typoAndrew Dolgov
2013-04-11implement upload-related support for open_basedirAndrew Dolgov
2013-04-10Added propagation of $fetch_last_content_type for curl- and ↵Markus Birth
file_get_contents-calls
2013-04-09update default of allow_duplicate_posts to false, bump schemaAndrew Dolgov
2013-04-09add HOOK_ARTICLE_LEFT_BUTTONAndrew Dolgov
2013-04-09search_to_sql: fix searching for reserved keywordsAndrew Dolgov
2013-04-08Merge pull request #140 from pictuga/masterAndrew Dolgov
Added 'section' in allowed elements
2013-04-08Added 'section' in allowed elementspictuga
Another element which was introduced in HTML5.
2013-04-07fix bug with image attatchment settingsTerrence Ezrol
2013-04-07getLabelCounters: properly check for user_entry uid (closes #671)Andrew Dolgov
2013-04-06fix for fetching urls with spacesSunjay Cauligi
2013-04-05Added functionality for navigation without opening articles and toggling ↵Sunjay Cauligi
expansion of headlines
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-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-04Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2013-04-04updater: prevent duplicate feed ids being scheduled for updateAndrew Dolgov