summaryrefslogtreecommitdiff
path: root/include/functions.php
AgeCommit message (Expand)Author
2012-08-13change include_children to a togglebutton; add placeholder setting save in a ...Andrew Dolgov
2012-08-13add toolbar checkbox to include subcategories to viewfeed()Andrew Dolgov
2012-08-13fix queryFeedHeadlines, rename getCategoryUnreadRecursiveAndrew Dolgov
2012-08-13allow queryFeedHeadlines() to show child category entriesAndrew Dolgov
2012-08-13add special indication for categories having unread items in child categoriesAndrew Dolgov
2012-08-13initial work on nested categoriesAndrew Dolgov
2012-08-09add update.php -indexes to recreate tt-rss indexes from schema fileAndrew Dolgov
2012-08-04add command line option '-quiet' to make update.php more quietRutger Wessels
2012-07-31set mb_internal_encodingAndrew Dolgov
2012-07-22Support protocol-relative URLsfluffy
2012-07-10do not perform sanity checks on each backend requestAndrew Dolgov
2012-07-09split related title to separate define _NGRAM_TITLE_RELATED_THRESHOLDAndrew Dolgov
2012-07-09experimental article attachment ui based on dijit dropdownAndrew Dolgov
2012-07-09fix getLabelUnread (refs #464)Andrew Dolgov
2012-07-09implement showing related articles in 3panel mode when ngram stuff is enabledAndrew Dolgov
2012-07-09implement proof of concept postgresql pg_trgm N-gram based marking of similar...Andrew Dolgov
2012-07-09remove COUNTERS_MAX_AGE, add some optimization for counter queries (refs #464)Andrew Dolgov
2012-07-06remove memcached stuffAndrew Dolgov
2012-06-30use Uncategorized coalesce in a few more placesAndrew Dolgov
2012-06-20automatically add active article title in create filter dialogAndrew Dolgov
2012-06-14New class to differentiate post title & tagsAndrew Dolgov
2012-06-07prevent session modification in public/shareAndrew Dolgov
2012-06-05Revert "remove htmlpurifier"Andrew Dolgov
2012-06-03revert to previous catchup behaviour on reverse headlines mode; fix typo in jsAndrew Dolgov
2012-06-03experimental tweak to not mark articles newer than last one loaded in the buf...Andrew Dolgov
2012-06-01remove htmlpurifierAndrew Dolgov
2012-05-31remove Archived articles from Uncategorized viewAndrew Dolgov
2012-05-17Revert "get favicon from icon atom feeds & search for icons not only in html ...Andrew Dolgov
2012-05-15get favicon from icon atom feeds & search for icons not only in html head (cl...Andrew Dolgov
2012-04-04fix csrf_token for single user modeAndrew Dolgov
2012-03-29add patch by gmargo to improve favicon detection by contentAndrew Dolgov
2012-03-20set csrf and access_level in single user mode sessionAndrew Dolgov
2012-03-11rewrite_relative_url: add theoretical fix for magnet links (refs #436)Andrew Dolgov
2012-03-08API: add order_id to getFeedsAndrew Dolgov
2012-03-08API: add order_id to getCategories; add feed_title to getHeadlines; bump api ...Andrew Dolgov
2012-02-21properly handle invalid regular expressions supplied when testing filters, ad...Andrew Dolgov
2012-02-21fix various tags being stuck because of invalid HTML markup being generated (...Andrew Dolgov
2012-02-02rewrite_urls: try to workaround against some weird php-version related bugAndrew Dolgov
2012-01-31use local TZ in digest headerAndrew Dolgov
2012-01-31implement digestTest backAndrew Dolgov
2012-01-31try to send digests within 2 hours of preferred time onlyAndrew Dolgov
2012-01-30implement preferred time for sending out digestsAndrew Dolgov
2012-01-27authenticate_user: check for missing login when selecting saltAndrew Dolgov
2012-01-26allow subscribing to twitter feeds without oauth (if require auth checkbox is...Andrew Dolgov
2012-01-25go back to previous make_password()Andrew Dolgov
2012-01-23add get_random_bytes() in case openssl_random_pseudo_bytes() is unavailableAndrew Dolgov
2012-01-22fix login before updating to schema 88Andrew Dolgov
2012-01-22improve password storage (use sha256 and long random salt)Andrew Dolgov
2012-01-19api: add search parameters to getHeadlines (bump API level)Andrew Dolgov
2012-01-16rewrite_urls implementation based on DOMDocument (refs #413)Andrew Dolgov