maliming
fdda4da461
fix: update RetryAfter handling to return null for ban policies and add custom resolver null check
4 weeks ago
maliming
40bc80ab05
fix: update OperationRateLimit to OperationRateLimiting in project references
4 weeks ago
maliming
11b99c1f92
Fix relative links to fundamentals docs
4 weeks ago
maliming
1229b2b2ee
feat: add Operation Rate Limiting section to documentation
4 weeks ago
maliming
46b283e338
refactor: update partition key handling to support async resolution in operation rate limiting
4 weeks ago
maliming
b92eda2419
Rename Volo.Abp.OperationRateLimit to Volo.Abp.OperationRateLimiting
4 weeks ago
maliming
c67db4ff15
refactor: remove IClientIpAddressProvider and replace with IWebClientInfoProvider in operation rate limiting
4 weeks ago
maliming
4c3448be32
refactor: improve operation rate limit rule handling and add multi-tenancy support in policy builder tests
4 weeks ago
maliming
62fcb628cf
fix: change IClientIpAddressProvider registration from transient to singleton
4 weeks ago
maliming
6f157406e0
Add Volo.Abp.OperationRateLimit module
4 weeks ago
Volosoft Agent
d644bb15c0
Merge pull request #25015 from abpframework/auto-merge/rel-10-2/4405
Merge branch dev with rel-10.2
4 weeks ago
Engincan VESKE
3bd7284c1f
Merge pull request #25012 from abpframework/10.2-ai-management-docs
Make workspace data source uploads configurable
4 weeks ago
Engincan VESKE
4f49a8149d
Merge pull request #25013 from abpframework/copilot/update-migration-guide-10-2
docs: Add @volo/ai-management NPM package requirement to ABP 10.2 migration guide
4 weeks ago
copilot-swe-agent[bot]
2dee7d8252
docs: add @volo/ai-management NPM package requirement to ABP 10.2 migration guide
Co-authored-by: EngincanV <43685404+EngincanV@users.noreply.github.com>
4 weeks ago
copilot-swe-agent[bot]
2ab9bbe9b9
Initial plan
4 weeks ago
enisn
5710a4d59d
Make workspace data source uploads configurable
Update AI Management docs to describe configurable workspace data source upload options. Adds notes that allowed file extensions and max file size are configurable (default 10 MB), and that deleting a data source removes its embeddings, chunks, and blob. Introduces a new "Configuring Data Source Upload Options" section with a WorkspaceDataSourceOptions example (AllowedFileExtensions, MaxFileSize, ContentTypeMap), lists available properties and helper methods (GetMaxFileSizeDisplay, GetAllowedExtensionsDisplay, GetAcceptAttribute), and a note about registering content extractors for new file types. Also documents the WorkspaceDataSourceManager repository responsibility for full cleanup.
4 weeks ago
Ma Liming
597440f0ab
Merge pull request #25007 from abpframework/auto-docs-seo/25006
docs: Add SEO descriptions (from PR 25006)
4 weeks ago
github-actions[bot]
7870904faa
docs: Add SEO descriptions to modified documentation files
Related to PR #25006
4 weeks ago
Volosoft Agent
5eeba0cf36
Merge pull request #25006 from abpframework/auto-merge/rel-10-2/4402
Merge branch dev with rel-10.2
4 weeks ago
Engincan VESKE
e91aa6f920
Merge pull request #25003 from abpframework/upgrade/mongodb-driver-3.7.0
Upgrade MongoDB.Driver from 3.6.0 to 3.7.0
4 weeks ago
Volosoft Agent
14d64bf7e5
Merge pull request #25004 from abpframework/auto-merge/rel-10-2/4400
Merge branch dev with rel-10.2
4 weeks ago
Volosoft Agent
4d741629ed
Merge pull request #25001 from abpframework/auto-merge/rel-10-1/4399
Merge branch rel-10.2 with rel-10.1
4 weeks ago
selman koc
16ee73ef43
Merge branch 'rel-10.2' into auto-merge/rel-10-1/4399
4 weeks ago
github-actions[bot]
a08cedd0ad
docs: update package version changes [skip ci]
4 weeks ago
maliming
88fdf59a6a
Upgrade MongoDB.Driver from 3.6.0 to 3.7.0
4 weeks ago
Alper Ebiçoğlu
1ecba37567
Merge pull request #25000 from abpframework/skoc10-patch-3
Update version to release 10.1.1
4 weeks ago
selman koc
60caa967eb
Update version to release 10.1.1
4 weeks ago
Volosoft Agent
65ef1736ac
Merge pull request #24999 from abpframework/auto-merge/rel-10-2/4398
Merge branch dev with rel-10.2
4 weeks ago
oykuermann
25756e2ba0
Merge pull request #24951 from abpframework/feat/resource-permission-provider-availability
feat: Add `IsAvailableAsync` to resource permission management providers
4 weeks ago
Volosoft Agent
cad5e25e89
Merge pull request #24998 from abpframework/auto-merge/rel-10-2/4397
Merge branch dev with rel-10.2
4 weeks ago
Yağmur Çelik
604be2c847
Merge pull request #24977 from abpframework/copilot/remove-resource-permission-header
Remove redundant "Permissions" heading from resource permission management modals
4 weeks ago
Volosoft Agent
1381292c1a
Merge pull request #24997 from abpframework/auto-merge/rel-10-2/4396
Merge branch dev with rel-10.2
4 weeks ago
Yağmur Çelik
d47ab58718
Merge pull request #24952 from abpframework/fix/blazor-permission-checkbox-disabled-after-select
Fix permission checkboxes become disabled after being selected in Blazor UI
4 weeks ago
Volosoft Agent
bd77a8c5d1
Merge pull request #24996 from abpframework/auto-merge/rel-10-2/4395
Merge branch dev with rel-10.2
4 weeks ago
Volosoft Agent
4c3c365062
Merge pull request #24995 from abpframework/auto-merge/rel-10-1/4394
Merge branch rel-10.2 with rel-10.1
4 weeks ago
Volosoft Agent
a9364d907d
Merge pull request #24994 from abpframework/auto-merge/rel-10-0/4393
Merge branch rel-10.1 with rel-10.0
4 weeks ago
Engincan VESKE
3ba9010d47
Merge pull request #24990 from abpframework/fix/mvc-cached-config-client-cache-key-by-user
Fix cache key isolation by user identity in MvcCachedApplicationConfigurationClient
4 weeks ago
Volosoft Agent
fd3183a49a
Merge pull request #24993 from abpframework/auto-merge/rel-10-2/4392
Merge branch dev with rel-10.2
4 weeks ago
sumeyye
85f11af323
Merge pull request #24980 from abpframework/issue-21758
Replace custom tabs with NgbNav; add NgbNavModule
4 weeks ago
Engincan VESKE
9c33a5a82d
Merge pull request #24987 from abpframework/issue-20828
Blazor WebApp UI Option for the Modular Monolith Application development tutorial
4 weeks ago
Volosoft Agent
9c0eab1f85
Merge pull request #24992 from abpframework/auto-merge/rel-10-2/4391
Merge branch dev with rel-10.2
4 weeks ago
Volosoft Agent
887ec7b708
Merge pull request #24991 from abpframework/auto-merge/rel-10-1/4390
Merge branch rel-10.2 with rel-10.1
4 weeks ago
Engincan VESKE
fd160042b6
Merge pull request #24985 from abpframework/modalClass-ResourcePermissionManagement
update: enhance resource permission management modal initialization
4 weeks ago
maliming
4c20961b15
Rename constant and use InvariantCulture for cache key formatting
4 weeks ago
maliming
b59fc27c1d
Extract GetHttpContextItemsCacheKey helper method
4 weeks ago
maliming
ddf9b04b44
Include UI culture in the HttpContext.Items cache key
4 weeks ago
maliming
5f933a6afb
Fix cache key isolation by user identity in MvcCachedApplicationConfigurationClient
4 weeks ago
github-actions[bot]
cb23cc98fd
Optimised images with calibre/image-actions
4 weeks ago
SALİH ÖZKARA
2c2b1419c2
Update Modular CRM docs: HTTP clients & links
Register AddHttpClientProxies for ModularCrmContractsModule and CatalogContractsModule alongside OrderingContractsModule in the client module example, and add a clarifying comment. Remove a Blazor WebApp placeholder screenshot reference in part-05. Update the download link in part-08 to point to the ModularCRM-BlazorWebApp sample repository. These changes align the docs with the Blazor WebApp sample and ensure required HTTP client proxies are shown.
4 weeks ago
SALİH ÖZKARA
224c454aab
Update part-04.md
4 weeks ago