Commit Graph

2483 Commits (a7f518f4dc7c179b9f190df8565d860880481f83)

Author SHA1 Message Date
maliming d8a43f3fc6 Normalize projectId field.
5 years ago
Halil İbrahim Kalkan 193e770c83 Fix forgot password UI.
5 years ago
Yunus Emre Kalkan a3744f812e CmsKit: Should focus on the comment area after login and return back
5 years ago
Halil İbrahim Kalkan 2e6570494a
Merge pull request #5127 from abpframework/maliming/patch-1
5 years ago
Halil İbrahim Kalkan 5c3661f01f
Merge pull request #5105 from abpframework/liangshiwei/module-account-resetpassword
5 years ago
maliming b35ceadcc7 Add UserName & ClientId to the security log.
5 years ago
liangshiwei 8614a45c8f Added forget/reset password feature to account module
5 years ago
maliming 3e05d01a6f Add UserName in SetSuccessResultAsync method.
5 years ago
Oliver Cooper 2d7f4a7192 Fixed BlobStoring project reference paths
5 years ago
Halil İbrahim Kalkan d900931cd3
Merge pull request #5085 from abpframework/liangshiwei/account-module-errorPage
5 years ago
liangshiwei 8d17e7a860 Set ErrorController's method to virtual
5 years ago
liangshiwei cea173bd4c undo .csproj file changes
5 years ago
liangshiwei 6ed08665d9 create account area folder
5 years ago
liangshiwei 81919d7df5 Find the error page in AbpErrorPageOptions
5 years ago
liangshiwei ce1d3523de Remove resharper comment
5 years ago
liangshiwei 249e64c660 Add Identity service error controller to account module
5 years ago
maliming 5abca9e16b Add Components js/css files to embedded resource.
5 years ago
Halil İbrahim Kalkan 92bedb38b4
Merge pull request #5038 from abpframework/maliming/id4-errorpage
5 years ago
Halil İbrahim Kalkan 8a6b1e0a5e
Merge pull request #5037 from abpframework/maliming/Swashbuckle.AspNetCore
5 years ago
Halil İbrahim Kalkan 793998ac42 Use CmsUserLookupServiceGetByIdAsync instead of FindByIdAsync.
5 years ago
Halil İbrahim Kalkan 649a35db2a Use RequiresGlobalFeature to enable/disable the API controllers for the CMS Kit module.
5 years ago
Halil İbrahim Kalkan e4fcb11872 Fix tests for the CMS Kit.
5 years ago
Halil İbrahim Kalkan 5e8f39f7bb Revise the CMS Kit REST API
5 years ago
Halil İbrahim Kalkan d316752da4 Update CommentingViewComponent.cs
5 years ago
Halil İbrahim Kalkan a835f9bc27 Use AbpMvcOptions to get the login url
5 years ago
Halil İbrahim Kalkan c795d5864e Introduce LoginUrl option to CmsKitUiOptions & remove the public page.
5 years ago
Halil İbrahim Kalkan 6cd3e1f472 Add TODO and change List to IReadOnlyList for CommentingViewComponent
5 years ago
Halil İbrahim Kalkan e7b63afc66 Refactor and remove unnecesssary comments from the CMS Kit UI
5 years ago
Halil İbrahim Kalkan ce3b8178e5 Refactor and add notes.
5 years ago
Halil İbrahim Kalkan aad36a44b4 Remove comments.
5 years ago
Halil İbrahim Kalkan 1926d58865 Refactor CommentPublicAppService
5 years ago
Halil İbrahim Kalkan dddc30c658 Dont expose user emails to public!
5 years ago
Halil İbrahim Kalkan c0a407a8fd Move permission provider to common.
5 years ago
Halil İbrahim Kalkan 48413bf600 Update CmsKitMongoDbModule.cs
5 years ago
Halil İbrahim Kalkan 468a1225d7 Define collection names for CMSKit MongoDb package.
5 years ago
Halil İbrahim Kalkan 064704669b Add cancellationtoken to the repositories.
5 years ago
Halil İbrahim Kalkan 1e93a4474c Pass the entity, not id to delete it.
5 years ago
Halil İbrahim Kalkan 04a79dac48 Rearrange indexes, changed to DeleteWithRepliesAsync, used BasicAggregateRoot for CMS Kit.
5 years ago
Halil İbrahim Kalkan 1483da256e #5061 Initial Global Features System completed.
5 years ago
Halil İbrahim Kalkan 2a5eb8902c Add new methods to GlobalModuleFeatures
5 years ago
Halil İbrahim Kalkan 82ecc9cf8d Add Collection to the mongodb tests
5 years ago
Halil İbrahim Kalkan 838289552e Use OneTimeRunner and clear the test code.
5 years ago
Halil İbrahim Kalkan 092093f8bb Update GlobalFeatureManagerModuleConfiguratorCmsKitExtensions.cs
5 years ago
Halil İbrahim Kalkan da0d4718ff Revise the global features.
5 years ago
Halil İbrahim Kalkan 8467024d54 refactor the global feature system
5 years ago
Halil İbrahim Kalkan 6a24a0de30 Make GlobalFeature abstract.
5 years ago
Halil İbrahim Kalkan 563fc1c6fc Revised the feature system.
5 years ago
Halil İbrahim Kalkan 389d20c737 Implement basic GlobalFeatureManager.
5 years ago
Halil İbrahim Kalkan 1b3b596eb0 Added "features" to the CMS kit and implemented on the EF Core layer.
5 years ago
Halil İbrahim Kalkan 933ebed440 User Base suffix for abstract base classes.
5 years ago
Halil İbrahim Kalkan e6a224db73 Refactor the domain layer of the CMS Kit.
5 years ago
Halil İbrahim Kalkan e4b04537e2 Remove authorization for comments.
5 years ago
Halil İbrahim Kalkan 70b595f59d Refactor constants.
5 years ago
Halil İbrahim Kalkan 1791925da6 Remove empty localizations and fill Turkish.
5 years ago
Halil İbrahim Kalkan 40bc859f03 Refresh the initial migration for the CMS Kit.
5 years ago
Yunus Emre Kalkan c4727896f7 update Identity Localization
5 years ago
maliming daf7febe7c Handle ErrorMessage is null.
5 years ago
maliming 429bf596a1 Add Identity service error page to account module.
5 years ago
maliming f72f7379b3 Upgrade Swashbuckle.AspNetCore to 5.5.1
5 years ago
Yunus Emre Kalkan 77b76e44fa cmskit commets: comment/reply form alignment
5 years ago
Halil İbrahim Kalkan 170f055d0c
Merge pull request #5016 from abpframework/issue/4959
5 years ago
Halil İbrahim Kalkan 4d53c3fd97 Resolved #4985: Change AbpResourceOwnerPasswordValidator to support the external login system.
5 years ago
Halil İbrahim Kalkan 967c47af65
Merge pull request #4975 from abpframework/issue/4928
5 years ago
Yunus Emre Kalkan d63e614a8d cmskit: reactions auth
5 years ago
Yunus Emre Kalkan af58bd5f45 Cmskit: reaction tests
5 years ago
Yunus Emre Kalkan c3f472fdc6 CmsKit: comment tests
5 years ago
Yunus Emre Kalkan e8065c5d7a
Merge pull request #4872 from abpframework/maliming/id4-client-delete
5 years ago
Yunus Emre Kalkan 36fa40e61e Refactor pull/4975
5 years ago
maliming a37b797dad Update migrations for identity user IsExternal property.
5 years ago
Halil İbrahim Kalkan 93e06f3085
Merge pull request #4884 from abpframework/maliming/DeviceFlowStore
5 years ago
Halil İbrahim Kalkan 09214d7eec
Merge pull request #4942 from abpframework/maliming/patch-1
5 years ago
Halil İbrahim Kalkan fd45b4d5dc
Merge pull request #4899 from abpframework/maliming/account-pacth
5 years ago
maliming cf5ce779a6 Merge branch 'dev' into maliming/account-pacth
5 years ago
olicooper 61431132ab
Update Identity 'LockoutEnabled' localization in en.json
5 years ago
Halil İbrahim Kalkan 92b2028bf9
Merge pull request #4976 from abpframework/maliming/ms-3.1.6
5 years ago
Yunus Emre Kalkan 8c3b9b9fc9 Update ChangePasswordInput.cs
5 years ago
Yunus Emre Kalkan 09ba60f8f9 Revise how to change the password for external logins
5 years ago
Ahmet Çotur 4c18ec857a Target Framework converted to netstandart2.0 from netcoreapp3.1
5 years ago
Yunus Emre Kalkan d737b93721 Merge branch 'dev' into issue/4928
5 years ago
Yunus Emre Kalkan 7954a73283 Merge branch 'dev' into issue/4959
5 years ago
Yunus Emre Kalkan beef6af3a1 Cmskit mongodb support
5 years ago
Yunus Emre Kalkan 297dfefc64 CmsKit: Implement Multi-Tenancy for UserReaction ve Comment.
5 years ago
Yunus Emre Kalkan 2a7ca1c5fc Create Volo.CmsKit.Public & Volo.CmsKit.Admin namespaces for the related projects
5 years ago
Halil İbrahim Kalkan 2ad0beb94a Delete unused RandomPasswordGenerator.
5 years ago
Halil İbrahim Kalkan 6cac77d262 Don't set password for external login.
5 years ago
Halil İbrahim Kalkan dc05e3e301 Replace user.LoginProvider by IsExternal.
5 years ago
Halil İbrahim Kalkan d12ef80a9d Fix ExternalLoginProviderBase
5 years ago
Halil İbrahim Kalkan ece1842150 Update FakeExternalLoginProvider.cs
5 years ago
Halil İbrahim Kalkan ed792609d7 Fully implement the ExternalLoginProviderBase
5 years ago
Halil İbrahim Kalkan cc94779107 Move create/update to the provider.
5 years ago
Halil İbrahim Kalkan e98084fdf6 Refactor: Extract class RandomPasswordGenerator
5 years ago
Halil İbrahim Kalkan 30d7afb5e6 Set TenantId
5 years ago
Halil İbrahim Kalkan def92907a3 Introduce ExternalLoginProviderBase
5 years ago
Halil İbrahim Kalkan 01580e3aa7 Introduce IExternalLoginProvider
5 years ago
Halil İbrahim Kalkan c232b8d761 Create and register AbpSignInManager.
5 years ago
Halil İbrahim Kalkan 7eb057aaf1 Establish test environment for the Volo.Abp.Identity.AspNetCore package.
5 years ago
maliming 48f7b609aa Upgrade all AspNetCore/MsExtensions related packages to 3.1.6.
5 years ago
Yunus Emre Kalkan 3f96c7dab0 cmskit CommentPublicAppService: minor refactor
5 years ago
Yunus Emre Kalkan 33f3916716 Do not show "password change" if the user has registered via social login
5 years ago
maliming 1153fb012d Convert special characters in Version.
5 years ago
Halil İbrahim Kalkan 225f85e9ec Update Index.cshtml
5 years ago
Yunus Emre Kalkan 9e76bb375b docs module: fix latest version links to other documents
5 years ago
Yunus Emre Kalkan 516181da7d Update en.json
5 years ago
Halil İbrahim Kalkan 7816cf59ab
Merge pull request #4961 from abpframework/feat/4760
5 years ago
Yunus Emre Kalkan 30857c6181 Update Index.cshtml.cs
5 years ago
Yunus Emre Kalkan 88616e7d27 Merge branch 'dev' into Docs-module-Alternative-way-(using-branches)-to-get-versions
5 years ago
Halil İbrahim Kalkan 16285fabfa Refactor.
5 years ago
Yunus Emre Kalkan ec5b0caeb6 cmskit comment ui improvements
5 years ago
Yunus Emre Kalkan 769ce3d82c Update Default.cshtml
5 years ago
Yunus Emre Kalkan 4ec311624f Update Default.cshtml
5 years ago
Yunus Emre Kalkan a64ec0e77c Update Default.cshtml
5 years ago
Yunus Emre Kalkan 3c5001c8f4 cmskit comments: improved demo with public page
5 years ago
Yunus Emre Kalkan 9ad272db71 cmskit comment login buttons
5 years ago
Yunus Emre Kalkan e64664e926 cmskit comment: hide new comment form when not authenticated
5 years ago
Yunus Emre Kalkan 800de78a03 cmskit comments: allow public entitites
5 years ago
Yunus Emre Kalkan 471d57bacc Merge branch 'dev' into feat/4760
5 years ago
Ahmet Çotur 93c9b562c6
Merge pull request #4944 from abpframework/maliming/patch-2
5 years ago
maliming df4200932d Handle multi-tenant in DatabaseBlobProvider.
5 years ago
maliming 53cd00a9c5 Don't show UPDATED if it is already NEW
5 years ago
Halil İbrahim Kalkan 5f78f89a53 #4927: Implement social/external logins for the account module.
5 years ago
Yunus Emre Kalkan 326d6810b7 cmskit comment: ui improvements
5 years ago
erolarkat 574c765f06 Merge branch 'master' into dev
5 years ago
erolarkat f570151803 npm packages 3.0.5
5 years ago
Yunus Emre Kalkan f7b3f1eb1c Cmskit comment improvements
5 years ago
İsmail ÇAĞDAŞ bdcf018528 deleted not used test projects
5 years ago
Yunus Emre Kalkan 345adb41f8 CmsKit: Created CmsUser
5 years ago
maliming bc39339fc6 Implement StringValueTypeJsonConverter.
5 years ago
maliming 1eff227220
Merge pull request #4901 from abpframework/fix/security-logs
5 years ago
Halil İbrahim Kalkan d2b39c0087 #4337 added initial implementation points.
5 years ago
Halil İbrahim Kalkan a14a2c26e3 Remove unused namespaces
5 years ago
Yunus Emre Kalkan 52908a7496 cmskit: commets initial files & backend
5 years ago
Ahmet Çotur d236b40280 using addDays
5 years ago
Ahmet Çotur 727c519ac9 fix date filtering
5 years ago
maliming 5e0bf84f58 Use alerts to show the exception message in the register page.
5 years ago
Yunus Emre Kalkan 0c5d2a17e5 Docs branch option: Use LatestVersionBranchName for latest version
5 years ago
Yunus Emre Kalkan a864d0e5e9 docs: file renames
5 years ago
Yunus Emre Kalkan 35e2a83a98 Merge branch 'dev' into Docs-module-Alternative-way-(using-branches)-to-get-versions
5 years ago
maliming cead9c1b8f Remove ITransientDependency interface from the DeviceFlowStore class.
5 years ago
Halil İbrahim Kalkan 542d80f753
Merge pull request #4523 from abpframework/maliming/cacheInUow2
5 years ago
Halil İbrahim Kalkan f0d2a5151c
Merge pull request #4810 from abpframework/maliming/UserSecurityLog-patch
5 years ago
Halil İbrahim Kalkan a42ff8937b
Merge pull request #4855 from abpframework/maliming/PermissionDataSeedContributor
5 years ago
Yunus Emre Kalkan ae6b5f34fd docs module fixes
5 years ago
maliming 4658933fb6 Delete related entities when deleting Identity Server Client.
5 years ago
Ahmet Çotur 79f11ee763 Added entity extension base to Identity module
5 years ago
Yunus Emre Kalkan 8d87d539d7 Docs module: added alternative way (using branches) to get versions
5 years ago
Ahmet Çotur d4551c83b7 Entity Extension system applied to tenant management module
5 years ago
Ahmet Çotur cf17af4199 tenant management web layout extended
5 years ago
Ahmet Çotur b646388195 update tenantmanagement.application.contacts
5 years ago
Ahmet Çotur 1bc084a6cb Update AbpTenantManagementDomainModule.cs
5 years ago
Ahmet Çotur efd90f010e added tenant extension configuration
5 years ago
maliming acf161bd21 Filter permission provider in PermissionDataSeedContributor.
5 years ago
maliming cec5d20ee9
Merge pull request #4852 from 1d0n7kn0w/patch-2
5 years ago
maliming da6043915d
Merge pull request #4851 from 1d0n7kn0w/patch-1
5 years ago
maliming 7947b88b77 Depend on the App Account ApplicationModule in the Blogging TestApp.
5 years ago
1d0n7kn0w 90232d62c4
Fix #4848
5 years ago
1d0n7kn0w a3f59a81e4
Fix #4848
5 years ago
Yunus Emre Kalkan 4f57c823c8 Docs module: option to disable section rendering
5 years ago
İsmail ÇAĞDAŞ ba484e737b
Merge pull request #4782 from abpframework/abp-prerelease-compatibility
5 years ago
Yunus Emre Kalkan 48db596f97 docs: created IVersionHelper
5 years ago
maliming 0453373d66 Update blogging & docs demo migrations.
5 years ago
Yunus Emre Kalkan 70bc7e3318 docs: fix LatestVersionBranchName comparassion bug
5 years ago
maliming 1cc65bc3ef Remove TenantId from IdentitySecurityLogContext.
5 years ago
maliming 83aeea2230 Use IdentitySecurityLogManager instead EventBus to save security logs.
5 years ago
Yunus Emre Kalkan 6a2d71882e Merge branch 'dev' into abp-prerelease-compatibility
5 years ago
maliming 4b02b14350 Merge branch 'dev' into maliming/cacheInUow2
5 years ago
Halil İbrahim Kalkan 849f737799 Move ReactionSelectionViewModel and ReactionViewModel into ReactionSelectionViewComponent as nested classes.
5 years ago
Halil İbrahim Kalkan 8592ed3f32 Implement IHasCreationTime and IMustHaveCreator for the UserReaction.
5 years ago
Halil İbrahim Kalkan a32b4fbb0d Refactor EfCoreUserReactionRepository
5 years ago
Halil İbrahim Kalkan e6ba0af734 Refactor the ReactionManager.
5 years ago
Halil İbrahim Kalkan d133135cc5 Cleanup CMS Kit
5 years ago
Halil İbrahim Kalkan c31ecc36d8 Add more reaction icons
5 years ago
Halil İbrahim Kalkan 0bce76cc34 Show popover to react.
5 years ago
Halil İbrahim Kalkan b3fae140c7 Update default.js
5 years ago
Halil İbrahim Kalkan 298574066c Update CmsKitPublicWidgetsController.cs
5 years ago
Halil İbrahim Kalkan 263ee2d21a Implemented refresh on reaction widget.
5 years ago
Halil İbrahim Kalkan 9c70d7c393 widget-manager should use findWithSelf
5 years ago
Halil İbrahim Kalkan b9d262b318 Use WidgetManager for the cms reaction
5 years ago
Yunus Emre Kalkan 33b53d012e Github releases: ensure versions are listed by semantic compare
5 years ago
maliming bda9a997f3 Merge branch 'dev' into maliming/UserSecurityLog
5 years ago
Halil İbrahim Kalkan 1e86edd7ee
Merge pull request #4783 from abpframework/malimng/camcel-btn-patch
5 years ago
Yunus Emre Kalkan b570f4482f Merge branch 'dev' into abp-prerelease-compatibility
5 years ago
maliming 71331f47cf Move cancel button to the form & add formnovalidate attribute.
5 years ago
maliming 022857f3d0
Update Login.cshtml.cs
5 years ago
Halil İbrahim Kalkan 64d22355f7
Merge pull request #4766 from abpframework/maliming/UnifiedMigration
5 years ago
Halil İbrahim Kalkan 356d526a4e
Merge pull request #4736 from abpframework/maliming/hideCancelButton
5 years ago
Yunus Emre Kalkan 3747b2b579 docs module: set latest stable version as latest when there is a prerelease
5 years ago
maliming 25d1b4fd1e
Update zh-Hans.json
5 years ago
xyfy 4aa39b359e
Update zh-Hans.json
5 years ago
Halil İbrahim Kalkan 8210eb27aa Implemented deletion and styles
5 years ago
Halil İbrahim Kalkan abf06c1727 Implemented create on UI
5 years ago
Halil İbrahim Kalkan ce677a6cfb Created reaction related controllers
5 years ago
Halil İbrahim Kalkan fc3473f85d Implemented EF Core integration for reactions
5 years ago
Halil İbrahim Kalkan 5bd8aa0db6 Refactored cmskit reactions
5 years ago
Halil İbrahim Kalkan 3e72d475ff Add scripts for the reaction
5 years ago
Halil İbrahim Kalkan 3709584f31 Added example entities.
5 years ago
Halil İbrahim Kalkan 2c05b34c70 Implemented ReactionPublicAppService.GetAvailableReactions
5 years ago
Halil İbrahim Kalkan a7ddabac05 Fix CmsIconTagHelper.
5 years ago
Halil İbrahim Kalkan 78c2236c67 Clean solution
5 years ago
Halil İbrahim Kalkan 2b24d8d681 Rearrange the web layer
5 years ago
Halil İbrahim Kalkan 13fbf0cefe Rearrange the HttpApi layers of the CMS Kit.
5 years ago
Halil İbrahim Kalkan 7454f06fa2 Fix Volo.CmsKit.Common.Web references.
5 years ago
Halil İbrahim Kalkan 13a6e406a4 Rearrange the application layer of the cmskit.
5 years ago
Halil İbrahim Kalkan 943d0a541d Created CmsKit common modules
5 years ago
Halil İbrahim Kalkan d22e83be1d Revise project structures
5 years ago
Halil İbrahim Kalkan 9eafb52714 Rename modules.
5 years ago
Halil İbrahim Kalkan aaf2a17525 Created CmsKit common web and initial reaction icon system
5 years ago
maliming 7616c1e501 Make app template DbContextFactory use migrator project's appsettings.json
5 years ago
Halil İbrahim Kalkan 34888b42c7 Created empty ReactionSelectionViewComponent and rename modules.
5 years ago
Halil İbrahim Kalkan 4ca2e94664 Switch to localhost
5 years ago
Halil İbrahim Kalkan 2ea01ec681 Working on the cms kit reactions domain layer (experimental).
5 years ago
mehmet-erim 8737042e4b Merge remote-tracking branch 'origin/master' into dev
5 years ago
erolarkat c88150ae93 npm packages 3.0.4
5 years ago
Ahmet Çotur dedee1976c localization update
5 years ago
Ahmet Çotur 6ff4b29537 update cmskit menu names
5 years ago
Ahmet Çotur 6d402e4718 update cmskit permission names.
5 years ago
mehmet-erim 62e3bd0995 Merge remote-tracking branch 'origin/master' into dev
5 years ago
mehmet-erim 4b7f16a719 chore: run gulp script for all folders
5 years ago
Ahmet Çotur bb386c4531 unified projects are referenced to local projects
5 years ago
Ahmet Çotur 430b161a4c public projects are referenced to local projects
5 years ago
Ahmet Çotur 93c66578a9 core projects are referenced to local projects
5 years ago
Ahmet Çotur 151b694d6a common props and configura await imported for all
5 years ago
Ahmet Çotur ff94b9694d admin layer finished
5 years ago
Ahmet Çotur 1718eb9736 admin & public prepared
5 years ago
Ahmet Çotur 3704202fb7 core & unified prepared
5 years ago
Necati Meral 6a2cbde194 Merge branch 'dev' of https://github.com/abpframework/abp into german-dutch-encoding
5 years ago
liangshiwei 3a7e086ce4
Merge pull request #4705 from abpframework/maliming/es-patch
5 years ago
Ahmet Çotur 7ee6692a52 tab usage is removed
5 years ago
Ahmet Çotur e5d9ee145f Merge branch 'dev' into Cotur/prettier
5 years ago
maliming 48ad264e3d The Cancel button is only displayed in Identity Server.
5 years ago
1d0n7kn0w a396fc1a95
Update IdentityDataSeedContributor.cs
5 years ago
1d0n7kn0w b4a6ab42ed
Update IdentityDataSeedContributor.cs
5 years ago
1d0n7kn0w 06faa0fa0d
Avoid NullReferenceException if context is null
5 years ago
Halil İbrahim Kalkan baed9702ae Create reaction
5 years ago
Halil İbrahim Kalkan 2fe03041f6 Added empty CmsKit module
5 years ago
maliming 40dc60cb6c Disable Security Log feature.
5 years ago
maliming 787a09546f Add filter for IIdentitySecurityLogRepository.
5 years ago
maliming 865be7ae78 Update DocumentAdminAppService.
5 years ago
maliming b38ef87468 Improve search list page and Pull function.
5 years ago
maliming 54394b30f2 Filter Navigation and Parameters in the search results.
5 years ago
maliming 0253eeaa72 Convert special characters in LanguageCode.
5 years ago
liangshiwei e9f8aa2761 Use CompleteAsync instead of SaveChangesAsync
5 years ago
Ahmet Çotur d570f5060b Virtual File Explorer - prettier settings added and js files reformatted
5 years ago
Ahmet Çotur b6f4aef7ef Tenant Management - prettier settings added and js files reformatted
5 years ago
Ahmet Çotur 751ee5b779 Settings Management - prettier settings added and js files reformatted
5 years ago
Ahmet Çotur d8dd4f7468 Feature Management - prettier settings added and js files reformatted
5 years ago
Ahmet Çotur 2c36e51ff3 Docs Module - prettier settings added and js files reformatted
5 years ago
Ahmet Çotur d766d36d6a Client Simulation - prettier settings added and js files reformatted
5 years ago
Ahmet Çotur 2606520715 Blogging Module - prettier settings added and js files reformatted
5 years ago
Ahmet Çotur f2032ff7a4 Account Module - prettier settings added and js files reformatted
5 years ago
Ahmet Çotur b72d903412 Permission Management Module - prettier settings added and js files reformatted
5 years ago