github-actions[bot]
1abc18a1df
Optimised images with calibre/image-actions
1 year ago
Muhammed Ali ÖZKAYA
4d5cf8fbdb
Update images and clean up documentation of studio getting started
1 year ago
maliming
76f1ea1851
Merge pull request #23454 from abpframework/auto-merge/rel-9-2/3918
Merge branch rel-9.3 with rel-9.2
1 year ago
Berkan Sasmaz
65dd415d98
Merge pull request #23444 from abpframework/9.2-todo-docs-namespace-fix
Update C# code samples for correct namespace usages on Blazor
1 year ago
Enis Necipoglu
1cba552e1a
Remove redundant namespace declaration in Blazor tutorial
1 year ago
maliming
6ad1b06d3b
Merge pull request #23452 from abpframework/auto-merge/rel-9-2/3916
Merge branch rel-9.3 with rel-9.2
1 year ago
Halil İbrahim Kalkan
4939fb98c9
Merge pull request #23451 from abpframework/WebRequestResources-Comment
Add comments to clarify the return value in `WebRequestResources`.
1 year ago
maliming
1314d1a975
Add comments to clarify the return value in `WebRequestResources`.
1 year ago
maliming
7ac4439383
Merge pull request #23449 from abpframework/auto-merge/rel-9-2/3914
Merge branch rel-9.3 with rel-9.2
1 year ago
Engincan VESKE
1c6b5425a9
Merge pull request #23445 from abpframework/WebRequestResources
Return a new list from `WebRequestResources`.
1 year ago
maliming
a888619327
Merge pull request #23447 from abpframework/auto-merge/rel-9-2/3912
Merge branch rel-9.3 with rel-9.2
1 year ago
Berkan Sasmaz
586602baa9
Merge pull request #23446 from abpframework/EngincanV-patch-1
Fix wrong dbcontext naming in the modular-crm tutorial
1 year ago
Engincan VESKE
f30ae61213
Update part-05.md
1 year ago
maliming
76cb91ef0e
Return a new list from `WebRequestResources`.
Otherwise, the content in `Resources` may return inconsistent data.
1 year ago
Enis Necipoglu
e4942b2ba7
Update C# code samples for correct namespace usages on Blazor
1 year ago
maliming
4226564cbc
Merge pull request #23441 from abpframework/auto-merge/rel-9-2/3910
Merge branch rel-9.3 with rel-9.2
1 year ago
Yağmur Çelik
bfb25d90fc
Merge pull request #23408 from abpframework/issue-20421
fix: await getInitialData() in APP_INITIALIZER to prevent localization timing issues
1 year ago
Emre KARA
610ff90853
Update ActivityPropertyNames.cs
1 year ago
Fahri Gedik
7c75110d6d
Add Czech translations for Marked Items and comments
Added new Czech localization strings for Marked Items, favorites, and comment approval features in cs.json. This update supports new UI elements and system messages related to marking items, filtering favorites, and comment moderation.
1 year ago
maliming
3f5c6aedbe
Merge pull request #23433 from abpframework/auto-merge/rel-9-2/3908
Merge branch rel-9.3 with rel-9.2
1 year ago
Yunus Emre Kalkan
b8c1dfbb81
Merge pull request #23430 from abpframework/berkan/studio-release-docs-2
Update release notes for ABP Studio 1.1.0–1.1.2
1 year ago
berkansasmaz
6ddae0f82d
docs: Update release notes for versions 1.1.0 to 1.1.2 with new features and enhancements
1 year ago
berkansasmaz
00a1950d09
docs: Update version mapping with new ABP Studio and ABP versions
1 year ago
github-actions[bot]
fdc637e6e6
Optimised images with calibre/image-actions
1 year ago
Muhammed Ali ÖZKAYA
fad7fbde9e
Update layered web application document
1 year ago
erdem
2788440d71
Merge pull request #23422 from abpframework/fix/remove-ngcc-from-publish
Angular - Removing deprecated ngcc option check from the build script
1 year ago
sumeyye
913578e3f7
remove: ngcc option check from the publish script
1 year ago
Muhammed Ali ÖZKAYA
52f443d623
Update single-layer web application document
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
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
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
oykuermann
c4aa9cfc3e
Merge pull request #23384 from abpframework/issue/remove-deprecated-view-engine
Angular - Cleanup: drop legacy ngcc compiler support
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
maliming
a71e944deb
Move `Pomelo` to a new package.
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
Engincan VESKE
6496fcf750
Merge pull request #23400 from abpframework/Disable-IsJobExecutionEnabled
Disable background job/worker in data migration environments
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