1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

Commit Graph

  • 72d8a34f74 get_version: don't pass useless root dir to git, instead log it in case of failure Andrew Dolgov 2019-12-18 15:29:12 +03:00
  • 72d0fac80c remove version.php and VERSION global constant, do version-related things in a slightly less ridiculous way Andrew Dolgov 2019-12-18 14:27:40 +03:00
  • 6a01322bf9 Added translation using Weblate (Indonesian) zmni 2019-12-18 10:53:10 +00:00
  • 10aabfcd09 rebase translations Andrew Dolgov 2019-12-17 15:00:43 +03:00
  • 3bd3613531 Merge branch 'weblate-integration' Andrew Dolgov 2019-12-17 14:59:09 +03:00
  • df464e3d0d update app password notice Andrew Dolgov 2019-12-17 14:58:31 +03:00
  • f83836ade9 updateCurrentUnread: don't crash if counter element is not available Andrew Dolgov 2019-12-17 14:06:50 +03:00
  • 9f70bb010a fix blank screen on load if custom theme is enabled Andrew Dolgov 2019-12-15 13:35:09 +03:00
  • 07f4878d59 workaround for a race condition between dojo.parse() and tt-rss loading proper day/night css on startup because of firefox async CSS loader Andrew Dolgov 2019-12-15 11:57:26 +03:00
  • 0d6add5d7f show alert() if fatal exception happens while initializing base app objects and app.error is not available Andrew Dolgov 2019-12-14 09:39:44 +03:00
  • e146a1ab37 Merge branch 'safari-mediaquerychange' of JustAMacUser/tt-rss into master fox 2019-12-13 18:54:16 +00:00
  • b4dd03ba2a Wrap AppBase.setupNightModeDetection() in try/catch because Safari doesn't support matchMedia change events. JustAMacUser 2019-12-13 13:39:52 -05:00
  • 0237dee980 implement automatic night mode detection using MQL add separate light.css to force light theme remove manual night mode toggle and related code Andrew Dolgov 2019-12-12 20:09:43 +03:00
  • 9c0235ab66 show current unread counter on headlines toolbar if sidebar is hidden Andrew Dolgov 2019-12-12 07:37:28 +03:00
  • 0a10832491 - update descriptions of changed hotkeys - 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 Andrew Dolgov 2019-12-11 06:53:32 +03:00
  • 7982a6bdc6 Translated using Weblate (Esperanto) Nikolay Korotkiy 2019-12-09 11:22:27 +00:00
  • beda8cb7fc Translated using Weblate (Russian) Nikolay Korotkiy 2019-12-09 10:53:50 +00:00
  • bf6cd242b3 Translated using Weblate (Finnish) Nikolay Korotkiy 2019-12-09 10:44:24 +00:00
  • 985e11b754 re-enable updates of floating title on scroll, duh Andrew Dolgov 2019-12-10 16:45:59 +03:00
  • 0e4f67bf2b with previous change, we don't actually need to automatically track active articles now at all in combined mode. Andrew Dolgov 2019-12-10 13:03:49 +03:00
  • 3993198aa7 when moving next or previous and currently active article is entirely invisible, start moving from first visible one Andrew Dolgov 2019-12-10 12:55:24 +03:00
  • 7d0bbe9962 only track active article on scroll if auto catchup is enabled Andrew Dolgov 2019-12-10 12:34:49 +03:00
  • 5b4eb8d7b9 remove unnecessary "== 1" when checking for init params unsubscribeFeed: check for undefined title correctly Andrew Dolgov 2019-12-10 09:10:45 +03:00
  • a40f22d8aa Article.cdmScrollToId: disable smooth scrolling in collapsed combined mode Andrew Dolgov 2019-12-10 08:58:32 +03:00
  • 560346f9d1 Article.cdmScrollToId: disable smooth scrolling on repeated events Andrew Dolgov 2019-12-10 08:51:45 +03:00
  • dad3d1c7a9 combined mode n/p behavior changes: Andrew Dolgov 2019-12-10 07:47:09 +03:00
  • 44ef447c0f fix fatal error in previous because of event not being passed via Headlines.move() scrollbypages, etc: make event optional anyway Andrew Dolgov 2019-12-09 23:23:54 +03:00
  • e7dd634183 exp: auto-disable smooth scrolling for repeat hotkey events Andrew Dolgov 2019-12-09 22:42:43 +03:00
  • 008afb97a9 exp: unbind from pgup/pgdn buttons by default Andrew Dolgov 2019-12-09 12:38:04 +03:00
  • 7a68e4a6f7 pgup/pgdn; increase scroll distance to almost entire viewport height (from 90%) Andrew Dolgov 2019-12-09 12:22:43 +03:00
  • 6191c48596 trim() contents of version_static.txt Andrew Dolgov 2019-12-09 07:11:34 +03:00
  • 1aeeed930a remove a bunch of obsolete files Andrew Dolgov 2019-12-08 09:44:05 +03:00
  • f4945b1ba1 Merge branch 'page-hotkeys' of suraia/tt-rss into master fox 2019-12-08 06:02:10 +00:00
  • 5907409a84 add support for custom version_static.txt for package maintainers Andrew Dolgov 2019-12-08 08:58:23 +03:00
  • f133b78a3e Fix Shift+PageUp/Down hotkeys Michael Kuhn 2019-12-06 20:39:22 +01:00
  • 76dd74e0d9 add a hidden tweakable which forbids changing passwords Andrew Dolgov 2019-12-06 17:45:22 +03:00
  • ac95ab4a65 user css dialog: allow saving and applying CSS without closing the dialog Andrew Dolgov 2019-12-06 14:02:30 +03:00
  • 0697eca0e1 remove testing for get_magic_quotes_gpc: deprecated in php7.4, apparently not working since php 5.4 Andrew Dolgov 2019-12-06 07:34:50 +03:00
  • 565547f5a1 php 7.4 deprecation-related fixes Andrew Dolgov 2019-12-06 07:27:22 +03:00
  • e1ef122355 force-disable headlines smooth scrolling when switching feeds enable smooth scrolling for article frame Andrew Dolgov 2019-12-05 21:48:16 +03:00
  • e40c24f829 #headlines-frame: set scroll-behavior: smooth Andrew Dolgov 2019-12-05 17:01:07 +03:00
  • 1902a7dcb0 pgup/pgdown hotkey normalization: - pgup/pgdown without modifier scroll headline buffer - shift+pgup/pgdown work similarly to shift+up/down but operating on pages Andrew Dolgov 2019-12-05 17:00:02 +03:00
  • f30287be65 versioning changes - 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 Andrew Dolgov 2019-12-05 13:23:54 +03:00
  • 6913158b82 add hotkeys to scroll headlines/articles (whichever is active) by one page Andrew Dolgov 2019-12-04 15:50:49 +03:00
  • cb92f56b13 Merge branch 'weblate-integration' Andrew Dolgov 2019-12-04 15:38:19 +03:00
  • bc3b98a756 Translated using Weblate (Ukrainian) Андрій Жук 2019-12-02 15:17:03 +00:00
  • 219840341c Af_Youtube_Embed: whitelist youtube iframes if enabled Andrew Dolgov 2019-11-27 22:46:43 +03:00
  • d15f0349bf remove hardcoded iframe domain whitelist, make iframe script whitelisting configurable by plugins (HOOK_IFRAME_WHITELISTED) Andrew Dolgov 2019-11-27 11:52:51 +03:00
  • 071a46f572 Translated using Weblate (Russian) progit 2019-11-24 19:58:48 +00:00
  • e5b7b145e5 cache media: set referrer to source URL when fetching images Andrew Dolgov 2019-11-25 09:48:24 +03:00
  • 3f219d8585 Translated using Weblate (Esperanto) Nikolay Korotkiy 2019-11-22 17:23:50 +00:00
  • 880b88a856 Translated using Weblate (Russian) Nikolay Korotkiy 2019-11-22 16:04:41 +00:00
  • a7a1bc0288 Translated using Weblate (Finnish) Nikolay Korotkiy 2019-11-22 16:43:57 +00:00
  • 44a559e89c Added translation using Weblate (Esperanto) Nikolay Korotkiy 2019-11-22 17:09:40 +00:00
  • 5b6c411fe8 Translated using Weblate (Chinese (Traditional)) 洪偉翔 2019-11-21 02:53:53 +00:00
  • 304d3a0b88 tag-related fixes Andrew Dolgov 2019-11-20 18:56:34 +03:00
  • ffa3f9309f af_comics: support buni webtoon episodes Andrew Dolgov 2019-11-18 19:00:08 +03:00
  • 8c3efd51ec reset domain hit quota on feed update start Andrew Dolgov 2019-11-17 13:17:21 +03:00
  • cd4b7f1988 implement MAX_FETCH_REQUESTS_PER_HOST: only generating a warning on exceeded quota for the time being Andrew Dolgov 2019-11-14 07:38:49 +03:00
  • 63ce7ea705 add a plugin page warning for plugins using HOOK_FEED_FETCHED, etc Andrew Dolgov 2019-11-14 07:01:45 +03:00
  • 0d7b10469b update_rss_feed: add specific logging for HOOK_FETCH_FEED, HOOK_FEED_FETCHED, HOOK_FEED_PARSED handlers Andrew Dolgov 2019-11-14 06:39:45 +03:00
  • 762ff9b9cd Merge branch 'pdo-experimental' of cac2s/tt-rss into master fox 2019-11-13 09:28:16 +00:00
  • 6b47f5a6d1 fix position for "forgotpass" link cac2s 2019-11-13 10:52:25 +02:00
  • 5bb8dad631 is_gzipped: don't try to strpos() over entire buffer Andrew Dolgov 2019-11-12 07:11:10 +03:00
  • 60609637bc schema: when inserting initial forum feed, don't hardcode admin UID as 1 Andrew Dolgov 2019-11-07 08:48:13 +03:00
  • 8551cce494 Merge branch 'patch-install-pdo-error' of JustAMacUser/tt-rss into master fox 2019-11-06 03:05:36 +00:00
  • 3cae6fe6ad Fixed "Using when not in object context" error when installer query fails. JustAMacUser 2019-11-05 19:35:48 -05:00
  • f6090655bf 2fa: check TOTP based on previous secret values (oops of the year, 2019) Andrew Dolgov 2019-11-03 20:47:21 +03:00
  • 17e145f481 revise schema 139 to use engine=innodb Andrew Dolgov 2019-11-03 20:13:42 +03:00
  • f75fb6bd75 Merge branch 'master' of git.fakecake.org:tt-rss Andrew Dolgov 2019-11-01 15:40:15 +03:00
  • 266a805bfe line endings + remove : from headings Andrew Dolgov 2019-11-01 15:40:08 +03:00
  • 05dffcff6f OTP stuff: update notice wording a bit Andrew Dolgov 2019-11-01 15:27:24 +03:00
  • 812a6c9f16 auth_internal: fix indents Andrew Dolgov 2019-11-01 15:25:40 +03:00
  • 249130e58d implement app password checking / management UI Andrew Dolgov 2019-11-01 15:03:57 +03:00
  • b158103f2f schema: add missing stuff Andrew Dolgov 2019-11-01 13:30:12 +03:00
  • 68b0380118 add placeholder authentication via app passwords if service is passed forbid logins via regular passwords for services remove AUTH_DISABLE_OTP Andrew Dolgov 2019-11-01 13:03:06 +03:00
  • 88cd9e586e add placeholder UI plumbing for app passwords Andrew Dolgov 2019-11-01 12:23:11 +03:00
  • 84e9f1d5cc update schema for app-specific passwords Andrew Dolgov 2019-11-01 11:57:36 +03:00
  • 178bcd4349 auth_internal: fix OTP seed checking Andrew Dolgov 2019-11-01 10:34:31 +03:00
  • 904ecc31e2 allow using OTP without GD Andrew Dolgov 2019-11-01 10:32:58 +03:00
  • 2d77d2d89e Merge branch 'weblate-integration' Andrew Dolgov 2019-10-30 14:08:08 +03:00
  • 647c7c45eb allow article filters to modify num_comments Andrew Dolgov 2019-10-25 14:37:00 +03:00
  • 81bf1125aa update OTP template Andrew Dolgov 2019-10-09 09:11:57 +03:00
  • 2820f41a4b add notification for OTP being disabled Andrew Dolgov 2019-10-09 09:10:43 +03:00
  • ef514bc4bd add notifications for mail and password changes update and shorten some other message templates Andrew Dolgov 2019-10-09 09:04:51 +03:00
  • d029e18976 Merge branch 'hook-feed-tree' of jc/tt-rss into master fox 2019-10-08 07:06:07 +00:00
  • 8fd11fd53a Add const HOOK_FEED_TREE jc 2019-10-07 13:46:31 +00:00
  • a243979aaf Add const HOOK_FEED_TREE jc 2019-10-07 13:44:57 +00:00
  • f56ae1dcc9 Add HOOK_FEED_TREE to div feeds-holder jc 2019-10-07 13:43:24 +00:00
  • ac3d561f4d Merge branch 'comics-patch-timestamp' of JustAMacUser/tt-rss into master fox 2019-10-07 03:31:20 +00:00
  • 8459238f6c af_comics: Use a fixed time of day when generating fake feed for GoComics. Without this the timestamp is always updated to be the time the feed is fetched, which causes the comics to keep moving to the top/bottom of the article list depending on the sort order. (Using 11:00 a.m. UTC as that should keep the date the same across the majority of time zones.) JustAMacUser 2019-10-06 16:17:58 -04:00
  • ab6d37721a Translated using Weblate (Japanese) Gorfiend 2019-10-01 22:28:02 +00:00
  • 4e05008aac update_rss_feed: force cast initial timestamp value to integer Andrew Dolgov 2019-09-30 11:41:07 +03:00
  • 8e8fd73dbd Merge branch 'weblate-integration' Andrew Dolgov 2019-09-23 10:12:14 +03:00
  • cc426279a6 Merge branch 'reword-keyboard-help' of fox/tt-rss into master fox 2019-09-23 05:26:53 +00:00
  • 4cc6a773ff Removed redundant text for next/prev article without scroll. JustAMacUser 2019-09-23 01:09:11 -04:00
  • 2e61551c28 Try to clarify next/prev article keyboard shortcut help. JustAMacUser 2019-09-22 15:13:28 -04:00
  • f1df2c505e Merge branch 'master' of trap000d/tt-rss into master fox 2019-09-18 15:10:41 +00:00
  • d2d9bb1fd8 Merge branch 'master' of rodneys_mission/tt-rss into master fox 2019-09-18 15:09:52 +00:00
  • 958c4dc124 Removed extra php end tag that was showing in the page title Rodney Stromlund 2019-09-17 09:11:30 -05:00