summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-27add basic updater for stuff in plugins.localAndrew Dolgov
2021-02-27add an option to disable conditional countersAndrew Dolgov
2021-02-27bump schema for ttrss_user_labels2 indexesAndrew Dolgov
2021-02-27don't rely only on label_cache contents when displaying headline labelsAndrew Dolgov
2021-02-26don't try to compare null value against anythingAndrew Dolgov
2021-02-26use absolute namespace for readabilityAndrew Dolgov
2021-02-26exclude a bunch of phpunit test filesAndrew Dolgov
2021-02-26remove a bunch of return type hints that didn't quite fitAndrew Dolgov
2021-02-26Merge branch 'master' of git.tt-rss.org:fox/tt-rssAndrew Dolgov
2021-02-26* switch to composer for qrcode and otp dependenciesAndrew Dolgov
2021-02-26Merge pull request 'fix-mysql-support' (#10) from klatch/tt-rss:fix-mysql-sup...fox
2021-02-26add missing composer filesAndrew Dolgov
2021-02-26pull latest readability-php via composerAndrew Dolgov
2021-02-26Merge pull request 'Fix the type hint for '_DEFAULT_VIEW_MODE'.' (#9) from wn...fox
2021-02-26when browsing by tags, return same set of columns as normallyAndrew Dolgov
2021-02-26add pluginhost->get_array() shorthandAndrew Dolgov
2021-02-26Fix the type hint for '_DEFAULT_VIEW_MODE'.wn_
2021-02-26rebase-translations: disable everything except for messages.potAndrew Dolgov
2021-02-26silence php8 warnings in otp secondary login formAndrew Dolgov
2021-02-26check if client-presented URL scheme is different from one configured in SELF...Andrew Dolgov
2021-02-26_get_headlines: don't try to use _SESSION uidAndrew Dolgov
2021-02-26we need to compile .mo files after allAndrew Dolgov
2021-02-26Translated using Weblate (Italian)Dario Di Ludovico
2021-02-26Translated using Weblate (Russian)Andrew Dolgov
2021-02-26Update translation filesWeblate
2021-02-26match a few more translated stringsAndrew Dolgov
2021-02-26rebase-translations: try only dealing with messages.pot, let weblate rebuild ...Andrew Dolgov
2021-02-26Update translation filesWeblate
2021-02-26rebase translations, fixing a few JS strings not mached; remove obsolete scri...Andrew Dolgov
2021-02-26rebase translations, fixing a few JS strings not mached; remove obsolete scriptsAndrew Dolgov
2021-02-26Merge branch 'weblate-integration'Andrew Dolgov
2021-02-26Translated using Weblate (Russian)Andrew Dolgov
2021-02-26Merge branch 'weblate-integration'Andrew Dolgov
2021-02-26Translated using Weblate (Chinese (Simplified))Ptsa Daniel
2021-02-26Translated using Weblate (Italian)Dario Di Ludovico
2021-02-26Translated using Weblate (French)Glandos
2021-02-26upd previousAndrew Dolgov
2021-02-26add Prefs::DEBUG_HEADLINE_IDSAndrew Dolgov
2021-02-26add a separator before HEADLINES_NO_DISTINCTAndrew Dolgov
2021-02-26feeds/view: silence view_mode warningAndrew Dolgov
2021-02-26add an option to disable DISTINCT on headlines query (unless it's Labels cate...Andrew Dolgov
2021-02-26silence phpstan warningAndrew Dolgov
2021-02-26cleanup previousAndrew Dolgov
2021-02-26pass translations to frontend as a json objectAndrew Dolgov
2021-02-25prefs: migrate after cache has been filled to skip 1 pref requestwip-new-prefsAndrew Dolgov
2021-02-25cache schema version betterAndrew Dolgov
2021-02-25reduce overall amount of unnecessary database queriesAndrew Dolgov
2021-02-25wrap prefs->migrate() into a transaction blockAndrew Dolgov
2021-02-25userhelper: only notify failed login for actual loginsAndrew Dolgov
2021-02-25fix crash caused by non-numeric non-null _SESSION[uid] passed to sql loggerAndrew Dolgov