Mehmet Erim
43b51c085c
Merge pull request #3359 from abpframework/feature/3350
...
Added a Doubly Linked List to Core Module Utils
5 years ago
Arman Ozak
026fb1defb
feat(core): iterate over linked list nodes instead of node values
5 years ago
Arman Ozak
6599c2a676
fix(core): avoid lint errors
5 years ago
Arman Ozak
d56f2c7f94
feat(core): add dropByValueAll to LinkedList
5 years ago
Arman Ozak
75a13a0aa4
feat(core): add doubly linked list as shared utility
5 years ago
Arman Ozak
439ca98c82
feat(core): make TrackByService publicly available
5 years ago
mehmet-erim
fc3040adfd
chore: update symlink manager version
5 years ago
mehmet-erim
2ef1a386bf
feat(ci): add package control to install-new-dependencies script
5 years ago
mehmet-erim
83e9a6b904
chore: update gitignore
5 years ago
mehmet-erim
f8f36c53ce
chore: add a new environment named internal
5 years ago
mehmet-erim
9da3a6b99b
chore: update NPM versions
5 years ago
mehmet-erim
42367498c8
test(core): fix config-state testing error
5 years ago
Mehmet Erim
eea3a5ee90
Merge pull request #3320 from abpframework/feature/type-safe-track-by-deep
...
Type-safe byDeep method in TrackByService
5 years ago
mehmet-erim
6dda74a8dd
refactor(core): take precaution for type error in config state
5 years ago
Arman Ozak
15b93c3199
feat(core): export trackBy and trackByDeep separately
5 years ago
Arman Ozak
25204e5d34
refactor: remove bySelf method
5 years ago
Arman Ozak
007421aae1
feat(core): use Object.Paths in byDeep method of TrackByService
5 years ago
Arman Ozak
ecb930dda2
build(npm): add ts-toolbelt to devDependencies
5 years ago
YinChang
5f38e4bf31
fix(ng.core) correct params of SetEnvironment Action
5 years ago
Mehmet Erim
4844ca8b53
Update rest.service.ts
5 years ago
Arman Ozak
ddf286d477
refactor(core): change internals of request method of RestService
5 years ago
Arman Ozak
5655ce4331
feat(core): add a utility function that checks if a value is undefined or empty string
5 years ago
Mehmet Erim
0a4e3e13c0
Merge pull request #3230 from abpframework/feature/3137
...
The request method of RestService now gets apiName in config parameter for easy baseUrl
5 years ago
Mehmet Erim
c943800eca
Merge pull request #3236 from abpframework/feature/3204
...
Added a utility service for easy TrackByFunction implementation
5 years ago
Arman Ozak
a1bf9980d0
feat(core): add a utility service for easy TrackByFunction implementation
5 years ago
Arkat Erol
1dc4556e34
Merge branch 'dev' of https://github.com/abpframework/abp into dev
5 years ago
Arkat Erol
d5c0c8c278
preview npm publish version create changed
5 years ago
Arman Ozak
3c3d227e4e
fix(core): use interface instead of type literal for Apis and ApiConfig
5 years ago
Arman Ozak
5bab2dabfc
feat(core): get apiName from config parameter and use it in request
5 years ago
Arman Ozak
edcd788233
feat(core): improve Config.Environment interface
5 years ago
mehmet-erim
9181f3f8d3
feat(ci): take next version from common props
5 years ago
Arkat Erol
cee7f461b6
npm cli login removed from preview publish
5 years ago
Arman Ozak
3ae4621a70
feat: add optional apiName to Rest.Config
5 years ago
erolarkat
2592c46b24
npm packages
5 years ago
erolarkat
4279a2e6a2
npm packages
5 years ago
erolarkat
e5aead7089
Upgrade ng package versions
5 years ago
erolarkat
034da97dda
Revert "1"
...
This reverts commit 6ebc261672
.
5 years ago
erolarkat
6ebc261672
1
5 years ago
mehmet-erim
87d59b231f
chore: update status enum deprecated message
5 years ago
mehmet-erim
fffbd06dfe
fix: fix lint error
5 years ago
mehmet-erim
5c2f8432e3
feat(tenant-management): add admin password and email fields to new tenant form
5 years ago
mehmet-erim
dbd5b9868b
chore: remove unneccessary files
5 years ago
Arkat Erol
fe99094144
Merge branch 'dev' into api-definition
5 years ago
Mehmet Erim
774e8cf9e2
Update index.ts
5 years ago
mehmet-erim
5559875e3e
feat: change roles endpoint when assigning to a user
...
#2984
5 years ago
mehmet-erim
6ae2dde41b
feat(account): add multi tenantcy enabled control to tenant switching box
5 years ago
mehmet-erim
57c1b72f01
fix(account): add dispatch appconfig action after the switching tenant
5 years ago
Arkat Erol
15c4de31cd
Merge branch 'dev' into api-definition
5 years ago
mehmet-erim
3fc3bc14c5
chore: remove unnecessary importing
5 years ago
mehmet-erim
5dec47c497
chore: remove 2 packages from whitelistedNonPeerDependencies in theme-shared
5 years ago
mehmet-erim
1f0d8807a3
chore: replace out-tsc with dist in ng-package.json files
5 years ago
mehmet-erim
18b6b200bd
refactor: set dev-app production build aot true
5 years ago
mehmet-erim
b8add6dba0
chore: update npm versions
5 years ago
mehmet-erim
b9ba6b6820
refactor: import Confirmation namespace instead of Toaster
5 years ago
mehmet-erim
a9dfd23627
refactor: replace carot with tilde in the install-new-dependencies script
5 years ago
mehmet-erim
0ce51a5942
chore: remove sync command from build ts
5 years ago
mehmet-erim
435129ec53
chore: remove primeng table module from shared module
5 years ago
mehmet-erim
8a469273cf
Merge branch 'dev' of https://github.com/abpframework/abp into angular9
5 years ago
mehmet-erim
cb5d67138f
Revert "feat: create react-native app template"
...
This reverts commit 185a88544e
.
5 years ago
mehmet-erim
38506acf19
Merge branch 'dev' of https://github.com/abpframework/abp into dev
5 years ago
Arman Ozak
7035168861
fix: assign createSelector return value to a variable before returning (ng-packagr)
5 years ago
Arman Ozak
fc00f57d96
fix: return empty object from getSettings when keyword is not found
5 years ago
mehmet-erim
185a88544e
feat: create react-native app template
...
#2699
5 years ago
mehmet-erim
384efc9217
chore: replace the ^ prefix of abp ng package versions with the tilde
5 years ago
mehmet-erim
03555dbdf5
refactor: remove unnecessary function call from config state
5 years ago
mehmet-erim
3184156b2f
refactor: add type error control to config state
5 years ago
mehmet-erim
50f7cbde57
chore: add source-code-requirements folder to ng-packs project
5 years ago
Arkat Erol
01f1470021
npm preview-publish update
5 years ago
Arkat Erol
754185d3e2
npm-cli-login added for preview npm publish
5 years ago
Arkat Erol
3da907f3d4
npm version update
5 years ago
erolarkat
6767613756
npm-packages
5 years ago
erolarkat
d570796797
Upgrade ng package versions
5 years ago
mehmet-erim
ccc87991c7
chore: update preview-publish.ps1
5 years ago
mehmet-erim
2234350a1d
fix: fix providerKey required error
5 years ago
mehmet-erim
9c41d8ecc3
fix(core): add a condition to config plugin for waiting for the config modules
5 years ago
mehmet-erim
a5f64606f9
fix(core): fix tiered project logout problem
5 years ago
Jorge Rocha Gualtieri
7bfe72bf9d
whitelisted @angular/cdk
5 years ago
Jorge Rocha Gualtieri
884d01853f
Merge branch 'dev' into angular9
5 years ago
Jorge Rocha Gualtieri
7d5281dbbd
upgraded primeng
5 years ago
Jorge Rocha Gualtieri
2960cc83c0
disabled ivy and aot
5 years ago
mehmet-erim
9e5a481c6d
chore: remove pagination tests,
...
import pagination module to table tests
5 years ago
mehmet-erim
8684932ae8
chore: remove paginator styles
5 years ago
mehmet-erim
bf8029e417
chore: update the dev-app package json
5 years ago
mehmet-erim
1aa43f90d2
feat(core): add @angular/localize as dependency to core package
...
#2345
5 years ago
mehmet-erim
1c29ac629f
chore: remove primeng from template
...
closes #2924
5 years ago
mehmet-erim
8213b0e70d
feat(theme-shared): add ngb-pagination to table component
...
#2924
5 years ago
mehmet-erim
8c914a7698
chore: decrecate the pagination component
5 years ago
mehmet-erim
e70fc9ec8c
fix: fix some errors caused by Angular 9
5 years ago
mehmet-erim
18757c70eb
refactor(account-config): remove unnecessary DIs
5 years ago
mehmet-erim
724896383d
fix(account): fix type error
5 years ago
Jorge Rocha Gualtieri
c0f7a62e6b
upgraded to ng-bootstrap@6.0.0
5 years ago
Jorge Rocha Gualtieri
b40ed88ece
outlet now throws an exception if not activated
5 years ago
Jorge Rocha Gualtieri
ce3205ec7d
added @Injectable on state classes
5 years ago
Jorge Rocha Gualtieri
67b92cb256
fix for import ngxs on theme-shared and added @Injectable on theme-basic states as required on angular9
5 years ago
Jorge Rocha Gualtieri
df457fd633
fix for cyclical load errors
5 years ago
Jorge Rocha Gualtieri
b35da53cc8
Added @Injectable on states
5 years ago
Jorge Rocha Gualtieri
e5e2fcfed9
upgraded ngxs
5 years ago
Jorge Rocha Gualtieri
96d310e6b7
fix on exports for theme-shared
5 years ago
Jorge Rocha Gualtieri
4ab3dae1d9
parallel build are not working with ngcc
5 years ago
Jorge Rocha Gualtieri
841e29f626
angular9 needs @angular/localize to be imported
5 years ago
Jorge Rocha Gualtieri
435bd95594
ng update @angular/cdk
5 years ago
Jorge Rocha Gualtieri
ba288189fb
primeng upgrade
5 years ago
Jorge Rocha Gualtieri
f53777f2ba
fixes to compile with new typescript and ng-packegr
5 years ago
Jorge Rocha Gualtieri
260ecf0cfa
after ng update
5 years ago
Jorge Rocha Gualtieri
b88bb36676
after prepare:workspace
5 years ago
mehmet-erim
96f4ef8d83
fix(core): fix wrong import
5 years ago
Arkat Erol
5460d79f1c
Merge branch 'master' into dev
5 years ago
Arkat Erol
22b7223de1
version update
5 years ago
Arkat Erol
478e8797e3
version update
5 years ago
Arkat Erol
5eb5298b78
Updated npm packages
5 years ago
Arkat Erol
8b95e7469f
Upgrade ng package versions
5 years ago
maliming
561be154db
Use $ instead of jQuery.
5 years ago
maliming
1638d5cefb
Make sure the script is executed before the callback method.
5 years ago
TheDiaval
ea391d7d6c
refactor(theme-shared): add status enum to confirmation model and use it instead of toaster status enum
5 years ago
TheDiaval
7c15623dd2
doc: add deprecation warning
5 years ago
TheDiaval
4eb57ba270
test(theme-shared): correct directive test
5 years ago
TheDiaval
586047682b
feat(core): add dispatch function for set environment action
5 years ago
TheDiaval
a601a10d9a
feat(core): add set environment action to config state
5 years ago
Arkat Erol
67488b9ac2
npm publish version test
5 years ago
mehmet-erim
ef78ff655b
ci: remove unnecessary yarn command from publish.ps1
5 years ago
mehmet-erim
3106729f01
ci: add npm install as first step to publish scripts
5 years ago
mehmet-erim
bc640ebee5
ci: fix commander description
5 years ago
mehmet-erim
48145a45f0
chore: remove primeng imports from modules
5 years ago
mehmet-erim
a158463869
chore: fix build error
5 years ago
mehmet-erim
7d2b195de9
ci(scripts): add preview publish for nightly pipeline
5 years ago
mehmet-erim
55f30c51cb
feat: add error response code condition for error title
...
resolves #2763
5 years ago
mehmet-erim
7e97483d28
feat(identity): add an ngIf that checks isStatic for delete button in roles.component
...
#2763
5 years ago
mehmet-erim
b71a1e74ed
fix(identity): add maxResultCount param to GetRoles action in the users component
5 years ago
mehmet-erim
e1984bf4a1
refactor(account): remove unnecessary class names
5 years ago
mehmet-erim
719f6486b7
fix(identity): fix exist user roles problem
...
#2721
5 years ago
mehmet-erim
3e233001d4
feat: add NgxValidateCoreModule to shared modules
5 years ago
Mehmet Erim
70cf41dd30
Merge pull request #2734 from abpframework/akin/Created-logout-in-oauth-service-in-ui
...
Added logout in authService
5 years ago
mehmet-erim
0d850612bd
fix(core): add undefined control to AddRoute action listener
...
resolves #2738
5 years ago
AkinCam
b1934b4102
Removed OauthService in application-layout
5 years ago
AkinCam
0c727af9ed
Added logout in authService
5 years ago
Halil İbrahim Kalkan
83ba323db2
Upgrade NPM packages in the templates
5 years ago
Halil İbrahim Kalkan
b706463394
Upgrade ng package versions
5 years ago
Mehmet Erim
5870ca3952
Merge pull request #2700 from abpframework/doc/localization
...
doc: localization service function descriptions
5 years ago
TheDiaval
afcba21320
refactor(theme-basic): change bootstrap classes
5 years ago
TheDiaval
d3c6d73bc2
refactor(settings-management): change bootstrap class name
5 years ago
TheDiaval
3627c3c8c0
refactor(core): correct the description of functions
5 years ago
TheDiaval
edb307d203
doc(core): add function descriptions
5 years ago
mehmet-erim
80e626cec2
style: make manage profile responsive
5 years ago
mehmet-erim
132653a8c9
style: remove animation from navbar
5 years ago
mehmet-erim
ae910d9414
Merge branch 'dev' of https://github.com/abpframework/abp into dev
5 years ago
mehmet-erim
2a5cfa0823
refactor: make permission management modal responsive
5 years ago
mehmet-erim
08becb31dc
fix: fix require non alpha numeric validation
5 years ago
TheDiaval
9cb044cd68
refactor(theme-shared): change media query width
5 years ago
TheDiaval
589dea1186
fix(theme-shared): add media query to solve mobile responsiveness issues
5 years ago
mehmet-erim
a7f53bb5a9
Merge branch 'dev' of https://github.com/abpframework/abp into dev
5 years ago
mehmet-erim
afb4a22c61
refactor(core): make toLocalIsoString optional
...
#2666
5 years ago
Mehmet Erim
2b648a6958
Merge pull request #2655 from abpframework/refactor/confirmation
...
refactor: confirmation component styles
5 years ago
mehmet-erim
395a7aebfc
fix: remove a button that use for debug
5 years ago
mehmet-erim
82b8b9d659
Merge branch 'dev' of https://github.com/abpframework/abp into dev
5 years ago
mehmet-erim
6ff38b645d
feat(identity): set default roles as true in new user modal
5 years ago
mehmet-erim
ce198e2248
feat: add delay input to loading directive
5 years ago
TheDiaval
996defcc00
refactor(theme-basic): change scss styles to css
5 years ago
TheDiaval
09a56ef0b0
feat(theme-basic): add confirmation component styles
5 years ago
TheDiaval
38b20f8350
refactor(theme-shared): remove confirmation colors
5 years ago
TheDiaval
9be583e275
feat(theme-basic): add modal backdrop style
5 years ago
TheDiaval
6a22b31835
refactor(theme-shared): change modal backdrop style
5 years ago
mehmet-erim
69a03f1ece
fix(scripts): remove version control from publish script
5 years ago
mehmet-erim
ae53dc740a
chore: install typescript to scripts folder
5 years ago
mehmet-erim
1796c4c5d6
Merge branch 'dev' of https://github.com/abpframework/abp into dev
5 years ago
mehmet-erim
3f41debd84
fix(theme-shared): fix date formatting for ngb datepicker
5 years ago
mehmet-erim
97bc1d03bc
chore: update favicon files
5 years ago
TheDiaval
cbe3b90c1d
Merge branch 'dev' of https://github.com/abpframework/abp into dev
5 years ago
TheDiaval
553508b15f
refactor(theme-shared): change toast close button style
5 years ago
mehmet-erim
9e7aeb3b0b
style(theme-shared): fix table empty row styles
5 years ago
mehmet-erim
1e15a541c0
fix(theme-shared): fix table sort icon hiding problem
5 years ago
mehmet-erim
bf7406f9d5
docs: update ng changelog
5 years ago
Halil İbrahim Kalkan
8db15a81cb
Increased version of the npm packages and published all.
5 years ago
Halil İbrahim Kalkan
407ad749bb
Upgrade ng package versions
5 years ago
mehmet-erim
df04c88568
Merge branch 'dev' of https://github.com/abpframework/abp into dev
5 years ago
mehmet-erim
fd123ebde4
fix: convert imports as relative
5 years ago
TheDiaval
d2fe08ba67
fix(theme-shared): change padding and width of the confirmation dialog
5 years ago
TheDiaval
22f514d1d6
fix(theme-shared): correct toast-container component z-index
5 years ago
mehmet-erim
e1842a56c8
chore: remove unneccessary import
5 years ago
mehmet-erim
f59a2945b2
feat(theme-shared): trigger unload confirmation in the modal component when form is dirty
5 years ago
mehmet-erim
681b359eb6
fix(theme-shared): fix lint errors
5 years ago
mehmet-erim
bf6426246a
refactor(theme-shared): set right and bottom inputs 30px as default
5 years ago
mehmet-erim
756e8588f3
fix(core): fix nullable control in the config state
5 years ago
mehmet-erim
1a99d4d359
Merge branch 'feature/toast-component' of https://github.com/abpframework/abp into feature/toast-component
5 years ago
mehmet-erim
dc80d0687b
style(theme-shared): move modal styles to modal.component.scss and remove confirmation and toaster styles
5 years ago
mehmet-erim
5246e60647
fix(theme-shared): fix closing confirmation with esc
5 years ago
mehmet-erim
75b32f21bc
tests(theme-shared): fix confirmation and toaster tests
5 years ago
TheDiaval
3e40fc3a7b
fix(theme-shared): change z-index of container element
...
related issue: #2537
5 years ago
TheDiaval
f0158d4d50
feat(theme-shared): change icon color to severity color
...
related issue: #2537
5 years ago
TheDiaval
835a17b513
fix(theme-shared): correct css class names for confirmation icons
...
related issue: #2537
5 years ago
TheDiaval
6b3d7433cb
refactor(theme-shared): change opacity and icon size
...
related issue: #2537
5 years ago
TheDiaval
6217cd1d62
feat(theme-basic): add toast-container component to layout
...
related issue: #2537
5 years ago
mehmet-erim
423192e57f
fix(theme-shared): fix confirmation and toast localizations
5 years ago
mehmet-erim
b32718eec7
fix(theme-shared): fix confirmation and toaster type errors
5 years ago
mehmet-erim
12a66091cc
Merge branch 'dev' of https://github.com/abpframework/abp into feature/toast-component
5 years ago
Mehmet Erim
df2b147adb
Merge pull request #2610 from abpframework/fix/remember-me
...
fix: remember me functionality
5 years ago
mehmet-erim
75c005b6cc
refactor(account): add takeUntilDestroy to store select stream
5 years ago
mehmet-erim
189a77f4c4
fix: fix remember me functionality
5 years ago
mehmet-erim
e8adc2bca9
refactor(account): move login method to auth service
5 years ago
mehmet-erim
3b2ff3e6e8
fix(account): fix enableLocalLogin definition
5 years ago
mehmet-erim
8ba34c5132
chore: change dev app title
5 years ago
mehmet-erim
b5038cfad8
refactor: set password fields max limit to 128
...
#2590
5 years ago
TheDiaval
91b68e0bca
test(theme-shared): removed test for primeng toaster and confirmation components
5 years ago
TheDiaval
c94448e443
refactor(theme-shared): remove Confirmation.Status enum
...
Removed to not commit any breaking changes.
5 years ago
TheDiaval
f48e37f845
Merge branch 'feature/toast-component' of https://github.com/abpframework/abp into feature/toast-component
5 years ago
TheDiaval
0f65dfb037
refactor(theme-shared): change return types of show confirmation methods
5 years ago
TheDiaval
72fee038a5
feat(theme-shared): add clear toasts by key functionality
...
related issue: #2537
5 years ago
Yasin Aydın
06ab6623e4
Merge branch 'dev' into feature/toast-component
5 years ago
TheDiaval
ee4e0d9ad5
feat(theme-shared): export new toast animation
5 years ago
TheDiaval
5cb651a8bf
refactor(theme-shared): add new confirmation service
5 years ago
TheDiaval
009bde83fd
refactor(theme-shared): add new confirmation types and interfaces
...
related issue: #2537
5 years ago
TheDiaval
21d747e5d7
refactor(theme-shared): add new confirmation component and its styles
...
related issue: #2537
5 years ago
TheDiaval
e8ac235a29
refactor(theme-shared): add new toaster service
...
related issue: #2537
5 years ago
TheDiaval
dd93bee9b4
refactor(theme-shared): use toast-container instead of toast component in layouts
...
related issue: #2537
5 years ago
TheDiaval
547d1a8a20
feat(theme-shared): add toast in and out animations
5 years ago
TheDiaval
13ed5e03aa
feat(theme-shared): import toast-container component to module
...
related issue: #2537
5 years ago
TheDiaval
e8345efea2
refactor(theme-shared): change toaster types and interfaces
...
related issue: #2537
5 years ago
TheDiaval
f085267d12
refactor(theme-shared): remove abstract toaster class
5 years ago
TheDiaval
e34d9db20a
refactor(theme-shared): change toast component and its style
5 years ago
TheDiaval
78e4429bcc
feat(theme-shared): add toast-container component
...
related issue: #2537
5 years ago
mehmet-erim
4f3df423ab
refactor(theme-shared): change the table row hover style
...
#2537
5 years ago
mehmet-erim
1b2476ad7b
tests(theme-shared): add table.component.spec
...
#2537
5 years ago
mehmet-erim
95e5018a15
Merge branch 'dev' of https://github.com/abpframework/abp into feat/table
5 years ago
mehmet-erim
49a14b999e
refactor(theme-shared): change td element to div
...
#2537
5 years ago
mehmet-erim
475d3bbed6
tests(theme-shared): add loading.directive.spec
...
#2537
5 years ago
mehmet-erim
900d0b293e
tests(theme-shared): add pagination.component.spec
...
#2537
5 years ago
mehmet-erim
55f5d8f52e
chore(theme-shared): rename paginator to pagination
...
#2537
5 years ago
mehmet-erim
6db7d50a0f
feat(theme-shared): add hover to table rows
...
#2537
5 years ago
mehmet-erim
25e944e171
feat(tenant-management): implement abp table to tenants
5 years ago
mehmet-erim
36d89f15c6
feat(identity): implement abp table to users
5 years ago
mehmet-erim
1486b787ed
feat(identity): implement abp table to roles
5 years ago
mehmet-erim
e92e1641bb
feat(theme-shared): remove prime table instance from table sort directive and add abp table instance
...
#2537
5 years ago
mehmet-erim
9d448efd67
feat(theme-shared): add empty template to table component
...
#2537
5 years ago
mehmet-erim
0fb7ba4614
feat(account): add the enableLocalLogin condition to auth-wrapper
5 years ago
mehmet-erim
93c819a3a7
chore(template): add theme-shared to tsconfig.app.json
5 years ago
mehmet-erim
a9df4c7ad0
refactor(theme-shared): add trackByFn
...
#2537
5 years ago
mehmet-erim
ea2eeb3ebb
feat(theme-shared): add loading directive and component
...
#2537
5 years ago
mehmet-erim
628675e9df
refactor(core): add valueFn and valueLimitFn functions to ng-model.component
5 years ago
mehmet-erim
1588f3b88c
chore: remove ngx-perfect-scrollbar from theme-shared dependencies
5 years ago
mehmet-erim
746d156e15
refactor(theme-shared): improve table scrolling user experience
...
#2537
5 years ago
mehmet-erim
a262ac1a8d
feat(theme-shared): create table component
...
#2537
5 years ago
mehmet-erim
383e3e1e50
feat(theme-shared): create paginator component
...
#2537
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
...
#2404
5 years ago
mehmet-erim
e9115b97e4
feat(account): make personal settings component replaceable
...
#2404
5 years ago
mehmet-erim
e9f8d90a1f
feat(account): make auth wrapper component replaceable
...
#2404
5 years ago
mehmet-erim
8f78d2371b
refactor(core): imrove ReplaceableTemplateDirective data type
...
#2404
5 years ago
mehmet-erim
2239d010d4
feat(account): add tenant-box component inputs and outputs interfaces
...
#2404
5 years ago
mehmet-erim
48a9a6fcf8
feat(account): make tenant box component replaceable
5 years ago
mehmet-erim
343c847fb7
feat(account): add autocomplete attiributes
...
added autocomplete attiribute to username and password inputs for chromium based browsers
5 years ago
mehmet-erim
e248f0d560
feat(feature-management): add inputs and outputs interfaces
...
#2404
5 years ago
mehmet-erim
6f233f281d
feat(feature-management): make feature management component replaceable
...
#2404
5 years ago
mehmet-erim
17465417a9
tests(core): add replaceable-components.state.spec
...
#2404
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
...
#2404
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
...
#2404
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.
...
The functions, outputs and inputs that deprecated before version 2.0 are not available in version 2.0 and later.
BREAKING CHANGE: Deprecated functions, outputs, inputs addressed in issue #2476 are removed.
Closes #2476
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
...
#2404
5 years ago
mehmet-erim
c7337cbc10
fix(core): add ExtractFromOutput instead of ExtractFromGeneric to common types
...
#2404
5 years ago
mehmet-erim
2bd2eb4cc4
feat(setting-management): make setting management replaceable
...
#2404
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
...
#2404
5 years ago
mehmet-erim
742579d5c0
feat(tenant-management): make tenants component replaceable
...
#2404
5 years ago
mehmet-erim
661118a174
feat(identity): make roles and users component replaceable
...
#2404
5 years ago
mehmet-erim
68f5acae33
feat(identity): make permission management component replaceable
...
#2404
5 years ago
mehmet-erim
99fec57220
fix(core): fix condition errors
...
#2404
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
...
#2404
5 years ago
mehmet-erim
1fe3b35076
feat(core): add ExtractFromGeneric type to ABP namespace
...
#2404
5 years ago
mehmet-erim
3c6ceb7388
feat(core): add default component input and output mapping process to replaceable template directive
...
#2404
5 years ago
Halil İbrahim Kalkan
1405121698
Merge pull request #2412 from abpframework/Identity-roles-paged
...
Identity roles paged
5 years ago
mehmet-erim
57403b86d1
feat(core): create replaceable-template directive
...
#2404
5 years ago
mehmet-erim
5ae10717d7
feat(core): add init directive
...
#2404
5 years ago
mehmet-erim
38c555e4c6
Revert "feat(core): add init directive #2404"
...
This reverts commit 11b2781906
.
5 years ago
mehmet-erim
11b2781906
feat(core): add init directive #2404
5 years ago
mehmet-erim
2eb9e6b946
refactor(core): remove unnecessary if blocks
...
#2404
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
...
#2404
5 years ago
mehmet-erim
2fc59ea05b
feat(core): improve replaceable-route-container component
...
#2404
5 years ago
Mehmet Erim
9809ab992e
Merge pull request #2431 from abpframework/feature/state-service-actions
...
feat: add state actions to related state services
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
...
#2404
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
...
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
...
export some component and service in identity account module
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
...
resolves #2186
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
...
run gulp scripts
update lerna.version.json
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
...
add prepare:workspace script
5 years ago
mehmet-erim
2083ec41ae
refactor(core): import takeUntilDestroy from utils folder
5 years ago
mehmet-erim
14008e69de
feat(core): add application dtos #2222
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"
...
This reverts commit 58ae8ebcca
.
5 years ago
mehmet-erim
58ae8ebcca
Build ng packages
5 years ago
Mehmet Erim
fbe5813fb2
Merge pull request #2299 from abpframework/build/build-options
...
Build/build options
5 years ago
thediaval
8f2a1472ae
improvement(core): change localization key type
5 years ago
TheDiaval
61cbebfaf1
Revert "Build ng packages"
...
This reverts commit 5065d21f6f
.
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
...
Upgraded client side dependencies for v1.1
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
...
improvement(permission-management): hide provider badge when editing …
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
...
feat(core): add condition check to getGrantedPolicy
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
...
test(theme-shared): add sort-order-icon component test
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
...
General refactor for Angular
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
...
BREAKING CHANGE: renamed error.component to http-error-wrapper.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
...
add snq to permission guard
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
3616120cd9
feat(client-generator): add parameter parser
5 years ago
mehmet-erim
236e489070
feat(client-generator): add request template generator
5 years ago
Mehmet Erim
7b91ec6019
Merge pull request #2215 from abpframework/test/form-submit-directive
...
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
thediaval
75e7746a84
test(core): add missing form-submit directive test
5 years ago
thediaval
60f837e995
improvement(core): add debounce time input
5 years ago
mehmet-erim
dcf30a7b46
feat(client-generator): improve angular generation
5 years ago
mehmet-erim
6ca3b9905a
feat(client-generator): add replacer util function
5 years ago
mehmet-erim
d28b4e4555
feat(client-generator): add get method template
5 years ago
mehmet-erim
358f5fe76d
feat(client-generator): improve api defination model
5 years ago
TheDiaval
2acbb98a58
Merge branch 'dev' of https://github.com/abpframework/abp into dev
5 years ago