Commit Graph

10892 Commits

Author SHA1 Message Date
Andrew Dolgov a5af15cfe9 fix noscript notifications 2021-04-09 13:45:25 +03:00
Andrew Dolgov 49ef15f11d * fonts-ui: use system font family instead of segoe, etc. by name
* disable segoe-specific baseline hack for the time being
2021-04-07 16:04:50 +03:00
Andrew Dolgov c0fba62fa0 Merge branch 'master' of git.tt-rss.org:fox/tt-rss 2021-03-29 19:48:10 +03:00
Andrew Dolgov 0acd33abe3 OTP: generate longer secrets, also make them easier to read/copy 2021-03-29 19:26:04 +03:00
fox f2f2b6d1f4 Merge pull request 'Adjust quotation marks in search query before 'str_getcsv'.' (#26) from wn/tt-rss:search-quotation-marks into master
Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/26
2021-03-27 09:43:22 +03:00
wn_ 5d5c034a90 Adjust quotation marks in search query before 'str_getcsv'.
This moves a potential first quotation mark to before the associated keyword to ensure 'str_getcsv' groups the key and value correctly.  Without this 'str_getcsv' would split on potential spaces within the quoted value.
2021-03-27 00:18:05 +00:00
fox 0b82afabd5 Merge pull request 'Fix automatically showing next feed on catchup' (#25) from wn/tt-rss:bugfix/on-catchup-show-next-feed into master
Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/25
2021-03-26 13:54:41 +03:00
wn_ 2ed5a79e64 Fix automatically showing next feed on catchup 2021-03-26 10:00:36 +00:00
Andrew Dolgov 8c32ed76df revert back to lower contrast light theme by default, add separate light-high-contrast.less 2021-03-25 20:29:36 +03:00
Andrew Dolgov ceb8179ccc don't use css-defined .svg files because firefox 2021-03-24 16:33:03 +03:00
Andrew Dolgov 19c277391e fonts-ui: add Cantarell 2021-03-23 21:06:29 +03:00
Andrew Dolgov 58ab641fea light theme: increase contrast 2021-03-23 20:45:08 +03:00
Andrew Dolgov be2d1602bd fix previous issue properly 2021-03-23 11:52:08 +03:00
Andrew Dolgov e3c51b0e6c Revert "clip max displayed counter value to 9999 because of container node width"
This reverts commit c34a4c85bd.
2021-03-23 11:51:17 +03:00
Andrew Dolgov c34a4c85bd clip max displayed counter value to 9999 because of container node width 2021-03-23 10:47:06 +03:00
Andrew Dolgov 0f6644880a yet another flex feedtree attempt 2021-03-22 16:18:59 +03:00
Andrew Dolgov 98251022d4 Revert "Revert "another attempt at flex-based feed tree""
This reverts commit 43744412f4.
2021-03-22 14:46:23 +03:00
Andrew Dolgov 334a361e79 don't try to j/k move to nonexistant feed 2021-03-22 09:50:58 +03:00
Andrew Dolgov d275134f26 unify return values for getPreviousFeed and usages of both prev/next 2021-03-22 07:50:56 +03:00
Andrew Dolgov 2e6d48ead7 * Feeds.openNextUnread: fix
* model.getNextFeed: make sure return values are consistent, stop
wrapping back to starred
2021-03-22 07:39:31 +03:00
Andrew Dolgov 43744412f4 Revert "another attempt at flex-based feed tree"
This reverts commit e12a6ca540.
2021-03-21 17:20:03 +03:00
Andrew Dolgov ef5d6b9b78 Merge branch 'master' of git.fakecake.org:fox/tt-rss 2021-03-21 17:16:40 +03:00
Andrew Dolgov e12a6ca540 another attempt at flex-based feed tree 2021-03-21 17:14:45 +03:00
Andrew Dolgov 1f5adf1600 Merge branch 'master' of git.tt-rss.org:fox/tt-rss 2021-03-21 09:35:55 +03:00
Andrew Dolgov 68299c914b share: move og:image back to head 2021-03-21 09:35:43 +03:00
fox 56f7b25e85 Merge pull request 'Switch most of API to ORM' (#23) from wn/tt-rss:orm-api into master
Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/23
2021-03-20 17:05:32 +03:00
wn_ 711e8e70e0 Switch most of API to ORM
'updateArticle' was left as-is due to Idiorm not supporting efficient multi-row updating (i.e. it would do an UPDATE per row).
2021-03-20 14:00:53 +00:00
Andrew Dolgov 718c9f07fa remove model.getNextUnreadFeed; unify code with feedTree.getNextFeed 2021-03-19 14:06:23 +03:00
Andrew Dolgov 43ea36d030 prefs: allow setting email if it was previously blank 2021-03-17 19:50:04 +03:00
fox ce9955c6ff Merge pull request 'Switch Handler_Public to ORM' (#22) from wn/tt-rss:orm-handler-public into master
Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/22
2021-03-17 19:46:00 +03:00
wn_ cd52ca80ab Minor cleanup in 'Handler_Public->getProfiles' 2021-03-17 16:37:39 +00:00
wn_ baf3ecd4cf Fix a couple of array index warnings in 'Handler_Public->forgotpass' 2021-03-17 16:30:17 +00:00
Andrew Dolgov 968270ed48 fix excessive CPU usage on linux chromium caused by animated SVG icons 2021-03-17 19:28:20 +03:00
wn_ 541a07250c Switch 'Handler_Public->forgotpass' to ORM 2021-03-17 16:18:06 +00:00
wn_ f057c124d1 Switch 'Handler_Public->login' to ORM, fix 'Handler_Public->getProfiles' 2021-03-17 15:52:43 +00:00
wn_ 7ea48f7a4b Switch 'Handler_Public->rss' to ORM 2021-03-17 14:00:19 +00:00
wn_ b6ae280446 Switch 'Handler_Public->getProfiles' to ORM 2021-03-17 13:48:27 +00:00
Andrew Dolgov db0315e596 feed tree: set cursor pointer on tree label 2021-03-17 12:23:27 +03:00
Andrew Dolgov 88534a8ae4 fix loadingNode offset for feeds 2021-03-17 11:45:12 +03:00
Andrew Dolgov 82bed1e651 filter test dialog: remove .gif; cleanup markup 2021-03-17 08:45:04 +03:00
fox 7c2b473d12 Merge pull request 'Switch 'RSSUtils::update_basic_info' to ORM' (#21) from wn/tt-rss:orm-update_basic_info into master
Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/21
2021-03-17 08:24:57 +03:00
wn_ 401b22666d Switch 'RSSUtils::update_basic_info' to ORM 2021-03-17 01:51:32 +00:00
Andrew Dolgov 0f5fd9ea13 use svg icon for headlines loadmore prompt 2021-03-16 22:09:01 +03:00
Andrew Dolgov 32c080bec0 use svg icon for the subscribe dialog (night mode) 2021-03-16 21:47:55 +03:00
Andrew Dolgov 166517240e use svg icon for the subscribe dialog 2021-03-16 21:47:10 +03:00
Andrew Dolgov 7a1e1630d8 use svg icon for packed article placeholders 2021-03-16 21:40:20 +03:00
Andrew Dolgov 92f859add2 update night theme re: previous 2021-03-16 21:34:36 +03:00
Andrew Dolgov a0e41f41a4 add svg loading indicators 2021-03-16 21:32:44 +03:00
Andrew Dolgov 7ec8a6cad0 simplify feed tree expando/loading/feed icon handling 2021-03-16 20:50:23 +03:00
Andrew Dolgov d9ba403927 remove some hardcoded color values 2021-03-16 13:43:16 +03:00