6049 Commits

Author SHA1 Message Date
Eugenio Romano
0cf2a35983 [ADF-3200] custom Extension filter - file with different extension is uploaded with drag and drop 2018-06-13 16:21:23 +01:00
Andy Stark
5b94d6e244 [ADF-3198] Updated index files + minor doc updates (#3482) 2018-06-13 16:06:33 +01:00
Eugenio Romano
afdedf02d1
[ADF-3191] Not able to login only to BPM or ECM (#3478)
* disable random test

* host setting component reset JS-API

* reload api after user prefrence change

* remove replicate reset

* missing semicolon

* deprecate provider property

* remove trailing space

* check new value before to set
2018-06-13 16:05:35 +01:00
Vito
d41e3d5b9c [ADF-3175] renabling upload on single target folder row (#3473) 2018-06-13 12:51:45 +01:00
Maurizio Vitale
427b8737ee Fix default SSO config not filled in (#3479) 2018-06-13 12:49:52 +01:00
Maurizio Vitale
928340f65b Remove unused field (#3480) 2018-06-13 12:49:01 +01:00
Andy Stark
992cd38216 [ADF-2824] Reviewed search docs for 2.4 (#3477)
* [ADF-2824] Moved search widget docs into separate pages

* [ADF-2824] Separated search widget page and added search filter service docs

* [ADF-2824] Updated new search docs with doc tools
2018-06-13 12:46:33 +01:00
Eugenio Romano
c66573939f
Update ADF packages version 2.4.0-beta13 (#3475) 2018-06-13 08:19:10 +01:00
Maurizio Vitale
476b5864bf [ADF-3162] Setting component - Should be able to render the providers passed as input (#3464)
* Be able to change the available providers values

* Add deprecated tag

* add default providers

* Fix empty OAuth and selected providers
Improve the documentation

* Fix BPM guard to check SSO condition

* Add the oauthConfig again

* SSO or Basic otpion auth setting change

* fix host settings sso/basic
add login documentation

* remove test string

* fix auth guard test

* dispose upload emitter test events

* remove space

* exclude failing test
2.4.0-beta13
2018-06-12 17:52:36 +01:00
Popovics András
9221d1d0d0 Fix dropdown panel in viewer toolbar because of z-index (#3472) 2018-06-12 16:58:13 +01:00
siva kumar
eda43aa9ae [ADF-3173] [Task List] - Empty list message is not translated (#3471)
* Added a missing translation keys.
2018-06-12 16:36:28 +01:00
davidcanonieto
9c8adefece [ADF-3144] Error component displayed when closing file viewer in process tab (#3469) 2018-06-11 16:21:48 +01:00
Eugenio Romano
ee919ff9b4 revert development config 2018-06-11 16:00:40 +01:00
Eugenio Romano
8373b22c0f
[LOC-61] i18n 2.4.0 (#3468)
* i18n 2.4.0

* missing part
2018-06-11 13:10:55 +01:00
Denys Vuika
6f2cbdf697 [ADF-2859] fixes for the conditional visibility and disabled states (#3465)
* fixes for the conditional visibility and disabled states

* update docs

* cleanup code

* remove unused code
2018-06-11 12:53:09 +01:00
Denys Vuika
1d69f5c407 restore historical selection order (#3467)
* restore historical selection order

* fix test
2018-06-11 11:15:09 +01:00
Andy Stark
d152c367aa [ADF-2824] Doc review and minor changes to review checker tool (#3466) 2018-06-11 09:48:02 +01:00
Maurizio Vitale
3281891dcd Fix host component (#3463) 2.4.0-beta12 2018-06-08 14:20:30 +01:00
Vito
fc26eb42f3 [ADF-3123] removed default choice for the first radio button (#3462) 2018-06-08 14:10:32 +01:00
Vito
6cad49a88e removing wrong fdescribe (#3461) 2018-06-08 12:00:37 +01:00
Maurizio Vitale
5485431202 [ADF-3156] App config default ALL (BPM and ECM) provider (#3460)
* Use as default provider ALL (BPM and ECM)

* Default host OAUTH
2018-06-08 11:34:41 +01:00
Eugenio Romano
c7dd8da46b remove not used events in demo shell host setting components 2018-06-08 01:56:46 +01:00
Eugenio Romano
fd7bb49289 fix test 2018-06-08 01:22:11 +01:00
Denys Vuika
cb88a22a76 [ADF-2859] conditional evaluation of disabled state for content actions (#3450)
* react on [disabled] binding changes

* [disabled] binding updates for context menu items

* evaluating disabled state with a function

* unit test

* restore original description

* remove irrelevant test

* fix tests
2018-06-08 00:28:00 +02:00
Eugenio Romano
08fd49c4e3
[no-issue] error image resolver mimetype should not be part of datatable (#3415)
* move error image custom logic form datatable to documentlist

* change travis

* [fix-test-log] added optional function to data row interface

* [no-issue] fixed datatable tests

* [no-issue] fixing tests
2018-06-08 00:27:01 +02:00
Denys Vuika
346dff436d fixes for memory leaks and multiple subscriptions (#3456)
* fix content action memory leaks

* memory leak fixes for demo shell
2018-06-08 00:24:51 +02:00
Andy Stark
beeb7bd369 [ADF-3150] Moved all doc tool config settings to doctool.config.json (#3455)
* [ADF-3150] Moved undoc stoplist to doc config file

* [ADF-3150] Moved config to doctools.config.json and removed obsolete scripts
2018-06-08 00:22:50 +02:00
Denys Vuika
30826500e5 simple filtering for datatable (#3453) 2018-06-08 00:20:57 +02: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
Denys Vuika
3a6c12e624 (demo shell) fix memory leak with search results 2018-06-07 15:42:01 +01:00
Andy Stark
d9d37e1964 [ADF-2764] Applied new type linker features to proc services docs (#3449) 2018-06-07 15:37:47 +02:00
Vito
e988691d0a [ADF-3120] fixed sorting for tasklist and process list (#3435)
* [ADF-3120] fixed sorting for tasklist and process list

* [ADF-3120] removed commented code

* [ADF-3120] fixing another randomly failing test
2018-06-07 15:25:57 +02:00
Andy Stark
581867ad66 [ADF-3142] Added missing info about 'remember me' in login docs (#3448) 2018-06-07 15:21:40 +02:00
Denys Vuika
cb70c034d2 extend breadcrumb testing page (demo shell) 2018-06-07 08:42:13 +01:00
davidcanonieto
3759a7967c ADF-2974] New Buttons Menu component version (#3429)
* [ADF-2974] Buttons injected from parent html component

* [ADF-2974] New version of buttons menu component

* [ADF-2974] Updated unit tests

* [ADF-2974] Updated documentation

* [ADF-2974] Removed unused variable

* [ADF-2974] Fixed failing test at analytics report parameters

* [ADF-2974] Removed fdescribe

* [ADF-2974] Moved mock inside testing file for buttons menu component
2018-06-07 00:07:54 +02:00
Denys Vuika
1838818295 [ADF-3062] dual api support for Favorites (#3447)
* dual api support for Favorites

* unit test
2018-06-07 00:06:42 +02:00
Andy Stark
9bb941887a [ADF-2764] Applied new type linker features to content services docs (#3446) 2018-06-07 00:05:16 +02:00
Suzana Dirla
8d363be9b3 [ADF-3134] fix increasing search calls issue (#3444) 2018-06-06 18:58:13 +01:00
camorra-skk
bbe0904447 [ADF-3132] TaskList empty state doesn't respect the specification (#3440) 2018-06-06 16:15:29 +01:00
Denys Vuika
1de61d37f4 fix viewer title style (#3445) 2018-06-06 15:53:29 +02:00
Denys Vuika
8ba68e4f1b notification service demo and testing area (#3443)
* notification service demo and testing area

* fix typo
2018-06-06 15:52:55 +02:00
Andy Stark
28ba09897e [ADF-2764] Added new type linker features and applied them to core docs (#3442)
* [ADF-2764] Added basic support for composite and external types

* [ADF-2764] Added new type linker features and applied to core docs
2018-06-06 13:21:31 +02:00
Denys Vuika
47d7e59df4 extend demo shell upload example to button 2018-06-06 11:21:13 +01:00
camorra-skk
508308113c [ADF-3067] App-list Empty State. (#3432) 2018-06-06 09:54:43 +01:00
Denys Vuika
302091d338 group uploaded files into single batch, IE fixes (#3438) 2018-06-06 10:14:17 +02:00
Vito
74ed04dc53 [ADF-fix date widget test] Fixing a randomly failing test (#3439) 2018-06-06 10:13:02 +02:00
davidcanonieto
24b573b08f [ADF-2753] Fixed routing and second button showing up (#3421)
* [ADF-1938] Overflowing text in reports section fidex

* [ADF-1938] Long names in report section now fit

* [ADF-1938] Reverted changes in container widget

* [ADF-2753] New error component created

* [ADF-2753] Unit test for Error Content Component

* Deleting unused files

* Deleting unused files

* Deleting unused files

* [ADF-2753] Documentation added

* [ADF-2753] Removed unnecessary files and updated trnaslation file

* []

* [ADF-2753] Fixed routing and second button showing up

* [ADF-2753] Fixed typo

* [ADF-2753] Fixed view loading before variables

* [ADF-2753] Missing whitespace

* [ADF-2753] Added test for route params

* [ADF-2753] Changed getData function name to getTranslations
2018-06-05 19:13:52 +02:00
Andy Stark
6d6045aba4 [ADF-3133] Fixed inconsistency in doc example (#3436) 2018-06-05 17:53:56 +02:00
Andy Stark
dfc83489e2 [ADF-3093] Added style checking tool for en.json translation file (#3428)
* [ADF-3093] Started li18nt VS Code extension

* [ADF-3093] Started work on UI style lint tool for VSCode

* [ADF-3093] Added UI style rules up to sg0006

* [ADF-3093] Added remaining style rules

* [ADF-3093] Added docs and command line tool

* [ADF-3093] Removed Microsoft notices and updated licences to Apache-2.0
2018-06-05 17:49:52 +02:00
camorra-skk
4225bf5213 [ADF-3066] ProcessList Component - Empty State issue. (#3434) 2018-06-05 17:46:18 +02:00