1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

Commit Graph

  • 569228a5df In get_version() disable DIRECTORY_SEPARATOR check, permit using git on Windows to get version details; Toby Simmons 2020-03-02 11:28:21 -06:00
  • 8ad523fcec do not keep current feed visible when hide as read is enabled Andrew Dolgov 2020-03-01 21:12:50 +03:00
  • 68562e2618 fix wrong colors applying to rule textarea when invoked from main UI Andrew Dolgov 2020-02-28 18:23:19 +03:00
  • 482db14c1a filter rule editor: bring back regexp valid/invalid BG colors (now for light theme) Andrew Dolgov 2020-02-28 18:21:16 +03:00
  • 490a98df11 filter rule editor: bring back regexp valid/invalid BG colors Andrew Dolgov 2020-02-28 18:19:34 +03:00
  • 3f88dbad71 Translated using Weblate (Chinese (Simplified)) Ptsa Daniel 2020-02-28 12:04:49 +00:00
  • 19e1d13460 add URL parameter to ignore user theme on startup Andrew Dolgov 2020-02-28 14:53:01 +03:00
  • ad0a9c02e5 move default (light) theme LESS source to a more appropriate place add compact_dark theme variant Andrew Dolgov 2020-02-28 14:48:48 +03:00
  • 76c8b318e5 set all tooltip colors via less variables Andrew Dolgov 2020-02-28 14:34:48 +03:00
  • 0875dc332e fix tooltip colors for night mode Andrew Dolgov 2020-02-28 14:22:11 +03:00
  • a65749a512 source validationtextarea in main UI Andrew Dolgov 2020-02-28 14:04:29 +03:00
  • bcbc5ccc78 batchSubscribe: use validationtextarea Andrew Dolgov 2020-02-28 14:03:29 +03:00
  • f24ece85a6 add validationtextarea control, use it for filter match editor Andrew Dolgov 2020-02-28 13:53:45 +03:00
  • 2fefb4fd87 getTestResults: don't try to use previously removed variable Andrew Dolgov 2020-02-28 12:54:39 +03:00
  • 4f62f5f3f1 filter edit dialog: load rule editor via XHR Andrew Dolgov 2020-02-28 12:52:20 +03:00
  • 340bb7f392 fix typo Andrew Dolgov 2020-02-28 12:17:49 +03:00
  • 8645f36c5b filter test dialog: pass contents via xhr POST Andrew Dolgov 2020-02-28 12:16:54 +03:00
  • 0eb3f1c3dc rebase translations Andrew Dolgov 2020-02-28 08:08:52 +03:00
  • 864f3e7e07 Merge branch 'weblate-integration' Andrew Dolgov 2020-02-28 08:08:24 +03:00
  • 4e74da590e af_readability: allow get full text button to work as a toggle; in cdm, scroll to article after embedding Andrew Dolgov 2020-02-28 08:03:25 +03:00
  • bdb1e475e7 external subscribe dialog: support dark theme Andrew Dolgov 2020-02-27 13:40:32 +03:00
  • b2876f6c72 share anything dialog: support dark theme Andrew Dolgov 2020-02-27 13:38:24 +03:00
  • 8c31651a21 fix alert-info/alert-danger colors on dark theme Andrew Dolgov 2020-02-27 12:25:32 +03:00
  • 96fa6e3002 af_comics: split contents of subscribe/basic_info/fetch hooks into appropriate per-comic filters Andrew Dolgov 2020-02-27 12:15:56 +03:00
  • ba7f7e72db af_comics: mention that Far Side needs cached media Andrew Dolgov 2020-02-27 11:44:18 +03:00
  • 61168847ac af_comics: escape all template urls Andrew Dolgov 2020-02-27 10:25:00 +03:00
  • 3b62150abd use canonical fetch url for Far Side Andrew Dolgov 2020-02-27 10:24:12 +03:00
  • db8a1f76c7 remove unnecessary debugging from previous Andrew Dolgov 2020-02-27 10:20:16 +03:00
  • 9b4053b1ea af_comics: add experimental support for The Far Side Andrew Dolgov 2020-02-27 10:19:09 +03:00
  • 07b27b375f update toggle_embed_original hotkey to invoke readability embed instead of removed embed_original plugin Andrew Dolgov 2020-02-27 09:47:20 +03:00
  • b159bbe55d af_readability: sanitize content requested for embedding Andrew Dolgov 2020-02-27 08:28:54 +03:00
  • 3b635c7557 fix plugins/note javascript part broken by previous changeset Andrew Dolgov 2020-02-27 07:59:57 +03:00
  • 71ff485fbf af_readability: add article button to embed content of a specific article Andrew Dolgov 2020-02-27 07:57:22 +03:00
  • 671a2a0275 fix hr colors for dark theme, don't use hardcoded rgb value in light theme Andrew Dolgov 2020-02-25 13:25:55 +03:00
  • 38b43cd559 adjust previous to not use hardcoded rgb color Andrew Dolgov 2020-02-25 12:14:18 +03:00
  • d9cd790d03 dark theme, all articles icon: improve contrast Andrew Dolgov 2020-02-25 10:11:18 +03:00
  • 788ea95fbd feed tree: do not mark Labels as Special Andrew Dolgov 2020-02-22 16:44:31 +03:00
  • 4ab3854aed don't generate default.css, replace with themes/light.css as a default root CSS file Andrew Dolgov 2020-02-22 16:22:44 +03:00
  • 84b847074e remove night_base.css: not needed Andrew Dolgov 2020-02-22 15:45:57 +03:00
  • f0a343717f remove defines.css: not needed Andrew Dolgov 2020-02-22 15:45:13 +03:00
  • d6ac529d01 fix default.css not being built properly by phpstorm Andrew Dolgov 2020-02-22 15:43:28 +03:00
  • 282b445a43 feed tree: don't set Special class on Labels category Andrew Dolgov 2020-02-21 14:12:10 +03:00
  • 2d3fdd6836 hide read feeds / hide read shows special: use CSS instead of JS-based hiding Andrew Dolgov 2020-02-21 14:06:21 +03:00
  • 5f30061c92 properly calculate marked counters for feeds in nested categories Andrew Dolgov 2020-02-20 15:54:40 +03:00
  • 60288f02e8 1. feedtree: show counters for marked articles if view-mode == marked 2. hide/show relevant counter nodes using css 3. cleanup some counter-related code 4. compile default css into light theme to prevent cache-related issues Andrew Dolgov 2020-02-20 14:14:45 +03:00
  • 5b6d9cee29 prefs layout fixes: Andrew Dolgov 2020-02-18 11:51:04 +03:00
  • 8c907e3fe4 Translated using Weblate (Italian) Dario Di Ludovico 2020-02-15 12:42:04 +00:00
  • 06b9d39662 add support for image loading=lazy attribute Andrew Dolgov 2020-02-13 20:20:55 +03:00
  • fef4d2e5b9 Translated using Weblate (Czech) Marek Pavelka 2020-02-04 14:38:00 +00:00
  • 47135160d1 getCategoryCounters: properly handle categories which don't have any stored feeds/articles Andrew Dolgov 2020-01-27 15:45:04 +03:00
  • 076c5382fa login form: add workarounds for chrome password manager Andrew Dolgov 2020-01-25 17:00:51 +03:00
  • 88d4324e32 mark primary button in the default password dialog Andrew Dolgov 2020-01-25 13:08:29 +03:00
  • 776fe4768b default password warning: fix close button, don't crash if dialog is recreated (on feed tree reload etc) Andrew Dolgov 2020-01-25 13:02:11 +03:00
  • 0e9e1ad112 getCategoryUnread: return correct unread count for labels category Andrew Dolgov 2020-01-25 12:53:10 +03:00
  • cdd2b6fd22 getCategoryChildrenUnread: fix typo Andrew Dolgov 2020-01-25 10:00:22 +03:00
  • a6ced36189 getCategoryCounters: properly calculate counters for child subcategory entries getCategoryUnread: cleanup Andrew Dolgov 2020-01-25 09:57:28 +03:00
  • deefa901ab mark feeds with marked articles if marked view mode is set Andrew Dolgov 2020-01-24 16:14:10 +03:00
  • 4a4d7a44fa onViewModeChanged: set view mode value as a custom body attribute Andrew Dolgov 2020-01-24 16:04:12 +03:00
  • a64b8a7fdb getCategoryUnread: don't return unread counters for Special category because it doesn't make a lot of sense to do so Andrew Dolgov 2020-01-24 15:54:01 +03:00
  • 6f625aa8aa apply Has_Marked css class to feed tree elements with marked articles Andrew Dolgov 2020-01-24 14:35:10 +03:00
  • 2f6741e49a getFeedCounters: pass parameter correctly to PDO Andrew Dolgov 2020-01-24 14:27:24 +03:00
  • 6080cca9ca scrap counter cache system; rework counters to sum() booleans instead Andrew Dolgov 2020-01-24 14:25:31 +03:00
  • a6d314b753 support dark mode for login form Andrew Dolgov 2020-01-23 13:14:47 +03:00
  • 3b29e865b0 support night mode in feed debugger Andrew Dolgov 2020-01-19 10:56:49 +03:00
  • aa56bcaf44 support night mode when using share by URL Andrew Dolgov 2020-01-19 10:51:08 +03:00
  • 303f8fb329 properly escape quotes when rendering article data to html attributes via template strings Andrew Dolgov 2020-01-18 10:31:00 +03:00
  • 01513aa41b disable MAX_FETCH_REQUESTS_PER_HOST warnings for the time being Andrew Dolgov 2020-01-17 07:26:55 +03:00
  • 5fc499e19e get_version: don't rely on exec() exit code to determine whether output is valid Andrew Dolgov 2020-01-14 20:50:40 +03:00
  • f47998f569 generate_syndicated_feed: use local media in generated feeds if it is available Andrew Dolgov 2020-01-13 17:02:14 +03:00
  • 040dfc71fc Merge branch 'master' of conrad784/tt-rss into master fox 2020-01-09 13:58:48 +00:00
  • c2217f2d4b fixed gettext library deprecated constructors Conrad Sachweh 2020-01-09 10:41:25 +01:00
  • 7e2fd9bdce Headlines.move: fix move to previous article if scrollTop returns a fractional value for current item Andrew Dolgov 2020-01-08 08:51:40 +03:00
  • b1c5ebdace API/getVersion: don't try to use removed VERSION constant Andrew Dolgov 2020-01-05 09:42:57 +03:00
  • 67c7b6ef53 Merge branch 'af_redditimgur_update' of koffieanon/tt-rss into master fox 2020-01-05 05:44:00 +00:00
  • 3a3c74dfa4 Also match images with query string (size, tokens, etc). koffieanon 2020-01-04 17:22:58 +01:00
  • e89dd83f05 Spaces to tabs for consistency. koffieanon 2020-01-04 17:21:05 +01:00
  • 297a89c2d2 Fix bug processing found due to operator precedence. koffieanon 2020-01-04 17:20:33 +01:00
  • 5448a9462e Merge branch 'weblate-integration' Andrew Dolgov 2019-12-22 08:47:56 +03:00
  • 5ae0898c91 Translated using Weblate (Dutch) Patrick Ahles 2019-12-20 20:59:29 +00:00
  • f80afc125a Translated using Weblate (Italian) Dario Di Ludovico 2019-12-20 19:00:51 +00:00
  • 7487067608 Merge branch 'weblate-integration' Andrew Dolgov 2019-12-21 11:56:37 +03:00
  • 139918a571 Merge branch 'weblate-integration' Andrew Dolgov 2019-12-21 11:54:44 +03:00
  • 21e028a4c6 upd CONTRIBUTING Andrew Dolgov 2019-12-21 10:00:57 +03:00
  • 74ccf96d0b update CONTRIBUTING.md (with weblate stuff, etc) Andrew Dolgov 2019-12-21 09:40:59 +03:00
  • 749667dceb Deleted translation using Weblate (Indonesian) Andrew Dolgov 2019-12-20 18:39:24 +00:00
  • a0e2a625d4 Merge branch 'origin/weblate-integration' into Weblate. Weblate 2019-12-20 18:29:06 +00:00
  • 7f8832980d Translated using Weblate (Chinese (Simplified)) Ptsa Daniel 2019-12-17 12:29:31 +00:00
  • bb7099ffb0 Merge branch 'master' of git.tt-rss.org:fox/tt-rss into weblate-integration Andrew Dolgov 2019-12-20 21:24:53 +03:00
  • 021757ad5c Merge branch 'master' of git.tt-rss.org:fox/tt-rss Andrew Dolgov 2019-12-20 18:17:50 +03:00
  • fdb1fc7608 get_version: fix commit/timestamp lost on subsequent invocations because of misbehaving caching Andrew Dolgov 2019-12-20 18:17:05 +03:00
  • 4b44103b84 Merge branch 'master' of git.fakecake.org:tt-rss into weblate-integration Andrew Dolgov 2019-12-20 18:05:55 +03:00
  • 63ee91c82e backend: load invoked classes via reflection so object constructor is called after it has been verified as an IHandler implementation. Andrew Dolgov 2019-12-20 14:39:38 +03:00
  • 573784c316 Revert "Translated using Weblate (Indonesian)" Andrew Dolgov 2019-12-20 09:02:56 +03:00
  • 78d932b528 Translated using Weblate (Indonesian) zmni 2019-12-20 04:19:27 +00:00
  • e9b4834b6b Merge branch 'master' of git.fakecake.org:tt-rss Andrew Dolgov 2019-12-19 14:41:34 +03:00
  • ed06592114 update CONTRIBUTING.md Andrew Dolgov 2019-12-19 14:41:26 +03:00
  • 6439f7817d force-disable php display_errors/display_startup_errors on startup Andrew Dolgov 2019-12-19 08:37:19 +03:00
  • c309856a97 get_version: filter out Darwin Andrew Dolgov 2019-12-19 07:04:01 +03:00
  • 74feef0f9d get_version: always return unsupported on windows Andrew Dolgov 2019-12-18 19:28:00 +03:00
  • c46c5e59fc SELF_USER_AGENT: switch to get_version() Andrew Dolgov 2019-12-18 15:56:27 +03:00