Commit b69fd5a
Submodule AppViewLite updated 45 files
- src/AppViewLite.Web/AppViewLiteHub.cs+6-2
- src/AppViewLite.Web/Components/LabelBadges.razor+2-2
- src/AppViewLite.Web/Components/Layout/MainLayout.razor+5
- src/AppViewLite.Web/Components/Layout/NavMenu.razor+16-5
- src/AppViewLite.Web/Components/Pages/Admin/TableStats.razor+6-4
- src/AppViewLite.Web/Components/Pages/Mute.razor+4-1
- src/AppViewLite.Web/Components/Pages/Takeout.razor+1-1
- src/AppViewLite.Web/Components/PostRow.razor+5-5
- src/AppViewLite.Web/Controllers/AppViewLiteController.cs+22-9
- src/AppViewLite.Web/Program.cs+22-5
- src/AppViewLite.Web/wwwroot/app.css+2-2
- src/AppViewLite.Web/wwwroot/app.js+97-46
- src/AppViewLite/AppViewLiteSession.cs+15-3
- src/AppViewLite/BlocklistableHttpClientHandler.cs+107-6
- src/AppViewLite/BlueskyEnrichedApis.cs+208-29
- src/AppViewLite/BlueskyModerationBase.cs+2
- src/AppViewLite/BlueskyRelationships.cs+86-22
- src/AppViewLite/BlueskyRelationshipsClientBase.cs-2
- src/AppViewLite/DedicatedThreadPoolScheduler.cs+104-44
- src/AppViewLite/HostRateLimiter.cs+2-1
- src/AppViewLite/Indexer.cs+8-3
- src/AppViewLite/Models/AppViewLiteProfile.cs+11-4
- src/AppViewLite/Models/BlueskyLabel.cs+5-3
- src/AppViewLite/Models/BlueskyPost.cs+18-3
- src/AppViewLite/Models/BlueskyPostData.cs+4-1
- src/AppViewLite/Models/LabelId.cs+1-1
- src/AppViewLite/Models/RssRefreshInfo.cs+2-2
- src/AppViewLite/Models/SelfLabelsEnum.cs+17
- src/AppViewLite/PluggableProtocols/HackerNewsProtocol.cs+2-1
- src/AppViewLite/PluggableProtocols/Nitter.cs+10-1
- src/AppViewLite/PluggableProtocols/PluggableProtocol.cs+26-19
- src/AppViewLite/PluggableProtocols/RssProtocol.cs+22-7
- src/AppViewLite/PluggableProtocols/Telegram.cs+2-1
- src/AppViewLite/RecentLikeRelationshipsCache.cs+24
- src/AppViewLite/RelationshipDictionary.cs+1-2
- src/AppViewLite/RequestContext.cs+2-2
- src/AppViewLite/Storage/CombinedPersistentMultiDictionary.cs+4-4
- src/AppViewLite/Storage/HugeMemory.cs+1
- src/AppViewLite/Storage/ImmutableMultiDictionaryReader.cs+76-39
- src/AppViewLite/Storage/ProbabilisticSet.cs+6-1
- src/AppViewLite/Storage/SlicedCacheBase.cs+1-1
- src/AppViewLite/Storage/WhereSelectCache.cs+2-2
- src/AppViewLite/StringUtils.cs+8-1
- src/AppViewLite/TaskDictionary.cs+8-1
- src/AppViewLite/UserPairEngagementCache.cs+2-3
Submodule core updated from a60331d to 6e7c368
Submodule loops-server updated 320 files
Submodule core updated from a60331d to 6e7c368
0 commit comments