1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 05:35:55 +00:00

Commit Graph

  • 4e9c3500fb clarify some @deprecation notices Andrew Dolgov 2021-06-17 11:27:00 +03:00
  • b3bedd0a94 Skip URI base on ALLOWED_RELATIVE_SCHEMES in rewrite_relative Philip Klempin 2021-06-07 00:51:02 +02:00
  • 8ed8a10965 add settings profile cloning Andrew Dolgov 2021-06-16 14:24:57 +03:00
  • 92c78beb90 apply usort workaround for readability-php because its authors were unable to do so for 3 months (https://github.com/andreskrey/readability.php/issues/99) Andrew Dolgov 2021-05-28 14:42:14 +03:00
  • 8e1281b41e add workaround for prefs feed tree favicon placement Andrew Dolgov 2021-05-28 11:53:44 +03:00
  • 326850845d UrlHelper::rewrite_relative: don't try to feed NULL to with_trailing_slash() Andrew Dolgov 2021-05-21 17:10:32 +03:00
  • dff479af64 feeditem_atom: support xml:base for enclosures and entry content UrlHelper::rewrite_relative: use base URL path if relative url path is not absolute (experimental) Andrew Dolgov 2021-05-21 15:39:41 +03:00
  • d09a64d6f9 split googlereaderkeys plugin into separate repo Andrew Dolgov 2021-05-21 13:30:56 +03:00
  • 8574532b7f add hotkeys J/K to move between unread feeds Andrew Dolgov 2021-05-20 20:32:00 +03:00
  • 4795c4a2a9 Merge branch 'weblate-integration' Andrew Dolgov 2021-05-20 20:23:42 +03:00
  • 0f51350e9f Translated using Weblate (German) Eike 2021-05-18 15:24:49 +00:00
  • 295fc1f88a API: bump api level to 17 Andrew Dolgov 2021-05-18 16:55:00 +03:00
  • 2adf364c2c provide base configuration object in login response to skip on initial getConfig Andrew Dolgov 2021-05-18 16:54:33 +03:00
  • 9f6237a1b8 Merge branch 'master' of git.tt-rss.org:fox/tt-rss Andrew Dolgov 2021-05-18 16:37:09 +03:00
  • 57cd8acfc9 API: return custom sort types in getConfig Andrew Dolgov 2021-05-18 16:36:56 +03:00
  • 77031575ab Merge pull request 'Fix:Plugins-share:init.php - site_url is NULL when share article by URL from archived articles' (#35) from kdan/tt-rss:master into master fox 2021-05-12 08:42:16 +03:00
  • 983655165e Fix:Plugins-share:init.php - site_url is NULL when share article by URL from archived linkai 2021-05-12 09:46:52 +08:00
  • 6c06a26649 Merge branch 'master' into master kdan 2021-05-12 04:43:04 +03:00
  • f423874e05 checking for PDO there is rather useless Andrew Dolgov 2021-05-11 19:37:31 +03:00
  • b5a559a1a7 sanity check: in single user mode, only test for admin user if migrations have been completed Andrew Dolgov 2021-05-11 19:36:25 +03:00
  • e3c4724dc1 use database-backed sessions in single user mode Andrew Dolgov 2021-05-11 19:21:53 +03:00
  • 82749ee7a7 Merge pull request 'Improve missing token check' (#36) from skazi/tt-rss:quiet-csrf into master fox 2021-05-11 11:34:13 +03:00
  • 0c38dc8456 Improve missing token check Jacek Tomasiak 2021-05-11 09:35:39 +02:00
  • 2ccf0e50a2 Merge branch 'master' into master kdan 2021-05-11 11:05:20 +03:00
  • acf0e0d266 Fix:Plugins-share:init.php - site_url is NULL when share article by URL from archived linkai 2021-05-11 16:03:18 +08:00
  • b2f888e386 include archived articles (which lack associated feed id) when browsing by tag Andrew Dolgov 2021-05-07 19:15:10 +03:00
  • fea59de26b af_redditimgur: use core youtube vid helper Andrew Dolgov 2021-05-07 07:42:24 +03:00
  • 86300a0ca8 add urlhelper to extract youtube video id from url Andrew Dolgov 2021-05-07 07:37:27 +03:00
  • d11718c89c fix combined/three panel transition to expandable mode Andrew Dolgov 2021-05-06 22:27:49 +03:00
  • 0574675ed6 Fix:Plugins-share:init.php - site_url is NULL when share atircle by URL form archived linkai 2021-04-26 12:17:29 +08:00
  • e8f78181f1 af_redditimgur: instead of generating potentially blacklisted iframes (i.e. huge black boxes), save found youtube videos as post enclosures for af_youtube_... plugins to deal with later, if enabled Andrew Dolgov 2021-04-23 20:30:29 +03:00
  • 88a7130d79 fix for previous changeset that broke expanded mode Andrew Dolgov 2021-04-22 19:49:51 +03:00
  • e8e4fc641e Article.pack: add no-op for three panel mode Andrew Dolgov 2021-04-22 17:50:07 +03:00
  • df145c8064 * cdm: render enclosures into content element * deprecate cdm.intermediate * implement lazy-load for rendered enclosures * simplify pack/unpack logic for articles Andrew Dolgov 2021-04-22 10:43:34 +03:00
  • c6befcddb7 Merge branch 'master' of git.fakecake.org:fox/tt-rss Andrew Dolgov 2021-04-21 18:48:46 +03:00
  • 5a71426ea5 youtube_embed: use embed-responsive Andrew Dolgov 2021-04-21 18:47:49 +03:00
  • b3d45a4a5d Merge branch 'master' of git.tt-rss.org:fox/tt-rss Andrew Dolgov 2021-04-20 09:12:28 +03:00
  • cc634ba91d Merge branch 'weblate-integration' Andrew Dolgov 2021-04-20 09:12:13 +03:00
  • b12072fef9 Translated using Weblate (German) Eike 2021-04-17 20:10:52 +00:00
  • a6c5dda7e0 Merge pull request 'FIX: public.php - Undefined index: feed_title' (#34) from ohaucke/tt-rss:public-php-fix into master fox 2021-04-19 11:48:36 +03:00
  • cfd9e6b53b FIX: public.php - Undefined index: feed_title Oliver Haucke 2021-04-19 10:43:30 +02:00
  • 0f61675cd0 Merge pull request 'Fix getCategory method.' (#32) from rodneys_mission/tt-rss:master into master fox 2021-04-13 07:03:55 +03:00
  • c18383d1ea Fix getCategory method. Rodney Stromlund 2021-04-12 20:20:52 +00:00
  • 3e22368962 getPreviousFeed/getNextFeed: implement wrap around Andrew Dolgov 2021-04-12 16:04:45 +03:00
  • eadaaebd58 functions_enabled: trim spaces from disable_functions php ini setting Andrew Dolgov 2021-04-12 11:55:19 +03:00
  • 61b4a678ea Merge pull request 'if backend request 'op' is empty fixed' (#27) from Cyb10101/tt-rss:cyb-backend-op into master fox 2021-04-10 08:30:32 +03:00
  • c15c1dfb0b if backend request 'op' is empty fixed Cyb10101 2021-04-09 21:55:08 +02:00
  • a61348e2b7 pluginhost: add profile_get/profile_set helpers Andrew Dolgov 2021-04-09 14:01:30 +03:00
  • a5af15cfe9 fix noscript notifications Andrew Dolgov 2021-04-09 13:45:25 +03:00
  • 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 +03:00
  • c0fba62fa0 Merge branch 'master' of git.tt-rss.org:fox/tt-rss Andrew Dolgov 2021-03-29 19:48:10 +03:00
  • 0acd33abe3 OTP: generate longer secrets, also make them easier to read/copy Andrew Dolgov 2021-03-29 19:22:03 +03:00
  • 0294297ccc Translated using Weblate (Ukrainian) Андрій Жук 2021-03-19 11:47:32 +00:00
  • a4f82fddf4 Translated using Weblate (Polish) Piotr 2021-03-26 20:38:42 +00:00
  • 49b25a6430 Translated using Weblate (French) Glandos 2021-03-13 21:59:59 +00:00
  • f2f2b6d1f4 Merge 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 +03:00
  • 5d5c034a90 Adjust quotation marks in search query before 'str_getcsv'. wn_ 2021-03-27 00:18:05 +00:00
  • 0b82afabd5 Merge 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 +03:00
  • 2ed5a79e64 Fix automatically showing next feed on catchup wn_ 2021-03-26 10:00:36 +00:00
  • 8c32ed76df revert back to lower contrast light theme by default, add separate light-high-contrast.less Andrew Dolgov 2021-03-25 20:29:36 +03:00
  • ceb8179ccc don't use css-defined .svg files because firefox Andrew Dolgov 2021-03-24 16:33:03 +03:00
  • 19c277391e fonts-ui: add Cantarell Andrew Dolgov 2021-03-23 21:06:12 +03:00
  • 58ab641fea light theme: increase contrast Andrew Dolgov 2021-03-23 20:45:08 +03:00
  • be2d1602bd fix previous issue properly Andrew Dolgov 2021-03-23 11:52:08 +03:00
  • e3c51b0e6c Revert "clip max displayed counter value to 9999 because of container node width" Andrew Dolgov 2021-03-23 11:51:17 +03:00
  • c34a4c85bd clip max displayed counter value to 9999 because of container node width Andrew Dolgov 2021-03-23 10:47:06 +03:00
  • 0f6644880a yet another flex feedtree attempt exp-flex-feedtree Andrew Dolgov 2021-03-22 16:18:59 +03:00
  • 98251022d4 Revert "Revert "another attempt at flex-based feed tree"" Andrew Dolgov 2021-03-22 14:46:23 +03:00
  • 334a361e79 don't try to j/k move to nonexistant feed Andrew Dolgov 2021-03-22 09:50:58 +03:00
  • d275134f26 unify return values for getPreviousFeed and usages of both prev/next Andrew Dolgov 2021-03-22 07:50:56 +03:00
  • 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 +03:00
  • 43744412f4 Revert "another attempt at flex-based feed tree" Andrew Dolgov 2021-03-21 17:20:03 +03:00
  • ef5d6b9b78 Merge branch 'master' of git.fakecake.org:fox/tt-rss Andrew Dolgov 2021-03-21 17:16:40 +03:00
  • e12a6ca540 another attempt at flex-based feed tree Andrew Dolgov 2021-03-21 17:14:45 +03:00
  • 1f5adf1600 Merge branch 'master' of git.tt-rss.org:fox/tt-rss Andrew Dolgov 2021-03-21 09:35:55 +03:00
  • 68299c914b share: move og:image back to head Andrew Dolgov 2021-03-21 09:35:43 +03:00
  • 56f7b25e85 Merge pull request 'Switch most of API to ORM' (#23) from wn/tt-rss:orm-api into master fox 2021-03-20 17:05:32 +03:00
  • 711e8e70e0 Switch most of API to ORM wn_ 2021-03-20 13:47:56 +00:00
  • 718c9f07fa remove model.getNextUnreadFeed; unify code with feedTree.getNextFeed Andrew Dolgov 2021-03-19 14:06:23 +03:00
  • 43ea36d030 prefs: allow setting email if it was previously blank Andrew Dolgov 2021-03-17 19:50:04 +03:00
  • ce9955c6ff Merge pull request 'Switch Handler_Public to ORM' (#22) from wn/tt-rss:orm-handler-public into master fox 2021-03-17 19:46:00 +03:00
  • cd52ca80ab Minor cleanup in 'Handler_Public->getProfiles' wn_ 2021-03-17 16:34:52 +00:00
  • baf3ecd4cf Fix a couple of array index warnings in 'Handler_Public->forgotpass' wn_ 2021-03-17 16:30:17 +00:00
  • 968270ed48 fix excessive CPU usage on linux chromium caused by animated SVG icons Andrew Dolgov 2021-03-17 19:28:20 +03:00
  • 541a07250c Switch 'Handler_Public->forgotpass' to ORM wn_ 2021-03-17 16:18:06 +00:00
  • f057c124d1 Switch 'Handler_Public->login' to ORM, fix 'Handler_Public->getProfiles' wn_ 2021-03-17 15:49:07 +00:00
  • 7ea48f7a4b Switch 'Handler_Public->rss' to ORM wn_ 2021-03-17 14:00:19 +00:00
  • b6ae280446 Switch 'Handler_Public->getProfiles' to ORM wn_ 2021-03-17 13:48:27 +00:00
  • db0315e596 feed tree: set cursor pointer on tree label Andrew Dolgov 2021-03-17 12:23:27 +03:00
  • 88534a8ae4 fix loadingNode offset for feeds Andrew Dolgov 2021-03-17 11:45:12 +03:00
  • 82bed1e651 filter test dialog: remove .gif; cleanup markup Andrew Dolgov 2021-03-17 08:45:04 +03:00
  • 7c2b473d12 Merge 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 +03:00
  • 401b22666d Switch 'RSSUtils::update_basic_info' to ORM wn_ 2021-03-17 01:36:58 +00:00
  • 0f5fd9ea13 use svg icon for headlines loadmore prompt Andrew Dolgov 2021-03-16 22:09:01 +03:00
  • 32c080bec0 use svg icon for the subscribe dialog (night mode) Andrew Dolgov 2021-03-16 21:47:55 +03:00
  • 166517240e use svg icon for the subscribe dialog Andrew Dolgov 2021-03-16 21:47:10 +03:00
  • 7a1e1630d8 use svg icon for packed article placeholders Andrew Dolgov 2021-03-16 21:40:20 +03:00
  • 92f859add2 update night theme re: previous Andrew Dolgov 2021-03-16 21:34:36 +03:00
  • a0e41f41a4 add svg loading indicators Andrew Dolgov 2021-03-16 21:32:44 +03:00
  • 7ec8a6cad0 simplify feed tree expando/loading/feed icon handling Andrew Dolgov 2021-03-16 20:50:18 +03:00