a fork of iceshrimp.net but a tweaked frontend to my personal liking. waow
fediverse social-media social iceshrimp fedi
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[backend/openapi] Update Scalar, enable persistent authentication

+2 -1
+1
Iceshrimp.Backend/Core/Extensions/WebApplicationExtensions.cs
··· 67 67 .AddDocument("mastodon", "Mastodon") 68 68 .WithOpenApiRoutePattern("/openapi/{documentName}.json") 69 69 .WithModels(false) 70 + .WithPersistentAuthentication() 70 71 .WithCustomCss(""" 71 72 .open-api-client-button, .darklight-reference > .flex > .text-sm { display: none !important; } 72 73 .darklight-reference > .flex > button > div:nth-child(1) { height: 14px !important; }
+1 -1
Iceshrimp.Backend/Iceshrimp.Backend.csproj
··· 45 45 <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.3" /> 46 46 <PackageReference Include="Otp.NET" Version="1.4.0" /> 47 47 <PackageReference Include="QRCoder" Version="1.6.0" /> 48 - <PackageReference Include="Scalar.AspNetCore" Version="2.1.0" /> 48 + <PackageReference Include="Scalar.AspNetCore" Version="2.4.19" /> 49 49 <PackageReference Include="SixLabors.ImageSharp.Drawing" Version="2.1.5" /> 50 50 <PackageReference Include="SixLabors.ImageSharp" Version="3.1.9-iceshrimp" /> 51 51 <PackageReference Include="Swashbuckle.AspNetCore" Version="7.2.0" />