a61348e2b7pluginhost: add profile_get/profile_set helpers
Andrew Dolgov
2021-04-09 14:01:30 +0300
a5af15cfe9fix noscript notifications
Andrew Dolgov
2021-04-09 13:45:25 +0300
49ef15f11d* fonts-ui: use system font family instead of segoe, etc. by name * disable segoe-specific baseline hack for the time being
Andrew Dolgov
2021-04-07 16:04:50 +0300
c0fba62fa0Merge branch 'master' of git.tt-rss.org:fox/tt-rss
Andrew Dolgov
2021-03-29 19:48:10 +0300
0acd33abe3OTP: generate longer secrets, also make them easier to read/copy
Andrew Dolgov
2021-03-29 19:22:03 +0300
0294297cccTranslated using Weblate (Ukrainian)
Андрій Жук
2021-03-19 11:47:32 +0000
a4f82fddf4Translated using Weblate (Polish)
Piotr
2021-03-26 20:38:42 +0000
49b25a6430Translated using Weblate (French)
Glandos
2021-03-13 21:59:59 +0000
f2f2b6d1f4Merge pull request 'Adjust quotation marks in search query before 'str_getcsv'.' (#26) from wn/tt-rss:search-quotation-marks into master
fox
2021-03-27 09:43:22 +0300
5d5c034a90Adjust quotation marks in search query before 'str_getcsv'.
wn_
2021-03-27 00:18:05 +0000
0b82afabd5Merge pull request 'Fix automatically showing next feed on catchup' (#25) from wn/tt-rss:bugfix/on-catchup-show-next-feed into master
fox
2021-03-26 13:54:41 +0300
2ed5a79e64Fix automatically showing next feed on catchup
wn_
2021-03-26 10:00:36 +0000
8c32ed76dfrevert back to lower contrast light theme by default, add separate light-high-contrast.less
Andrew Dolgov
2021-03-25 20:29:36 +0300
ceb8179cccdon't use css-defined .svg files because firefox
Andrew Dolgov
2021-03-24 16:33:03 +0300
19c277391efonts-ui: add Cantarell
Andrew Dolgov
2021-03-23 21:06:12 +0300
58ab641fealight theme: increase contrast
Andrew Dolgov
2021-03-23 20:45:08 +0300
be2d1602bdfix previous issue properly
Andrew Dolgov
2021-03-23 11:52:08 +0300
e3c51b0e6cRevert "clip max displayed counter value to 9999 because of container node width"
Andrew Dolgov
2021-03-23 11:51:17 +0300
c34a4c85bdclip max displayed counter value to 9999 because of container node width
Andrew Dolgov
2021-03-23 10:47:06 +0300
0f6644880ayet another flex feedtree attempt
Andrew Dolgov
2021-03-22 16:18:59 +0300
98251022d4Revert "Revert "another attempt at flex-based feed tree""
Andrew Dolgov
2021-03-22 14:46:23 +0300
334a361e79don't try to j/k move to nonexistant feed
Andrew Dolgov
2021-03-22 09:50:58 +0300
d275134f26unify return values for getPreviousFeed and usages of both prev/next
Andrew Dolgov
2021-03-22 07:50:56 +0300
2e6d48ead7* Feeds.openNextUnread: fix * model.getNextFeed: make sure return values are consistent, stop wrapping back to starred
Andrew Dolgov
2021-03-22 07:39:31 +0300
43744412f4Revert "another attempt at flex-based feed tree"
Andrew Dolgov
2021-03-21 17:20:03 +0300
ef5d6b9b78Merge branch 'master' of git.fakecake.org:fox/tt-rss
Andrew Dolgov
2021-03-21 17:16:40 +0300
e12a6ca540another attempt at flex-based feed tree
Andrew Dolgov
2021-03-21 17:14:45 +0300
1f5adf1600Merge branch 'master' of git.tt-rss.org:fox/tt-rss
Andrew Dolgov
2021-03-21 09:35:55 +0300
68299c914bshare: move og:image back to head
Andrew Dolgov
2021-03-21 09:35:43 +0300
56f7b25e85Merge pull request 'Switch most of API to ORM' (#23) from wn/tt-rss:orm-api into master
fox
2021-03-20 17:05:32 +0300
711e8e70e0Switch most of API to ORM
wn_
2021-03-20 13:47:56 +0000
718c9f07faremove model.getNextUnreadFeed; unify code with feedTree.getNextFeed
Andrew Dolgov
2021-03-19 14:06:23 +0300
43ea36d030prefs: allow setting email if it was previously blank
Andrew Dolgov
2021-03-17 19:50:04 +0300
ce9955c6ffMerge pull request 'Switch Handler_Public to ORM' (#22) from wn/tt-rss:orm-handler-public into master
fox
2021-03-17 19:46:00 +0300
cd52ca80abMinor cleanup in 'Handler_Public->getProfiles'
wn_
2021-03-17 16:34:52 +0000
baf3ecd4cfFix a couple of array index warnings in 'Handler_Public->forgotpass'
wn_
2021-03-17 16:30:17 +0000
968270ed48fix excessive CPU usage on linux chromium caused by animated SVG icons
Andrew Dolgov
2021-03-17 19:28:20 +0300
541a07250cSwitch 'Handler_Public->forgotpass' to ORM
wn_
2021-03-17 16:18:06 +0000
f057c124d1Switch 'Handler_Public->login' to ORM, fix 'Handler_Public->getProfiles'
wn_
2021-03-17 15:49:07 +0000
7ea48f7a4bSwitch 'Handler_Public->rss' to ORM
wn_
2021-03-17 14:00:19 +0000
b6ae280446Switch 'Handler_Public->getProfiles' to ORM
wn_
2021-03-17 13:48:27 +0000
db0315e596feed tree: set cursor pointer on tree label
Andrew Dolgov
2021-03-17 12:23:27 +0300
88534a8ae4fix loadingNode offset for feeds
Andrew Dolgov
2021-03-17 11:45:12 +0300
82bed1e651filter test dialog: remove .gif; cleanup markup
Andrew Dolgov
2021-03-17 08:45:04 +0300
7c2b473d12Merge pull request 'Switch 'RSSUtils::update_basic_info' to ORM' (#21) from wn/tt-rss:orm-update_basic_info into master
fox
2021-03-17 08:24:57 +0300
401b22666dSwitch 'RSSUtils::update_basic_info' to ORM
wn_
2021-03-17 01:36:58 +0000
0f5fd9ea13use svg icon for headlines loadmore prompt
Andrew Dolgov
2021-03-16 22:09:01 +0300
32c080bec0use svg icon for the subscribe dialog (night mode)
Andrew Dolgov
2021-03-16 21:47:55 +0300
166517240euse svg icon for the subscribe dialog
Andrew Dolgov
2021-03-16 21:47:10 +0300
7a1e1630d8use svg icon for packed article placeholders
Andrew Dolgov
2021-03-16 21:40:20 +0300
92f859add2update night theme re: previous
Andrew Dolgov
2021-03-16 21:34:36 +0300
a0e41f41a4add svg loading indicators
Andrew Dolgov
2021-03-16 21:32:44 +0300
7ec8a6cad0simplify feed tree expando/loading/feed icon handling
Andrew Dolgov
2021-03-16 20:50:18 +0300
d9ba403927remove some hardcoded color values
Andrew Dolgov
2021-03-16 13:43:16 +0300
44b274b6d4remove published opml (use CLI instead)
Andrew Dolgov
2021-03-16 12:27:46 +0300
c134aa387dMerge pull request 'Fix E_NOTICE in add_handler().' (#20) from JustAMacUser/tt-rss:fix-addhandler-notice into master
fox
2021-03-16 07:15:40 +0300
f81a579386fix selected feedtree item being invisible in dark theme
Andrew Dolgov
2021-03-16 07:13:10 +0300
39bbbef030Fix E_NOTICE in `add_handler()`.
JustAMacUser
2021-03-15 16:20:38 -0400
1870fe172bfeed tree: css cleanup; set cursor
Andrew Dolgov
2021-03-15 21:33:35 +0300
b23ba3e236error log: fix column widths
Andrew Dolgov
2021-03-15 20:07:59 +0300
a0ce7f556bnsfw: set cursor pointer
Andrew Dolgov
2021-03-15 19:42:48 +0300
1664b87821Merge branch 'weblate-integration'
Andrew Dolgov
2021-03-15 14:46:38 +0300
13210747d8mailer: stop warning if to_name is unset (it's optional anyway)
Andrew Dolgov
2021-03-15 14:45:50 +0300
15b39a534dMerge branch 'master' of git.tt-rss.org:fox/tt-rss
Andrew Dolgov
2021-03-14 12:49:44 +0300
f7ee812db2update editorconfig
Andrew Dolgov
2021-03-14 12:49:37 +0300
1b71cd9f44Merge pull request 'Set orm and pdo mysql charset on connection' (#19) from Gravemind/tt-rss:fix-mysql-charset into master
fox
2021-03-13 20:08:06 +0300
3d801b1ac5set orm and pdo mysql charset on connection
Jordan Galby
2021-03-13 17:55:36 +0100
2f402d598donly show right-side feed icon for vfeeds
Andrew Dolgov
2021-03-13 11:35:15 +0300
38ab3ef11cMerge branch 'master' of git.tt-rss.org:fox/tt-rss
Andrew Dolgov
2021-03-13 11:22:06 +0300
4ddcd54e8d* limit progressfunction debugging to size quota exceeded notifications * af_redditimgur: reparent generated iframes outside of post table
Andrew Dolgov
2021-03-13 11:18:59 +0300
06ebb81eb8Merge pull request 'Add coalescing operator to otp_enabled when changing user password' (#18) from klempin/tt-rss:fix/undefined-array-key into master
fox
2021-03-12 22:33:56 +0300
fa22e1bc35Add coalescing operator to otp_enabled when changing user password
Philip Klempin
2021-03-12 20:26:24 +0100
4e81233ac9make description clickable in plugin list row
Andrew Dolgov
2021-03-12 18:10:23 +0300
fcce1c443eapi: don't try to pass null site_url to Article::_get_image()
Andrew Dolgov
2021-03-12 17:15:45 +0300
bc73bf0f67cdmToggleGridSpan: toggle classname instead of a style property
Andrew Dolgov
2021-03-12 14:05:51 +0300
efde6d36c7add HOOK_HEADLINES_SCROLL_HANDLER
Andrew Dolgov
2021-03-12 12:29:26 +0300
e85cba5958sticky header: better positioning strategy
Andrew Dolgov
2021-03-12 11:59:26 +0300
f9d366f028Translated using Weblate (Czech)
Marek Pavelka
2021-03-11 07:10:12 +0000
52d1a5c96dgettextify previous
Andrew Dolgov
2021-03-12 09:35:56 +0300
580eccd3dathrottle login attempts, controlled by Config::AUTH_MIN_INTERVAL
Andrew Dolgov
2021-03-12 09:35:01 +0300
b9268fcc88schema: add ttrss_users.last_auth_attempt
Andrew Dolgov
2021-03-12 09:19:50 +0300
96d89fe912shorten_expanded: reduce log spam
Andrew Dolgov
2021-03-12 08:34:03 +0300
bd1630d278grid mode: limit word breaking to link elements
Andrew Dolgov
2021-03-12 07:55:40 +0300
76a6060ca3get_override_links: actually return overrides
Andrew Dolgov
2021-03-12 07:40:34 +0300
4949e1a590valid OTP code should not be enough to login, oops
Andrew Dolgov
2021-03-12 07:32:15 +0300
146b1e0feb* shorten_expanded: use ResizeObserver (DUH) * add HOOK_HEADLINES_RENDERED
Andrew Dolgov
2021-03-11 22:55:14 +0300
6e0474a7c8update zoom layout a bit
Andrew Dolgov
2021-03-11 22:08:40 +0300
f67d2623b7add some media queries to improve main UI on small-width devices
Andrew Dolgov
2021-03-11 19:26:19 +0300
a4da2f1e62continuation of the css cleanup
Andrew Dolgov
2021-03-11 15:07:54 +0300
755072de91css cleanup, combined mode, fonts
Andrew Dolgov
2021-03-11 14:32:15 +0300
de47082ca6Article.cdmToggleGridSpan: also set as active
Andrew Dolgov
2021-03-11 08:45:43 +0300
f9a381eccagrid: add a header icon (and a hotkey) to toggle article span entire row
Andrew Dolgov
2021-03-11 08:35:02 +0300
27ab16b6dcadd Config::LOCAL_OVERRIDE_JS
Andrew Dolgov
2021-03-11 07:44:58 +0300
324aef9f6froute Logger:log() to user_error() if there's no adapter
Andrew Dolgov
2021-03-10 21:31:57 +0300
03361dda34remove previous spacer-specific hack, not needed anymore
Andrew Dolgov
2021-03-10 21:06:34 +0300
24e64b8c78exp: set last odd grid child to span all columns
Andrew Dolgov
2021-03-10 21:03:25 +0300
21e0b28cf1nsfw plugin: we don't actually need any JS
Andrew Dolgov
2021-03-10 20:47:00 +0300
f9a9fcbb56fix related to Promise.allSettled() returning a bit different result object
Andrew Dolgov
2021-03-10 20:34:48 +0300
3e1b3e8ea8grid: add workaround for a single loaded headline not spanning all columns
Andrew Dolgov
2021-03-10 20:27:20 +0300