summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Collapse)Author
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
I tried applying to only $error and only $old_error, but both appear to be needed. Log entries: E_NOTICE (8) classes/urlhelper.php:464 Trying to access array offset on value of type null 1. classes/urlhelper.php(464): ttrss_error_handler(8, Trying to access array offset on value of type null, classes/urlhelper.php, 464, [) 2. classes/rssutils.php(464): fetch([{"url":"https://some.url.rss","login":"","pass":"","timeout":15,"last_modified":"Sat, 31 Aug 2019 15:22:31 GMT"}) 3. update.php(235): update_rss_feed(732, 1)
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
* cleanup update_rss_feed() a bit, use ORM
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
different agent headers for whatever reason, example: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36 Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.104 Safari/537.36 seems to be related, at least, to App.postOpenWindow() hack.
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
2021-03-04show installed plugins in the installer listAndrew Dolgov
2021-03-04Fix Undefined index when using Single User ModeThrek
2021-03-04shorten plugin list action buttonsAndrew Dolgov
2021-03-04_get_available_plugins: decode as arrayAndrew Dolgov
2021-03-04add search to plugin installerAndrew Dolgov
2021-03-04fix a bunch of bookmarklets login forms not leading backAndrew Dolgov
2021-03-04use orm for settings profiles stuffAndrew Dolgov
2021-03-04log applied migrationsAndrew Dolgov
2021-03-04migrations: refuse to apply empty schema filesAndrew Dolgov
2021-03-04migrations: don't try to use transactions on mysqlAndrew Dolgov
2021-03-04bring back web dbupdate using new migrations systemAndrew Dolgov
2021-03-04wip for db_migrations for core schemaAndrew Dolgov
2021-03-04support loading base schema as latest versionAndrew Dolgov
2021-03-03wip: initial for db_migrationsAndrew Dolgov
2021-03-03add basic local plugin uninstallerAndrew Dolgov
2021-03-03add basic plugin installer (uses tt-rss.org)Andrew Dolgov
2021-03-03add update button for system pluginsAndrew Dolgov
2021-03-03reduce Amount of Caps Used in Multiple DialogsAndrew Dolgov
2021-03-03add a send test email button to prefs/systemAndrew Dolgov
2021-03-03previous one was not good enough i guessAndrew Dolgov
2021-03-03config::make_self_url() strip index.php etcAndrew Dolgov
2021-03-03 * remove _SKIP_SELF_URL_PATH_CHECKSAndrew Dolgov
* simplify SELF_URL_PATH checks wrt trailing slash
2021-03-02use orm in some more places; prevent _get_cat_title from hitting the db for ↵Andrew Dolgov
uncategorized
2021-03-02Merge branch 'master' of git.tt-rss.org:fox/tt-rssAndrew Dolgov
2021-03-02add digest preview button, also fix a bunch of bugsAndrew Dolgov
2021-03-02Merge pull request 'Fix undefined array key warnings when using iOS app' ↵fox
(#12) from sam302psu/tt-rss:undefined-array-keys into master Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/12
2021-03-02changed skip and limit to coalesce to 0 instead of ""sam302psu
2021-03-02Fix undefined array key warnings when using iOS appsam302psu
Use coalesce operator and empty string/default value to fix undefined array key warnings filling up logs when using iOS app to access api.