Commit Graph

286 Commits (a06ea3d106a838a676033f0fe334e3d9f385c0a2)

Author SHA1 Message Date
mehmet-erim 9bff2716d5 refactor: remove unnecessary condition
5 years ago
mehmet-erim 2db56d592f feat(rn): add admin email and password fields to create tenant form
5 years ago
Halil İbrahim Kalkan fab5dddac0 Resolved #3189: /api/test API should be removed
5 years ago
maliming a045728071 Merge branch 'dev' into maliming/Microsoft
5 years ago
mehmet-erim ae5f68497f fix(rn): fix logout fn name
5 years ago
mehmet-erim 072fa04314 refactor: remove promise all from AppContainer
5 years ago
mehmet-erim 14efa745a2 feat(rn): add getAllRoles instead of getRoles to identityAPI
5 years ago
maliming bb4688b786 Upgrade Microsoft.* package to 3.12.
5 years ago
mehmet-erim cb5d67138f Revert "feat: create react-native app template"
5 years ago
mehmet-erim 0212613ca7 chore: update npm versions
5 years ago
mehmet-erim 185a88544e feat: create react-native app template
5 years ago
mehmet-erim 50c6d720b4 chore: change the angular app template project name
5 years ago
Roman Rybalko 4c192da10b Added Russian language definiton to app and module templates
5 years ago
Roman Rybalko 0ac721c9ee
Added ru.json for template
5 years ago
Leon Košak 409cdfdfdd
Create sl.json
5 years ago
Halil İbrahim Kalkan 2fb95b4bc6
Update .gitignore
5 years ago
erolarkat e87154a4d7 merge
5 years ago
Halil İbrahim Kalkan 50cae73e90 Fixed #2976: UseAutrorization should be later than UseMultiTenancy.
5 years ago
Halil İbrahim Kalkan 23e6018278 Renamed Volo.Abp.Http.Client.IdentityModel.Relay to Volo.Abp.Http.Client.IdentityModel.Web. Also fixed depending projects.
5 years ago
Halil İbrahim Kalkan 69db16a854 Resolved #2941: Change DbMigrationService to work with multiple IDbSchemaMigrator implementations by default for the startup template
5 years ago
mehmet-erim 644350f034 chore: replace first character of abp packages with tilde
5 years ago
mehmet-erim 8a096434f1 feat: update the app template to support Angular 9
5 years ago
mehmet-erim a9b19f8f34 chore: remove the spec files.
5 years ago
mehmet-erim 9c426777ed feat: change lazy abp modules references
5 years ago
mehmet-erim 2c024b7336 chore: remove lazy libs folder
5 years ago
mehmet-erim 8ba50b8bda chore: add recomemded vscode extensions to app template
5 years ago
mehmet-erim 1c29ac629f chore: remove primeng from template
5 years ago
mehmet-erim 95f62d7410 Merge branch 'dev' of https://github.com/abpframework/abp into feature/angular-9
5 years ago
Arkat Erol 5eb5298b78 Updated npm packages
5 years ago
mehmet-erim 0238d544bd feat: upgrade typescript to 3.7
5 years ago
mehmet-erim 8083701443 feat: update rxjs
5 years ago
mehmet-erim 35d8cec286 feat: install the angular/cli v9 and angular/core v9
5 years ago
liangshiw 87890aa4d2 Update chinese document
5 years ago
Halil İbrahim Kalkan 061027bda5 Add comment for EntityFrameworkCoreMyProjectNameDbSchemaMigrator
5 years ago
Halil İbrahim Kalkan 0528f53355 Add more info in the migrator application.
5 years ago
Galip Tolga Erdem a648172f11 removed unnecessery references and code clean up
5 years ago
Galip Tolga Erdem e7fd5014f9 Updated MigrationService with tenant migrations.
5 years ago
Halil İbrahim Kalkan 3b369df403
Merge branch 'dev' into maliming/FodyConfigureAwait
5 years ago
Halil İbrahim Kalkan ba768a2681
Merge pull request #2696 from abpframework/maliming/console_generic_host
5 years ago
maliming ca74abd8d6 Merge branch 'dev' into maliming/FodyConfigureAwait
5 years ago
mehmet-erim 3e233001d4 feat: add NgxValidateCoreModule to shared modules
5 years ago
maliming 7edfa38065 Change the UserSecretsId to the standard project name.
5 years ago
maliming 099d7f83c5 Merge branch 'dev' into maliming/FodyConfigureAwait
5 years ago
Halil İbrahim Kalkan 83ba323db2 Upgrade NPM packages in the templates
5 years ago
maliming 93b9a58029 Move generic host usage for console apps
5 years ago
maliming 81ea882a7b Merge branch 'dev' into maliming/FodyConfigureAwait
5 years ago
YinChang ffb910f559 update Swashbuckle.AspNetCore to v5.0.0
5 years ago
YinChang 3967c642bb add zh-hant to project in templates
5 years ago
maliming 9c226e6db3 Exclude templates & samples & abp_io projects.
5 years ago
maliming 174e25b0be Remove ConfigureAwait of async method.
5 years ago
maliming a2e3f30c44 Add configureawait.props & FodyWeavers.xml & FodyWeavers.xsd.
5 years ago
mehmet-erim 97bc1d03bc chore: update favicon files
5 years ago
Halil İbrahim Kalkan 8db15a81cb Increased version of the npm packages and published all.
5 years ago
Halil İbrahim Kalkan a8e8cf26f1 #2597 Rename UseSerilogEnrichers to UseAbpSerilogEnrichers
5 years ago
Halil İbrahim Kalkan da4c91cabd #2597 Rename AbpSerilogModule to AbpAspNetCoreSerilogModule to bettern align the module name and the package name.
5 years ago
Mehmet Tüken e84dde4f76 Change Serilog.Extensions.Hosting package to Serilog.AspNetCore.
5 years ago
Mehmet Tüken c572815701 Update application template UseSerilogEnrichers.
5 years ago
Halil İbrahim Kalkan b07a181db7 Fixed #2568: User menu in Module.Web.Host not working.
5 years ago
maliming 0d10a61b7b Re-generate EF Core migrations for the startup templates.
5 years ago
Halil İbrahim Kalkan 388dce7cd2
Merge pull request #2489 from recepdmr/todolist
5 years ago
Yunus Emre Kalkan 4fb3e0e587 add missing namespace to modules and templates: Volo.Abp.Testing
5 years ago
Halil İbrahim Kalkan e3efdbb7c1 Resolved #2499: Move AbpValidationResource to Volo.Abp.Validation package.
5 years ago
Halil İbrahim Kalkan d5422af84c
Merge pull request #2391 from mehmetuken/update-packages
5 years ago
Halil İbrahim Kalkan 9cabc686c8 Remove sync api from the startup template
5 years ago
Mehmet Tüken dcc2d63e10
Merge branch 'dev' into update-packages
5 years ago
Yunus Emre Kalkan e111ca3675 template migrations re-initial
5 years ago
Mehmet Tüken 6f0db0b9b0 [templates/app] fix mongo.exe dispose
5 years ago
mehmet-erim 828888aa79 docs: add contributing.md
5 years ago
Mehmet Tüken 7a088fc68a bump Microsoft.NET.Test.Sdk 16.3.0 to 16.4.0
5 years ago
mehmet-erim 4cbfbc7093 ci: remove yarn.js and yarnrc
5 years ago
mehmet-erim a741a6dcd1 Upgrade ng package versions
5 years ago
Halil İbrahim Kalkan 1889664c2e Incremented npm package versions to 1.1.1.
5 years ago
Halil İbrahim Kalkan b9faa9973b Upgrade to latest NPM ABP dependencies.
5 years ago
Halil İbrahim Kalkan eefd40a408
Merge pull request #2275 from abpframework/maliming/UserSecrets
5 years ago
Halil İbrahim Kalkan f5d37c99f7
Merge pull request #2309 from abpframework/maliming/aspnetcore-3.1
5 years ago
Halil İbrahim Kalkan 0c730035f9 Publish and update npm packages
5 years ago
maliming ed4f8bb282 Upgrade frameworks & modules & samples to asp net core 3.1.
5 years ago
mehmet-erim 2114a027e4 chore(template): remove a class from body
5 years ago
mehmet-erim 73a0792425 chore: update npm versions
5 years ago
mehmet-erim 77e6515aad feat(template): add insert position parameter
5 years ago
maliming e7a0a34622 Enable UserSecrets for template projects.
5 years ago
Halil İbrahim Kalkan d01c83c5c0 Remove unnecessary Volo.Abp.AspNetCore.MultiTenancy dependency.
5 years ago
maliming 63f48c706a Change SQL Server to LocalDb for the startup template connection strings
5 years ago
mehmet-erim 3516a811c9 chore: change home component selector
5 years ago
mehmet-erim 26ae9a0179 chore: update angular versions
5 years ago
mehmet-erim c5c02d24f1 Merge branch 'master' into dev
5 years ago
İsmail ÇAGDAŞ 087707879c published npm packages
5 years ago
mehmet-erim 5e9d348ee8 chore(template): update angular versions
5 years ago
mehmet-erim 5178788b8c refactor: move oauth to core module
5 years ago
mehmet-erim c26068670e chore(template): remove empty array in the ngxs forRoot
5 years ago
mehmet-erim 6f024a94df fix(template): lazyLoadService parameters in app.component
5 years ago
mehmet-erim ee1866be1e docs: update template readme
5 years ago
mehmet-erim cb98cae11a test(template): add app.component.spec
5 years ago
mehmet-erim 9acf888135 test(template): add home.component.spec
5 years ago
mehmet-erim cbabca30f6 chore(template): reorder imports
5 years ago
mehmet-erim 48fe815634 chore: update npm versions
5 years ago
mehmet-erim 2b39843cd0 chore: remove npmrc files
5 years ago
Mehmet Erim 21c39fe01b
Merge pull request #1984 from abpframework/feat/ui-changes
5 years ago
mehmet-erim 01c8bf9f59 feat: implement new home page
5 years ago
mehmet-erim 2d770194d0 Merge branch 'dev' of https://github.com/abpframework/abp into feat/ui-changes
5 years ago