Commit Graph

736 Commits (a34bb6c08d99eee9fd041f11ddfa02ff472cf04c)

Author SHA1 Message Date
maliming ed46f92c10 Remove inherits directive in all pages.
5 years ago
mehmet-erim dc3e62d6f4 Merge branch 'dev' of https://github.com/abpframework/abp into feat/ngx-datatable
5 years ago
mehmet-erim b990b2babe chore: add ngx-datatable styles to module template
5 years ago
mehmet-erim f5dd09128a chore: add ngx-datatable styles to app template
5 years ago
Erol Arkat 44dcd4ce2f npm packages 2.9
5 years ago
maliming 6bf068d5c4 Merge branch 'dev' into maliming/mongodb-patch
5 years ago
Halil İbrahim Kalkan 2d89e57403
Merge pull request #4188 from abpframework/liangshiwei/patch-1
5 years ago
Halil İbrahim Kalkan 93fada6497
Merge branch 'dev' into bs-rtl-change-library
5 years ago
Halil İbrahim Kalkan 8c9bed8e08
Merge pull request #4164 from abpframework/maliming/email-setting
5 years ago
Halil İbrahim Kalkan 1c098c6a7d
Merge pull request #4176 from abpframework/maliming/mongo-patch
5 years ago
liangshiwei 1a10821988 Update predefined application menu
5 years ago
Halil İbrahim Kalkan 6a892bfa53
Merge pull request #4101 from abpframework/liangshiwei/support-virtualpath
5 years ago
maliming 3af7696d0d Rename MongoDbFixture to MyProjectNameMongoDbFixture.
5 years ago
maliming 25030cf998 Small refactoring.
5 years ago
maliming 69c41dd850 Merge branch 'dev' into maliming/mongodb-patch
5 years ago
maliming e97d090caa Initialize MongoDbRunner in the static constructor.
5 years ago
Halil İbrahim Kalkan 67c3417fce Merge branch 'dev' into maliming/RazorRuntimeCompilation
5 years ago
maliming fd4efb6daf Add email settings to appsettings.json file(s) of the application startup template
5 years ago
Alper Ebicoglu 5cc18581ce Merge branch 'dev' of https://github.com/abpframework/abp into dev
5 years ago
Alper Ebicoglu 2812380ae6 add the using for CRUD page generator
5 years ago
Halil İbrahim Kalkan 66eb154852
Merge pull request #4053 from abpframework/liangshiwei/abp-template-console
5 years ago
Alper Ebicoglu 10e51f5bac add AbpProject type to common.props for discriminating app and module
5 years ago
Alper Ebicoglu 8cf4112ae4 enable myPermission group for CRUD page generator to add items under this group.
5 years ago
Halil İbrahim Kalkan 12c76626df
Merge pull request #4084 from abpframework/maliming/patch-2
5 years ago
Alper Ebicoglu 76f9e65ad0 move menu items under menus folder
5 years ago
Xeevis eca210e255 Update Czech translations & fix formatting
5 years ago
Xeevis 2ce6869e4c Correction to English language files
5 years ago
Alper Ebicoglu 3a35ebdffb rename Authorization folder to Permissions to make it same with the app template
5 years ago
Levent Arman Özak 4d63df4d11
Merge pull request #4133 from abpframework/feat/4022
5 years ago
Arman Ozak 1b727aa103 fix: refer to correct styles.scss in angular.json
5 years ago
Arman Ozak 80c530f803 feat: apply style chunk changes to template
5 years ago
Halil İbrahim Kalkan 16353e99d5 Complete upgrading to EF Core 3.1.4.
5 years ago
liangshiwei 018fa25b9b Use vitual path redirect
5 years ago
liangshiwei 27aa66558f Support virtual path deployment
5 years ago
maliming 5890927501 Recreate the migration of module template.
5 years ago
maliming cf2ded7071 Recreate the migration of app template.
5 years ago
maliming 867d5a0329 Update usage codes in modules and templates.
5 years ago
liangshiwei 3d46235a9b Remove consoleApp suffix
5 years ago
Halil İbrahim Kalkan dab6715dae #4041 Fix server on the connection string.
5 years ago
Halil İbrahim Kalkan 6ce79cb53b Fixed #4041: fix connection strings on the template.
5 years ago
erolarkat ce608a4dd4 npm packages 2.8
5 years ago
Khaled f610991e18 Chnage bootstrap rtl lib
5 years ago
mehmet-erim 62660a95fc chore: update environment files
5 years ago
Halil İbrahim Kalkan 8e69b80669 Add bootstrap css/js files to all applications
5 years ago
Halil İbrahim Kalkan 202479ddd0 Restore npm packages.
5 years ago
Halil İbrahim Kalkan e19da45b1b
Merge branch 'dev' into dev
5 years ago
maliming 8d5742d159 Optimize RazorRuntimeCompilation.
5 years ago
maliming f63ffc4255 Provide default values for AbpClaimsMapOptions and use AbpClaimsMapMiddleware in projects.
5 years ago
Halil İbrahim Kalkan 27a11f3781
Merge pull request #3918 from abpframework/maliming/signalr-patch-1
5 years ago
liangshiwei eebaf449ce Add console template
5 years ago
maliming 93d2f0c421
Update SampleAppServiceTests.cs
5 years ago
maliming 06d845e3ca Define CollectionFixture in each test project.
5 years ago
liangshiwei 54c685f801 Change HttpApiClient project target to netstandard2.0
5 years ago
Halil İbrahim Kalkan dfa09e9e70
Merge branch 'dev' into liangshiwei/abp-template
5 years ago
Halil İbrahim Kalkan 8ad6a3a124 Update Index.cshtml
5 years ago
Halil İbrahim Kalkan 94a5bffebe Fix Index.cshtml of the app template
5 years ago
Halil İbrahim Kalkan 94bb704bb6 Delete MyProjectNamePage.cs
5 years ago
Halil İbrahim Kalkan 687fac36c8 add claims mapping middleware to the MyProjectNameHttpApiHostModule
5 years ago
liangshiwei d0ef06e928 Put UseAbpRequestLocalization after the UseMultiTenancy
5 years ago
liangshiwei e97f07b011 Put UseAbpRequestLocalization just after the UseAuthentication
5 years ago
mehmet-erim ba248a5a4a refactor: remove localization property from environment
5 years ago
liangshiwei bb68bdcdc5 Move localization middleware above authentication middleware
5 years ago
maliming 5a2b36eeb4 Make GetClaimsPrincipal mehtod public.
5 years ago
maliming 441e18e2f4 Refactoring ICurrentPrincipalAccessor.
5 years ago
maliming 82e35727c4 Add error page in template projects.
5 years ago
Halil İbrahim Kalkan d146f232ab Change UseMvcWithDefaultRouteAndArea with UseConfiguredEndpoints
5 years ago
Arkat Erol a0c3759519 npm packages 2.7.0
5 years ago
Halil İbrahim Kalkan 551b85b766 Add error pages.
5 years ago
Halil İbrahim Kalkan 07feb14a58 Refactor MyProjectNameDbMigrationService
5 years ago
Halil İbrahim Kalkan 5e925b0e20
Merge pull request #3683 from liangshiw/liangshiwei/template-migrate-database
5 years ago
Khaled 453fb47c3b
Merge branch 'dev' into dev
5 years ago
Halil İbrahim Kalkan 431ab55dea Merge branch 'dev' into extra-properties
5 years ago
Halil İbrahim Kalkan a5141a909a
Merge pull request #3700 from CrazyBaran/dev
5 years ago
Halil İbrahim Kalkan 52b6c10a55 Resolved #3790: Add AbpLocalizationOptions.DefaultResourceType.
5 years ago
kgamalseif e6b5555533
Merge branch 'dev' into dev
5 years ago
Khaled eb6865a2e7 Added arabic localization resources
5 years ago
mehmet-erim 5e4fab7c9c docs: update bookstore tutorial
5 years ago
Arkat Erol bdb75cb2a3 npm packages 2.6.2
5 years ago
Arkat Erol 3ccd7e2356 npm packages 2.6.1
5 years ago
Levent Arman Özak 5a7d399901
add parentheses to forkJoin
5 years ago
CrazyBaran 49cf38b02b Rename and change culture in all polish file for proper one pl-PL. Without tests folder.
5 years ago
CrazyBaran 5dadd2cd2f Wrong polish culture code in json file
5 years ago
CrazyBaran a15ee011a4 Wrong polish culture code in translation file name
5 years ago
mehmet-erim de1ae0ac6b chore(module-template): update npm scripts
5 years ago
mehmet-erim 5b6d417fa3 feat(module-template): upgrade angular version to v9
5 years ago
mehmet-erim 60e1fb7a71 chore: update pofyfills.ts
5 years ago
mehmet-erim 86d7a5eeb7 fix: undo appsettings files changes
5 years ago
mehmet-erim 76361fb6fb fix(module-template): fix some bugs in module template
5 years ago
mehmet-erim 22a4916ac3 chore: upgrade typescript version
5 years ago
liangshiwei 90a7d92843 Improve code
5 years ago
liangshiwei 2c05afc6f5 Initialize the seed data for tenants with the same connection string
5 years ago
Halil İbrahim Kalkan 3025b1fa5b
Merge pull request #3676 from abpframework/maliming/migration
5 years ago
liangshiwei 3db12e6a4d Skip repeated database migration and unify MigrateHostDatabaseAsync and MigrateTenantDatabasesAsync methods
5 years ago
Arkat Erol d863a013c5 npm packages 2.6
5 years ago
maliming ae93e06cd2 Simplify DbMigrator console output.
5 years ago
Halil İbrahim Kalkan 90962088e0
Merge pull request #3057 from romkij/ru-localization
5 years ago
mehmet-erim bdfc24211f fix: reorder app.module imports
5 years ago
mehmet-erim 7307ecd372 fix: change imports order of app.module
5 years ago
Halil İbrahim Kalkan 2cfecb1540 Depend on @abp/utils from @abp/core
5 years ago
Ahmet f6a41a81b2 select2 bootstrap modal patch
5 years ago