Commit Graph

1003 Commits (d5707967977fb14328661ae403c41eaa679ee263)

Author SHA1 Message Date
mehmet-erim 383e3e1e50 feat(theme-shared): create paginator component
5 years ago
mehmet-erim 7d3a9b30d7 ci(scripts): add types property to tsconfig
5 years ago
mehmet-erim bd9cfdd0ae style(account): change tslint disable style
5 years ago
mehmet-erim 360a74bd5a refactor(theme-shared): add click, focus, blur outputs
5 years ago
TheDiaval 4b5c6a28b7 refactor(theme-shared): change modal backdrop style
5 years ago
TheDiaval 27d9f69056 refactor(theme-shared): change modal-backdrop size
5 years ago
TheDiaval b885bc1239 refactor(theme-shared): change modal-backdrop width
5 years ago
mehmet-erim a7695a34cb ci(scripts): convert all scripts extensions to ts
5 years ago
mehmet-erim cf836bd7b7 fix: lint errors
5 years ago
mehmet-erim 04d182c8ae Merge branch 'dev' of https://github.com/abpframework/abp into feat/replaceable-components
5 years ago
mehmet-erim 0d0577b3da feat(account): add autocomplete attiributes to change password component
5 years ago
mehmet-erim 613680e692 feat(account): make change password component replaceable
5 years ago
mehmet-erim e9115b97e4 feat(account): make personal settings component replaceable
5 years ago
mehmet-erim e9f8d90a1f feat(account): make auth wrapper component replaceable
5 years ago
mehmet-erim 8f78d2371b refactor(core): imrove ReplaceableTemplateDirective data type
5 years ago
mehmet-erim 2239d010d4 feat(account): add tenant-box component inputs and outputs interfaces
5 years ago
mehmet-erim 48a9a6fcf8 feat(account): make tenant box component replaceable
5 years ago
mehmet-erim 343c847fb7 feat(account): add autocomplete attiributes
5 years ago
mehmet-erim e248f0d560 feat(feature-management): add inputs and outputs interfaces
5 years ago
mehmet-erim 6f233f281d feat(feature-management): make feature management component replaceable
5 years ago
mehmet-erim 17465417a9 tests(core): add replaceable-components.state.spec
5 years ago
mehmet-erim 754babf6f1 docs: add some badges to readme.md
5 years ago
mehmet-erim f95afd4711 tests(core): add replaceable-template.directive.spec
5 years ago
TheDiaval 3a32436aaa test(theme-shared): correct test host component input
5 years ago
mehmet-erim 48ea971486 tests(core): add replaceable-route-container.component.spec
5 years ago
TheDiaval 67f20a6f83 refactor(tenant-management): change sort order icon key inputs
5 years ago
TheDiaval d2f54ef185 refactor(identity): change sort order icon key inputs
5 years ago
TheDiaval b63d34cd48 refactor(tenant-management): change sort order icon input
5 years ago
TheDiaval 38662f7107 refactor(identity): change sort order icon input
5 years ago
TheDiaval f1d0ebae85 refactor!: remove deprecated functions, outputs, inputs etc.
5 years ago
TheDiaval abc2b35943 docs: add and describe a new commit type
5 years ago
mehmet-erim 9e62f63341 refactor(core): add resetDefaultComponent method to replaceable-template directive
5 years ago
mehmet-erim c7337cbc10 fix(core): add ExtractFromOutput instead of ExtractFromGeneric to common types
5 years ago
mehmet-erim 2bd2eb4cc4 feat(setting-management): make setting management replaceable
5 years ago
mehmet-erim 8fe488907d refactor(core): add a resource control to permission guard
5 years ago
mehmet-erim ec8f067028 feat(account): make account pages replaceable
5 years ago
mehmet-erim 742579d5c0 feat(tenant-management): make tenants component replaceable
5 years ago
mehmet-erim 661118a174 feat(identity): make roles and users component replaceable
5 years ago
mehmet-erim 68f5acae33 feat(identity): make permission management component replaceable
5 years ago
mehmet-erim 99fec57220 fix(core): fix condition errors
5 years ago
mehmet-erim 148aaece40 feat(permission-management): add permission management component inputs and outputs interfaces
5 years ago
mehmet-erim ae16916ae2 fix(permission-management): fix twice executing problem of visible setter
5 years ago
mehmet-erim 56861e7454 feat(core): add replaceable template types
5 years ago
mehmet-erim 1fe3b35076 feat(core): add ExtractFromGeneric type to ABP namespace
5 years ago
mehmet-erim 3c6ceb7388 feat(core): add default component input and output mapping process to replaceable template directive
5 years ago
Halil İbrahim Kalkan 1405121698
Merge pull request #2412 from abpframework/Identity-roles-paged
5 years ago
mehmet-erim 57403b86d1 feat(core): create replaceable-template directive
5 years ago
mehmet-erim 5ae10717d7 feat(core): add init directive
5 years ago
mehmet-erim 38c555e4c6 Revert "feat(core): add init directive #2404"
5 years ago
mehmet-erim 11b2781906 feat(core): add init directive #2404
5 years ago
mehmet-erim 2eb9e6b946 refactor(core): remove unnecessary if blocks
5 years ago
mehmet-erim e39dd3439b refactor(permission-management): move visible logics to visible setter from ngOnChanges
5 years ago
mehmet-erim a22d50fc16 refactor(core): change parameter type of addReplaceableComponent action
5 years ago
mehmet-erim 2fc59ea05b feat(core): improve replaceable-route-container component
5 years ago
Mehmet Erim 9809ab992e
Merge pull request #2431 from abpframework/feature/state-service-actions
5 years ago
TheDiaval fdd73da785 refactor(theme-basic): change state service dispatcher parameters
5 years ago
TheDiaval 177f4ffe08 refactor(tenant-management): change state service dispatcher parameters
5 years ago
TheDiaval e0de527018 refactor(permission-management): change state service dispatcher parameters
5 years ago
TheDiaval 6f9422d8f2 refactor(identity): change state service dispatcher parameters
5 years ago
TheDiaval d31474cc28 refactor(feature-management): change state service dispatcher parameters
5 years ago
TheDiaval d30f5a7af6 refactor(core): change state service dispatcher parameters
5 years ago
TheDiaval 4459c62029 style(theme-basic): reorder imports and beautify method parameters
5 years ago
TheDiaval 4b115fb90d test(theme-basic): add missing test for state service
5 years ago
TheDiaval f89bade3a6 feature(theme-basic): add state action dispatchers to state service
5 years ago
TheDiaval e875433a57 test(tenant-management): add missing test for state service
5 years ago
TheDiaval 0adcfef910 refactor(tenant-management): change state service method names according to action names
5 years ago
TheDiaval c1189ed8aa test(permission-management): add missing test for state service
5 years ago
TheDiaval 998dba14b4 refactor(permisison-management): change state service method names according to action names
5 years ago
TheDiaval ce6b7e2480 test(identity): add missing test for state service
5 years ago
TheDiaval 3b2228e30e refactor(identity): change state service method names according to action names
5 years ago
TheDiaval c32ee9b66a test(feature-management): add missing test for state service
5 years ago
TheDiaval e673e0ddbc refactor(feature-management): change state service method names according to action names
5 years ago
TheDiaval 2f3c43bb26 test(core): add missing tests for state services
5 years ago
TheDiaval 5449e2475b refactor(core): change state service method names according to action names
5 years ago
mehmet-erim 8cb5843a2a chore: add homepage and repo information to all package json files
5 years ago
mehmet-erim b9cdc461fe feat(core): create replaceable components state
5 years ago
mehmet-erim 4d44e3b4a2 refactor(core): move route-wrapper.component from identity and remaned replaceable-route-container.component
5 years ago
mehmet-erim d7e3a5e95c Merge branch 'dev' of https://github.com/abpframework/abp into feat/replaceable-components
5 years ago
mehmet-erim b124bb9dee tests(core): add date-extensions.spec
5 years ago
mehmet-erim a7e44b739c tests(core): fix tests in the config.state.spec
5 years ago
mehmet-erim 8dd751bc21 tests(core): add AddRotue tests
5 years ago
mehmet-erim 2b2e0be51d fix(core): fix flattedRoutes manipulation
5 years ago
mehmet-erim 51fc0ec255 feat(core): add component data interface
5 years ago
mehmet-erim 8c997d1e4e feat(identity): create route-wrapper.component
5 years ago
TheDiaval 0114677c63 feature(tenant-management): add actions to state service
5 years ago
TheDiaval efae782cce feature(permission-management): add actions to state service
5 years ago
TheDiaval 76c578a224 fix(identity): correct parameter type
5 years ago
TheDiaval b2e5362d83 feature(identity): add actions to state service
5 years ago
TheDiaval e2fb9384c4 feature(feature-management): add state actions to state service
5 years ago
TheDiaval 0ae1d767d4 feature(core): add state actions to state services
5 years ago
mehmet-erim f67c92f7f0 chore(core): remove old route handling method
5 years ago
Mehmet Erim 3dbb938e5e
Merge pull request #2425 from abpframework/feat/add-route-action
5 years ago
mehmet-erim 6a2b20f233 docs(core): add usage information to AddRoute action
5 years ago
Mehmet Erim ef9c436ab8
Merge pull request #2423 from yinchang0626/feature/yc_ng_packs
5 years ago
mehmet-erim 30af9d3418 ci(scripts): add prod build script
5 years ago
TheDiaval 4007dd6d7f refactor(identity): correct export paths
5 years ago
mehmet-erim da3a2cd7a6 tests(core): update config.plugin.spec.ts
5 years ago
mehmet-erim 2b6b05c639 feat(core): add AddRoute action
5 years ago
mehmet-erim 15a82794ac fix(core): update flattedRoutes when patchRoute action dispatched
5 years ago
mehmet-erim 17dd0a25a7 feat(core): fill the parentName property in flattedRoutes for child rotues
5 years ago
YinChang b638685543 code format add newline at end
5 years ago
YinChang 20bb91716d export some component and service in identity account module
5 years ago
TheDiaval 9bffd810b4 Merge branch 'dev' of https://github.com/abpframework/abp into dev
5 years ago
TheDiaval 6220e07a61 docs: change conditions of commiting changes
5 years ago
mehmet-erim 2fa28e8361 docs: add changelog.md
5 years ago
TheDiaval 8ed4b5f9dc refactor(identity): change form build method name
5 years ago
mehmet-erim 828888aa79 docs: add contributing.md
5 years ago
TheDiaval 08c7dcfe54 test(theme-shared): correct the test for sort icon component
5 years ago
TheDiaval b0ddb294fd style(theme-shared): change table sort icons
5 years ago
mehmet-erim 52e6fb0ea8 ci: update publish script
5 years ago
mehmet-erim 4cbfbc7093 ci: remove yarn.js and yarnrc
5 years ago
mehmet-erim 44b439514b ci: refactor publish.ps1
5 years ago
mehmet-erim baf5d389d0 ci(scripts): fix gulp script
5 years ago
mehmet-erim 635eca4765 ci(scripts): fix publish script error
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
mehmet-erim 2638a19a83 ci(scripts): fix export error
5 years ago
mehmet-erim c24afe6982 chore(core): change the class name of stop-propagation.directive
5 years ago
mehmet-erim cd6ce2b11d ci: export install and publish functions
5 years ago
mehmet-erim c83c69b0d7 update publish.ps1 #2346
5 years ago
mehmet-erim 55b23b2d96 feat(scripts): add git commit child process to publish script #2346
5 years ago
mehmet-erim f2d19b2699 feat(scripts): add npm publish runner command to publish script #2346
5 years ago
mehmet-erim c5aa981a79 ci(scripts): add version updating process to publish script #2346
5 years ago
mehmet-erim c959d6484a ci(scripts): improve package.json manupulation #2346
5 years ago
mehmet-erim 170d19b2cf feat(scripts): improve publish script
5 years ago
mehmet-erim 40447cdfc8 ci(scripts): create publish script
5 years ago
mehmet-erim aec8e4fad1 build(scripts): seperate installation from build script
5 years ago
mehmet-erim 91b59d248a chore: add dist into gitignore #2346
5 years ago
Halil İbrahim Kalkan b9faa9973b Upgrade to latest NPM ABP dependencies.
5 years ago
Halil İbrahim Kalkan b5404b1a7b Update source packages versions
5 years ago
Halil İbrahim Kalkan 42d9eb857f Delete client-generator
5 years ago
Halil İbrahim Kalkan 15f4f29bec Change to minor
5 years ago
Halil İbrahim Kalkan 0c730035f9 Publish and update npm packages
5 years ago
mehmet-erim adc8997596 docs: update readme
5 years ago
mehmet-erim 896a65d690 build: improve build script
5 years ago
mehmet-erim 2083ec41ae refactor(core): import takeUntilDestroy from utils folder
5 years ago
mehmet-erim 227b1e920d chore: update gitignore
5 years ago
mehmet-erim 9e51540061 chore(theme-shared): regulate tslint comments in button component
5 years ago
mehmet-erim d34d1aba19 chore: add exit in the catch block
5 years ago
mehmet-erim 5d0f1cd5db performance: improve build script
5 years ago
mehmet-erim a3230b4fc0 Build ng packages
5 years ago
mehmet-erim 5af8ee86ce Revert "Build ng packages"
5 years ago
mehmet-erim 58ae8ebcca Build ng packages
5 years ago
Mehmet Erim fbe5813fb2
Merge pull request #2299 from abpframework/build/build-options
5 years ago
thediaval 8f2a1472ae improvement(core): change localization key type
5 years ago
TheDiaval 61cbebfaf1 Revert "Build ng packages"
5 years ago
thediaval 941acda147 build: add sync and async builds to build script
5 years ago
thediaval 5065d21f6f Build ng packages
5 years ago
thediaval affd044605 ci: change ci scripts
5 years ago
thediaval 5020d1181c build: add noCommit option to build script
5 years ago
mehmet-erim 6204c19ce1 Merge branch 'dev' of https://github.com/abpframework/abp into dev
5 years ago
mehmet-erim 2114a027e4 chore(template): remove a class from body
5 years ago
Halil İbrahim Kalkan 56c859f8ff
Merge pull request #2291 from abpframework/Upgrade-client-side-dependencies
5 years ago
mehmet-erim b9d2e5f656 feat(permission-management): add hide badges input
5 years ago
Yunus Emre Kalkan 3093912463 Upgraded client side dependencies for v1.1
5 years ago
Mehmet Erim 5c21771f24
Merge pull request #2282 from abpframework/fix/permission-badge
5 years ago
olicooper e325f58a53
Incorrect form value assignment
5 years ago
mehmet-erim 7a8c1977b5 refactor: remove importants
5 years ago
mehmet-erim a1cc204075 refactor(tenant-management): get api calls move to corresponding components
5 years ago
mehmet-erim e02f5fe5af refactor(identity): get api calls move to corresponding components
5 years ago
mehmet-erim a191661535 feat(identity): add badges to role list
5 years ago
mehmet-erim 6e759b8829 feat(feature-management): add empty data message
5 years ago
mehmet-erim 13a10c2cc5 fix(core): change default insert position in the lazy-load.service
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
thediaval c68f0aab5a improvement(permission-management): hide provider badge when editing a role
5 years ago
mehmet-erim 6de524887a chore: update prettierrc
5 years ago
mehmet-erim 3c924899ca fix(account): add header parameter to fetchTokenUsingPasswordFlow method
5 years ago
Yasin Aydın 04623304d9
Merge pull request #2267 from abpframework/feat/policy-condition
5 years ago
mehmet-erim 2f534545ba fix(core): sort pipe key error
5 years ago
Mehmet Erim 075bfe45bb
Merge pull request #2266 from abpframework/test/theme-shared
5 years ago
mehmet-erim 4764750a8c fix(core): sort pipe null data problem
5 years ago
mehmet-erim 76b7559575 feat(core): add condition check to getGrantedPolicy
5 years ago
thediaval ad7f0b2e3e test(theme-shared): add sort-order-icon component test
5 years ago
mehmet-erim 22051fe7eb feat(theme-basic): add two icons
5 years ago
Mehmet Erim ff1788d258
Merge pull request #2261 from abpframework/refactor/general
5 years ago
mehmet-erim 20c5921072 refactor: change abpPermission using type
5 years ago
mehmet-erim b12b607fc8 refactor(core): add contidion change detection to permission directive
5 years ago
mehmet-erim 40641a63b4 refactor(theme-shared): add snq for type error
5 years ago
mehmet-erim d17d6b1c16 refactor(theme-shared): rename error.component
5 years ago
mehmet-erim f21917ab2b fix(tenant-management): add type error control
5 years ago
mehmet-erim 9be940181e feat(core): add toLocalISOString function to Date prototype
5 years ago
mehmet-erim ec7f1f3f87 test(core): add nest tests to permission directive and guard
5 years ago
mehmet-erim 95563de2a4 fix(core): add view clear before creating view
5 years ago
mehmet-erim a3d751f482 feat(core): support to find requiredPolicy from child route
5 years ago
mehmet-erim eedab03ad1 feat(core): add template ref to permission directive
5 years ago
YinChang 6e49db7d82 fix (theme-basic) dropdownLanguages$ already filtered selected langs ,so dropdown should appear when length >0
5 years ago
mehmet-erim e6dfe5670b Merge branch 'master' into dev
5 years ago
mehmet-erim 47b99a7221 test(theme-shared): fix errors
5 years ago
mehmet-erim 1f8c4477cf fix(theme-shared): wrong folder name
5 years ago
mehmet-erim 383c4f6a29 fix(theme-shared): modal animation and backdrop height
5 years ago
mehmet-erim 4a2f7e1ecc fix(theme-shared): bread crumb type error
5 years ago
mehmet-erim d7c9a6044c fix(theme-shared): breadcrumb type error
5 years ago
mehmet-erim 6b78dbff86 feat(core): add undefined and empty string params control to rest service
5 years ago
mehmet-erim c5fc902fb3 feat(permissin-guard): add a handling permission condition
5 years ago
Mehmet Erim 7b91ec6019
Merge pull request #2215 from abpframework/test/form-submit-directive
5 years ago
thediaval 89c30a615d test(core): change debounce time
5 years ago
mehmet-erim afca0693e6 Merge branch 'dev' of https://github.com/abpframework/abp into dev
5 years ago
mehmet-erim 6cdc7aebe9 feat(client-generator): add backend connection params
5 years ago
mehmet-erim 737b43ce24 feat(client-generator): add generator utils
5 years ago