summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-02-25enforce some stricter type checking for loggersAndrew Dolgov
2021-02-25logger: shorter syntaxAndrew Dolgov
2021-02-25api: remove base64 encoded passwords (wtf), log all authentication failures i...Andrew Dolgov
2021-02-25stop caching schema version entirely, fix some session_start() related warningsAndrew Dolgov
2021-02-25prefs cleanupAndrew Dolgov
2021-02-25get_version: pass int to strftime()Andrew Dolgov
2021-02-25use constants in get_pref()/set_pref()Andrew Dolgov
2021-02-25pref-prefs: use constants instead of hardcoded stringsAndrew Dolgov
2021-02-25prefs: don't try to do anything on schema < 141Andrew Dolgov
2021-02-25cleanup a bunch of old prefs codeAndrew Dolgov