Commit Graph

533 Commits (b0c2ded2bc9499119c2feb799c0b0bbb55f08263)

Author SHA1 Message Date
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 bf85f80155 refactor(module-template): remove NgxsReduxDevtoolsPluginModule from app module
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
Halil İbrahim Kalkan ceb0a1a8c0 Update npm packages in the templates.
5 years ago
Halil İbrahim Kalkan 99057a935d Update npm package versions.
5 years ago
Yunus Emre Kalkan 3d3e1b9b14 Merge branch 'dev' of https://github.com/volosoft/abp into dev
5 years ago
Yunus Emre Kalkan 707a053dd7 migrations combined
5 years ago
Halil İbrahim Kalkan a5c9a92ede
Merge pull request #1975 from abpframework/maliming/dockerfile
5 years ago
mehmet-erim 3895f17f24 Merge branch 'dev' of https://github.com/abpframework/abp into feat/ui-changes
5 years ago
mehmet-erim 1e9c40cc34 Merge branch 'master' into dev
5 years ago
mehmet-erim 3d48026226 build: add abp package update script
5 years ago
mehmet-erim b1c4a99862 chore: update npm versions
5 years ago
mehmet-erim 4ce97a6a4f refactor: home.component
5 years ago
mehmet-erim 5ad40318a5 Merge master
5 years ago
maliming b6872d2824 Update ng package dependencies.
5 years ago
Yunus Emre Kalkan 51451b8fec Merge branch 'dev' of https://github.com/volosoft/abp into dev
5 years ago
Yunus Emre Kalkan 4a31ee9e10 Remove_UniqueIndex_From_TenantName
5 years ago
mehmet-erim 204e4f4659 chore: npm versions
5 years ago
Halil İbrahim Kalkan 2389ffdb3b Upgrade npm dependencies for startup templates.
5 years ago
maliming ef0aab0afe Make Dockerfile support asp net core 3.0
5 years ago
maliming 27f44c68a5 Move UseAuthorization after UseIdentityServer.
5 years ago
Halil İbrahim Kalkan 2561b73611 Merge branch 'dev' of https://github.com/abpframework/abp into dev
5 years ago
Halil İbrahim Kalkan f767232d42 Resolved #1958: Move UseAuthorization after UseIdentityServer.
5 years ago
mehmet-erim 237a843b56 tests(core): fix type error
5 years ago
Halil İbrahim Kalkan dbc2b4fb74 Upgrade NuGet packages on startup templates.
5 years ago
Halil İbrahim Kalkan 9f0347fae8
Merge pull request #1943 from abpframework/BackgroundJobs-modules-abp-prefix
5 years ago
Yasin Aydın 22b9fab43e
Merge pull request #1944 from abpframework/feat/update-font-awesome
5 years ago
Halil İbrahim Kalkan b7c883aeca Upgrade npm packages of templates
5 years ago
mehmet-erim e4957fe455 feat: upgrade font awesome
5 years ago
Yunus Emre Kalkan c5a7fb3ee2 BackgroundJobs modules abp prefix
5 years ago
Halil İbrahim Kalkan f2138e5868 Fix configuration usage.
5 years ago
Halil İbrahim Kalkan bbd0c2e385
Merge pull request #1938 from abpframework/maliming/migration
5 years ago
Halil İbrahim Kalkan 4228ce096e Remove usage of Volo.Abp.Configuration namespace.
5 years ago
maliming 6f0ecace58 Update project migration.
5 years ago
Halil İbrahim Kalkan decad8e30f
Merge pull request #1919 from abpframework/Align-Option-Class-Names
5 years ago
Halil İbrahim Kalkan f62771b186
Merge pull request #1894 from abpframework/maliming/GenericHost
5 years ago
Halil İbrahim Kalkan b28f21815c
Merge pull request #1917 from abpframework/maliming/swagger-rc
5 years ago
maliming e15546d6cd Remove duplicate ConfigureSwaggerServices method.
5 years ago
Yunus Emre Kalkan b3d4d279d9 Merge branch 'dev' into Align-Option-Class-Names
5 years ago
mehmet-erim 9a4f94d1b8 refactor: remove resolvers
5 years ago
Yunus Emre Kalkan 9bd045d882 DbConnectionOptions to AbpDbConnectionOptions
5 years ago
Yunus Emre Kalkan 8503f9b6ac EntityOptions to AbpEntityOptions
5 years ago
Yunus Emre Kalkan f9e97319fb ExceptionLocalizationOptions to AbpExceptionLocalizationOptions
5 years ago
Yunus Emre Kalkan be60cd2f87 MongoModelBuilderConfigurationOptions to AbpMongoModelBuilderConfigurationOptions
5 years ago
Yunus Emre Kalkan df386b9ba7 NavigationOptions to AbpNavigationOptions
5 years ago
Yunus Emre Kalkan 521b3ac89c UnitOfWorkOptions to AbpUnitOfWorkOptions
5 years ago
Yunus Emre Kalkan 9b6b49ff2d BackgroundJobs To AbpBackgroundJobs
5 years ago
Yunus Emre Kalkan 547f78d9ac MultiTenancyOptionsExtensions to AbpMultiTenancyOptionsExtensions
5 years ago
Yunus Emre Kalkan e19dc65af5 CacheOptions to AbpCacheOptions
5 years ago
maliming 204703f5f6 Enable Swagger UI
5 years ago
Yunus Emre Kalkan e07765c7be Update HomeController.cs
5 years ago
Yunus Emre Kalkan f8a48bf4d2 Update HomeController.cs
5 years ago
maliming a6a2cda04f
Merge branch 'dev' into maliming/GenericHost
5 years ago
Halil İbrahim Kalkan 7324120dbd Update ng package dependencies
5 years ago
mehmet-erim c72eb33db5 chore: update npm versions
5 years ago
maliming 1d06dace02 Replace BuildConfiguration with GetConfiguration.
5 years ago
maliming 4825484855 Merge branch 'dev' into maliming/GenericHost
5 years ago
Halil İbrahim Kalkan f185e5edb3 Mark old configuration methods as obsolete
5 years ago
Halil İbrahim Kalkan 10313cf02c Add setters for DbTablePrefix and DbSchema
5 years ago
Halil İbrahim Kalkan 03c8e57fca Module template db prefix change
5 years ago
maliming d1c506f994 Merge branch 'dev' into maliming/GenericHost
5 years ago
mehmet-erim 9b733bffe3 chore: upgrade angular versions
5 years ago
Yunus Emre Kalkan 67bb801d8e Used new Volo.Abp.Ddd.Application.Contracts
5 years ago
maliming 645e5d464e Move all projects to generic host & remove IConfigurationAccessor usage.
5 years ago
Halil İbrahim Kalkan 9c1dd695e6 Move module template to generic host
5 years ago
Halil İbrahim Kalkan 44897c6696 Use generic host in the app startup template #391
5 years ago
Halil İbrahim Kalkan 026cdc9b74 Use generic host in the MyCompanyName.MyProjectName.Web
5 years ago
Halil İbrahim Kalkan 7737aea912
Merge pull request #1881 from abpframework/Add-Web-projects-of-the-modules-to-the-application-parts
5 years ago
Yunus Emre Kalkan 377b633fba Added Web projects of the modules to the application parts
5 years ago
maliming 450dcd981d Update identity server migration.
5 years ago
Armağan Ünlü 50880a9914 Resolved #908
5 years ago
Halil İbrahim Kalkan b8a90037fd
Merge pull request #1852 from abpframework/maliming/CurrentDirectoryHelpers
5 years ago
mehmet-erim 5c29d1f69f feat(templates): add setting management module
5 years ago
mehmet-erim d7713ee308 feat(module-template): add settings component
5 years ago
mehmet-erim 5c1bcbb256 feat(module-template): add identity, tenant management, setting-management modules
5 years ago
mehmet-erim 28377fbf1d fix: remove symlink config
5 years ago
mehmet-erim 7856b22353 feat: create libraries in the module-template #1652
5 years ago
mehmet-erim 71d8779b63 refactor(core): add addAbpRoutes method
5 years ago
mehmet-erim a99496f2ef feat: create module template main app #1652
5 years ago
mehmet-erim ac71b2fc6f feat: seperate 3th party css files from initial bundle
5 years ago
maliming d9ed777485 Remove CurrentDirectoryHelpers.
5 years ago
Xeevis baf086b818 Cleanup default AspNetCoreHostingModel
5 years ago
Yasin Aydın 7e2bce00d9
Merge pull request #1810 from abpframework/feature/config-modules
5 years ago
mehmet-erim 6bc33f0ab4 feature(template): implement config modules
5 years ago
mehmet-erim 389efdb6c3 feature(setting-management-config): create library and move settings config to here
5 years ago
Halil İbrahim Kalkan 05cdda75b9 Resolved #1786: Upgrade to ASP.NET Core 3.0 Stable.
5 years ago
Halil İbrahim Kalkan d36c26c6ec Upgrade npm packages for the module template
5 years ago
Halil İbrahim Kalkan e211329083 Restore npm packages.
5 years ago
Halil İbrahim Kalkan 7d4dc5dd07 Upgrade npm package dependencies in templates.
5 years ago
mehmet-erim 5799b0584c Merge branch 'dev' of https://github.com/abpframework/abp into dev
5 years ago
mehmet-erim 63c90cc825 chore(template): order modules
5 years ago
Halil İbrahim Kalkan 08f299b6f4 Merge branch 'dev' into aspnetcore-3.0
5 years ago
Halil İbrahim Kalkan e2ed4490a5 Add Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy package to the MyCompanyName.MyProjectName.HttpApi.Host
5 years ago
Halil İbrahim Kalkan 0a20277f8d Remove deprecated Cookie.Expiration usage.
5 years ago
Halil İbrahim Kalkan c0420890c5
Merge pull request #1719 from abpframework/Manage-account
5 years ago
Halil İbrahim Kalkan deb086e6a8 Add constrators getting id to the base entity classes.
5 years ago
Halil İbrahim Kalkan fca268c816 Merge branch 'dev' into aspnetcore-3.0
5 years ago
Halil İbrahim Kalkan 8c174210a0 Update MyCompanyName.MyProjectName.EntityFrameworkCore.DbMigrations.csproj
5 years ago
maliming 5959329900 Add application name prefix option to distributed cache item keys.
5 years ago
Halil İbrahim Kalkan 0b785160ad Merge branch 'dev' into aspnetcore-3.0
5 years ago
Yunus Emre Kalkan 44cb6fcdb4 removed unique indexes from is4
5 years ago
Halil İbrahim Kalkan d93e912acf Disable swagger home page temporary
5 years ago
Halil İbrahim Kalkan 15270e8db8 Correct ReplaceEmbeddedByPhysical paths
5 years ago
Halil İbrahim Kalkan 5ab15f8412 Added UseAuthorization
5 years ago
Halil İbrahim Kalkan d51ae9ec41 Upgrade module template to asp.net core 3.0
5 years ago
Halil İbrahim Kalkan e0c27f411b Use IWebHostEnvironment instead of IHostingEnvironment
5 years ago
Yunus Emre Kalkan f32ebc84cb Merge branch 'dev' of https://github.com/volosoft/abp into dev
5 years ago
Yunus Emre Kalkan ce60004537 api & identity resource names are made unique
5 years ago
Halil İbrahim Kalkan 49e338f243 Make app template working for asp.net core 3.0
5 years ago
mehmet-erim 2ac158d367 feature(core): add abpFor directive
5 years ago
Halil İbrahim Kalkan 23fa87e017 Disable swagger. Fix IDS4 tests.
5 years ago
Halil İbrahim Kalkan ad4fcd57f8 Upgraded app template package and versions to .net core 3.0
5 years ago
Yunus Emre Kalkan 7960751630 added manage profile page
5 years ago
Halil İbrahim Kalkan 1b84ea650b Fixed #1680: Can't logout from the Web UI.
5 years ago
maliming 1610a90251 Resolve #1708 Use AddMaps instead of AddProfile in startup templates.
5 years ago
mehmet-erim 7c4fb3abdb feature: add root modules
5 years ago
Yunus Emre Kalkan b2293ef6a8
Merge pull request #1649 from abpframework/maliming/id4
6 years ago
maliming 1c95d53779 Update EF Core Migration.
6 years ago
mehmet-erim 9f05d20ef4 update npm versions
6 years ago
Yunus Emre Kalkan f608d8b5f0 pgrade @abp npm dependencies to latest version
6 years ago
mehmet-erim 0becd53db4 feature: update npm versions
6 years ago
Halil İbrahim Kalkan bee3bf646e
Merge pull request #1634 from abpframework/maliming/mongo-unit-test
6 years ago
Halil İbrahim Kalkan a726b985a8
Merge pull request #1631 from yinchang0626/dev
6 years ago
maliming 3c9d5fd559 Format code.
6 years ago
maliming ff66516a93 Resolve #1632 MongoDB test problems & optimization.
6 years ago
Halil İbrahim Kalkan 0614a68710 #1632 MongoDB test problems & optimization
6 years ago
mehmet-erim b62bfd5f62 chore: update ngxs-schematic
6 years ago
YinChang a2dc7cf715 Fix #1613 the namespaces of the module template AddEmbedded method.
6 years ago
maliming d27e46afde Correct the mongoDb connection string.
6 years ago
maliming 31ac7eedd0 Fix #1613 the namespaces of the module template AddEmbedded method.
6 years ago
TheDiaval ceeda12a39 refactor(theme-basic): change layout names
6 years ago
mehmet-erim 2c09666025 feature(template): add application info to environment
6 years ago
Halil İbrahim Kalkan 811e0a5917 Update DotSettings files
6 years ago
mehmet-erim 1afaed318d fix(core): localization empty return problem
6 years ago
mehmet-erim 69a6f558c8 Merge branch 'dev' of https://github.com/abpframework/abp into dev
6 years ago
mehmet-erim 5154e80add fix(angular-tutorial): add some modules in shared.module
6 years ago
Halil İbrahim Kalkan 550662d01b Merge branch 'dev' of https://github.com/abpframework/abp into dev
6 years ago
Halil İbrahim Kalkan f9de5fb0eb Upgrade app template NuGet packages
6 years ago
Alper Ebicoglu 63595fba88 move Permissions to Application.Contracts project.
6 years ago
Halil İbrahim Kalkan 202a50a276 Move localization to domain.shared
6 years ago
Halil İbrahim Kalkan f8cb9eb2bc Upgrade nuget packages for the module template.
6 years ago
Halil İbrahim Kalkan 60936a40c1 #1594 Move module template to the templates/module folder.
6 years ago
Halil İbrahim Kalkan 8bbee15ccb Replace individual calls with ConfigureByConvention.
6 years ago
Halil İbrahim Kalkan ea450c2f5a Rename MyProjectName_ConsoleTestApp to MyProjectName_App
6 years ago