]> Untitled Git - lemmy-ui.git/history - src/server/index.tsx
Use http client (#1081)
[lemmy-ui.git] / src / server / index.tsx
2023-06-14 SleeplessOne1917Use http client (#1081)
2023-06-13 cmpMake the community title in the sidebar link to the...
2023-06-12 SleeplessOne1917Merge branch 'main' into fix-button-click-area
2023-06-12 SleeplessOne1917Merge branch 'main' into avatar-aspect-ratio-fix
2023-06-12 DessalinesAnother try at sanitize. (#1208)
2023-06-12 Alec ArmbrusterMerge branch 'main' into avatar-aspect-ratio-fix
2023-06-12 SleeplessOne1917Merge pull request #1176 from MageJohn/main
2023-06-11 Yuri PietersSet html lang attr to the interface language
2023-06-09 SleeplessOne1917Merge branch 'main' into 1078-language-select-disable...
2023-06-09 NutomicAlternative way to sanitize isoData (#1129)
2023-06-08 0xDEADCADEFix isoData can contain user generated content (#1114)
2023-06-06 SleeplessOne1917Merge pull request #1092 from thomasdouwes/patch-1
2023-06-06 ThomasAdd media-src * to Content-Security-Policy header
2023-06-05 SleeplessOne1917Merge pull request #1089 from jwhitmarsh/fix/1039
2023-06-05 SleeplessOne1917Merge branch 'main' into fix/1039
2023-06-05 James WhitmarshRefactor lets to consts
2023-05-24 SleeplessOne1917Merge branch 'main' into language-tag-changes
2023-05-23 abiasMerge branch 'rate-limiting-tab' of https://github...
2023-05-23 abiasMerge branch 'main' into rate-limiting-tab
2023-05-23 SleeplessOne1917Merge pull request #1024 from SleeplessOne1917/nicer...
2023-05-23 SleeplessOne1917Merge branch 'main' into nicer-error-hnadling
2023-05-23 SleeplessOne1917Merge branch 'main' into rate-limiting-tab
2023-05-23 SleeplessOne1917Lint fix (#1035)
2023-05-23 SleeplessOne1917Merge branch 'main' into nicer-error-hnadling
2023-05-23 abiasMerge branch 'main' into nicer-error-hnadling
2023-05-22 abiasAlways replace host with internal host
2023-05-22 abiasRevert "User HTTP instead of HTTPS when fetching icon...
2023-05-22 abiasRevert "Add debug statement."
2023-05-22 abiasAdd debug statement.
2023-05-22 abiasUser HTTP instead of HTTPS when fetching icon in docker...
2023-05-22 abiasMerge branch 'nicer-error-hnadling' of https://github...
2023-05-22 abiasMake error code always display
2023-05-22 abiasMerge branch 'main' into nicer-error-hnadling
2023-05-22 SleeplessOne1917Merge branch 'main' into nicer-error-hnadling
2023-05-21 SleeplessOne1917Merge branch 'main' into nicer-error-hnadling
2023-05-17 SleeplessOne1917Merge branch 'main' into nicer-error-hnadling
2023-05-17 abiasFix isoData bug
2023-05-17 abiasRefactor how error data is passed from server to client
2023-05-16 abiasGet rid or forced error
2023-05-16 abiasCleanup
2023-05-16 abiasMerge branch 'main' into nicer-error-hnadling
2023-05-15 abiasFix things not working in production build
2023-05-15 abiasFix error page not showing when site not fetched and...
2023-05-14 abiasHandle error when site not returned
2023-05-14 abiasUse node env instead of version for environment specifi...
2023-05-14 abiasRedirect to login and remove duplicated code
2023-05-14 abiasFix server redirect error
2023-05-14 abiasMerge branch 'main' into nicer-error-hnadling
2023-05-14 abiasSet up logic for handling errors
2023-05-12 SleeplessOne1917Add support for PWA (#1005)
2023-04-15 SleeplessOne1917Make pages use query params instead of route params...
2023-02-03 DessalinesMerge branch 'main' into release/v0.17
2023-02-03 DessalinesRemoving extra themes. Fixes #905 (#910)
2023-01-17 DessalinesFixing PWA install. Fixes #822 (#893)
2023-01-04 DessalinesRemoving monads. Fixes #884 (#886)
2022-11-22 DessalinesFix csp header for svgs in firefox. Fixes #869 (#870)
2022-11-18 DessalinesMove symbols to its own cacheable file. Fixes #809...
2022-10-21 DessalinesMerge branch 'browser_popup'
2022-10-04 NutomicSupport new video embed api format (fixes #709) (#817)
2022-09-21 DessalinesMerge branch 'fix/notif_new_fetch_bug' of https://githu...
2022-08-17 DessalinesUpdating translations.
2022-08-16 DessalinesDisable CSP when in debug mode. (#743)
2022-08-04 DessalinesDocumenting and changing a few env vars. Fixes #661...
2022-08-03 NutomicChange CSP rule for connect-src (websocket) to wildcard...
2022-06-21 DessalinesAdding option types 2 (#689)
2022-06-01 DessalinesFixing CSP for iOS devices. Fixes #669 (#678)
2022-05-30 DessalinesCommenting out csp headers, since it broke iOS devices...
2022-05-26 DessalinesUse LEMMY_UI_DEBUG for development mode. (#644)
2022-05-25 DessalinesAdd LEMMY_UI_CUSTOM_SCRIPT env var. Fixes #655 (#656)
2022-05-23 DessalinesAdd default post listing (#645)
2022-05-06 NutomicSet content security policy http header for all respons...
2022-04-27 DessalinesAdding litely-red and darkly-red themes. (#636)
2022-04-13 DessalinesAdding a LEMMY_UI_DEBUG flag for eruda debugging (...
2022-04-08 DessalinesRevert "Set content security policy http header for...
2022-04-07 NutomicSet content security policy http header for all respons...
2022-03-24 DessalinesRemove auth token from error message. Fixes #600 (...
2022-03-03 NutomicRename theme files from *.min.css to *.css (#590)
2022-03-02 NutomicCustom themes (#584)
2022-02-17 DessalinesDon't redirect on server error. Fixes #570 (#582)
2021-12-30 DessalinesPrivate instances (#523)
2021-12-02 DessalinesUsing console.error for error logs. (#517)
2021-11-17 DessalinesTrying to catch promise and json parse errors. #489...
2021-11-15 DessalinesFixing nav-link
2021-09-06 DessalinesFixing lint, adding a few endpoints.
2021-09-05 mahanstreamerAdd robots.txt file
2021-07-18 DessalinesFix language bug on mobile browsers
2021-07-17 DessalinesRe-organized components folder. (#339)
2021-07-16 DessalinesMerge pull request #322 from LemmyNet/fix/comment_collapse
2021-07-16 DessalinesMerge pull request #323 from LemmyNet/fix/page-refresh
2021-07-16 DessalinesMerge pull request #321 from LemmyNet/fix/symbols_issue
2021-07-16 DessalinesMerge pull request #324 from LemmyNet/upgrade_deps_4
2021-07-16 DessalinesAdding a few missing langs. (#325)
2021-07-16 DessalinesFix symbols issue. Fixes #319
2021-04-26 DessalinesFix httpBase
2021-03-30 DessalinesUsing LEMMY_UI_HOST
2021-03-30 DessalinesFixing lemmy-ui default port.
2021-03-29 DessalinesUpdating to use api v3 lemmy-js-client.
2021-03-29 Stefan MidjichSet listen host and port with environment variables...
2021-03-25 DessalinesMerge branch 'split_user_table'
2021-03-25 DessalinesFixing custom favicons. Fixes #220
next