summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Expand)Author
2021-03-15wip: flavor icon cachingexp-flavor-icon-cacheAndrew Dolgov
2021-03-15mailer: stop warning if to_name is unset (it's optional anyway)Andrew Dolgov
2021-03-13set orm and pdo mysql charset on connectionJordan Galby
2021-03-13Merge branch 'master' of git.tt-rss.org:fox/tt-rssAndrew Dolgov
2021-03-13 * limit progressfunction debugging to size quota exceeded notificationsAndrew Dolgov
2021-03-12Add coalescing operator to otp_enabled when changing user passwordPhilip Klempin
2021-03-12api: don't try to pass null site_url to Article::_get_image()Andrew Dolgov
2021-03-12throttle login attempts, controlled by Config::AUTH_MIN_INTERVALAndrew Dolgov
2021-03-12schema: add ttrss_users.last_auth_attemptAndrew Dolgov
2021-03-12get_override_links: actually return overridesAndrew Dolgov
2021-03-11grid: add a header icon (and a hotkey) to toggle article span entire rowAndrew Dolgov
2021-03-11add Config::LOCAL_OVERRIDE_JSAndrew Dolgov
2021-03-10route Logger:log() to user_error() if there's no adapterAndrew Dolgov
2021-03-10grid view tweaksAndrew Dolgov
2021-03-10add hotkey to toggle grid viewAndrew Dolgov
2021-03-10experimental: add preference to show combined mode headlines as a 2 column gridAndrew Dolgov
2021-03-09show E_COMPILE_ERROR in event log at higher severity levelsAndrew Dolgov
2021-03-09add another coalesce for rule inverseAndrew Dolgov
2021-03-09get_article_filters: set coalesce values for inverse and match_any_ruleAndrew Dolgov
2021-03-09app password list: fix th/td alignmentAndrew Dolgov
2021-03-08describe global settings in classes/config.phpAndrew Dolgov
2021-03-08Default to null 'rv' for plugin update check.wn_
2021-03-08api: add support for setting score (bump api level to 16)Andrew Dolgov
2021-03-08fix some php8 warningsAndrew Dolgov
2021-03-08fix digest preview not working on mysql because of a quoted LIMIT argumentAndrew Dolgov
2021-03-07check updates one plugin at a timeAndrew Dolgov
2021-03-07 * af_redditimgur: optionally import scoreAndrew Dolgov
2021-03-07HOOK_ARTICLE_IMAGE: stop after first provided matchAndrew Dolgov
2021-03-07nsfw: support API clientsAndrew Dolgov
2021-03-07fix previous to actually save enabled pluginsAndrew Dolgov
2021-03-07prevent list of enabled plugins resetting if saved while in search resultsAndrew Dolgov
2021-03-07logger: use constants instead of hardcoded string literalsAndrew Dolgov
2021-03-07hide event log accordion pane if LOG_DESTINATION is not sqlAndrew Dolgov
2021-03-07allow blank override valuesAndrew Dolgov
2021-03-06add some icons, remove some wordsAndrew Dolgov
2021-03-06Fix "array offset on value of type null" for $error and $old_errorltGuillaume
2021-03-06some small layout fixes, remove a few inline stylesAndrew Dolgov
2021-03-06render list of plugins on the clientAndrew Dolgov
2021-03-06set some more type hintsAndrew Dolgov
2021-03-06general cleanup, set some type hintsAndrew Dolgov
2021-03-06fix some leftover variablesAndrew Dolgov
2021-03-06 * don't try to update custom set feed faviconsAndrew Dolgov
2021-03-05The type hint for 'DAEMON_MAX_CHILD_RUNTIME' should be T_INTwn_
2021-03-05use separate database column for OTP secrets (migrate previous format if needed)Andrew Dolgov
2021-03-05schema: add separate otp_secret columnAndrew Dolgov
2021-03-05add a bunch of button iconsAndrew Dolgov
2021-03-05sessions: stop validating against hash of user agent because chromium is sendingAndrew Dolgov
2021-03-05don't check for plugin updates automatically on pane openAndrew Dolgov
2021-03-05rename unfairly prefixed get_enclosures() in feeditemAndrew Dolgov
2021-03-04Merge branch 'master' of git.tt-rss.org:fox/tt-rssAndrew Dolgov