Commit Graph

  • ec970a6bc8 Translated using Weblate (Norwegian Bokmål) Anonymous 2020-07-02 21:19:42 +00:00
  • 2d0424bfcf Translated using Weblate (Norwegian Bokmål) Jan Espen Pedersen 2020-07-02 21:10:38 +00:00
  • 68b78ecd3d Merge branch 'bugfix/invalid-opml' of wn/tt-rss into master fox 2020-07-01 14:48:02 +00:00
  • b6372a846d when exporting OPML via web UI, add user login to the filename Andrew Dolgov 2020-07-01 10:02:24 +03:00
  • fa653f5a43 prefs: show disabled filters properly on mysql Andrew Dolgov 2020-07-01 09:49:53 +03:00
  • 2996a3942f prefs: show root of filter tree as enabled so it's not grayed out Andrew Dolgov 2020-07-01 09:48:27 +03:00
  • 614d3ac1bf Properly check if OPML file was loaded during import. wn_ 2020-06-27 15:06:08 -05:00
  • c352e872e9 core: pass found enclosures to HOOK_ARTICLE_FILTER af_redditimgur: remove enclosures if we found something to embed because it's going to be a low-res thumbnail Andrew Dolgov 2020-06-24 22:54:14 +03:00
  • 6eb94f1e13 better support for image srcset attributes as discussed in https://community.tt-rss.org/t/problem-with-img-srcset/3519 Andrew Dolgov 2020-06-15 11:58:59 +03:00
  • 697418f863 more eslint fixes Andrew Dolgov 2020-06-05 07:54:32 +03:00
  • d01ad09800 eslint-related fixes; move a few things from global context to App Andrew Dolgov 2020-06-05 07:44:57 +03:00
  • 88027d7a39 fix various minor issues reported by eslint Andrew Dolgov 2020-06-04 23:27:22 +03:00
  • 755662a9d7 add eslintrc Andrew Dolgov 2020-06-04 22:56:28 +03:00
  • 9d28b3ac50 unify prefs/main App objects, remove fake classes, use single static App object instead Andrew Dolgov 2020-06-04 22:19:23 +03:00
  • 30ed5d7c3c same, but for preferences Andrew Dolgov 2020-06-04 20:04:17 +03:00
  • e37f8cfa78 don't use declare() for static objects with no inheritance because apparently it's not actually needed by AMD Andrew Dolgov 2020-06-04 19:50:13 +03:00
  • 06cc6e3a2a Merge branch 'weblate-integration' Andrew Dolgov 2020-06-03 12:47:54 +03:00
  • 676cdf6ee4 move isCombinedMode to AppBase so we wouldn't crash in preferences Andrew Dolgov 2020-06-02 21:00:53 +03:00
  • 3502477f8f Translated using Weblate (Dutch) Patrick Ahles 2020-06-01 11:50:58 +00:00
  • 10884452f0 Translated using Weblate (German) Eike 2020-06-01 15:16:10 +00:00
  • 148c58e172 Translated using Weblate (German) Anonymous 2020-06-01 15:14:11 +00:00
  • db5ac3a0be Translated using Weblate (German) Eike 2020-06-01 13:39:49 +00:00
  • 72898a6aba Translated using Weblate (German) Anonymous 2020-06-01 11:35:22 +00:00
  • ac17ded854 Merge branch 'weblate-integration' Andrew Dolgov 2020-06-01 17:12:51 +03:00
  • 851de81517 Merge branch 'hotkeys_force_top' of itsamenathan/tt-rss into master fox 2020-05-31 08:09:11 +00:00
  • f8d96543de Created hotkeys_force_top plugin Nathan Warner 2020-05-30 22:45:41 -06:00
  • b39e615683 add Headlines.default_force_previous, default_force_to_top Andrew Dolgov 2020-05-25 10:26:03 +03:00
  • 19893d33e3 only bind up/down in 3 panel mode Andrew Dolgov 2020-05-23 08:53:18 +03:00
  • ebb373987a Revert "unbind up/down by default (use native scrolling for consistency with pgup/pgdn)" Andrew Dolgov 2020-05-23 08:39:44 +03:00
  • 6fc18e450b unbind up/down by default (use native scrolling for consistency with pgup/pgdn) Andrew Dolgov 2020-05-23 08:38:03 +03:00
  • b8906c9b9c hide #toolbar-frame_splitter back again Andrew Dolgov 2020-05-23 06:20:09 +03:00
  • 409ba0db2d - RIP smooth scrolling and associated hacks - attempt to make Headlines.move() / Article.cdmMoveToId() behave a bit more intuitively Andrew Dolgov 2020-05-22 21:48:03 +03:00
  • c8cc845d5b when removing favicon, reset its auto-refresh timer Andrew Dolgov 2020-05-22 15:06:52 +03:00
  • d63329baa1 Headlines.move: add params.force_previous to always move to previous article in CDM Andrew Dolgov 2020-05-19 09:21:07 +03:00
  • 2deb9c555e Headlines.move: use requestAnimationFrame in CDM :( Andrew Dolgov 2020-05-19 08:07:23 +03:00
  • 8dc6b48ebd Headlines.move: when going back to top of active article, use a smarter (?) offset calculation Andrew Dolgov 2020-05-17 22:02:47 +03:00
  • 06d2c65193 calculate_article_hash: don't die() on previous, woops Andrew Dolgov 2020-05-17 17:44:32 +03:00
  • 3a142cbf58 calculate_article_hash: ignore some useless or read-only fields (i.e. GUID) when calculating hash Andrew Dolgov 2020-05-17 17:42:37 +03:00
  • 25c8467753 rename Headlines.correctHeadlinesOffset() to scrollToArticleId() invoke it in Article.view() instead of all over the place Andrew Dolgov 2020-05-17 17:01:52 +03:00
  • 05a84ab778 Headlines.move: maybe glitch less when moving back to top, etc Andrew Dolgov 2020-05-17 16:04:31 +03:00
  • cd1f3cb8cc * store UID in article hashed GUID separately so it could be migrated cleanly to a different instance * store resulting GUID as a JSON object so it could be extended easier if needed Andrew Dolgov 2020-05-17 14:01:16 +03:00
  • eae79615a2 Use more specific definitions for applying stuck effects. Andrew Dolgov 2020-05-17 08:35:01 +03:00
  • 9ae9302b6b implement keyboard-related changes discussed in https://community.tt-rss.org/t/changing-the-amount-of-scroll-by-arrow-key/3452/7 Andrew Dolgov 2020-05-17 08:25:51 +03:00
  • 3dc506a19a Merge branch 'responsive-iframes' of JustAMacUser/tt-rss into master fox 2020-05-17 05:20:23 +00:00
  • c93bcef91f Keep header above iframes in CDM. JustAMacUser 2020-05-16 15:56:49 -04:00
  • 7a0ea9d90e Make iframes size responsively. JustAMacUser 2020-05-15 22:25:56 -04:00
  • a1ffc11619 only enable unpack observer in expanded mode Andrew Dolgov 2020-05-13 12:28:48 +03:00
  • 7a2e9bef77 add --opml-export to update.php Andrew Dolgov 2020-05-13 12:07:31 +03:00
  • 5e77d0062b use intersection observer to unpack visible articles, remove Headlines.unpackVisible() Andrew Dolgov 2020-05-13 07:28:13 +03:00
  • 7adbc95acc remove floating title, use position: sticky for cdm headers instead Andrew Dolgov 2020-05-13 06:51:46 +03:00
  • c275a0cd33 DiskCache: append fake file extension when sending cached files based on mime type to make saving files easier Andrew Dolgov 2020-05-12 13:28:54 +03:00
  • 4a00d41915 Article.cdmMoveToId: don't crash if params is not given Andrew Dolgov 2020-05-09 19:41:11 +03:00
  • 2b55afbeec sanitize: forbid "allow" attribute CSS: remove auto hyphens stuff, remove iframe width clipping to 98% because they get squished Andrew Dolgov 2020-05-09 12:49:19 +03:00
  • a802649d53 rename cdmScrollToId to cdmMoveToId prevent smooth scrolling when going directly to an article Andrew Dolgov 2020-05-09 08:16:12 +03:00
  • 2558fcbe21 add hotkey "\" to cancel current search Andrew Dolgov 2020-05-09 07:56:06 +03:00
  • c8243b03c9 Merge branch 'master' of ltGuillaume/ttrss into master fox 2020-05-03 13:45:40 +00:00
  • 19064864bf Allow setting Insert (45) and Delete (46) as hotkeys These are not reported via keypress either, so handle them via keydown. ltGuillaume 2020-05-03 14:35:17 +02:00
  • 3a4b9249a9 DiskCache: properly deal with srcset attributes Andrew Dolgov 2020-04-29 19:29:36 +03:00
  • e934e9f05e sanitize: simplify initial attribute processing Andrew Dolgov 2020-04-29 19:12:29 +03:00
  • 7d9dd51cf4 sanitize: remove srcset plain-http hack, globally disallow width and height attributes for all elements Andrew Dolgov 2020-04-29 19:04:34 +03:00
  • 83c8834421 sanitize: handle picture[@srcset] elements properly, i.e. rewrite relative URLs Andrew Dolgov 2020-04-29 19:02:44 +03:00
  • 4a00f96733 remove unneeded var_dump() Andrew Dolgov 2020-04-29 11:35:02 +03:00
  • 6573541873 * add HOOK_ENCLOSURE_IMPORTED * pass feed id to HOOK_FEED_PARSED Andrew Dolgov 2020-04-29 11:33:39 +03:00
  • 84bea5086c Merge branch 'master' of git.tt-rss.org:fox/tt-rss Andrew Dolgov 2020-04-23 15:56:48 +03:00
  • 01248f09bc change double quotes to single quotes in config.php-dist because double quotes break docker initialization Andrew Dolgov 2020-04-23 15:56:31 +03:00
  • daaba66f85 Merge branch 'escape-install-part-two' of JustAMacUser/tt-rss into master fox 2020-04-22 03:55:06 +00:00
  • 2c53343e43 Merge branch 'encoded-installer-entities' of JustAMacUser/tt-rss into master fox 2020-04-22 03:53:14 +00:00
  • 9c3cf60592 More fixes when installer generates config file. JustAMacUser 2020-04-21 21:10:32 -04:00
  • 0fb5267d07 During install, HTML encode POST data for forms. JustAMacUser 2020-04-21 20:52:19 -04:00
  • 11a9d3bd9b Merge branch 'escape-install' of JustAMacUser/tt-rss into master fox 2020-04-19 06:41:27 +00:00
  • 56e16a8d85 Escape user-defined values during installation. JustAMacUser 2020-04-18 21:33:56 -04:00
  • 0d467973dc Article.pack: dispose of unpacked content properly Andrew Dolgov 2020-04-17 15:59:12 +03:00
  • e17c7e2fb4 Headlines.renderAgain: scroll instantly to active article when going back to combined mode on the fly Andrew Dolgov 2020-04-17 07:58:34 +03:00
  • b3e4f0188e in combined non-expanded mode, pack headline rows as they are unfocused to save RAM Andrew Dolgov 2020-04-17 07:37:56 +03:00
  • afaac95d8d if comment URL is not specified but comment count is non-zero, show comments prompt leading to the article Andrew Dolgov 2020-04-07 06:50:24 +03:00
  • 44b1f0fcc0 search: add support for label:XXX search keyword Labels: enforce case-insensitive lookups when creating/looking for labels Andrew Dolgov 2020-04-04 14:34:08 +03:00
  • 586ed55178 Merge branch 'master' of git.tt-rss.org:fox/tt-rss Andrew Dolgov 2020-03-28 11:46:36 +03:00
  • a0da71598a remove atom-to-html XSLT Andrew Dolgov 2020-03-28 11:45:42 +03:00
  • c0f689a58f Merge branch 'fix_noexpand_doc' of d7415/tt-rss into master fox 2020-03-26 04:05:05 +00:00
  • 1ad43dd202 Fix documentation for _noexpand commands Martin Stone 2020-03-25 20:30:34 +00:00
  • 61be0b215d minitemplator->writeString: print always returns 1 in PHP Andrew Dolgov 2020-03-13 14:48:40 +03:00
  • 491090d21b minitemplator: fix deprecations for PHP 7.4 Andrew Dolgov 2020-03-13 14:46:40 +03:00
  • 1f2a721905 allow overriding built-in templates via templates.local Andrew Dolgov 2020-03-13 14:40:35 +03:00
  • 82326187f9 Merge branch 'cache_videos_with_src_and_poster' of lllusion3418/tt-rss into master fox 2020-03-12 10:18:59 +00:00
  • ec1b0befc7 add support for video[@src] in media cache lllusion3418 2020-03-12 11:08:39 +01:00
  • cdde23b4dc actually download <video> posters to media cache lllusion3418 2020-03-12 11:08:33 +01:00
  • b4287a2e98 fix url rewriting for videos with poster and src lllusion3418 2020-03-12 11:08:24 +01:00
  • 208e02c47d PluginHost/save_data: use separate PDO connection to prevent issues with nested transactions Andrew Dolgov 2020-03-10 08:14:00 +03:00
  • e025d92fc5 Translated using Weblate (Italian) Dario Di Ludovico 2020-03-08 15:27:09 +00:00
  • da926067ab Merge branch 'get-version-git-on-windows' of tsimmons/tt-rss into master fox 2020-03-03 05:36:22 +00:00
  • 569228a5df In get_version() disable DIRECTORY_SEPARATOR check, permit using git on Windows to get version details; Toby Simmons 2020-03-02 11:28:21 -06:00
  • 8ad523fcec do not keep current feed visible when hide as read is enabled Andrew Dolgov 2020-03-01 21:12:50 +03:00
  • 68562e2618 fix wrong colors applying to rule textarea when invoked from main UI Andrew Dolgov 2020-02-28 18:23:19 +03:00
  • 482db14c1a filter rule editor: bring back regexp valid/invalid BG colors (now for light theme) Andrew Dolgov 2020-02-28 18:21:16 +03:00
  • 490a98df11 filter rule editor: bring back regexp valid/invalid BG colors Andrew Dolgov 2020-02-28 18:19:34 +03:00
  • 3f88dbad71 Translated using Weblate (Chinese (Simplified)) Ptsa Daniel 2020-02-28 12:04:49 +00:00
  • 19e1d13460 add URL parameter to ignore user theme on startup Andrew Dolgov 2020-02-28 14:53:01 +03:00
  • ad0a9c02e5 move default (light) theme LESS source to a more appropriate place add compact_dark theme variant Andrew Dolgov 2020-02-28 14:48:48 +03:00
  • 76c8b318e5 set all tooltip colors via less variables Andrew Dolgov 2020-02-28 14:34:48 +03:00
  • 0875dc332e fix tooltip colors for night mode Andrew Dolgov 2020-02-28 14:22:11 +03:00