summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-09if backend request 'op' is empty fixedCyb10101
2021-04-09pluginhost: add profile_get/profile_set helpersAndrew Dolgov
2021-04-09fix noscript notificationsAndrew Dolgov
2021-04-07 * fonts-ui: use system font family instead of segoe, etc. by nameAndrew Dolgov
* disable segoe-specific baseline hack for the time being
2021-03-29Merge branch 'master' of git.tt-rss.org:fox/tt-rssAndrew Dolgov
2021-03-29OTP: generate longer secrets, also make them easier to read/copyAndrew Dolgov
2021-03-27Merge pull request 'Adjust quotation marks in search query before ↵fox
'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-27Adjust quotation marks in search query before 'str_getcsv'.wn_
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-26Merge pull request 'Fix automatically showing next feed on catchup' (#25) ↵fox
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-26Fix automatically showing next feed on catchupwn_
2021-03-25revert back to lower contrast light theme by default, add separate ↵Andrew Dolgov
light-high-contrast.less
2021-03-24don't use css-defined .svg files because firefoxAndrew Dolgov
2021-03-23fonts-ui: add CantarellAndrew Dolgov
2021-03-23light theme: increase contrastAndrew Dolgov
2021-03-23fix previous issue properlyAndrew Dolgov
2021-03-23Revert "clip max displayed counter value to 9999 because of container node ↵Andrew Dolgov
width" This reverts commit c34a4c85bde242c991baf1f383694e9a4fa82940.
2021-03-23clip max displayed counter value to 9999 because of container node widthAndrew Dolgov
2021-03-22yet another flex feedtree attemptexp-flex-feedtreeAndrew Dolgov
2021-03-22Revert "Revert "another attempt at flex-based feed tree""Andrew Dolgov
This reverts commit 43744412f46d04cf2920264b4f9cc09b43d79924.
2021-03-22don't try to j/k move to nonexistant feedAndrew Dolgov
2021-03-22unify return values for getPreviousFeed and usages of both prev/nextAndrew Dolgov
2021-03-22 * Feeds.openNextUnread: fixAndrew Dolgov
* model.getNextFeed: make sure return values are consistent, stop wrapping back to starred
2021-03-21Revert "another attempt at flex-based feed tree"Andrew Dolgov
This reverts commit e12a6ca5409a77083758da4577b04d3b14d6232d.
2021-03-21Merge branch 'master' of git.fakecake.org:fox/tt-rssAndrew Dolgov
2021-03-21another attempt at flex-based feed treeAndrew Dolgov
2021-03-21Merge branch 'master' of git.tt-rss.org:fox/tt-rssAndrew Dolgov
2021-03-21share: move og:image back to headAndrew Dolgov
2021-03-20Merge pull request 'Switch most of API to ORM' (#23) from wn/tt-rss:orm-api ↵fox
into master Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/23
2021-03-20Switch most of API to ORMwn_
'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-19remove model.getNextUnreadFeed; unify code with feedTree.getNextFeedAndrew Dolgov
2021-03-17prefs: allow setting email if it was previously blankAndrew Dolgov
2021-03-17Merge pull request 'Switch Handler_Public to ORM' (#22) from ↵fox
wn/tt-rss:orm-handler-public into master Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/22
2021-03-17Minor cleanup in 'Handler_Public->getProfiles'wn_
2021-03-17Fix a couple of array index warnings in 'Handler_Public->forgotpass'wn_
2021-03-17fix excessive CPU usage on linux chromium caused by animated SVG iconsAndrew Dolgov
2021-03-17Switch 'Handler_Public->forgotpass' to ORMwn_
2021-03-17Switch 'Handler_Public->login' to ORM, fix 'Handler_Public->getProfiles'wn_
2021-03-17Switch 'Handler_Public->rss' to ORMwn_
2021-03-17Switch 'Handler_Public->getProfiles' to ORMwn_
2021-03-17feed tree: set cursor pointer on tree labelAndrew Dolgov
2021-03-17fix loadingNode offset for feedsAndrew Dolgov
2021-03-17filter test dialog: remove .gif; cleanup markupAndrew Dolgov
2021-03-17Merge pull request 'Switch 'RSSUtils::update_basic_info' to ORM' (#21) from ↵fox
wn/tt-rss:orm-update_basic_info into master Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/21
2021-03-17Switch 'RSSUtils::update_basic_info' to ORMwn_
2021-03-16use svg icon for headlines loadmore promptAndrew Dolgov
2021-03-16use svg icon for the subscribe dialog (night mode)Andrew Dolgov
2021-03-16use svg icon for the subscribe dialogAndrew Dolgov
2021-03-16use svg icon for packed article placeholdersAndrew Dolgov
2021-03-16update night theme re: previousAndrew Dolgov
2021-03-16add svg loading indicatorsAndrew Dolgov