summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-10re-enable updates of floating title on scroll, duhAndrew Dolgov
2019-12-10with previous change, we don't actually need to automatically track active ↵Andrew Dolgov
articles now at all in combined mode.
2019-12-10when moving next or previous and currently active article is entirely ↵Andrew Dolgov
invisible, start moving from first visible one
2019-12-10only track active article on scroll if auto catchup is enabledAndrew Dolgov
2019-12-10remove unnecessary "== 1" when checking for init paramsAndrew Dolgov
unsubscribeFeed: check for undefined title correctly
2019-12-10Article.cdmScrollToId: disable smooth scrolling in collapsed combined modeAndrew Dolgov
2019-12-10Article.cdmScrollToId: disable smooth scrolling on repeated eventsAndrew Dolgov
2019-12-10combined mode n/p behavior changes:Andrew Dolgov
1. instead of jumping/scrolling sometimes, always scroll by a constant viewport offset unless moving to next/prev article directly 2. when going up and current article is partially above the viewport, move to its top first instead of directly to a previous one 3. instead of previous marking active logic, on scroll in combined mode track first (partially or otherwise) visible article as active
2019-12-09fix fatal error in previous because of event not being passed via ↵Andrew Dolgov
Headlines.move() scrollbypages, etc: make event optional anyway
2019-12-09exp: auto-disable smooth scrolling for repeat hotkey eventsAndrew Dolgov
2019-12-09exp: unbind from pgup/pgdn buttons by defaultAndrew Dolgov
2019-12-09pgup/pgdn; increase scroll distance to almost entire viewport height (from 90%)Andrew Dolgov
2019-12-09trim() contents of version_static.txtAndrew Dolgov
2019-12-08remove a bunch of obsolete filesAndrew 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-06add a hidden tweakable which forbids changing passwordsAndrew Dolgov
2019-12-06user css dialog: allow saving and applying CSS without closing the dialogAndrew Dolgov
2019-12-06remove testing for get_magic_quotes_gpc: deprecated in php7.4, apparently ↵Andrew Dolgov
not working since php 5.4
2019-12-06php 7.4 deprecation-related fixesAndrew Dolgov
2019-12-05force-disable headlines smooth scrolling when switching feedsAndrew Dolgov
enable smooth scrolling for article frame
2019-12-05#headlines-frame: set scroll-behavior: smoothAndrew 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-12-04Merge branch 'weblate-integration'Andrew Dolgov
2019-12-03Translated using Weblate (Ukrainian)Андрій Жук
Currently translated at 100.0% (708 of 708 strings) Translation: Tiny Tiny RSS/messages Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/uk/
2019-11-27Af_Youtube_Embed: whitelist youtube iframes if enabledAndrew Dolgov
2019-11-27remove hardcoded iframe domain whitelist, make iframe script whitelisting ↵Andrew Dolgov
configurable by plugins (HOOK_IFRAME_WHITELISTED)
2019-11-25Translated using Weblate (Russian)progit
Currently translated at 96.0% (680 of 708 strings) Translation: Tiny Tiny RSS/messages Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/ru/
2019-11-25cache media: set referrer to source URL when fetching imagesAndrew Dolgov
2019-11-23Translated using Weblate (Esperanto)Nikolay Korotkiy
Currently translated at 3.7% (26 of 708 strings) Translation: Tiny Tiny RSS/messages Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/eo/
2019-11-23Translated using Weblate (Russian)Nikolay Korotkiy
Currently translated at 95.1% (673 of 708 strings) Translation: Tiny Tiny RSS/messages Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/ru/
2019-11-23Translated using Weblate (Finnish)Nikolay Korotkiy
Currently translated at 75.3% (533 of 708 strings) Translation: Tiny Tiny RSS/messages Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/fi/
2019-11-22Added translation using Weblate (Esperanto)Nikolay Korotkiy
2019-11-22Translated using Weblate (Chinese (Traditional))洪偉翔
Currently translated at 98.9% (700 of 708 strings) Translation: Tiny Tiny RSS/messages Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/zh_Hant/
2019-11-20tag-related fixesAndrew Dolgov
1. move tag sanitization to feedparser common item class 2. enforce length limit on tags when parsing 3. support multiple tags passed via one dc:subject and other such elements, parse them as a comma-separated list 4. sort resulting tag list to prevent different order between feed updates 5. remove some duplicate code related to tag validation 6. allow + symbol in tags
2019-11-18af_comics: support buni webtoon episodesAndrew 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-14add a plugin page warning for plugins using HOOK_FEED_FETCHED, etcAndrew Dolgov
2019-11-14update_rss_feed: add specific logging for HOOK_FETCH_FEED, ↵Andrew Dolgov
HOOK_FEED_FETCHED, HOOK_FEED_PARSED handlers
2019-11-13Merge branch 'pdo-experimental' of cac2s/tt-rss into masterfox
2019-11-13fix position for "forgotpass" linkcac2s
2019-11-12is_gzipped: don't try to strpos() over entire bufferAndrew Dolgov
2019-11-07schema: when inserting initial forum feed, don't hardcode admin UID as 1Andrew Dolgov
2019-11-06Merge branch 'patch-install-pdo-error' of JustAMacUser/tt-rss into masterfox
2019-11-05Fixed "Using when not in object context" error when installer query fails.JustAMacUser