summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-13add --opml-export to update.phpAndrew Dolgov
2020-05-13use intersection observer to unpack visible articles, remove ↵Andrew Dolgov
Headlines.unpackVisible()
2020-05-13remove floating title, use position: sticky for cdm headers insteadAndrew Dolgov
2020-05-12DiskCache: append fake file extension when sending cached files based on ↵Andrew Dolgov
mime type to make saving files easier
2020-05-09Article.cdmMoveToId: don't crash if params is not givenAndrew Dolgov
2020-05-09sanitize: forbid "allow" attributeAndrew Dolgov
CSS: remove auto hyphens stuff, remove iframe width clipping to 98% because they get squished
2020-05-09rename cdmScrollToId to cdmMoveToIdAndrew Dolgov
prevent smooth scrolling when going directly to an article
2020-05-09add hotkey "\" to cancel current searchAndrew Dolgov
2020-05-03Merge branch 'master' of ltGuillaume/ttrss into masterfox
2020-05-03Allow setting Insert (45) and Delete (46) as hotkeysltGuillaume
These are not reported via keypress either, so handle them via keydown.
2020-04-29DiskCache: properly deal with srcset attributesAndrew Dolgov
2020-04-29sanitize: simplify initial attribute processingAndrew Dolgov
2020-04-29sanitize: remove srcset plain-http hack, globally disallow width and height ↵Andrew Dolgov
attributes for all elements
2020-04-29sanitize: handle picture[@srcset] elements properly, i.e. rewrite relative URLsAndrew Dolgov
2020-04-29remove unneeded var_dump()Andrew Dolgov
2020-04-29* add HOOK_ENCLOSURE_IMPORTEDAndrew Dolgov
* pass feed id to HOOK_FEED_PARSED
2020-04-23Merge branch 'master' of git.tt-rss.org:fox/tt-rssAndrew Dolgov
2020-04-23change double quotes to single quotes in config.php-dist because double ↵Andrew Dolgov
quotes break docker initialization
2020-04-22Merge branch 'escape-install-part-two' of JustAMacUser/tt-rss into masterfox
2020-04-22Merge branch 'encoded-installer-entities' of JustAMacUser/tt-rss into masterfox
2020-04-21More fixes when installer generates config file.JustAMacUser
* Use single quotes in config.php when when defining database values so PHP doesn't interpret `$` as a variable (mostly for the password constant). * Use `addcslashes` instead of `addslashes` and only escape backslash and single quotes. * Do not convert DB_PORT to integer if leaving it blank (the default).
2020-04-21During install, HTML encode POST data for forms.JustAMacUser
2020-04-19Merge branch 'escape-install' of JustAMacUser/tt-rss into masterfox
2020-04-18Escape user-defined values during installation.JustAMacUser
2020-04-17Article.pack: dispose of unpacked content properlyAndrew Dolgov
2020-04-17Headlines.renderAgain: scroll instantly to active article when going back to ↵Andrew Dolgov
combined mode on the fly
2020-04-17in combined non-expanded mode, pack headline rows as they are unfocused to ↵Andrew Dolgov
save RAM
2020-04-07if comment URL is not specified but comment count is non-zero, show comments ↵Andrew Dolgov
prompt leading to the article
2020-04-04search: add support for label:XXX search keywordAndrew Dolgov
Labels: enforce case-insensitive lookups when creating/looking for labels
2020-03-28Merge branch 'master' of git.tt-rss.org:fox/tt-rssAndrew Dolgov
2020-03-28remove atom-to-html XSLTAndrew Dolgov
2020-03-26Merge branch 'fix_noexpand_doc' of d7415/tt-rss into masterfox
2020-03-25Fix documentation for _noexpand commandsMartin Stone
2020-03-13minitemplator->writeString: print always returns 1 in PHPAndrew Dolgov
2020-03-13minitemplator: fix deprecations for PHP 7.4Andrew Dolgov
2020-03-13allow overriding built-in templates via templates.localAndrew Dolgov
2020-03-12Merge branch 'cache_videos_with_src_and_poster' of lllusion3418/tt-rss into ↵fox
master
2020-03-12add support for video[@src] in media cachelllusion3418
it's a valid alternative to a source[@src] child element: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video
2020-03-12actually download <video> posters to media cachelllusion3418
video[@poster] is already supported in the rewriting logic but never actually downloaded
2020-03-12fix url rewriting for videos with poster and srclllusion3418
if a poster attribute was present only that would have been rewritten and the (arguably more important) src attribute would be left as-is
2020-03-10PluginHost/save_data: use separate PDO connection to prevent issues with ↵Andrew Dolgov
nested transactions
2020-03-03Merge branch 'get-version-git-on-windows' of tsimmons/tt-rss into masterfox
2020-03-02In get_version() disable DIRECTORY_SEPARATOR check, permit using git on ↵Toby Simmons
Windows to get version details;
2020-03-01do not keep current feed visible when hide as read is enabledAndrew Dolgov
2020-02-28fix wrong colors applying to rule textarea when invoked from main UIAndrew Dolgov
2020-02-28filter rule editor: bring back regexp valid/invalid BG colors (now for light ↵Andrew Dolgov
theme)
2020-02-28filter rule editor: bring back regexp valid/invalid BG colorsAndrew Dolgov
2020-02-28add URL parameter to ignore user theme on startupAndrew Dolgov
2020-02-28move default (light) theme LESS source to a more appropriate placeAndrew Dolgov
add compact_dark theme variant
2020-02-28set all tooltip colors via less variablesAndrew Dolgov