summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2021-02-06event log: add paginationAndrew Dolgov
2021-02-06_color_pack: define variable before usingAndrew Dolgov
2021-02-06fix clean() for arrays and user plugin listAndrew Dolgov
2021-02-06more php8 fixes mostly related to loginAndrew Dolgov
2021-02-05initial WIP for php8; bump php version requirement to 7.0Andrew Dolgov
2021-01-07feed editor: show purge interval correctly if FORCE_ARTICLE_PURGE is setAndrew Dolgov
2020-12-20update_rss_feed: fix BLACKLISTED_TAGS not working properly, simplify tag-rela...Andrew Dolgov
2020-12-12Make 'ttrss_error_handler' compatible w/ 8.wn
2020-12-12Don't do deprecated 'libxml_disable_entity_loader(true)' under PHP 8.wn
2020-12-12Switch to 'get_error_types()' to ensure availability in 'include/functions.php'.wn
2020-12-12Only do sanity checks for self URL if we can create a valid URL.wn
2020-12-11- move sphinx plugin to a separate repoAndrew Dolgov
2020-11-30add support for an override stylesheet which applies to all usersAndrew Dolgov
2020-10-01enable Farsi locale in the UIAndrew Dolgov
2020-09-30add DAEMON_UNSUCCESSFUL_DAYS_LIMIT tunable (defaults to 30 days)Andrew Dolgov
2020-09-30set session.cookie_lifetime to 0 initially instead of a rather useless min()Andrew Dolgov