summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-04unify prefs/main App objects, remove fake classes, use single static App ↵Andrew Dolgov
object instead
2020-06-04same, but for preferencesAndrew Dolgov
2020-06-04don't use declare() for static objects with no inheritance because ↵Andrew Dolgov
apparently it's not actually needed by AMD
2020-06-03Merge branch 'weblate-integration'Andrew Dolgov
2020-06-02move isCombinedMode to AppBase so we wouldn't crash in preferencesAndrew Dolgov
2020-06-01Translated using Weblate (Dutch)Patrick Ahles
Currently translated at 100.0% (727 of 727 strings) Translation: Tiny Tiny RSS/messages Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/nl/
2020-06-01Translated using Weblate (German)Eike
Currently translated at 100.0% (727 of 727 strings) Translation: Tiny Tiny RSS/messages Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/de/
2020-06-01Translated using Weblate (German)Anonymous
Currently translated at 100.0% (727 of 727 strings) Translation: Tiny Tiny RSS/messages Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/de/
2020-06-01Translated using Weblate (German)Eike
Currently translated at 100.0% (727 of 727 strings) Translation: Tiny Tiny RSS/messages Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/de/
2020-06-01Translated using Weblate (German)Anonymous
Currently translated at 100.0% (727 of 727 strings) Translation: Tiny Tiny RSS/messages Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/de/
2020-06-01Merge branch 'weblate-integration'Andrew Dolgov
2020-05-31Merge branch 'hotkeys_force_top' of itsamenathan/tt-rss into masterfox
2020-05-30Created hotkeys_force_top pluginNathan Warner
Renamed swap_jk to match new naming scheme.
2020-05-25add Headlines.default_force_previous, default_force_to_topAndrew Dolgov
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
pgup/pgdn)" This reverts commit 6fc18e450b72306693de8723464f4176e73c5a5b.
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
- attempt to make Headlines.move() / Article.cdmMoveToId() behave a bit more intuitively
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
in CDM
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 (?) ↵Andrew Dolgov
offset calculation
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) ↵Andrew Dolgov
when calculating hash
2020-05-17rename Headlines.correctHeadlinesOffset() to scrollToArticleId()Andrew Dolgov
invoke it in Article.view() instead of all over the place
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 ↵Andrew Dolgov
cleanly to a different instance * store resulting GUID as a JSON object so it could be extended easier if needed
2020-05-17Use more specific definitions for applying `stuck` effects.Andrew Dolgov
https://git.tt-rss.org/fox/tt-rss/pulls/143
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-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 ↵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