Commit 513a458
Submodule AppViewLite updated 63 files
- README.md+1-1
- src/AppViewLite.Web/AppViewLite.Web.csproj+2-2
- src/AppViewLite.Web/AppViewLiteHub.cs+1-1
- src/AppViewLite.Web/Components/Layout/NavMenu.razor+12-8
- src/AppViewLite.Web/Components/Pages/Admin/Performance.razor+17-4
- src/AppViewLite.Web/Components/Pages/Admin/Requests.razor+10-2
- src/AppViewLite.Web/Components/Pages/Admin/TableStats.razor+2
- src/AppViewLite.Web/Components/Pages/Compose.razor+26-3
- src/AppViewLite.Web/Components/Pages/ProfilePage.razor+27-7
- src/AppViewLite.Web/Components/PostRow.razor+5
- src/AppViewLite.Web/Controllers/AppViewLiteController.cs+20
- src/AppViewLite.Web/Controllers/MediaController.cs+17-5
- src/AppViewLite.Web/Program.cs+1
- src/AppViewLite.Web/wwwroot/app.css+24-4
- src/AppViewLite.Web/wwwroot/app.js+119-4
- src/AppViewLite.Web/wwwroot/assets/default-x-avatar.svg+6
- src/AppViewLite.sln-31
- src/AppViewLite.slnx+4
- src/AppViewLite/ApiCompatUtils.cs+2-3
- src/AppViewLite/AppViewLite.csproj+14-15
- src/AppViewLite/AppViewLiteConfiguration.cs+15
- src/AppViewLite/AppViewLiteInit.cs+1
- src/AppViewLite/AtProtoS32.cs+10
- src/AppViewLite/BlueskyEnrichedApis.cs+207-31
- src/AppViewLite/BlueskyRelationships.cs+228-59
- src/AppViewLite/BlueskyRelationshipsClientBase.cs+1
- src/AppViewLite/CarImporter.cs-1
- src/AppViewLite/Models/AppViewLiteProfile.cs+4
- src/AppViewLite/Models/BlueskyFeedGenerator.cs-5
- src/AppViewLite/Models/BlueskyList.cs-6
- src/AppViewLite/Models/BlueskyPost.cs+5
- src/AppViewLite/Models/BlueskyPostData.cs+4
- src/AppViewLite/Models/BlueskyProfile.cs+4-3
- src/AppViewLite/Models/BlueskyProfileBasicInfo.cs+4
- src/AppViewLite/Models/RelationshipHashedRKey.cs-5
- src/AppViewLite/Models/RssRefreshInfo.cs+1-1
- src/AppViewLite/Numerics/Tid.cs+2
- src/AppViewLite/OpenGraph.cs+9
- src/AppViewLite/PluggableProtocols/ActivityPubProtocol.cs+2-2
- src/AppViewLite/PluggableProtocols/HackerNewsProtocol.cs+1-1
- src/AppViewLite/PluggableProtocols/Nitter.cs+352
- src/AppViewLite/PluggableProtocols/NostrProtocol.cs+2-2
- src/AppViewLite/PluggableProtocols/PluggableProtocol.cs+9-2
- src/AppViewLite/PluggableProtocols/RssProtocol.cs+91-21
- src/AppViewLite/PluggableProtocols/YotsubaProtocol.cs+3-3
- src/AppViewLite/RecentLikeRelationshipsCache.cs+50
- src/AppViewLite/RelationshipDictionary.cs+20-8
- src/AppViewLite/RelationshipProbabilisticCache.cs+14-11
- src/AppViewLite/RequestContext.cs+21-3
- src/AppViewLite/Storage/CombinedPersistentMultiDictionary.cs+46-8
- src/AppViewLite/Storage/ConcurrentFullEvictionCache.cs+23-2
- src/AppViewLite/Storage/DelegateProbabilisticCache.cs+16-13
- src/AppViewLite/Storage/HitMissCounter.cs+2
- src/AppViewLite/Storage/IFlushable.cs+1
- src/AppViewLite/Storage/ImmutableMultiDictionaryReader.cs+18-2
- src/AppViewLite/Storage/KeyProbabilisticCache.cs+12-9
- src/AppViewLite/Storage/KeyValueProbabilisticCache.cs+12-9
- src/AppViewLite/Storage/ProbabilisticSet.cs+129-5
- src/AppViewLite/Storage/SlicedCacheBase.cs+9-1
- src/AppViewLite/Storage/UnsafePointer.cs+21
- src/AppViewLite/Storage/WhereSelectCache.cs+11-7
- src/AppViewLite/StringUtils.cs+32-6
- src/AppViewLite/UserPairEngagementCache.cs+4-1
Submodule core updated from dd1bcee to a60331d
Submodule core updated from dd1bcee to a60331d
0 commit comments