summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-02-28sanity_check: config.php is now optional, also cleanup some error messagesAndrew Dolgov
2021-02-28move all $fetch globals to UrlHelperAndrew Dolgov
2021-02-27bump schema for ttrss_user_labels2 indexesAndrew Dolgov
2021-02-26* switch to composer for qrcode and otp dependenciesAndrew Dolgov
2021-02-26cleanup previousAndrew Dolgov
2021-02-26pass translations to frontend as a json objectAndrew Dolgov
2021-02-25cache schema version betterAndrew Dolgov
2021-02-25enforce some stricter type checking for loggersAndrew Dolgov
2021-02-25logger: shorter syntaxAndrew Dolgov
2021-02-25stop caching schema version entirely, fix some session_start() related warningsAndrew Dolgov
2021-02-25get_version: pass int to strftime()Andrew Dolgov
2021-02-25use constants in get_pref()/set_pref()Andrew Dolgov
2021-02-25fix get_pref always using default profile; remove unneeded code from db_prefsAndrew Dolgov
2021-02-25implement prefs UI based on new prefs class and a few more thingsAndrew Dolgov
2021-02-25bump schema for upcoming prefs overhaulAndrew Dolgov
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