2076 Commits

Author SHA1 Message Date
Cilibiu Bogdan
84f8931eb4 [ACA] Shared link expiration date update (#719)
* delete input field animation

* refactor show hide date input

* update date time input functonality on toggle

* refactor tests

* remove unsunsed method

* update tests
2018-10-15 20:56:44 +01:00
john-knowles
c3ed743cd0 Update README.md (#720) 2018-10-15 19:25:44 +01:00
Marcello Teodori
791cc861ba [ACA-174] added support for Docker variables to enable OAUTH for DBP (#718) 2018-10-15 18:49:35 +01:00
oliveralfresco2018
7532a9a556 Create extending.md (#721) 2018-10-15 16:55:01 +01:00
Denys Vuika
65ccbec5b8
cleanup about page (#717) 2018-10-15 15:20:46 +01:00
Denys Vuika
59841a3b81 filter out disabled column templates 2018-10-15 11:23:01 +01:00
Denys Vuika
b9d99411d7
refactor layout component (#716)
* refactor layout component

* test fixes
2018-10-15 11:02:18 +01:00
Suzana Dirla
27dcb33891 [ACA-1890][ACA-1798] metadata extension e2e (#711)
* [ACA-1890] make sure that the metadata component uses the extension settings

* [ACA-1798] remove unused imports

* [ACA-1798] test metadata extension

* format with Prettier

* [ACA-1798] changes after code review
2018-10-15 09:33:08 +01:00
Cilibiu Bogdan
b9591ea37f [ACA] Shared link - update functionality (#713)
* toggle expiration input field

* expiration input field animation

* update node on value changed

* cleanup code

* test

* fix test

* remove event parameter

* remove event parameter
2018-10-14 20:18:56 +01:00
Cilibiu Bogdan
4802656d79 [ACA] Context menu - support nested sub menus (#715)
* remove ContextMenuItemDirective

* remove custom menu animation

* remove custom menu styling

* menu item component

* material menu trigger

* clean up menu theme

* update context menu module

* remoe context menu from libraries document list

* clean up

* clean up

* tests
2018-10-14 11:27:47 +01:00
Denys Vuika
9dcdacce40 [ACA-1552] extensibility support for document lists (#714)
* dynamic column component

* dynamic columns for files

* support conditional rendering

* libraries preset

* shared files preset

* recent files preset

* favorites preset

* trashcan preset

* load presets from the extension config

* code fixes
2018-10-14 10:21:58 +03:00
Andy Stark
933f426759 [ACA-1889] Split Getting Started section into separate pages (#710)
* [ACA-1889] Split Getting Started section into separate files

* [ACA-1889] Removed original Getting Started page

* [ACA-1889] Fixed in-page links to new files
2018-10-12 20:24:49 +01:00
Denys Vuika
538d89d267 update dependencies (#709) 2018-10-12 10:20:10 +03:00
Cilibiu Bogdan
4dfc087624 [ACA-1887] Shared files - un-share file (#706)
* local ADF component

* add share dialog to module

* allow shared action from Shared view

* change string reference

* workaround share dialog from Shared view

* debounce reload view time

* add e2e test

* mark delete on dialog closed

* emit event on dialog closed

* formcontrolname

* cspell datetimepicker

* disabled test that need ACA-1886
2018-10-11 20:28:01 +01:00
oliveralfresco2018
7f275a8151 Update getting-started.md (#708) 2018-10-11 18:10:31 +01:00
Andy Stark
2d0743819b [ACA-1889] Added toc.md file for Docute sidebar (#707) 2018-10-11 18:08:52 +01:00
Denys Vuika
160d9763a6 reduce external dependencies (#705) 2018-10-11 19:24:11 +03:00
Suzana Dirla
20822773d7 Fix metadata schema (#704) 2018-10-11 15:24:44 +01:00
Denys Vuika
9fd0a22b68 Merge branch 'master' into development 2018-10-11 15:24:08 +01:00
Denys Vuika
c374e7295a Revert "use HTTPS for ACS address"
This reverts commit 0bada409e4eb948e718534a46264887e6f36b9dc.
2018-10-11 15:23:46 +01:00
oliveralfresco2018
65c125dc0b Update extending.md (#703) 2018-10-10 18:32:24 +01:00
Cilibiu Bogdan
f44b3629e9 [ACA-92] Context Menu - share settings action (#699)
* context menu share settings action

* update cspell with 'qshare'

* share/edit share in viewer

* force change detection on children

* cleanup module declarations

* detection only for preview page

* assert properties

* cast to boolean
2018-10-10 18:31:13 +01:00
Suzana Dirla
8d28838de4
[ACA-1859] remove translation for search facet field labels (#702) 2018-10-10 15:52:57 +03:00
Denys Vuika
796c6587a8
separate column templates from doc list (#700)
* use standard date columns

* use standard file size column

* name column component

* library name template

* library status column

* enable tests

* trashcan name column template
2018-10-10 10:44:44 +01:00
Adina Parpalita
d8ad020394 add tests for header extension (#701) 2018-10-10 09:30:47 +03:00
Cilibiu Bogdan
253425971f [ACA-1841] Hide app menu in preview (#698)
* hide menu in preview

* fix getNodeInfo return value when no node is found
2018-10-09 16:52:46 +01:00
Denys Vuika
0bada409e4 use HTTPS for ACS address 2018-10-08 15:50:05 +01:00
Denys Vuika
94b1420e6e remove dynamic placeholder 2018-10-08 13:33:51 +01:00
Denys Vuika
3928770181
update to latest dev tools extension (#696) 2018-10-08 12:02:28 +01:00
Suzana Dirla
c6c4db45ff [ACA-1856] Pagination in search result is not reset correctly (#694) 2018-10-08 10:12:13 +01:00
Adina Parpalita
7d73ae309c [ACA-1628] async await (#693)
* async / await on login component and utils

* more async / awaits

* remove fdescribe

* expect for exact totalItems in waitForApi methods
other async / awaits

* pagination tests

* more tries

* disable selenium promise manager

* try to fix shared-links tests

* re-enable selenium_promise_manager and some more fixes

* add target es2017 to e2e

* set target to es2017 on tsconfig.spec.json

* other tries

* forgotten console.log

* disable pagination tests

* some fixes for pagination

* temporary fix viewer actions tests

* fix some actions tests

* fix some tests for actions

* fix some tests for undo action

* try to fix some more tests

* fixes for toolbar actions

* fix NoSuchElementError for openMoreMenu

* fix NoSuchElementError for rightClickOnMultipleSelection

* fixes for mark as favourite

* more fixes

* more fixes

* change order of some expects

* forgot describe
2018-10-08 09:21:02 +01:00
Denys Vuika
0d4795bfa8
[ACA-1857] enable share by default (#692) 2018-10-05 19:48:56 +01:00
Denys Vuika
321fb91b8c minor travis settings update 2018-10-05 18:04:03 +01:00
Denys Vuika
c14f17185a dynamic modules placeholder 2018-10-05 17:37:57 +01:00
Adina Parpalita
4f4a69338f [ACA-1762] async await pagination (#687)
* use async / await in pagination tests

* add catch in waitForApi
2018-10-05 12:51:53 +01:00
Denys Vuika
ac99f5397d
fix redirection for multiple 401 in a row (#690)
* fix redirection for multiple 401 in a row

* update to ADF 2.6.0

* update e2e test
2018-10-05 09:52:07 +01:00
Denys Vuika
b959f8795d Merge branch 'master' into development 2018-10-03 20:44:49 +01:00
Denys Vuika
34eadae9e9 BrowserStack attribution 2018-10-03 20:40:08 +01:00
Denys Vuika
15e382ef31 fix login 2018-10-03 20:08:27 +01:00
Denys Vuika
ba967d0e25
deprecate profile resolver (#686)
* resolve profile at startup

* remove profile resolver, load profile on app ready

* dispose subscriptions
2018-10-03 19:43:01 +01:00
Denys Vuika
cead6c3ebc
upgrade ADF libs (#682)
* update ADF libs
2018-10-03 12:22:41 +01:00
Denys Vuika
d5755ad804 remove i18n workaround 2018-10-02 16:17:40 +01:00
oliveralfresco2018
acb6f06e68 Update extending.md (#685) 2018-10-02 16:03:21 +01:00
Denys Vuika
dd61fd6108 single schema json file 2018-10-02 15:24:30 +01:00
Suzana Dirla
118ef26a5a [ACA-1849] fix json schema (#684)
* json schema add id as required for metadata items

* sync json schemas
2018-10-02 10:09:13 +01:00
oliveralfresco2018
5e3d9fd769 Update extending.md (#683) 2018-10-01 18:11:55 +01:00
oliveralfresco2018
caaa66ff23 Update help.md (#681) 2018-10-01 18:10:34 +01:00
oliveralfresco2018
8f277b646c Update getting-started.md (#679) 2018-10-01 13:53:39 +01:00
Denys Vuika
4a4eca652d
creating dialog actions (#680) 2018-10-01 12:14:59 +01:00
Suzana Dirla
127dbc9ca4 [ACA-1814] Documentation on extending the Content Metadata (#677) 2018-10-01 10:19:28 +01:00