berkansasmaz
3faae2cf14
Sends telemetry for only server-side applications
2 months ago
berkansasmaz
295138f31e
Merge branch 'rel-10.0' into berkan/data-collection-bug-fix
2 months ago
Yağmur Çelik
36e4ee035b
Merge pull request #24276 from abpframework/issue-24272
Add redirectUrl support to PermissionGuard - issue-24272
2 months ago
Ma Liming
4a75e816f4
Merge pull request #24294 from abpframework/auto-merge/rel-9-3/4165
Merge branch rel-10.0 with rel-9.3
2 months ago
Engincan VESKE
3fb06a2e76
Merge pull request #24283 from abpframework/PermissionChecker
Refactor multiple permissions grant result handling in `PermissionChecker`
2 months ago
Engincan VESKE
ad787c53e6
Merge pull request #24291 from abpframework/MongoDB.Driver.352
Bump MongoDB.Driver to version 3.5.2
2 months ago
maliming
4a191234c7
Bump MongoDB.Driver to version 3.5.2
https://github.com/mongodb/mongo-csharp-driver/releases/tag/v3.5.2
2 months ago
maliming
f8a22e37b1
Refactor property filtering in OnInitializedAsync
2 months ago
maliming
5bf657ab45
Add IsReadOnly and IsVisible to extension property modals
2 months ago
Engincan VESKE
d6730996ad
Merge pull request #24288 from abpframework/vsinternal-7565
db options ui options images and diagram replaced with new ones
2 months ago
Mansur Besleney
4e13cc44e6
db options ui options images and diagram replaced with new ones
2 months ago
berkansasmaz
4506f06fc6
AllowTrailingCommas while parse jsons for telemetry
2 months ago
berkansasmaz
455e2cb2c5
Use IServiceScopeFactory to resolve service due to dispose problem
2 months ago
Engincan VESKE
8a7efe22f3
Merge pull request #24284 from abpframework/LeptonXPackage
Update LeptonXLite theme packages to v5.0.0
2 months ago
maliming
f8e5457416
Update LeptonXLite theme packages to v5.0.0
2 months ago
maliming
5cac9f8a7b
Make IsGrantedAsync methods virtual in PermissionChecker
2 months ago
maliming
b90713bdf8
Remove prohibited permissions from definitions
2 months ago
maliming
4ee5529380
Add prohibited permission value providers and update permission checks
2 months ago
maliming
d75fb66347
Refactor permission grant result handling in PermissionChecker
2 months ago
Engincan VESKE
b120ef4608
Merge pull request #24277 from abpframework/ApplicationPartSorter
Fix ApplicationPartSorter to handle duplicate assemblies
2 months ago
maliming
6660304129
Fix ApplicationPartSorter to handle duplicate assemblies
2 months ago
Fahri Gedik
04e5d4da59
Add redirectUrl support to PermissionGuard
PermissionGuard now supports redirecting to a specified URL when access is denied and a redirectUrl is provided in route data. Updated guard logic to use map instead of filter/tap, and added corresponding unit tests to verify redirect behavior.
2 months ago
Halil İbrahim Kalkan
c3730993d0
Merge pull request #24274 from abpframework/10.0-docs-nav-update
Add Semantic.Kernel and Microsoft.Extensions.AI pages to the documentation navigation
2 months ago
Enis Necipoglu
9812b10cd8
Expand AI section in docs navigation
Replaces the single 'Artificial Intelligence' link with a nested list including Overview, Microsoft.Extensions.AI, and Semantic Kernel pages for improved documentation structure and discoverability.
2 months ago
Yağmur Çelik
3cc2fb5996
Merge pull request #24259 from abpframework/FeatureSettingGroup/Default.js
Add localization resource for success notification
2 months ago
maliming
e730711e39
Reset form after saving in feature management modal
2 months ago
Enis Necipoglu
bcd1822cad
Merge pull request #24263 from abpframework/EngincanV-patch-2
Update the chat url in ai-management doc
2 months ago
Engincan VESKE
bafc5792c1
Update the chat url in ai-management doc
2 months ago
Gizem Mutu Kurt
97461bb926
Merge pull request #24253 from abpframework/10.0-cmskit-menu-fix
Add feature checks to PageChangedHandler
2 months ago
Ma Liming
dd47c0694e
Update Default.js
2 months ago
maliming
fb0448250a
Add localization resource for success notification
2 months ago
Ma Liming
f518636768
Merge pull request #24251 from abpframework/Npgsql.EntityFrameworkCore.PostgreSQL
Update Npgsql.EntityFrameworkCore.PostgreSQL to 10.0.0
3 months ago
maliming
d1bfaa2263
Add support for nullable enums in various components and tag helpers
3 months ago
Ma Liming
2568e261fd
Remove version overrides for EF Core packages
Removed specific version overrides for Entity Framework Core packages.
3 months ago
Ma Liming
d14bc51e60
Update Npgsql.EntityFrameworkCore.PostgreSQL version
3 months ago
enisn
88a72d8ff8
Add feature checks to PageChangedHandler
Introduced checks for MenuFeature global feature and MenuEnable feature flag in PageChangedHandler. The handler now returns early if either feature is disabled, improving feature gating and preventing unnecessary processing.
3 months ago
maliming
a64536fd0b
Update Npgsql.EntityFrameworkCore.PostgreSQL to 10.0.0-rc.2
3 months ago
erdem
faf63b90fc
Merge pull request #24243 from abpframework/fahrigedik-patch-1
Update download link for source code in tutorial
3 months ago
Fahri Gedik
0c4d22c93d
Update download link for source code in tutorial
3 months ago
Engincan VESKE
06a2985c25
Merge pull request #24240 from abpframework/10.0-ai-menuitem
Update docs-nav.json
3 months ago
enisn
da037b795d
Update docs-nav.json
3 months ago
Engincan VESKE
3bb9ff973f
Merge pull request #24235 from abpframework/10.0-blazor-docs-fix
Update folder paths for BlazorServer in tutorial
3 months ago
Engincan VESKE
ba4177399b
Merge pull request #24236 from abpframework/10.0-mauiblazor-fix
Update startup project instructions for UI variants
3 months ago
enisn
ae8999a65e
Update namespace selection in Blazor tutorial
Adjusted the namespace declaration in the Blazor tutorial to conditionally use 'TodoApp.Pages' for Blazor UI and 'TodoApp.Components.Pages' otherwise. This clarifies the correct namespace usage based on the UI framework.
3 months ago
enisn
e6df217adf
Update startup project instructions for UI variants
Replaced the hardcoded Blazor project name with a conditional statement to support both Blazor and MAUIBlazor UI options in the tutorial documentation.
3 months ago
enisn
cb6d92cf35
Update folder paths for BlazorServer in tutorial
Adjusted instructions to reference the correct `Components/Pages` folder for BlazorServer projects instead of `Pages`, ensuring clarity for users following the tutorial.
3 months ago
Engincan VESKE
3d4604cd39
Merge pull request #24231 from abpframework/MongoDB.Driver.3.5.1
Update MongoDB.Driver to version 3.5.1
3 months ago
maliming
66db8cb38e
Update MongoDB.Driver to version 3.5.1
https://github.com/mongodb/mongo-csharp-driver/releases/tag/v3.5.1
3 months ago
Enis Necipoglu
fcf819b3ef
Merge pull request #24225 from abpframework/10.0-release-post
Add blog post for ABP.IO Platform 10.0 stable release
3 months ago
enisn
64124a4f13
Merge branch '10.0-release-post' of https://github.com/abpframework/abp into 10.0-release-post
3 months ago