summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-23unbind up/down by default (use native scrolling for consistency with pgup/pgdn)Andrew Dolgov
2020-05-23hide #toolbar-frame_splitter back againAndrew Dolgov
2020-05-22- RIP smooth scrolling and associated hacksAndrew Dolgov
2020-05-22when removing favicon, reset its auto-refresh timerAndrew Dolgov
2020-05-19Headlines.move: add params.force_previous to always move to previous article ...Andrew Dolgov
2020-05-19Headlines.move: use requestAnimationFrame in CDM :(Andrew Dolgov
2020-05-17Headlines.move: when going back to top of active article, use a smarter (?) o...Andrew Dolgov
2020-05-17calculate_article_hash: don't die() on previous, woopsAndrew Dolgov
2020-05-17calculate_article_hash: ignore some useless or read-only fields (i.e. GUID) w...Andrew Dolgov
2020-05-17rename Headlines.correctHeadlinesOffset() to scrollToArticleId()Andrew Dolgov
2020-05-17Headlines.move: maybe glitch less when moving back to top, etcAndrew Dolgov
2020-05-17* store UID in article hashed GUID separately so it could be migrated cleanly...Andrew Dolgov
2020-05-17Use more specific definitions for applying `stuck` effects.Andrew Dolgov
2020-05-17implement keyboard-related changes discussed in https://community.tt-rss.org/...Andrew Dolgov
2020-05-17Merge branch 'responsive-iframes' of JustAMacUser/tt-rss into masterfox
2020-05-16Keep header above iframes in CDM.JustAMacUser
2020-05-15Make iframes size responsively.JustAMacUser
2020-05-13only enable unpack observer in expanded modeAndrew Dolgov
2020-05-13add --opml-export to update.phpAndrew Dolgov
2020-05-13use intersection observer to unpack visible articles, remove Headlines.unpack...Andrew Dolgov
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 mime...Andrew Dolgov
2020-05-09Article.cdmMoveToId: don't crash if params is not givenAndrew Dolgov
2020-05-09sanitize: forbid "allow" attributeAndrew Dolgov
2020-05-09rename cdmScrollToId to cdmMoveToIdAndrew Dolgov
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
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 a...Andrew Dolgov
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
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 quote...Andrew Dolgov
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
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
2020-04-17in combined non-expanded mode, pack headline rows as they are unfocused to sa...Andrew Dolgov
2020-04-07if comment URL is not specified but comment count is non-zero, show comments ...Andrew Dolgov
2020-04-04search: add support for label:XXX search keywordAndrew Dolgov
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