summaryrefslogtreecommitdiff
path: root/router
AgeCommit message (Expand)Author
2023-12-19chore: reverting the current implementation of http response cachingGabe Kangas
2023-12-18fix(auth): limit admin cors access to only localhost:3000Gabe Kangas
2023-12-11chore: remove reponse cache from root routeGabe Kangas
2023-12-09feat(api): add server-side caching for requests that could benefit (#3463)Gabe Kangas
2023-10-21Fix parsing of Authorization Bearer header (#3376)Alyssa Ross
2023-06-05feat: simplify console logsGabe Kangas
2023-05-30Support using the custom video serving endpoint even if you don't use object ...Gabe Kangas
2023-05-30feat: add support for robots.txt disabling search indexing (#2929)Gabe Kangas
2023-03-10Fix HTML scaffolding of admin pages rendering without auth. Closes #2789Gabe Kangas
2023-02-26Fix chat embed redirect breaking chat embeds. Closes #2739Gabe Kangas
2023-02-26Chore: update gzipping library to use CAFxX/httpcompression (#2741)Pranav Joglekar
2023-02-24Fix trailing slash issue on /embed/chat redirect. Closes #2716Gabe Kangas
2023-02-19Redirect /embed/chat to /embed/chat/readonly. Closes #2716Gabe Kangas
2023-01-18Allow adding custom javascript to the page. Closes #2604Gabe Kangas
2023-01-17Make the public dir live inside data to make volume mounting easierGabe Kangas
2023-01-17Remove twitter notification configuration (#2598)Michael David Kuckuk
2023-01-09Serve content with gzip encoding directly from our webserver. Improves perfor...Gabe Kangas
2022-12-15Merge remote-tracking branch 'origin/develop' into webv2Gabe Kangas
2022-12-12Support CSP nonce for webv2. Closes #2127Gabe Kangas
2022-12-12Feature: emoji editor (#2411)Philipp
2022-12-09Explicitly block requests to /debug/varsGabe Kangas
2022-11-29API + Data changes to support split up of stream keys and admin passwordsGabe Kangas
2022-11-12Support color customization from the admin (#2338)Gabe Kangas
2022-10-27Add support for public static files. Closes #2234Gabe Kangas
2022-10-10Fix embeds not loading on prod builds. Closes #2186Gabe Kangas
2022-08-09Add custom offline message+api. Part of #1901Gabe Kangas
2022-07-20Set ReadHeaderTimeout in http serverGabe Kangas
2022-07-20Add user detail API + modal. Closes #2002Gabe Kangas
2022-07-18Set ReadHeaderTimeout in http serverGabe Kangas
2022-07-11Merge remote-tracking branch 'origin/develop' into webv2Gabe Kangas
2022-06-26Add option to hide viewer count. Closes #1939Gabe Kangas
2022-06-25Support a custom emoji override directory. Closes #1967Gabe Kangas
2022-06-20Use thumbnail and preview gif controllersGabe Kangas
2022-06-20Use static servers for serving embedded web assetsGabe Kangas
2022-06-20Use bundled images instead of old webroot filesGabe Kangas
2022-06-20Standardize endpoint name and fix doc. Closes #1966Gabe Kangas
2022-06-19First pass at bundling web app into service. Working.Gabe Kangas
2022-06-05Require auth middleware only on GET requestsGabe Kangas
2022-06-04Fix middleware attached to wrong endpointGabe Kangas
2022-05-27Check multiple Accept headers for content-type (#1935)tobi
2022-05-23Re-add missing required auth middleware to callbackGabe Kangas
2022-05-16Remove extra newlineGabe Kangas
2022-05-16rm FLoC-specific header (#1908)Meisam
2022-04-22Fediverse-based authentication (#1846)Gabe Kangas
2022-04-21IndieAuth support (#1811)Gabe Kangas
2022-04-15Add extended content type for ActivityPub objects. Closes #1827Gabe Kangas
2022-04-07Experiment with supporting h2cGabe Kangas
2022-03-18Outbound live stream notifications (#1663)Gabe Kangas
2022-03-16Stream performance metrics (#1785)Gabe Kangas
2022-03-06Add support for established chat user mode. #1587 (#1681)Gabe Kangas