summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-09fixed gettext library deprecated constructorsConrad Sachweh
https://www.php.net/manual/en/language.oop5.decon.php was already done for parent three years ago 00b6b66827
2020-01-08Headlines.move: fix move to previous article if scrollTop returns a ↵Andrew Dolgov
fractional value for current item
2020-01-05API/getVersion: don't try to use removed VERSION constantAndrew Dolgov
2020-01-05Merge branch 'af_redditimgur_update' of koffieanon/tt-rss into masterfox
2020-01-04Also match images with query string (size, tokens, etc).koffieanon
2020-01-04Spaces to tabs for consistency.koffieanon
2020-01-04Fix bug processing found due to operator precedence.koffieanon
2019-12-22Merge branch 'weblate-integration'Andrew Dolgov
2019-12-21Translated using Weblate (Dutch)Patrick Ahles
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/
2019-12-21Translated using Weblate (Italian)Dario Di Ludovico
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/
2019-12-21Merge branch 'weblate-integration'Andrew Dolgov
2019-12-21Merge branch 'weblate-integration'Andrew Dolgov
2019-12-21upd CONTRIBUTINGAndrew Dolgov
2019-12-21update CONTRIBUTING.md (with weblate stuff, etc)Andrew Dolgov
2019-12-20Deleted translation using Weblate (Indonesian)Andrew Dolgov
2019-12-20Merge branch 'origin/weblate-integration' into Weblate.Weblate
2019-12-20Translated using Weblate (Chinese (Simplified))Ptsa Daniel
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/
2019-12-20Merge branch 'master' of git.tt-rss.org:fox/tt-rss into weblate-integrationAndrew Dolgov
2019-12-20Merge branch 'master' of git.tt-rss.org:fox/tt-rssAndrew Dolgov
2019-12-20get_version: fix commit/timestamp lost on subsequent invocations because of ↵Andrew Dolgov
misbehaving caching
2019-12-20Merge branch 'master' of git.fakecake.org:tt-rss into weblate-integrationAndrew Dolgov
2019-12-20backend: load invoked classes via reflection so object constructor is called ↵Andrew Dolgov
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.
2019-12-20Revert "Translated using Weblate (Indonesian)"Andrew Dolgov
This reverts commit 78d932b528a6362b6f795b022fff8f4fcaeff31e.
2019-12-20Translated using Weblate (Indonesian)zmni
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/
2019-12-19Merge branch 'master' of git.fakecake.org:tt-rssAndrew Dolgov
2019-12-19update CONTRIBUTING.mdAndrew Dolgov
2019-12-19force-disable php display_errors/display_startup_errors on startupAndrew Dolgov
2019-12-19get_version: filter out DarwinAndrew Dolgov
2019-12-18get_version: always return unsupported on windowsAndrew Dolgov
2019-12-18SELF_USER_AGENT: switch to get_version()Andrew Dolgov
2019-12-18get_version: don't pass useless root dir to git, instead log it in case of ↵Andrew Dolgov
failure
2019-12-18remove version.php and VERSION global constant, do version-related things in ↵Andrew Dolgov
a slightly less ridiculous way
2019-12-18Added translation using Weblate (Indonesian)zmni
2019-12-17rebase translationsAndrew Dolgov
2019-12-17Merge branch 'weblate-integration'Andrew Dolgov
2019-12-17update app password noticeAndrew Dolgov
2019-12-17updateCurrentUnread: don't crash if counter element is not availableAndrew Dolgov
2019-12-15fix blank screen on load if custom theme is enabledAndrew Dolgov
2019-12-15workaround for a race condition between dojo.parse() and tt-rss loading ↵Andrew Dolgov
proper day/night css on startup because of firefox async CSS loader
2019-12-14show alert() if fatal exception happens while initializing base app objects ↵Andrew Dolgov
and app.error is not available
2019-12-13Merge branch 'safari-mediaquerychange' of JustAMacUser/tt-rss into masterfox
2019-12-13Wrap AppBase.setupNightModeDetection() in try/catch because Safari doesn't ↵JustAMacUser
support matchMedia change events.
2019-12-12implement automatic night mode detection using MQLAndrew Dolgov
add separate light.css to force light theme remove manual night mode toggle and related code
2019-12-12show current unread counter on headlines toolbar if sidebar is hiddenAndrew Dolgov
2019-12-11- update descriptions of changed hotkeysAndrew Dolgov
- bind noscroll variants of move article hotkeys to n/p by default - update N/P (i.e. scroll article content) hotkeys to scroll by fraction of viewport height instead of hardcoded pixel distance - minor fixes w/ checking for undefined
2019-12-10Translated using Weblate (Esperanto)Nikolay Korotkiy
Currently translated at 13.3% (94 of 708 strings) Translation: Tiny Tiny RSS/messages Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/eo/
2019-12-10Translated using Weblate (Russian)Nikolay Korotkiy
Currently translated at 100.0% (708 of 708 strings) Translation: Tiny Tiny RSS/messages Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/ru/
2019-12-10Translated using Weblate (Finnish)Nikolay Korotkiy
Currently translated at 80.4% (569 of 708 strings) Translation: Tiny Tiny RSS/messages Translate-URL: https://weblate.tt-rss.org/projects/tt-rss/messages/fi/
2019-12-10re-enable updates of floating title on scroll, duhAndrew Dolgov
2019-12-10with previous change, we don't actually need to automatically track active ↵Andrew Dolgov
articles now at all in combined mode.