Denys Vuika
a7a48e8b2b
enable prefer-const rule for tslint, fix issues ( #4409 )
...
* enable prefer-const rule for tslint, fix issues
* Update content-node-selector.component.spec.ts
* Update content-node-selector.component.spec.ts
* fix const
* fix lint issues
* update tests
* update tests
* update tests
* fix code
* fix page class
2019-03-27 09:55:30 +00:00
Andy Stark
7fe066b068
[ADF-4249] Updates for doc review ( #4454 )
...
* [ADF-4249] Updates for doc review
* [ADF-4249] Clarified text slightly
2019-03-19 15:35:59 +00:00
Eugenio Romano
aba5674e80
[ADF-3735] SSO Role guard and Login error improvement ( #4377 )
...
* fix lint and doc
* Update auth-guard-sso-role.service.md
* Update auth-guard-sso-role.service.md
* fix json en
* restore en.json file
2019-03-06 09:53:43 +00:00
Eugenio Romano
c55cba5514
license header update 2019 ( #4300 )
2019-02-12 01:18:43 +00:00
Eugenio Romano
7d061b2c11
[ADF-1873] Remove all deprecated code from ADF ( #4145 )
...
* remove deprecated code part 1
* remove deprecation step 2
* fix spellcheck
* fix
* fix lint
* fix not used import
* remove deprecation
* fix test first part after remove deprecation
* fix test
* fix sidebar demo shell
2019-01-15 15:36:01 +00:00
Eugenio Romano
3ef7d3b7ea
[ADF-] update library to use new js-api 3.0.0 ( #4097 )
2019-01-08 16:29:30 +00:00
Eugenio Romano
34a30c0f14
tslint arrow-parens rule ( #4003 )
2018-11-23 01:06:56 +00:00
Andy Stark
383b74151a
[ADF-3745] Updates for doc review ( #3989 )
2018-11-20 02:03:20 +00:00
Denys Vuika
fee35c98df
tree shaking support for services ( #3906 )
...
[ADF-3697] tree shaking support for services
2018-10-22 11:09:43 +01:00
Denys Vuika
f5a7b07370
[ADF-3593] remove rxjs-compat layer ( #3886 )
...
* remove rxjs-compat layer
* add rxjs linter
* observable new instead of create
* lint fixes
* disable rxjs-no-subject-value for certain scenarios
* fix auth rxjs
2018-10-16 19:45:00 +01:00
Maurizio Vitale
cfbe3cfd86
[ADF-3570] ADF Migration - Add the interceptor layer ( #3813 )
...
* Enable impliciFlow and add new interceptor
* Fix errors
* add excluded path rules
* Add the needed methods to the AuthenticationService core
* Remove unused library and service
2018-09-20 22:17:05 +01:00
Andy Stark
a7cdcbf7b9
[ADF-3551] Doc review updates ( #3789 )
...
* [ADF-3551] Updated docs plus minor ToC tool fix
* [ADF-3551] Updated docs and JSDocs
* [ADF-3551] Updated docs and JSDocs
2018-09-13 18:08:47 +01:00
Denys Vuika
6b24bfb1d4
[ADF-3299] and [ADF-3300] upgrade to Angular and Material 6 ( #3579 )
...
* upgrade to HttpClient
* upgrade to Renderer2
* upgrade Document reference
* remove useless test with deprecated ReflectiveInjector
* upgrade to latest typescript
* upgrade libs
* upgrade package scripts
* remove rxjs blacklists and duplicate rules
* add rxjs compat to help with migration
* fix breaking changes
* fix breaking changes in material
* fix breaking changes (material 6)
* upgrade rxjs, ngx-translate and flex layout
* update unit tests
* restore providers
* upgrade deprecated Observable.error
* rebase
fix first configuration problems
* fix style issues commented
* fix core build
* fix lib template errors
* move lib test execution in angular.json
* ignore
* karma conf files
* fix import statement test
* single run option
* update packages reporter
* restore report
* increase timeout
* improve karma conf test configuration
* fix test issues about lint
* fix test analytics
* fix process service test
* content service fix test
* fix logout directive test
* fix core test
* fix build
* update node-sass to latest
* update angular cli dependencies
* improve build script
create directorites and move files only if previous command succeded
* upgrade individual libs to 6.0
* remove old webpack files
* revert sass change
* fix type issues
fix style issues
* fix tslint demo shell issue
* fix peerdependencies
* fix test e2e BC
* package upate
* fix style import issue
* extract-text-webpack-plugin beta
* fix test dist build command
* remove alpha js-api
* fix tslint issue
add banner tslint rule
* upload service fix
* change BC script
* fix test dist script
* increase demo shell timeout test
* verbose copy
* path absolute
* fix script bc
* fix copy part
* fix path warning
fix monaco editor
* remove duplicate header
* remove unused import
* fix align and check ago tests
* add missing import
* fix notification button selector
* [ANGULAR6] fixed core tests
* fix CS test
* fix cs test step 2
* increase travis_wait for dist
* fix attachment PS
* fix checklist test
* use pdf min
2018-08-14 15:42:43 +01:00
Vito
dc4d9e59e6
[ADF-3255] fixed remember me behaviour ( #3564 )
2018-08-14 15:42:10 +01:00
Vito
119ebf635c
[ADF-2876] retrieving user from APS api and not from js-api ( #3426 )
...
* [ADF-2876] retrieving user from APS api and not from js-api
* [ADF-2876] added support by checking externalId instead of email
* [ADF-2876] fixed auth service after rebase
2018-08-14 15:42:02 +01:00
Maurizio Vitale
9b2d51dbd5
[ADF-3251] Authentication Service - Check if used loggedin based on the provider ( #3515 )
...
* check if loggedin based on the provider
* Fix unit tests
2018-06-21 18:56:00 +01:00
Eugenio Romano
8b065a1625
remove invalidation session because is concern of the js-api
2018-06-21 17:30:07 +01:00
Eugenio Romano
ebbf4c30a0
fix login oauth cookie problem ( #3508 )
...
* fix login don't check the cookie in oauth2
* fix test
* check boolean storage
2018-06-20 12:08:35 +01:00
Eugenio Romano
cc73484a76
[ADF-3224] move ticket store logic in js-api ( #3505 )
...
* move ticket store logic in js-api
* remove space
* fix test
* fix tests
2018-06-19 23:28:57 +01:00
Eugenio Romano
fa6a6725cf
demo shell host setting component login redirect after setting
2018-06-17 23:10:55 +01:00
Eugenio Romano
8966e22487
[ADF-3191] Fix userprefrence oauth2 ( #3488 )
...
* remove user preference setting save
* fix host setting test
* remove userPreferences test
* fix title service test
* remove unused imports
* restore input align
* fix service import in test tag rating
2018-06-15 08:32:16 +01:00
Cilibiu Bogdan
c0de0d5087
[ADF-3181] Auth Guard - redirect by string url ( #3474 )
...
* redirect by string url
* auth guard tests fix
* revise
2018-06-14 10:19:34 +01:00
Maurizio Vitale
f8e92b2fb0
[ADF-2795] SSO implicitflow ( #3332 )
...
* Enable OAUTH2
* Create SSO services
* SSO improvements
* Rollback sso login change
* Add SSO configuration from Setting component
* Refactoring
* Remove login ECM/BPM toggle and move use the userpreference instead of store
* fix host setting unit test
* Fix unit test missing instance
* use the Js api oauth
* add logout component and clean sso not used class
* fix dependencies cicle
* add translation settings
* fix style setting page
* clean
* JS APi should receive the oauth config from the userPreference and not from the config file
* change login if SSO is present
* missing spaces
* add sso test in login component
* add logout directive new properties test
* Improve host setting and remove library reference
* fix login test
* Remove unused code
* Fix authentication unit test
* fix authguard unit test
* fix csrf check login component
* fix unit test core and demo shell
* remove
2018-06-08 00:19:58 +02:00
Cilibiu Bogdan
d456b3cba1
[ADF-2904] Search - redirect breaks application ( #3268 )
...
* set navigation commands over plain string
* fix test
* lint
2018-05-08 14:46:35 +01:00
Andy Stark
717dbfb388
[ADF-2557] Updated doc files with new script and fixed script bugs ( #3135 )
2018-03-29 17:02:40 +01:00
Andy Stark
6c56d164ec
[ADF-2451] Reviewed component docs ( #3072 )
2018-03-13 15:47:59 +00:00
Eugenio Romano
6e57cd3e17
[ADF-2265] fix user preference null value ( #2948 )
...
* fix user preference null value
* fix method call test public
2018-02-15 09:30:35 +00:00
Eugenio Romano
a863631f0d
[ADF-2149] Update ng-packagr to 2.0.0 ( #2935 )
...
* ng-packagr version 2.0.0 core fixes
* fix content services jsdoc
* fix process service jsdoc
* last update new build 2.0.0
* fix comment jsdoc
2018-02-13 10:37:03 +00:00
Maurizio Vitale
37561d1d27
[ADF-2289] Login with oauth2 provider ( #2924 )
...
* Fix oauth2 provider
* Add the schema validation
* Improve the login doc with provider "OAUTH"
* fix doc
2018-02-12 15:25:03 +00:00
Denys Vuika
49456b3fcd
[ADF-2139] extra cookie availability check ( #2865 )
...
* extra cookie availability check
* code style and test fixes
* unit tests
2018-01-31 17:37:42 +00:00
Vito
0ad4bf6eb9
[ADF-2200] fixed redirectUrl check ( #2886 )
2018-01-25 16:54:43 +00:00
Vito
77f6c51dc2
[ADF-2200] fixed problem with redirection url ( #2877 )
...
* [ADF-2200] fixed wrong handling of redirectUrl
* [ADF-2200] fixed problem with redirection url
* [ADF-2200] fixed redirection config path
* [ADF-2200] fixed wrong fdescribe test
* [ADF-2200] removed authserviceMock and fixed some tests
2018-01-25 11:48:47 +00:00
Eugenio Romano
f629f48d16
[ADF-1968] [IE11] The login page is not loading and import fix ( #2679 )
...
* fix viewer script
export insights and diagram
remove requires svg
fix new data adapter path
dist working with diagrams commented out
change use of minimatch
fix unused import
remove unused component
fix test
new import moment es6 and throw rxjs
fix import analytics test
fix imports rxjs
new pacakging
* fix after rebase
* fix test upload services
* exclude temporarily button event test
* restore commented demo shell files
* fix process spy
2017-11-22 10:33:56 +00:00
Eugenio Romano
a52bb5600a
New packages org ( #2639 )
...
New packages org
2017-11-16 14:12:52 +00:00