Commit Graph

396 Commits (5551c1119a2bb2430fdda0c0cc8f93b5dbc9723f)

Author SHA1 Message Date
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
Halil İbrahim Kalkan 59455052aa Switch EF to Mongo step for MyCompanyName.MyProjectName.HttpApi.HostWithIds project.
6 years ago
maliming 6b7dcab12e Rename the method and apply it to the template project.
6 years ago
TheDiaval ad092ca11d fix: translation keys
6 years ago
mehmet-erim ccdccbf810 refactor(all)
6 years ago
Halil İbrahim Kalkan 5e764128c4
Merge pull request #1581 from abpframework/maliming/patch-4
6 years ago
mehmet-erim 185ac4b177 feature(ng-template): update npm versions
6 years ago
maliming fd3976155b Resolve #1491 Disable background jobs in the migration project in the template.
6 years ago
mehmet-erim 9fe75a673b refactor(angular-template): remove unnecessary variable
6 years ago
Halil İbrahim Kalkan 75e48158df Upgrade npm packages for angular app template
6 years ago
Mehmet Erim 1405f94074
Merge pull request #1565 from abpframework/feature/navigation-multilevel-dropdown
6 years ago
Halil İbrahim Kalkan 2409a2398c
Merge pull request #1558 from abpframework/maliming/ef-core-design2
6 years ago
mehmet-erim 57e56f768f refactor(ng-template): move home html to home.component
6 years ago
mehmet-erim 9f765c9bb7 Merge branch 'dev' of https://github.com/abpframework/abp into refactor/ng-template-optimizations
6 years ago
mehmet-erim 7cceb9b159 feature(ng-template): add progress-bar to app component
6 years ago
Halil İbrahim Kalkan 2a15da25d4 Accept certificates.
6 years ago
mehmet-erim 424f19e93b Merge branch 'dev' of https://github.com/abpframework/abp into refactor/ng-template-optimizations
6 years ago
Halil İbrahim Kalkan b52e7d9c4d Delete logs.txt
6 years ago
Halil İbrahim Kalkan a15b608368 Add UseJwtTokenMiddleware
6 years ago
Halil İbrahim Kalkan 87090fe970 Added Identityserver to MyCompanyName.MyProjectName.HttpApi.HostWithIds.csproj
6 years ago
Halil İbrahim Kalkan 1d70a267e4 Added MyCompanyName.MyProjectName.HttpApi.HostWithIds project
6 years ago
Halil İbrahim Kalkan 9f323912d9 Add missing account modules to the template.
6 years ago
mehmet-erim a82844052b feature: add donut loading to index.html
6 years ago
maliming 40c20b6053 Reference the Microsoft.EntityFrameworkCore.Design package for the migration project.
6 years ago
Halil İbrahim Kalkan 13822e1774 Fix ReplaceEmbeddedByPhysical paths.
6 years ago
Halil İbrahim Kalkan 6bc918a1b4 Enable CORS for the app template
6 years ago
Halil İbrahim Kalkan 03fb457465 Fix local framework reference for the app template.
6 years ago
Halil İbrahim Kalkan 27581e9489 Update angular ui ports.
6 years ago
mehmet-erim 5185ca9505 feature(ng-template): sync changes
6 years ago
Halil İbrahim Kalkan e91da573ab Add angular project template. Rename mvc template to app template.
6 years ago
maliming 1229020e0e Use Serilog.Sinks.Async to output file logs.
6 years ago
maliming 118e8ee2af Fixed Namespace Issue
6 years ago
maliming adc3ad87d8 Use string interpolation for single string formatting.
6 years ago
Yunus Emre Kalkan 7d5d33a1b4 mongodb namespaces & projects renamed
6 years ago
maliming a9930db7e4 Remove StackExchange.Redis.StrongName
6 years ago
maliming fd60fa9c7e Resolve #1382 Use the new Redis package.
6 years ago
Halil İbrahim Kalkan 2f39d2a15b Resolved #1370: Get ClientSecret from appsettings.json for MVC template DbMigration application.
6 years ago
maliming 3fb5e90824 fix #1335 Port replacement for migration and unit test projects.
6 years ago
Yunus Emre Kalkan a80233097b @abp/aspnetcore.mvc.ui.theme.basic "^0.6.5"
6 years ago
maliming 637007e172 Remove 'Base' postfix for MyProjectNamePageBase and MyProjectNamePageModelBase.
6 years ago
Super 2b3671f67e
Update AppUser.cs
6 years ago
Super 82633e7641
Update MyProjectNamePermissionDefinitionProvider.cs
6 years ago
Yunus Emre Kalkan 22b534db4e updated npm packages
6 years ago
Yunus Emre Kalkan f94cb3d11f Upgrade client side packages
6 years ago
Yunus Emre Kalkan 7aa4fed49f Change gulpfile.js file contents
6 years ago
Yunus Emre Kalkan 23f3a44587 Update @abp/aspnetcore.mvc.ui.theme.basic npm versions to 0.6.4
6 years ago
Yunus Emre Kalkan fa86c386f8
Merge pull request #1187 from abpframework/maliming/issue1160
6 years ago
maliming 05a8d5a4c9 Copy js/css files to the output directory under the Pages folder.
6 years ago
maliming 50d1d68165 Resolve #1269 Make web projects InProcess for AspNetCoreHostingModel .
6 years ago
Tomasz Lewandowski c1e0e98043 Polish translations
6 years ago
Halil İbrahim Kalkan 24a1b78ef7 Merge branch 'master' of https://github.com/abpframework/abp
6 years ago
Halil İbrahim Kalkan b421f915c1 Module template refactor.
6 years ago
Yunus Emre Kalkan b37386eabf
Merge pull request #1245 from nguyendev/patch-25
6 years ago
Yunus Emre Kalkan 38bf5360f7
Merge pull request #1244 from nguyendev/patch-24
6 years ago
nguyendev f2b466c044
vi translation
6 years ago
nguyendev f4fb3cd939
vi translation
6 years ago
nguyendev 84b8e00307
vi translation
6 years ago
Halil İbrahim Kalkan 83e25d0af7 Upgrade mvc-module template to the latest NuGet packages.
6 years ago
Halil İbrahim Kalkan 8275258c82 Fix order of ReplaceEmbeddedByPhysical statements.
6 years ago
Halil İbrahim Kalkan fbbef8fc2b Upgrade to the latest NuGet packages.
6 years ago
Halil İbrahim Kalkan 6dbd74ca1f Refactor and comment for base classes.
6 years ago
Halil İbrahim Kalkan 2ce5a1c758 Add FakeCurrentPrincipalAccessor for tests.
6 years ago
nguyendev 2af3fe55fa
vi translation
6 years ago
maliming 5208062d5d Revert "fix #1206 Mvc template & BookStore virtual file enhancement. "
6 years ago
Halil İbrahim Kalkan 659fd05606 Rename tests to test.
6 years ago
maliming b707f2e853 fix #1206 Mvc template & BookStore virtual file enhancement.
6 years ago
Halil İbrahim Kalkan 98e9d27921
Merge pull request #1192 from abpframework/Template-naespaces
6 years ago
Yunus Emre Kalkan 7a40c57c01 template namespace rename cont.
6 years ago
Yunus Emre Kalkan 769e51e535 Update MyCompanyName.MyProjectName.DbMigrator.csproj
6 years ago
Yunus Emre Kalkan d8afb908f4 fixed mvc and mvc-module template namespaces
6 years ago
Yunus Emre Kalkan f9d2e33d41
Merge pull request #1174 from Xeevis/localization-cs
6 years ago
maliming 88c6e286ee Resolve #1160 Change ports of templates to randoms on template creation.
6 years ago
Halil ibrahim Kalkan 2f1162ec43 Add publish related properties to MVC template projects.
6 years ago
Xeevis 345f5d2511 Czech translations
6 years ago
Xeevis 40604a40d6 Initial Czech localization support
6 years ago
Halil ibrahim Kalkan c3224d87f1 Remove unnecessary none includes.
6 years ago
Yunus Emre Kalkan d0d1b9ae75 fix csproj files
6 years ago
Marcelo Mohr Maciel e4ea2a0f0a Updating PT-BR translation
6 years ago
Halil ibrahim Kalkan d040b54766 Fix URLs for https change.
6 years ago
maliming d846ee50d8 resolve #1157 Configure HTTPS for all applications.
6 years ago
Halil ibrahim Kalkan b36ead9f25 Update MyProjectNameWebModule.cs
6 years ago
Halil ibrahim Kalkan 76fdd58c29 Merge service and module templates.
6 years ago
Halil ibrahim Kalkan bf04107a97 Renamed unified web project.
6 years ago
Halil ibrahim Kalkan b53be51ac0 Remove unused namespaces.
6 years ago
Halil ibrahim Kalkan 79ccfcaff5 Improve Web.Host for the service template.
6 years ago
Halil ibrahim Kalkan faa835b58b Added Jwt token auth to IDS4 project.
6 years ago
Halil ibrahim Kalkan ad51699e5d Improve service template
6 years ago
Halil ibrahim Kalkan 11ba754e4a Added APIs to IDS4 host
6 years ago
Halil ibrahim Kalkan b8aeacfb2a Fix dockerfile, use correlationid, add other languages.
6 years ago
Halil ibrahim Kalkan 8d28a73171 Fix docker file
6 years ago
Halil ibrahim Kalkan 15d2762e00 Created MyCompanyName.MyProjectName.Host.Shared project.
6 years ago
Halil ibrahim Kalkan 7378cb8ab5 Added projects from the module template.
6 years ago
Halil ibrahim Kalkan 21f8edaf13 MVC template improvements.
6 years ago
Halil ibrahim Kalkan b11cc33008 Added FakeCurrentPrincipalAccessor, created an authorized test.
6 years ago
Halil ibrahim Kalkan 84e4619d8f Added sample app service.
6 years ago
Halil ibrahim Kalkan aabd1cee31 Add initial migration
6 years ago
Halil ibrahim Kalkan d2d87c5312 Revise service template.
6 years ago
Halil ibrahim Kalkan 5033b1c04a Revised tests for the service template tests.
6 years ago
Halil ibrahim Kalkan 2545899d55 Service template revision. Make simpler namespaces.
6 years ago
Halil ibrahim Kalkan 0a9cd8977f Move setting provider to the domain layer.
6 years ago
Halil ibrahim Kalkan b513bb40bb Adjust namespaces.
6 years ago
Halil ibrahim Kalkan 57a8240131 Added tenant management module to the demo app of the module template.
6 years ago
Halil ibrahim Kalkan 996e7e01e8 Add more languages.
6 years ago
Halil ibrahim Kalkan 64e276b025 MVC module template refactored and migrations recreated.
6 years ago
Halil ibrahim Kalkan 7b9edb0c4c Refactor and comment the module template.
6 years ago
Halil ibrahim Kalkan 4f72a05233 Refactor and comment for tests.
6 years ago
Halil ibrahim Kalkan 8d8fa4c234 #585 Simplify namespaces for module & service templates.
6 years ago
Halil ibrahim Kalkan 9eff69dc96 Fixed #1123: Create a separated console application to migrate database and seed data.
6 years ago
Halil ibrahim Kalkan e0b379f124 Revise IDS4 configuration
6 years ago
Halil ibrahim Kalkan bd79cb7db7 Don't seed data in the domain layer.
6 years ago
Halil ibrahim Kalkan 88a8988d8d Use DataSeedHelper
6 years ago
Halil ibrahim Kalkan ea5edf3699 Move MyProjectNameResource to MyCompanyName.MyProjectName.Localization namespace
6 years ago
Halil ibrahim Kalkan 77dec45e9c Add IDS4 integration to the Web project.
6 years ago
Halil ibrahim Kalkan ad3c24692f Added MyCompanyName.MyProjectName.HttpApi.Client.ConsoleTestApp project
6 years ago
Halil ibrahim Kalkan dfc22cdd5b Reference to HttpApi from HttpApi.Host
6 years ago
Halil ibrahim Kalkan 5d3a1efe34 Remove HttpApi.Host to HttpApi dependency. Add MvcTemplateProjectRenameStep.
6 years ago
Halil ibrahim Kalkan 2352ca90e2 Add WithUnitOfWork methods to simplify working with UOW in tests
6 years ago
Halil ibrahim Kalkan 1716fb3b0d Re-create database migrations.
6 years ago
Halil ibrahim Kalkan 5b8aba1b82 Add missing module dependencies to MyProjectNameMongoDbModule
6 years ago
Halil ibrahim Kalkan 534def6e9f Fix base class
6 years ago
Halil ibrahim Kalkan 63f3722268 Rename MongoDb namespace on tests.
6 years ago
Halil ibrahim Kalkan bcac0dfde6 Rename MongDb namespace
6 years ago
Halil ibrahim Kalkan f0e9c6c0af Depend to MyProjectNameDomainTestModule from MyProjectNameApplicationTestModule instead of MyProjectNameEntityFrameworkCoreTestModule
6 years ago
Halil ibrahim Kalkan ed65990020 Add MongoDb unit tests to the MVC template.
6 years ago
Halil ibrahim Kalkan c837318c4f Added domain tests
6 years ago
Halil ibrahim Kalkan 52d1f77516 Added EF Core and base test projects
6 years ago
Halil ibrahim Kalkan d6a3444cec Configure login for web.host.
6 years ago
Halil ibrahim Kalkan 0ef6098a9a Implemented initial Web.Host project
6 years ago
Halil ibrahim Kalkan c4d12bfd7e Implemented MyCompanyName.MyProjectName.HttpApi.Host project
6 years ago
Halil ibrahim Kalkan 514b931143 Ignore logs
6 years ago
Halil ibrahim Kalkan ab058d0cd3 Minor fixes on IDS4 app
6 years ago
Halil ibrahim Kalkan 4ac1bcdac2 Added IDS4 to domain.
6 years ago
Halil ibrahim Kalkan 326031d7e2 Added IndentityServer project
6 years ago
Halil ibrahim Kalkan 567776822a Added Web.Host, HttpApi.Host and IdentityServer projects.
6 years ago
Halil ibrahim Kalkan 5e60655e42 Added MyCompanyName.MyProjectName.HttpApi.Client project.
6 years ago
Halil ibrahim Kalkan 5e583282cc Added MyCompanyName.MyProjectName.HttpApi project
6 years ago
Halil ibrahim Kalkan cce77696b3 Added notes
6 years ago
Halil ibrahim Kalkan e2f004d390 Added comments for EF core layer.
6 years ago