summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
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 ↵Andrew Dolgov
https://community.tt-rss.org/t/changing-the-amount-of-scroll-by-arrow-key/3452/7
2020-05-15Make iframes size responsively.JustAMacUser
2020-05-09sanitize: forbid "allow" attributeAndrew Dolgov
CSS: remove auto hyphens stuff, remove iframe width clipping to 98% because they get squished
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 ↵Andrew Dolgov
attributes for all elements
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 ↵Toby Simmons
Windows to get version details;
2020-02-28af_readability: allow get full text button to work as a toggle; in cdm, ↵Andrew Dolgov
scroll to article after embedding
2020-02-27update toggle_embed_original hotkey to invoke readability embed instead of ↵Andrew Dolgov
removed embed_original plugin
2020-02-22don't generate default.css, replace with themes/light.css as a default root ↵Andrew Dolgov
CSS file
2020-02-13add support for image loading=lazy attributeAndrew Dolgov
2020-01-25login form: add workarounds for chrome password managerAndrew Dolgov
2020-01-24scrap counter cache system; rework counters to sum() booleans insteadAndrew Dolgov
2020-01-23support dark mode for login formAndrew 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 ↵Andrew Dolgov
misbehaving caching
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 ↵Andrew Dolgov
failure
2019-12-18remove version.php and VERSION global constant, do version-related things in ↵Andrew Dolgov
a slightly less ridiculous way
2019-12-12implement automatic night mode detection using MQLAndrew Dolgov
add separate light.css to force light theme remove manual night mode toggle and related code
2019-12-11- update descriptions of changed hotkeysAndrew Dolgov
- bind noscroll variants of move article hotkeys to n/p by default - update N/P (i.e. scroll article content) hotkeys to scroll by fraction of viewport height instead of hardcoded pixel distance - minor fixes w/ checking for undefined
2019-12-09exp: unbind from pgup/pgdn buttons by defaultAndrew Dolgov
2019-12-09trim() contents of version_static.txtAndrew Dolgov
2019-12-08Merge branch 'page-hotkeys' of suraia/tt-rss into masterfox
2019-12-08add support for custom version_static.txt for package maintainersAndrew 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-06php 7.4 deprecation-related fixesAndrew Dolgov
2019-12-05pgup/pgdown hotkey normalization:Andrew Dolgov
- pgup/pgdown without modifier scroll headline buffer - shift+pgup/pgdown work similarly to shift+up/down but operating on pages
2019-12-05versioning changesAndrew Dolgov
- remove VERSION_STATIC - https://community.tt-rss.org/t/versioning-changes-for-trunk/2974 - report git commit/timestamp properly by invoking git instead of trying to parse .git/HEAD etc - remove git-related global constants used when checking for updates
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 ↵Andrew Dolgov
configurable by plugins (HOOK_IFRAME_WHITELISTED)
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
quota for the time being
2019-11-13fix position for "forgotpass" linkcac2s
2019-11-01add placeholder authentication via app passwords if service is passedAndrew Dolgov
forbid logins via regular passwords for services remove AUTH_DISABLE_OTP
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-14bump version_staticAndrew Dolgov
2019-08-14retire MIN_CACHE_FILE_SIZEAndrew Dolgov