summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-01delete Article getScore (seems to be unused)Andrew Dolgov
2021-03-01use orm for a bunch of short feed/cat queriesAndrew Dolgov
2021-03-01userhelper: use orm for a few more user-related thingsAndrew Dolgov
2021-03-01userhelper: use orm for some thingsAndrew Dolgov
2021-03-01initial for idiormAndrew Dolgov
2021-03-01generate_syndicated_feed: timestamp is a strtotime() expression, not an integerAndrew Dolgov
2021-03-01come to think of it, we don't need it at allAndrew Dolgov
2021-03-01auth_internal: don't try to get otp_enabled on old schemaAndrew Dolgov
2021-03-01simplify internal authentication code and bump default algo to SSHA-512Andrew Dolgov
2021-03-01move version-related stuff to Config; fix conditional feed requestsAndrew Dolgov
2021-03-01hide version for bundled plugins because it's meaningless; for everything els...Andrew Dolgov
2021-03-01we don't need to initialize urlhelper propertiesAndrew Dolgov
2021-03-01move startup checks to Config, set a bunch of @deprecated annotationsAndrew Dolgov
2021-02-28speed up plugin updating a bit, fix some phpstan warningsAndrew Dolgov
2021-02-28check schema version on backend calls because session stuff does it anyway an...Andrew Dolgov
2021-02-28sanity_check: config.php is now optional, also cleanup some error messagesAndrew Dolgov
2021-02-28move material-icons to composerAndrew Dolgov
2021-02-28OTP form: simplify layout, use dojo controlsAndrew Dolgov
2021-02-28some plugin updater UI improvementsAndrew Dolgov
2021-02-28move all $fetch globals to UrlHelperAndrew Dolgov
2021-02-28plugin updater: show changes before updatingAndrew Dolgov
2021-02-27add plugin updates checker into normal updates checkerAndrew Dolgov
2021-02-27disable plugin update checking if CHECK_FOR_UPDATES is disabledAndrew Dolgov
2021-02-27don't try to update all pluginsAndrew Dolgov
2021-02-27reload prefs when plugin updater is closedAndrew Dolgov
2021-02-27only show plugin update buttons when neededAndrew Dolgov
2021-02-27feeds/add: hide php8 warningAndrew Dolgov
2021-02-27af_redditimgur: allow adding custom tags for NSFW postsAndrew Dolgov
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