summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Expand)Author
2021-06-18revise previous a little bit moreAndrew Dolgov
2021-06-18revise previous a little bitAndrew Dolgov
2021-06-18UrlHelper::rewrite_relative():Andrew Dolgov
2021-06-17Merge pull request 'Skip all urls with schemes different from base_url in rew...fox
2021-06-16Skip URI base on ALLOWED_RELATIVE_SCHEMES in rewrite_relativePhilip Klempin
2021-06-16add settings profile cloningAndrew Dolgov
2021-05-21UrlHelper::rewrite_relative: don't try to feed NULL to with_trailing_slash()Andrew Dolgov
2021-05-21feeditem_atom: support xml:base for enclosures and entry contentAndrew Dolgov
2021-05-20add hotkeys J/K to move between unread feedsAndrew Dolgov
2021-05-18API: bump api level to 17Andrew Dolgov
2021-05-18provide base configuration object in login response to skip on initial getConfigAndrew Dolgov
2021-05-18Merge branch 'master' of git.tt-rss.org:fox/tt-rssAndrew Dolgov
2021-05-18API: return custom sort types in getConfigAndrew Dolgov
2021-05-11checking for PDO there is rather uselessAndrew Dolgov
2021-05-11sanity check: in single user mode, only test for admin user if migrations hav...Andrew Dolgov
2021-05-11Improve missing token checkJacek Tomasiak
2021-05-07include archived articles (which lack associated feed id) when browsing by tagAndrew Dolgov
2021-05-07add urlhelper to extract youtube video id from urlAndrew Dolgov
2021-04-19FIX: public.php - Undefined index: feed_titleOliver Haucke
2021-04-12functions_enabled: trim spaces from disable_functions php ini settingAndrew Dolgov
2021-04-09pluginhost: add profile_get/profile_set helpersAndrew Dolgov
2021-03-29Merge branch 'master' of git.tt-rss.org:fox/tt-rssAndrew Dolgov
2021-03-29OTP: generate longer secrets, also make them easier to read/copyAndrew Dolgov
2021-03-27Adjust quotation marks in search query before 'str_getcsv'.wn_
2021-03-23Revert "clip max displayed counter value to 9999 because of container node wi...Andrew Dolgov
2021-03-23clip max displayed counter value to 9999 because of container node widthAndrew Dolgov
2021-03-22yet another flex feedtree attemptexp-flex-feedtreeAndrew Dolgov
2021-03-20Switch most of API to ORMwn_
2021-03-17prefs: allow setting email if it was previously blankAndrew Dolgov
2021-03-17Minor cleanup in 'Handler_Public->getProfiles'wn_
2021-03-17Fix a couple of array index warnings in 'Handler_Public->forgotpass'wn_
2021-03-17Switch 'Handler_Public->forgotpass' to ORMwn_
2021-03-17Switch 'Handler_Public->login' to ORM, fix 'Handler_Public->getProfiles'wn_
2021-03-17Switch 'Handler_Public->rss' to ORMwn_
2021-03-17Switch 'Handler_Public->getProfiles' to ORMwn_
2021-03-17Switch 'RSSUtils::update_basic_info' to ORMwn_
2021-03-16add svg loading indicatorsAndrew Dolgov
2021-03-16remove published opml (use CLI instead)Andrew Dolgov
2021-03-15Fix E_NOTICE in `add_handler()`.JustAMacUser
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