Denys Vuika
7591710fd0
use fixed chrome version via puppeteer ( #1204 )
...
* use fixed chrome version via puppeteer
* remove not needed option and try a headful run
* update to latest Chrome 77
* Update protractor.conf.js
switch back to headless
2019-09-13 13:29:52 +03:00
Denys Vuika
6399871e53
Merge pull request #1203 from Alfresco/revert-1201-adina-e2e-travis-xenial
...
Revert "use Xenial on Travis"
2019-09-12 10:06:33 +01:00
Suzana Dirla
636693bd38
Revert "use Xenial on Travis ( #1201 )"
...
This reverts commit 10592b664aaf2131dfdce997e3d17c80ece88448.
2019-09-12 10:09:05 +03:00
Adina Parpalita
10592b664a
use Xenial on Travis ( #1201 )
...
* small changes
* forgot file
* use travis xenial
* delete commented line
* revert unrelated changes
2019-09-12 09:53:29 +03:00
Yuuki Ebihara
d67f95cfff
Add Japanese document ( #1186 )
...
* Fixed invalid url link.
* Update docs/features/side-navigation.md
Co-Authored-By: Suzana Dirla <dirla.silvia.suzana@gmail.com>
* Initial japanese translation.
2019-09-10 14:46:48 +03:00
Cilibiu Bogdan
21ffcaf013
ADF 3.5.0-4de00f ( #1198 )
2019-09-09 13:51:54 +03:00
Cilibiu Bogdan
1091c6fe86
[ACA-2746] Side Navigation - conditionally render group of items ( #1197 )
...
* filter groups based on rule
* test
* update docs
2019-09-06 17:16:43 +03:00
Cilibiu Bogdan
edf1e52e94
[ACA-2745] Viewer - return to location on close ( #1196 )
...
* use viewNodeExtras when calling action
* open viewer based on ViewNodeExtras data
* resolve closing destination based on ViewNodeExtras query params
* remove unused param
* call ViewNodeAction with correct params
* update tests
* update docs
2019-09-06 14:17:29 +03:00
Martin Muller
cbe9cf4690
use fallback to ntlms for idms docker compose
2019-08-27 12:44:20 +02:00
Martin Muller
87a8a7bd53
Feature ACA-2646 local ids ( #1179 )
...
* Update docker compose acs community deployment with SSO
2019-08-27 11:38:15 +02:00
Cilibiu Bogdan
2aa44ac6d8
[ACA-2499] DocumentList - custom name column link does not have a role ( #1188 )
...
* custom element as accessibility link
* fix focus outline
* internationalization key
* folder link aria-label
* use not folder evaluation for shared files
2019-08-22 14:33:01 +03:00
Denys Vuika
ee93ac3e0f
Merge pull request #1189 from Alfresco/sdirla-remove-css-overrides
...
[ACA-2140][ACA-2361] remove ADF style overrides
2019-08-21 09:46:48 +01:00
suzana_dirla
6ca8de7e4c
[ACA-2140] remove not needed style
...
- this actually improves the display of columns inside the content node selector
- increase min-width of datatable cells
2019-08-21 10:34:03 +03:00
suzana_dirla
f7329699a0
[ACA-2140] set $data-table-cell-text-color
...
- and $data-table-cell-link-color - which must be moved to ADF
2019-08-20 19:55:13 +03:00
suzana_dirla
d46316072a
[ACA-2140] remove the content node selector styles moved to ADF
2019-08-20 19:47:35 +03:00
suzana_dirla
b46c4b891c
[ACA-2140] rename the ADF style fixes file
2019-08-20 19:25:56 +03:00
suzana_dirla
0c0e13e13e
[ACA-2140] get the ADF style fixes in the same place
...
- to be easier to move them to ADF
2019-08-20 19:21:51 +03:00
suzana_dirla
a971d8c24b
[ACA-2140] remove some datatable style moved to ADF
...
- fix permission table width
2019-08-20 19:10:33 +03:00
suzana_dirla
bfcd0f1832
[ACA-2140] remove unneeded style
2019-08-20 18:21:08 +03:00
suzana_dirla
12a718d9cb
[ACA-2140] improve search-results style
2019-08-20 18:02:39 +03:00
suzana_dirla
3423ba298d
[ACA-2140] move search-results styles to component
2019-08-20 16:47:32 +03:00
suzana_dirla
eadaa3035d
[ACA-2140] set $data-table-dividers-wrapper-border
2019-08-20 16:04:50 +03:00
suzana_dirla
5bc7676f5c
[ACA-2494]-Document List accessibility- show cell outline
2019-08-20 12:27:22 +03:00
suzana_dirla
0a8ff95531
[ACA-2140] set $data-table-hover-color and $data-table-selection-color
2019-08-20 11:39:14 +03:00
suzana_dirla
d14a15206d
[ACA-2140] set $data-table-cell-outline
2019-08-20 11:28:22 +03:00
suzana_dirla
67559e120d
[ACA-2140] remove style about $data-table-thumbnail-width - moved to ADF
2019-08-20 11:26:00 +03:00
suzana_dirla
733e5c8733
[ACA-2140] set $data-table-cell-min-width--fileSize
2019-08-20 11:22:59 +03:00
suzana_dirla
735d41e02a
[ACA-2140] set $data-table-cell-min-width--no-grow
2019-08-20 10:59:45 +03:00
suzana_dirla
6f8763a791
[ACA-2140] set $data-table-cell-min-width
2019-08-20 10:56:16 +03:00
suzana_dirla
cb10ad9831
[ACA-2140] remove document-list styles already moved to ADF
2019-08-20 10:50:51 +03:00
suzana_dirla
506580b42f
[ACA-2140] remove document-list css overrides
...
- remove style for selection svg icon
- remove .adf-document-list background color - was moved to ADF
2019-08-20 10:36:27 +03:00
Denys Vuika
903c9badcf
use standard base_path variable ( #1185 )
2019-08-19 10:01:44 +03:00
Suzana Dirla
d5afd22f26
[ACA-2735] Upgrade to latest alpha ( #1184 )
2019-08-13 16:24:59 +03:00
Suzana Dirla
a758c008ba
[ACA-2715] sync AOS version displayed on About page with version from AOS package.json ( #1183 )
2019-08-12 15:56:33 +03:00
Cilibiu Bogdan
e31c0d6caf
[ACA-2087] Overlay Viewer ( #1175 )
...
* viewer outlet over preview route
* use ViewNodeAction over ViewFileAction
* pass data to dynamic component
* ViewNodeComponent for view file custom actions
* update docs
* pass primary url to show preview outlet
* update tests
* reset selection on navigation event
* document list update selection action when not viewer
* close viewer for move and delete from viewer
* location as router commands to work with search query
* make viewer to behave like former preview
* viewer error route
* call correct preview method
* remove view/error route
* navigate to show error
* span element for action name
* fix folder navigation
* fix test
* page title fix
* update tests
* locate better the viewer toolbar
* fix viewer url link
* update navigation rules
* document-list directive tests
* try workaround for chrome 76
* try another workaround for using chromedriver 75 instead of 76
* ViewerEffects tests
* reset selection over reload
* fix tests
* add reset event test
* remove actions
* context menu action refresh on favourite
* reset selection on navigation
* add delete and upload events
* takeUntil after operators
* remove chrome workaround parameter
* filter navigation event
2019-08-08 15:38:50 +03:00
Adina Parpalita
8643a8806d
fix chrome version issue ( #1180 )
...
* fix chrome version issue
* add webdriver-manager as a separate dependency
* package-lock updated after npm i
2019-08-05 18:57:41 +03:00
Yuuki Ebihara
6ecf20a0bb
Fixed invalid url link. ( #1177 )
...
* Fixed invalid url link.
* Update docs/features/side-navigation.md
Co-Authored-By: Suzana Dirla <dirla.silvia.suzana@gmail.com>
2019-08-02 15:07:00 +03:00
Denys Vuika
25e5838d00
Merge pull request #1174 from Alfresco/dev-pionnegru-ACA-2694
...
[ACA-2694] update to ADF 3.4.0-1108
2019-07-19 13:53:47 +01:00
Cilibiu Bogdan
da55ecf542
fix tests
2019-07-19 13:49:46 +03:00
Cilibiu Bogdan
416587989e
fix overlapping private properties
2019-07-19 13:16:55 +03:00
Cilibiu Bogdan
1717624594
update to 3.4.0-1108 alpha
2019-07-19 12:19:15 +03:00
Denys Vuika
b86bc6321e
Merge pull request #1173 from Alfresco/dev-pionnegru-pdf-js-pin-version
...
pdfjs fix version
2019-07-18 16:07:15 +01:00
Cilibiu Bogdan
de0e66bb49
package lock update
2019-07-18 17:47:13 +03:00
Cilibiu Bogdan
1cef755d0b
pin version
2019-07-18 17:44:45 +03:00
Denys Vuika
0a5702da80
Merge pull request #1170 from anxumalo/patch-1
...
Replace 'Alfresco Identity Service' with 'Identity Service'
2019-07-16 10:04:05 +01:00
anxumalo
1a510a4b9d
Replace 'Alfresco Identity Service' with 'Identity Service'
2019-07-16 09:38:11 +01:00
Denys Vuika
ab34e639dc
Merge pull request #1169 from Alfresco/budgets
...
[ACA-2693] setup bundle budgets
2019-07-12 12:24:25 +01:00
Denys Vuika
04f4a28a7d
setup bundle budgets
2019-07-12 12:00:48 +01:00
Denys Vuika
1640a16c78
Merge pull request #1153 from Alfresco/dev-pionnegu-ACA-2651
...
[ACA-2651] Viewer - toolbar disappears after marking / removing a specific file as favourite
2019-07-12 09:42:21 +01:00
Denys Vuika
9aafdeaf9e
Merge pull request #1168 from Alfresco/development-version-number
...
Update About version on Development branch
2019-07-12 09:41:03 +01:00