summaryrefslogtreecommitdiff
path: root/include/functions.php
AgeCommit message (Expand)Author
2020-05-23only bind up/down in 3 panel modeAndrew Dolgov
2020-05-23Revert "unbind up/down by default (use native scrolling for consistency with ...Andrew Dolgov
2020-05-23unbind up/down by default (use native scrolling for consistency with pgup/pgdn)Andrew Dolgov
2020-05-17implement keyboard-related changes discussed in https://community.tt-rss.org/...Andrew Dolgov
2020-05-15Make iframes size responsively.JustAMacUser
2020-05-09sanitize: forbid "allow" attributeAndrew Dolgov
2020-05-09add hotkey "\" to cancel current searchAndrew 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-03-25Fix documentation for _noexpand commandsMartin Stone
2020-03-02In get_version() disable DIRECTORY_SEPARATOR check, permit using git on Windo...Toby Simmons
2020-02-28af_readability: allow get full text button to work as a toggle; in cdm, scrol...Andrew Dolgov
2020-02-27update toggle_embed_original hotkey to invoke readability embed instead of re...Andrew Dolgov
2020-02-22don't generate default.css, replace with themes/light.css as a default root C...Andrew Dolgov
2020-02-13add support for image loading=lazy attributeAndrew Dolgov
2020-01-24scrap counter cache system; rework counters to sum() booleans insteadAndrew Dolgov
2020-01-17disable MAX_FETCH_REQUESTS_PER_HOST warnings for the time beingAndrew Dolgov
2020-01-14get_version: don't rely on exec() exit code to determine whether output is validAndrew Dolgov
2019-12-20get_version: fix commit/timestamp lost on subsequent invocations because of m...Andrew Dolgov
2019-12-19force-disable php display_errors/display_startup_errors on startupAndrew Dolgov
2019-12-19get_version: filter out DarwinAndrew Dolgov
2019-12-18get_version: always return unsupported on windowsAndrew Dolgov
2019-12-18SELF_USER_AGENT: switch to get_version()Andrew Dolgov
2019-12-18get_version: don't pass useless root dir to git, instead log it in case of fa...Andrew Dolgov
2019-12-18remove version.php and VERSION global constant, do version-related things in ...Andrew Dolgov
2019-12-12implement automatic night mode detection using MQLAndrew Dolgov
2019-12-11- update descriptions of changed hotkeysAndrew Dolgov
2019-12-09exp: unbind from pgup/pgdn buttons by defaultAndrew Dolgov
2019-12-06Fix Shift+PageUp/Down hotkeysMichael Kuhn
2019-12-06user css dialog: allow saving and applying CSS without closing the dialogAndrew Dolgov
2019-12-05pgup/pgdown hotkey normalization:Andrew Dolgov
2019-12-05versioning changesAndrew Dolgov
2019-12-04add hotkeys to scroll headlines/articles (whichever is active) by one pageAndrew Dolgov
2019-11-27remove hardcoded iframe domain whitelist, make iframe script whitelisting con...Andrew Dolgov
2019-11-25cache media: set referrer to source URL when fetching imagesAndrew Dolgov
2019-11-17reset domain hit quota on feed update startAndrew Dolgov
2019-11-14implement MAX_FETCH_REQUESTS_PER_HOST: only generating a warning on exceeded ...Andrew Dolgov
2019-11-01add placeholder authentication via app passwords if service is passedAndrew Dolgov
2019-11-01update schema for app-specific passwordsAndrew Dolgov
2019-09-23Removed redundant text for next/prev article without scroll.JustAMacUser
2019-09-22Try to clarify next/prev article keyboard shortcut help.JustAMacUser
2019-08-16af_readability: add missing fileAndrew Dolgov
2019-08-14retire MIN_CACHE_FILE_SIZEAndrew Dolgov
2019-08-14DiskCache: more strict checking for input filenames, getUrl() is no longer st...Andrew Dolgov
2019-08-13move rewrite_cached_urls to DiskCache::rewriteUrls()Andrew Dolgov
2019-08-13add DiskCache.getUrl() and use it in a bunch of placesAndrew Dolgov
2019-06-20move more globals to more appropriate placesAndrew Dolgov
2019-06-20move several more global functions to more appropriate classesAndrew Dolgov
2019-06-20get_feeds_from_html: remove XML preamble hackAndrew Dolgov