summaryrefslogtreecommitdiff
path: root/include/functions.php
AgeCommit message (Expand)Author
2012-09-10login system fixesAndrew Dolgov
2012-09-10set last_read to NOW() when publishing, order published feed by last read by ...Andrew Dolgov
2012-09-09create_published_article: validate urlAndrew Dolgov
2012-09-09create_published_article: do not allow empty titleAndrew Dolgov
2012-09-09implement sharing of arbitrary stuff using bookmarklet and API call, bump API...Andrew Dolgov
2012-09-07remove twitter-specific codeAndrew Dolgov
2012-09-03implement one time passwords using TOTPAndrew Dolgov
2012-09-03filter_to_sql: fix for all feedsAndrew Dolgov
2012-09-03implement filter testingAndrew Dolgov
2012-09-03getFeedIcon: remove second parameterAndrew Dolgov
2012-09-03fix filters not loading for feeds in UncategorizedAndrew Dolgov
2012-09-02replace several preg_match() feed id tests with is_numeric()Andrew Dolgov
2012-09-02opml: fix category title in filter exportAndrew Dolgov
2012-09-01reimplement OPML filter exportAndrew Dolgov
2012-08-31implement multiple rule/action filtersAndrew Dolgov
2012-08-30hide more obscure preferences under "show more" checkbox in pref-prefs,Andrew Dolgov
2012-08-29show attachments dropdown on a separate lineAndrew Dolgov
2012-08-27recently read: select query fixAndrew Dolgov
2012-08-27implement recently read vfeed (-6)Andrew Dolgov
2012-08-26rework filter dialog to make feed/category selection easierAndrew Dolgov
2012-08-23bump config versionAndrew Dolgov
2012-08-23implement experimental web-based updaterAndrew Dolgov
2012-08-23add experimental self-updating scriptAndrew Dolgov
2012-08-21remove hook-based pluginsAndrew Dolgov
2012-08-21expand error messages in subscribeToFeed(), provide proper error messageAndrew Dolgov
2012-08-17rework class system to use subdirectoriesAndrew Dolgov
2012-08-16move changing password code to authentication modulesAndrew Dolgov
2012-08-16save module user authenticated with, only allow password change if module is ...Andrew Dolgov
2012-08-16add hide_change_password session variableAndrew Dolgov
2012-08-16fix __autoload to work with mobile/Andrew Dolgov
2012-08-16split authentication to separate modulesAndrew Dolgov
2012-08-16print_feed_cat_select: fix Uncategorized not recognized as default_idAndrew Dolgov
2012-08-15add additional ownership checks to getfeedcounters/getcategorycountersAndrew Dolgov
2012-08-15refactor opml import/export codeAndrew Dolgov
2012-08-15properly persist include_childrenAndrew Dolgov
2012-08-14print_feed_cat_select: display nested category structureAndrew Dolgov
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