summaryrefslogtreecommitdiff
path: root/include/functions2.php
AgeCommit message (Expand)Author
2017-01-24sanitize: allow dfn tagShane Synan
2017-01-24support rel=noopener for linksAndrew Dolgov
2017-01-24sanitize: allow acronym tagAndrew Dolgov
2017-01-22force ngettext() count argument type to stringAndrew Dolgov
2017-01-17tweak the enclosure dropdown display a little bit for less-readable urlsAndrew Dolgov
2017-01-02convert to punycode for feed on idn hostnameBernhard Thaler
2016-09-21shared posts: remove link to feed in externally shared articles to prevent le...Andrew Dolgov
2016-08-19import_export: better error message if upload failedAndrew Dolgov
2016-08-06Remove href attribute if it executes JavaScript.JustAMacUser
2016-07-26add hotkey for toggling VFEED_GROUP_BY_FEED preferenceAndrew Dolgov
2016-04-29sanitize: force strip unnecessary data outside of <body>...</body> tags gener...Andrew Dolgov
2016-03-30remove fetch_file_contents2, use a compat shim insteadAndrew Dolgov
2016-03-30amend previousAndrew Dolgov
2016-03-30set smallish timeout on update check, exclude update checking on initial loadAndrew Dolgov
2016-03-22remove dismiss* functionsAndrew Dolgov
2016-02-20rewrite_relative_url: only skip urls like magnet: instead of everything with :Andrew Dolgov
2016-02-20Revert "rewrite_relative_url: do not skip urls containing :"Andrew Dolgov
2016-02-20rewrite_relative_url: do not skip urls containing :Andrew Dolgov
2016-02-19Remove srcset and sizes attributes from img tag if locally caching images.JustAMacUser
2016-02-05sanitize: allow <xml:namespace> (thanks, livejournal)Andrew Dolgov
2016-01-26fix multiple issues with archived feedsAndrew Dolgov
2016-01-23sanitize: allow <description>Andrew Dolgov
2016-01-14get_article_tags: while getting tags from cache check if article entry actual...Andrew Dolgov
2015-12-30tag_is_valid: check numeric tags properlyAndrew Dolgov
2015-12-17sanitize: clear out @srcset/@sizes on images leading to http sites when runni...Andrew Dolgov
2015-11-21queryFeedHeadlines: don't check first_id when sorting by oldest firstAndrew Dolgov
2015-11-19drop support for (obsolete, removed from recent php versions) php safe_mode s...Andrew Dolgov
2015-10-26iframe_whitelisted: allow player.vimeo.comAndrew Dolgov
2015-10-08queryFeedHeadlines: int_id was not included when browsing by tag which broke ...Andrew Dolgov
2015-09-15queryfeedheadlines: remove disable_offsets hackAndrew Dolgov
2015-09-13recently read: limit query by last_readAndrew Dolgov
2015-08-23Fixed height/width image attributes for enclosures.JustAMacUser
2015-08-17Merge branch 'master' of git.fakecake.org:tt-rssAndrew Dolgov
2015-08-17curl: let's verify ssl peersAndrew Dolgov
2015-08-14Unset $retval after HOOK_FORMAT_ENCLOSURES.JustAMacUser
2015-08-14search_to_sql: trim() inputAndrew Dolgov
2015-08-13fix some remaining old-style viewfeed() callsAndrew Dolgov
2015-08-12viewfeed: switch to hash-based argumentsAndrew Dolgov
2015-08-12limit recently read feed to 1 day of read headlinesAndrew Dolgov
2015-08-11use join between user_entries and entries tableAndrew Dolgov
2015-08-11update notice/error css classesAndrew Dolgov
2015-08-11use dijit form widget for attachments dropdownAndrew Dolgov
2015-08-11queryfeedheadlines: only use disable_offsets hack in expanded modeAndrew Dolgov
2015-08-10first id query: add last_read for recently read feedAndrew Dolgov
2015-08-05don't bother with topmost id if working with disabled offsetsAndrew Dolgov
2015-08-05experimental: if using adaptive/unread mode w/ auto catchup don't calculate o...Andrew Dolgov
2015-08-04add a very obvious speed improvement to topmost_id calculationAndrew Dolgov
2015-08-04allow selecting stemming language in search dialogAndrew Dolgov
2015-08-04implement per-feed stemming language settingAndrew Dolgov
2015-08-04more fts stuff for simple indexAndrew Dolgov