Commit Graph

2654 Commits (318eea9e1473516b49ebb7ffd9f1558b979ccdfb)

Author SHA1 Message Date
Arman Ozak dfa96501db use getWorkspaceSchema instead of JSON.parse
5 years ago
Arman Ozak 21be591760 update yarn.lock
5 years ago
mehmet-erim dc12bf85f3 Merge branch 'dev' of https://github.com/abpframework/abp into auto-merge/rel-4-2/178
5 years ago
Mehmet Erim d9d0216557
Merge branch 'dev' into auto-merge/rel-4-2/175
5 years ago
Arman Ozak 704beb57b7 replace internal util fn with should-quote
5 years ago
Arman Ozak 935afd62b9 add should-quote to dependencies
5 years ago
Arman Ozak 0c11c13d9d rename prop key checker utility as shouldQuoteProp
5 years ago
Mehmet Erim 454c14b719
Merge pull request #8015 from abpframework/feat/8014
5 years ago
mehmet-erim 4a17aca884 handle the refreshToken error
5 years ago
Arman Ozak b36247be16 modify isValidProp to allow reserved words too
5 years ago
mehmet-erim 7e359bc60c change barrel import to relative path
5 years ago
Mehmet Erim dd4945ab2c
Merge pull request #8021 from abpframework/fix/8020
5 years ago
muhammedaltug ba644d1f90 add default origin
5 years ago
Arman Ozak 059d0aaf05 use object literal shorthand on params if available
5 years ago
Arman Ozak 126cdc2a76 set url quotes based on template literal placeholder use
5 years ago
Arman Ozak 5080d94c72 use bracket notation on decriptors for invalid keys
5 years ago
Arman Ozak d46397630d quote interface keys if not valid a property name
5 years ago
Arman Ozak 45dcefc6b2 quote enum member keys if not a valid prop name
5 years ago
Arman Ozak ab9ee98e28 add util fn to check if string is valid prop name
5 years ago
Mehmet Erim e4bf25c583
Merge pull request #8013 from abpframework/feat/7852
5 years ago
Arman Ozak 3049fd8e97 bind jsonName in method body if available
5 years ago
Arman Ozak 3b1a45e578 use jsonName as name in props if available
5 years ago
Arman Ozak a8a5f30e78 add jsonName to PropertyDef and ParameterInBody
5 years ago
Arman Ozak 9433b417d0 update mock api-definition with jsonname props
5 years ago
Mustafa Tozlu d24b3ee877 feat: make AuthWrapperComponent replacable
5 years ago
Levent Arman Özak 38e921d573
Merge branch 'dev' into feat/volo-5292
5 years ago
mehmet-erim d007fb075c change import url in initial-utils
5 years ago
mehmet-erim bed3635eab make some improvements for auth strategies
5 years ago
mehmet-erim ad13c02535 add setRememberMe to AuthFlowStrategy
5 years ago
mehmet-erim e1f86b1e7a improve AuthFlowInitializer
5 years ago
mehmet-erim 5cae67820a create auth-flow-initializer.service
5 years ago
mehmet-erim 425ab601ed remove take(1) from authentication.service
5 years ago
mehmet-erim 442144e9f0 fix a lint error
5 years ago
mehmet-erim 7e46a48e78 execute custom error handler if it exists
5 years ago
mehmet-erim fe5399026f create HTTP_ERROR_HANDLER injection token
5 years ago
erolarkat 1f1a9ed4c3 npm packages 4.2.2
5 years ago
Mehmet Erim af096a7283
Merge pull request #7914 from abpframework/depretace/legacy-object-extensions-types
5 years ago
Arman Ozak 272361159d update environment service to handle optional urls
5 years ago
Arman Ozak d0a52b1b1e make rootNamespace optional again
5 years ago
Arman Ozak bce5c1660d make ApiConfig interface instead of type literal
5 years ago
Arman Ozak dc83964fe8 deprecate legacy object extensions types
5 years ago
Arman Ozak 55fa646874 remove url from dev-app api configs
5 years ago
Arman Ozak d43370e0fb make url and rootNamespace optional for api config
5 years ago
mehmet-erim 845e06c587 reinstall packages
5 years ago
mehmet-erim a9418ad2a8 get redirect url from query param
5 years ago
mehmet-erim 311b68be1b add animation params
5 years ago
mehmet-erim d95e2e2d58 change emailing setting tab order
5 years ago
mehmet-erim 5545541ecd Merge branch 'dev' of https://github.com/abpframework/abp into feat/volo-5292
5 years ago
Mehmet Erim f56169e2bf
Update npm/ng-packs/packages/setting-management/config/src/providers/setting-tab.provider.ts
5 years ago
mehmet-erim aebdc860da fix lint errors
5 years ago
mehmet-erim a3452af355 change .breadcrumb padding
5 years ago
mehmet-erim b9f1969ad9 override .breadcrumb styles
5 years ago
mehmet-erim f348e9e251 create email-setting-group setting tab
5 years ago
mehmet-erim a298db8d07 add AbpSettingManagement api details to environment
5 years ago
mehmet-erim d29ade9efb create setting-management proxies
5 years ago
mehmet-erim a9e3fa5246 fix lint errors
5 years ago
mehmet-erim 30cf401a8f update ng-packs development environment
5 years ago
mehmet-erim 506de0d770 add a filter to oAuthService events
5 years ago
mehmet-erim 04757925c6 implement the refresh token for password flow
5 years ago
mehmet-erim d33c5add94 Merge branch 'dev' of https://github.com/abpframework/abp into feat/volo-5292
5 years ago
Arman Ozak ddc270e598 remove forwardRef from AbstractNgModelComponent spec
5 years ago
mehmet-erim 0e0af1e872 update password flow logout method
5 years ago
mehmet-erim b204b6e63a rename options.token to config-options.token
5 years ago
mehmet-erim e1972dd35c rename options to config-options
5 years ago
mehmet-erim cb76554e33 remove a comment line
5 years ago
mehmet-erim 6305dc5523 remove unused injections
5 years ago
mehmet-erim 2a7d3555d5 add a getter that returns the active auth strategy
5 years ago
mehmet-erim d951e85cb5 move session.handler logic to password flow strategy
5 years ago
mehmet-erim 7eee869bfc remove session.handler
5 years ago
mehmet-erim d7661e0adc set id prop instead of tenantId
5 years ago
mehmet-erim da2c4beb0a add account module to the dev-app
5 years ago
mehmet-erim 3802126a5c reinstall packages
5 years ago
mehmet-erim 5968d97f2d redirect to account module for manage profile page
5 years ago
mehmet-erim 7a3559eeb2 remove SessionDetail interface from session-state
5 years ago
mehmet-erim aea58a19f0 add password flow strategy
5 years ago
mehmet-erim bdad64b108 deprecate session detail interface
5 years ago
mehmet-erim aae920c807 create account module proxies
5 years ago
mehmet-erim 0dd818d736 add session.handler to be able to apply remember me feature
5 years ago
mehmet-erim 499229ad21 add account module for resource owner password flow
5 years ago
Levent Arman Özak 5a90c4cff6
Merge pull request #7725 from abpframework/feat/5238
5 years ago
mehmet-erim a7e6948c56 refactor publish script for nightly builds
5 years ago
mehmet-erim a9d406dbbf remove connection string setting from tenant management
5 years ago
Bunyamin Coskuner 98c8255345
Merge branch 'dev' into auto-merge/rel-4-2/162
5 years ago
erolarkat 2f64f74f2a npm packages 4.2.1
5 years ago
mehmet-erim 06f7e8028b remove unused method in roles.component
5 years ago
mehmet-erim 2d5505331d add an ngIf to abp modal footer
5 years ago
Mehmet Erim 7083364946
Merge pull request #7653 from abpframework/auto-merge/rel-4-2/159
5 years ago
Mehmet Erim 962fe18f6b
remove home page redirection from logout method
5 years ago
Bunyamin Coskuner 7dbf856404
Merge pull request #7578 from abpframework/feat/7572
5 years ago
muhammedaltug 8c70f35930 import changed
5 years ago
muhammedaltug 143a9788c7 filter fn modified to filter given items by policy
5 years ago
muhammedaltug 183b4a7058 Permission service should filter granted policies from list of policy
5 years ago
mehmet-erim 89a3d558a2 update yarn.lock
5 years ago
mehmet-erim f5fadcb410 fix ng-bootstrap modal closing problem
5 years ago
Bunyamin Coskuner 33c2767ad4
Merge pull request #7537 from abpframework/feat/7524
5 years ago
Arman Ozak 36eb7f9467 use RouterEvents instead of NavigationEvents
5 years ago
Arman Ozak c608fa85df rename methods that get all router/navigation events
5 years ago
Arman Ozak 2778998c4a use interface to avoid lint error
5 years ago
Arman Ozak ec84273b3c use RouterEvents instead of filtering router events
5 years ago
Arman Ozak e7eb33549f use RouterEvents in RouterWaitService
5 years ago
Arman Ozak 1399778913 convert navigation events to router events service
5 years ago
mehmet-erim 9f0b6b8ec5 use revokeTokenAndLogout of OAuthService instead of logOut
5 years ago
Arman Ozak 5c5ca4e02b use NavigationEvents in RouterWaitService
5 years ago
Arman Ozak 5866a59ed9 add a service for getting navigation events stream
5 years ago
Bunyamin Coskuner 0f6dbbbbae
Merge branch 'dev' into auto-merge/rel-4-2/135
5 years ago
erolarkat db1630d490 npm packages 4.2.0
5 years ago
mehmet-erim 0f8b67aa3c fix lint errors
5 years ago
mehmet-erim 900bb03649 update modal tests for the ng-bootstrap modal implementation
5 years ago
mehmet-erim cb8d13239f deprecate centered, modalClass, size inputs of the modal component
5 years ago
mehmet-erim e49b8cbc33 use ng-bootstrap modal inside modal component
5 years ago
mehmet-erim 96036ae8b1 deprecate the ModalService
5 years ago
mehmet-erim 021505b5ca deprecate the ModalContainerComponent
5 years ago
mehmet-erim e07056dbe4 update angular version of templates to latest
5 years ago
mehmet-erim 3464474b51 add EllipsisModule
5 years ago
mehmet-erim ec1e7e1d2a move ellipsis directive to the theme-shared
5 years ago
Arman Ozak 5fc956ec1e use for..of instead of for loop
5 years ago
Arman Ozak cbc4356e65 add createTreeNodeFilterCreator util fn
5 years ago
erolarkat 51ecf017ba npm packages 4.2.0-rc.2
5 years ago
Mehmet Erim cb42c75119
Merge pull request #7295 from abpframework/auto-merge/rel-4-1/95
5 years ago
Arman Ozak b7201acece refactor format method of DateParserFormatter
5 years ago
Levent Arman Özak ff26462d7e
Merge pull request #7238 from abpframework/auto-merge/rel-4-1/77
5 years ago
Arman Ozak e45412894b limit chars allowed before System when parsing types
5 years ago
erolarkat 31c894d237 npm packages 4.2.0-rc.1
5 years ago
Halil İbrahim Kalkan 260f8d67c6
Merge branch 'dev' into auto-merge/rel-4-1/69
5 years ago
mehmet-erim b69b9f83f7 add en-GB locale to the webpackInclude magic comment
5 years ago
erolarkat 3340ccb854 npm packages 4.1.1
5 years ago
Levent Arman Özak b9219f4c04
Merge pull request #7170 from abpframework/auto-merge/rel-4-1/66
5 years ago
Levent Arman Özak 35ca3bbf78
Merge pull request #7168 from abpframework/fix/7160
5 years ago
mehmet-erim 005f58737d update environment in multi-tenancy-utils.spec
5 years ago
mehmet-erim 9ddf7eab4e export http-wrapper.component
5 years ago
Arman Ozak 2b30db1b16 allow path binding source replacement with original case too
5 years ago
mehmet-erim 48cc369c7c fix dynamic layout get component problem
5 years ago
mehmet-erim 93fac338af replace oAuthConfig.redirectUri if tenancyPlaceholder exists
5 years ago
Mehmet Erim fc98098e48
Merge pull request #7148 from olicooper/pr/angular-auth-guard
5 years ago
Bunyamin Coskuner 051f1f36d8
Merge pull request #7146 from abpframework/feat/6874
5 years ago
bnymncoskuner 76bc3978fc fix: convert type to interface because of lint err
5 years ago
Oliver Cooper 50be0e4ab3 angular: Update AuthGuard test
5 years ago
Oliver Cooper 6b821e3a56 angular: Fix AuthGuard returning 'true' when user not authorized.
5 years ago
bnymncoskuner 3c9a9b9fc0 feat: add page alert service and use it in theme-basic
5 years ago
mehmet-erim e1f1766391 chore: reinstall the ng-packs packages
5 years ago
mehmet-erim d514194bea chore: upgrade ng-zorro-and version to the latest
5 years ago
Halil İbrahim Kalkan acaac1d406
Merge pull request #7095 from abpframework/auto-merge/rel-4-1/56
5 years ago
Halil İbrahim Kalkan 597eb11f5e
Merge pull request #7093 from abpframework/auto-merge/rel-4-1/55
5 years ago
Arman Ozak e4c278fe9d set skipGetAppConfiguration as true in CoreTestingModule when not given
5 years ago
Arman Ozak 82befb9248 provide VALIDATION_INVALID_CLASSES in ThemeBasicTestingModule
5 years ago
Mehmet Erim 8d2cf35a4e
Merge pull request #7078 from abpframework/auto-merge/rel-4-1/52
5 years ago
Arman Ozak e8a4f89fd2 replace forRoot with withConfig
5 years ago
Mehmet Erim ec98bc8e15
Merge branch 'dev' into auto-merge/rel-4-1/50
5 years ago
erolarkat e28f354793 npm packages 4.1.0
5 years ago
Mehmet Erim 98febec586
Merge pull request #7034 from abpframework/auto-merge/rel-4-1/43
5 years ago
Mehmet Erim cd96ac8584
Merge pull request #7032 from abpframework/fix/loader-delay
5 years ago
Mehmet Erim f4ca3b8bc2
Update npm/ng-packs/packages/theme-shared/src/lib/tests/loader-bar.component.spec.ts
5 years ago
muhammedaltug fe50c6c8c0 - fix import
5 years ago
muhammedaltug 89792d2aaf - fix loader delay in http wait service
5 years ago
Mehmet Erim ba71d7b4a0
Merge pull request #7030 from abpframework/auto-merge/rel-4-1/42
5 years ago
mehmet-erim 720bddf9b9 add removed roles tab to users modal
5 years ago
Mehmet Erim 6b1c7c1aab
Merge pull request #7023 from abpframework/auto-merge/rel-4-1/39
5 years ago
Mehmet Erim 119c498052
Merge pull request #7001 from abpframework/fix/loader-change-detection
5 years ago
muhammedaltug d3b2d8b745 provide loader delay token in testing
5 years ago
muhammedaltug a3ceb85e8a Add injection token for loader delay
5 years ago
Levent Arman Özak 32f7578a6c
Merge pull request #6997 from PMExtra/ng-schematics-string-enum-patch
5 years ago
PM Extra 4a253fc1b9
Fix for lint.
5 years ago
PM Extra 46370ade6f
Update npm/ng-packs/packages/schematics/src/utils/text.ts
5 years ago
mehmet-erim e82f89eee9 update the yarn.lock file
5 years ago
mehmet-erim 039815cfe5 define VALIDATION_INVALID_CLASSES as a provider
5 years ago
Levent Arman Özak f102a6583c
Merge pull request #7009 from abpframework/fix/forms
5 years ago
mehmet-erim c18225a8de update the yarn.lock file
5 years ago
mehmet-erim f67c72d957 define VALIDATION_INVALID_CLASSES as a provider
5 years ago
liangshiwei 5729afaf1e
Merge pull request #7005 from abpframework/auto-merge/rel-4-1/35
5 years ago
muhammedaltug b25ddde791 change detection error fix
5 years ago
PMExtra 64d575710f Fix enum file template with string enum.
5 years ago
Arman Ozak 6cd2afa7e4 deprecate SortOrderIconComponent
5 years ago
Arman Ozak f3d919b7d8 add theme basic testing module and its entry point
5 years ago
Arman Ozak 2bf98ea68b add a BaseThemeBasicModule
5 years ago
Arman Ozak efad3b7b2e pass validation options to theme shared testing
5 years ago
Arman Ozak b5310817db expose theme shared testing config interface
5 years ago
Arman Ozak e869ac11df add config interface to theme shared testing module
5 years ago
Arman Ozak c28f0e65f1 replace RootThemeBasicModule with individual tokens
5 years ago
Arman Ozak ca5e3a36b4 provide validation tokens in forRoot of theme shared
5 years ago
Arman Ozak af45dae2be add and expose default validation blueprints
5 years ago
Mehmet Erim 84a6905f23
Merge pull request #6920 from abpframework/fix/6904
5 years ago
Arman Ozak 6e87716df2 remove resource variable to avoid lint error
5 years ago
Arman Ozak 330dddbc4c use createTypeaheadDisplayNameGenerator for displayName
5 years ago
Arman Ozak 3531cc3b35 add createTypeaheadDisplayNameGenerator function
5 years ago
Arman Ozak 52abfd0217 use addTypeaheadTextSuffix instead of hardcoded text
5 years ago
Arman Ozak efa3f8f590 add add/has/removeTypeaheadTextSuffix functions
5 years ago
Arman Ozak 057bbce4cd add DisplayNameGeneratorFn and EntityExtensions types
5 years ago
Levent Arman Özak d96b3001b9
Merge pull request #6916 from abpframework/fix/deep-partial-node
5 years ago
muhammedaltug 2a6e8b2932 add Node interface to Partible type control
5 years ago
Mehmet Erim 07b5c16c01
Merge pull request #6877 from abpframework/feat/6806
5 years ago
mehmet-erim 0e11d97628 chore: add registry option to publish script
5 years ago
Arman Ozak 99e54a8080 add wait test utility function
5 years ago
Arman Ozak 1e2934125b add clearPage test utility function
5 years ago
Arman Ozak e7edc905c3 assert generic state to deep partial state
5 years ago
Arman Ozak 2103cb339c improve DeepPartial utility type
5 years ago
muhammedaltug cf6652b90d filter and delay added to http wait service
5 years ago
Arman Ozak f0cdf83357 make mock services of core testing public
5 years ago
Arman Ozak a55c79519f provide MockPermissionService as PermissionService
5 years ago
Arman Ozak 255922244a add mock permission service to core testing lib
5 years ago
Arman Ozak 13e0695924 make PermissionService props and methods protected
5 years ago