summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-02-23drop errors.php and simplify error handlingAndrew Dolgov
2021-02-23rename TTRSS_SESSION_NAME to SESSION_NAMEAndrew Dolgov
2021-02-23cleanup some defined-stuffAndrew Dolgov
2021-02-22move db-prefs shortcut functions to functions.phpAndrew Dolgov
2021-02-22finalize config:: migration; make config.php optionalAndrew Dolgov
2021-02-22don't include config.php everywhereAndrew Dolgov
2021-02-22migrate the rest into Config::Andrew Dolgov
2021-02-22wip: initial for config objectAndrew Dolgov
2021-02-22dirname(__FILE__) -> __DIR__Andrew Dolgov
2021-02-22do not use define_default() because it screws with static analyzersAndrew Dolgov
2021-02-22Merge pull request 'Let 'RSSUtils::check_feed_favicon' update existing favico...fox
2021-02-22fix several issues reported by phpstanAndrew Dolgov
2021-02-21Try to limit max favicon size, don't store current/old in a var.wn_
2021-02-21pref-prefs: switch to new control shorthand in a few placesAndrew Dolgov
2021-02-21for the most part, deal with filter rules UIAndrew Dolgov
2021-02-19move bookmarklet-related methods out of public.php into the pluginAndrew Dolgov
2021-02-19migrate xhrJson invocations to the new helperAndrew Dolgov
2021-02-18get rid of a few more prototype-ismsAndrew Dolgov
2021-02-18bookmarklets: cleanupAndrew Dolgov
2021-02-17 * add (disabled) shortcut syntax for plugin methodsAndrew Dolgov
2021-02-16cleanup markup in some plugins, make nsfw generate dijit widgetsAndrew Dolgov
2021-02-16replace a few more controls to new styleAndrew Dolgov
2021-02-16controls_compat: comment out most of themAndrew Dolgov
2021-02-16fix floicon not imported from global namespaceAndrew Dolgov
2021-02-16move session-related functions to their own namespaceAndrew Dolgov
2021-02-16move rgb/hsl functions to their own namespaceAndrew Dolgov
2021-02-16rework controls to accept parameters as arrayAndrew Dolgov
2021-02-16amend previous to fix actual underlying problem (double escaping)Andrew Dolgov
2021-02-16hidden_tag: temporarily prevent htmlspecialchars() to stop embedded JSON from...Andrew Dolgov
2021-02-16login form: use control helpersAndrew Dolgov
2021-02-16feed debugger: use hidden helpers; add button helpersAndrew Dolgov
2021-02-16add namespaced controls with unified naming; deprecated old-style control sho...Andrew Dolgov
2021-02-15drop legacy DB interface and related sanity checksAndrew Dolgov
2021-02-15remove the rest of db.php; rename some leftover methods in feedsAndrew Dolgov
2021-02-15drop legacy db_ functions wrapperAndrew Dolgov
2021-02-15feeds: unify namingAndrew Dolgov
2021-02-15render enclosures on the clientAndrew Dolgov
2021-02-14use shortcut echo syntax for php templatesAndrew Dolgov
2021-02-13batch subscribe: use client dialogAndrew Dolgov
2021-02-12drop ENABLE_GZIP_OUTPUT; system prefs: load php info only if neededAndrew Dolgov
2021-02-12validate_csrf: remove warningAndrew Dolgov
2021-02-12add HTTP_ACCEPT_LANGUAGE handling for php8Andrew Dolgov
2021-02-12RIP easy-installerAndrew Dolgov
2021-02-12RIP self-registrationAndrew Dolgov
2021-02-12* filters: remove duplicate code, overall cleanupAndrew Dolgov
2021-02-11disable themes in safe mode; rework safe mode warning/login promptAndrew Dolgov
2021-02-11format_backtrace: don't try to use resources as stringsAndrew Dolgov
2021-02-10make feed/cat nested dropdowns a bit more readableAndrew Dolgov
2021-02-08remove PHPMD.UnusedFormalParameterAndrew Dolgov
2021-02-08sanity checks: use better CLI detection, shorten most of the textwip-php8Andrew Dolgov