Commit Graph

9852 Commits (1f2a7219054872d3cf968ac385a5f529db4a4333)
 

Author SHA1 Message Date
Andrew Dolgov 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
4 years ago
Andrew Dolgov 5b6d9cee29 prefs layout fixes:
1. prevent layout breakage when using an authenticator which doesn't allow changing passwords
2. show explanatory messages when OTP or password changing is not available
3. allow app (API) passwords when using any auth module
4 years ago
Dario Di Ludovico 8c907e3fe4 Translated using Weblate (Italian)
Currently translated at 100.0% (726 of 726 strings)

Translation: Tiny Tiny RSS/messages
Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/it/
4 years ago
Andrew Dolgov 06b9d39662 add support for image loading=lazy attribute 4 years ago
Marek Pavelka fef4d2e5b9 Translated using Weblate (Czech)
Currently translated at 100.0% (726 of 726 strings)

Translation: Tiny Tiny RSS/messages
Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/cs/
4 years ago
Andrew Dolgov 47135160d1 getCategoryCounters: properly handle categories which don't have any stored feeds/articles 4 years ago
Andrew Dolgov 076c5382fa login form: add workarounds for chrome password manager 4 years ago
Andrew Dolgov 88d4324e32 mark primary button in the default password dialog 4 years ago
Andrew Dolgov 776fe4768b default password warning: fix close button, don't crash if dialog is recreated (on feed tree reload etc) 4 years ago
Andrew Dolgov 0e9e1ad112 getCategoryUnread: return correct unread count for labels category 4 years ago
Andrew Dolgov cdd2b6fd22 getCategoryChildrenUnread: fix typo 4 years ago
Andrew Dolgov a6ced36189 getCategoryCounters: properly calculate counters for child subcategory entries
getCategoryUnread: cleanup
4 years ago
Andrew Dolgov deefa901ab mark feeds with marked articles if marked view mode is set 4 years ago
Andrew Dolgov 4a4d7a44fa onViewModeChanged: set view mode value as a custom body attribute 4 years ago
Andrew Dolgov a64b8a7fdb getCategoryUnread: don't return unread counters for Special category because it doesn't make a lot of sense to do so 4 years ago
Andrew Dolgov 6f625aa8aa apply Has_Marked css class to feed tree elements with marked articles 4 years ago
Andrew Dolgov 2f6741e49a getFeedCounters: pass parameter correctly to PDO 4 years ago
Andrew Dolgov 6080cca9ca scrap counter cache system; rework counters to sum() booleans instead 4 years ago
Andrew Dolgov a6d314b753 support dark mode for login form 4 years ago
Andrew Dolgov 3b29e865b0 support night mode in feed debugger 4 years ago
Andrew Dolgov aa56bcaf44 support night mode when using share by URL 4 years ago
Andrew Dolgov 303f8fb329 properly escape quotes when rendering article data to html attributes via template strings 4 years ago
Andrew Dolgov 01513aa41b disable MAX_FETCH_REQUESTS_PER_HOST warnings for the time being 4 years ago
Andrew Dolgov 5fc499e19e get_version: don't rely on exec() exit code to determine whether output is valid 4 years ago
Andrew Dolgov f47998f569 generate_syndicated_feed: use local media in generated feeds if it is available 4 years ago
fox 040dfc71fc Merge branch 'master' of conrad784/tt-rss into master 4 years ago
Conrad Sachweh c2217f2d4b fixed gettext library deprecated constructors
https://www.php.net/manual/en/language.oop5.decon.php

was already done for parent three years ago 00b6b66827
4 years ago
Andrew Dolgov 7e2fd9bdce Headlines.move: fix move to previous article if scrollTop returns a fractional value for current item 4 years ago
Andrew Dolgov b1c5ebdace API/getVersion: don't try to use removed VERSION constant 4 years ago
fox 67c7b6ef53 Merge branch 'af_redditimgur_update' of koffieanon/tt-rss into master 4 years ago
koffieanon 3a3c74dfa4 Also match images with query string (size, tokens, etc). 4 years ago
koffieanon e89dd83f05 Spaces to tabs for consistency. 4 years ago
koffieanon 297a89c2d2 Fix bug processing found due to operator precedence. 4 years ago
Andrew Dolgov 5448a9462e Merge branch 'weblate-integration' 5 years ago
Patrick Ahles 5ae0898c91 Translated using Weblate (Dutch)
Currently translated at 98.3% (714 of 726 strings)

Translation: Tiny Tiny RSS/messages
Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/nl/
5 years ago
Dario Di Ludovico f80afc125a Translated using Weblate (Italian)
Currently translated at 98.8% (717 of 726 strings)

Translation: Tiny Tiny RSS/messages
Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/it/
5 years ago
Andrew Dolgov 7487067608 Merge branch 'weblate-integration' 5 years ago
Andrew Dolgov 139918a571 Merge branch 'weblate-integration' 5 years ago
Andrew Dolgov 21e028a4c6 upd CONTRIBUTING 5 years ago
Andrew Dolgov 74ccf96d0b update CONTRIBUTING.md (with weblate stuff, etc) 5 years ago
Andrew Dolgov 749667dceb Deleted translation using Weblate (Indonesian) 5 years ago
Weblate a0e2a625d4 Merge branch 'origin/weblate-integration' into Weblate. 5 years ago
Ptsa Daniel 7f8832980d Translated using Weblate (Chinese (Simplified))
Currently translated at 99.6% (723 of 726 strings)

Translation: Tiny Tiny RSS/messages
Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/zh_Hans/
5 years ago
Andrew Dolgov bb7099ffb0 Merge branch 'master' of git.tt-rss.org:fox/tt-rss into weblate-integration 5 years ago
Andrew Dolgov 021757ad5c Merge branch 'master' of git.tt-rss.org:fox/tt-rss 5 years ago
Andrew Dolgov fdb1fc7608 get_version: fix commit/timestamp lost on subsequent invocations because of misbehaving caching 5 years ago
Andrew Dolgov 4b44103b84 Merge branch 'master' of git.fakecake.org:tt-rss into weblate-integration 5 years ago
Andrew Dolgov 63ee91c82e backend: load invoked classes via reflection so object constructor is called after it has been verified as an IHandler implementation.
this should prevent a potential router vulnerability if non-IHandler autoloader-enabled class is requested by malicious authorized user *and* invoked class object does something insecurely in its constructor.
5 years ago
Andrew Dolgov 573784c316 Revert "Translated using Weblate (Indonesian)"
This reverts commit 78d932b528.
5 years ago
zmni 78d932b528 Translated using Weblate (Indonesian)
Currently translated at 0.1% (1 of 726 strings)

Translation: Tiny Tiny RSS/messages
Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/id/
5 years ago