Commit Graph

10839 Commits

Author SHA1 Message Date
Andrew Dolgov 77924a6286 wip: flavor icon caching 2021-03-15 22:29:03 +03:00
Andrew Dolgov 1870fe172b feed tree: css cleanup; set cursor 2021-03-15 21:33:35 +03:00
Andrew Dolgov b23ba3e236 error log: fix column widths 2021-03-15 20:07:59 +03:00
Andrew Dolgov a0ce7f556b nsfw: set cursor pointer 2021-03-15 19:42:48 +03:00
Andrew Dolgov 1664b87821 Merge branch 'weblate-integration' 2021-03-15 14:46:38 +03:00
Andrew Dolgov 13210747d8 mailer: stop warning if to_name is unset (it's optional anyway) 2021-03-15 14:45:50 +03:00
Andrew Dolgov 15b39a534d Merge branch 'master' of git.tt-rss.org:fox/tt-rss 2021-03-14 12:49:44 +03:00
Andrew Dolgov f7ee812db2 update editorconfig 2021-03-14 12:49:37 +03:00
fox 1b71cd9f44 Merge pull request 'Set orm and pdo mysql charset on connection' (#19) from Gravemind/tt-rss:fix-mysql-charset into master
Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/19
2021-03-13 20:08:06 +03:00
Jordan Galby 3d801b1ac5 set orm and pdo mysql charset on connection 2021-03-13 17:56:52 +01:00
Andrew Dolgov 2f402d598d only show right-side feed icon for vfeeds 2021-03-13 11:35:15 +03:00
Andrew Dolgov 38ab3ef11c Merge branch 'master' of git.tt-rss.org:fox/tt-rss 2021-03-13 11:22:06 +03:00
Andrew Dolgov 4ddcd54e8d * limit progressfunction debugging to size quota exceeded notifications
* af_redditimgur: reparent generated iframes outside of post table
2021-03-13 11:18:59 +03:00
fox 06ebb81eb8 Merge pull request 'Add coalescing operator to otp_enabled when changing user password' (#18) from klempin/tt-rss:fix/undefined-array-key into master
Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/18
2021-03-12 22:33:56 +03:00
Philip Klempin fa22e1bc35 Add coalescing operator to otp_enabled when changing user password 2021-03-12 20:26:24 +01:00
Andrew Dolgov 4e81233ac9 make description clickable in plugin list row 2021-03-12 18:10:23 +03:00
Andrew Dolgov fcce1c443e api: don't try to pass null site_url to Article::_get_image() 2021-03-12 17:15:45 +03:00
Andrew Dolgov bc73bf0f67 cdmToggleGridSpan: toggle classname instead of a style property 2021-03-12 14:05:51 +03:00
Andrew Dolgov efde6d36c7 add HOOK_HEADLINES_SCROLL_HANDLER 2021-03-12 12:29:26 +03:00
Andrew Dolgov e85cba5958 sticky header: better positioning strategy 2021-03-12 11:59:26 +03:00
Marek Pavelka f9d366f028 Translated using Weblate (Czech)
Currently translated at 100.0% (660 of 660 strings)

Translation: Tiny Tiny RSS/messages
Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/cs/
2021-03-12 06:53:30 +00:00
Andrew Dolgov 52d1a5c96d gettextify previous 2021-03-12 09:35:56 +03:00
Andrew Dolgov 580eccd3da throttle login attempts, controlled by Config::AUTH_MIN_INTERVAL 2021-03-12 09:35:01 +03:00
Andrew Dolgov b9268fcc88 schema: add ttrss_users.last_auth_attempt 2021-03-12 09:19:50 +03:00
Andrew Dolgov 96d89fe912 shorten_expanded: reduce log spam 2021-03-12 08:34:03 +03:00
Andrew Dolgov bd1630d278 grid mode: limit word breaking to link elements 2021-03-12 07:55:40 +03:00
Andrew Dolgov 76a6060ca3 get_override_links: actually return overrides 2021-03-12 07:40:34 +03:00
Andrew Dolgov 4949e1a590 valid OTP code should not be enough to login, oops 2021-03-12 07:32:15 +03:00
Andrew Dolgov 146b1e0feb * shorten_expanded: use ResizeObserver (DUH)
* add HOOK_HEADLINES_RENDERED
2021-03-11 22:55:14 +03:00
Andrew Dolgov 6e0474a7c8 update zoom layout a bit 2021-03-11 22:08:40 +03:00
Andrew Dolgov f67d2623b7 add some media queries to improve main UI on small-width devices 2021-03-11 19:26:19 +03:00
Andrew Dolgov a4da2f1e62 continuation of the css cleanup 2021-03-11 15:07:54 +03:00
Andrew Dolgov 755072de91 css cleanup, combined mode, fonts 2021-03-11 14:32:15 +03:00
Andrew Dolgov de47082ca6 Article.cdmToggleGridSpan: also set as active 2021-03-11 08:45:43 +03:00
Andrew Dolgov f9a381ecca grid: add a header icon (and a hotkey) to toggle article span entire row 2021-03-11 08:35:02 +03:00
Andrew Dolgov 27ab16b6dc add Config::LOCAL_OVERRIDE_JS 2021-03-11 07:44:58 +03:00
Andrew Dolgov 324aef9f6f route Logger:log() to user_error() if there's no adapter 2021-03-10 21:31:57 +03:00
Andrew Dolgov 03361dda34 remove previous spacer-specific hack, not needed anymore 2021-03-10 21:06:34 +03:00
Andrew Dolgov 24e64b8c78 exp: set last odd grid child to span all columns 2021-03-10 21:03:25 +03:00
Andrew Dolgov 21e0b28cf1 nsfw plugin: we don't actually need any JS 2021-03-10 20:47:00 +03:00
Andrew Dolgov f9a9fcbb56 fix related to Promise.allSettled() returning a bit different result object 2021-03-10 20:34:48 +03:00
Andrew Dolgov 3e1b3e8ea8 grid: add workaround for a single loaded headline not spanning all columns 2021-03-10 20:27:20 +03:00
Andrew Dolgov 143617afb1 * it feels weird for requireIdleCallback() to be optional while more
modern browser features are required
 * simplify browser startup feature check a bit
2021-03-10 19:53:09 +03:00
Andrew Dolgov 84fe383ed4 adjust grid view footer (3) 2021-03-10 19:31:25 +03:00
Andrew Dolgov 16726ec07f adjust grid view footer (2) 2021-03-10 19:30:32 +03:00
Andrew Dolgov a0dd5baa51 adjust grid view footer 2021-03-10 19:27:39 +03:00
Andrew Dolgov 5e738ec278 shorten stuff in af_zz_vidmute 2021-03-10 18:23:34 +03:00
Andrew Dolgov 71b12857e0 in grid mode, also force word-break .intermediate (enclosures) 2021-03-10 18:01:14 +03:00
Andrew Dolgov 353ee40378 shorten_expanded: remove loading=lazy on the js side instead 2021-03-10 17:51:06 +03:00
Andrew Dolgov 668b0ac7a6 shorten_expanded: no need to hook on HOOK_SANITIZE anymore 2021-03-10 16:34:27 +03:00