erdemcaygor
94a2a1e01f
version normalization
1 year ago
erdemcaygor
3b74410a7d
refactoring
1 year ago
maliming
e81330af39
Merge pull request #23419 from abpframework/auto-merge/rel-9-3/3906
Merge branch dev with rel-9.3
1 year ago
maliming
d4f08be986
Merge pull request #23418 from abpframework/auto-merge/rel-9-2/3905
Merge branch rel-9.3 with rel-9.2
1 year ago
Halil İbrahim Kalkan
e55794df69
Merge pull request #23417 from abpframework/hikalkan-mt-article-update
Add link to the article
1 year ago
Halil İbrahim Kalkan
6f8c40d857
Add link to the article
1 year ago
Fahri Gedik
f5d1731793
Refactor OAuth guard to use OAuthService and timer
Replaces usage of AuthService.isAuthenticated and interval with OAuthService.hasValidAccessToken() and timer for checking authentication status. Also injects EnvironmentService to access OAuth configuration and updates logic to check responseType before waiting for authentication.
1 year ago
erdemcaygor
b1c308b4fb
refactoring
1 year ago
erdemcaygor
5a45b07153
chrome specific request paths disabled on server
1 year ago
erdemcaygor
baf5cc8cff
Merge branch 'dev' into feature/ssr-support
# Conflicts:
# npm/ng-packs/packages/theme-basic/src/lib/components/nav-items/languages.component.ts
# npm/ng-packs/packages/theme-basic/src/lib/components/nav-items/nav-items.component.ts
1 year ago
maliming
dadd5d9307
Merge pull request #23414 from abpframework/auto-merge/rel-9-3/3904
Merge branch dev with rel-9.3
1 year ago
Halil İbrahim Kalkan
9175128e3e
Merge pull request #23392 from abpframework/MySql.EntityFrameworkCore
Support both `MySql.EntityFrameworkCore` & `Pomelo.EntityFrameworkCore.MySql`.
1 year ago
sumeyye
de1db9761a
update: remove unused imports
1 year ago
Fahri Gedik
4e462b577d
Refactor app initializer to use async function
Simplifies the app initializer by making it an async function directly instead of returning an async IIFE. This improves readability and maintains the same initialization behavior.
1 year ago
maliming
3085626e73
Merge pull request #23413 from realLiangshiwei/liangshiwei/azureservicebus
Set AutoCompleteMessages to false by default
1 year ago
maliming
90b9b487e8
Merge branch 'dev' into IAsyncEnumerable
1 year ago
liangshiwei
b47bb3e469
Set AutoCompleteMessages to false by default
1 year ago
Fahri Gedik
a9fae7ff29
Move localeInitializer call to getInitialData
The localeInitializer invocation was moved from the app initializer in core-module-config.provider.ts to the getInitialData function in initial-utils.ts. This change centralizes initialization logic and ensures locale setup occurs after initial data is loaded.
1 year ago
Yağmur Çelik
cfb713c877
Merge pull request #23409 from abpframework/Administration-Beadcrumb
Add `Administration` to the breadcrumb
1 year ago
maliming
cd0a6bb04c
Update localization keys for Settings menu across multiple languages
1 year ago
maliming
6ecbdff129
Revert the changes made to `ObjectToInferredTypesConverter`.
1 year ago
maliming
c10f7628c4
Remove `ObjectToInferredTypesConverter` from `SystemTextJsonOutputFormatter`.
1 year ago
maliming
3b92fa70df
Merge pull request #23411 from abpframework/auto-merge/rel-9-3/3903
Merge branch dev with rel-9.3
1 year ago
oykuermann
c4aa9cfc3e
Merge pull request #23384 from abpframework/issue/remove-deprecated-view-engine
Angular - Cleanup: drop legacy ngcc compiler support
1 year ago
erdemcaygor
9f60c9d147
converted timezone interceptor to use function interceptor api
1 year ago
erdemcaygor
0224f37cfc
transfer state interceptor refactored
1 year ago
erdemcaygor
635e7e62ca
transfer state interceptor service created
1 year ago
maliming
4a7280a115
Client Proxy `IAsyncEnumerable<T>` support.
1 year ago
erdemcaygor
167115dc32
refactoring
1 year ago
maliming
0ef71cd0a7
Remove duplicate breadcrumb in settings page
1 year ago
maliming
689b7138ce
Add `Administration` to the breadcrumb.
1 year ago
maliming
66e74a45d3
Update `Pomelo.EntityFrameworkCore.MySql` to `9.0.0-rc.1.efcore.9.0.0`
https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/releases/tag/9.0.0-rc.1.efcore.9.0.0
1 year ago
Fahri Gedik
341707264b
Refactor locale initialization to support async and injector
Updated provideAppInitializer to use an async function and pass the Injector to localeInitializer. Modified localeInitializer to accept an optional Injector parameter for improved flexibility and testability.
1 year ago
Engincan VESKE
d436f9020b
Update the separate multi-tenancy article
1 year ago
maliming
a71e944deb
Move `Pomelo` to a new package.
1 year ago
maliming
a97cae33e5
Merge pull request #23405 from abpframework/auto-merge/rel-9-3/3902
Merge branch dev with rel-9.3
1 year ago
maliming
b448333ed7
Merge pull request #23404 from abpframework/auto-merge/rel-9-2/3901
Merge branch rel-9.3 with rel-9.2
1 year ago
Engincan VESKE
82199cdec0
Merge pull request #23397 from abpframework/maliming-patch-2
Update LoggedOut.js
1 year ago
maliming
87c069e307
Update LoggedOut.js
1 year ago
maliming
e5be349f72
Merge pull request #23403 from abpframework/auto-merge/rel-9-3/3900
Merge branch dev with rel-9.3
1 year ago
Engincan VESKE
6496fcf750
Merge pull request #23400 from abpframework/Disable-IsJobExecutionEnabled
Disable background job/worker in data migration environments
1 year ago
maliming
c2d845d294
Merge pull request #23402 from abpframework/auto-merge/rel-9-3/3899
Merge branch dev with rel-9.3
1 year ago
maliming
368399cf97
Merge pull request #23401 from abpframework/auto-merge/rel-9-2/3898
Merge branch rel-9.3 with rel-9.2
1 year ago
Engincan VESKE
cbcaf99331
Merge pull request #23399 from abpframework/modular-crm-image
Update integration service implementation diagram
1 year ago
maliming
3bf6cbfece
Disable background workers in data migration environments
1 year ago
maliming
c4ab8f05f4
Move job execution disabling to abstractions module
Resolve #23398
1 year ago
github-actions[bot]
a8274a6172
Optimised images with calibre/image-actions
1 year ago
maliming
d6dd16ec6b
Update integration service implementation diagram
https://github.com/abpframework/abp/pull/23395
1 year ago
maliming
1137d91df6
Update LoggedOut.js
1 year ago
maliming
b9bc4f5dbd
Update LoggedOut.js
1 year ago