2377 Commits

Author SHA1 Message Date
Cilibiu Bogdan
0186f4aec9
Merge pull request #134 from Alfresco/development
Sync with latest development
2017-12-12 14:34:41 +02:00
Denys Vuika
d5beb165ab update feature links 2017-12-12 12:07:17 +00:00
john-knowles
fca747bfb7
Update index.html 2017-12-12 11:59:26 +00:00
Cilibiu Bogdan
aff0408db6 [ACA-969] Login - redirect when user is authenticated (#131) 2017-12-12 11:56:48 +00:00
john-knowles
9d1a3930e9
Update features.md 2017-12-12 11:50:49 +00:00
john-knowles
51d35e6e47
Update index.html 2017-12-12 11:50:29 +00:00
john-knowles
18ef4998c4
Update features.md 2017-12-12 11:46:20 +00:00
Denys Vuika
2afd59b6d7 [ACA-1049] refine i18n files (#133)
* remove 'FOLDER_DIALOG' node

* remove 'PAGINATION' node

* remove 'DIALOG' node
2017-12-12 13:43:25 +02:00
john-knowles
72803c17a0
Update features.md 2017-12-12 11:42:43 +00:00
john-knowles
63058314bd
Update features.md 2017-12-12 11:41:57 +00:00
john-knowles
02a5167957
Create doc-list.md 2017-12-12 11:37:17 +00:00
john-knowles
b4e7f37925
Create side-nav.md 2017-12-12 11:36:53 +00:00
john-knowles
130bfa1ade
Create header.md 2017-12-12 11:36:17 +00:00
john-knowles
42c7d2fe07
Update features.md 2017-12-12 11:35:25 +00:00
suzanadirla
d834e7d628 [ACA-1054] [Destination picker] File Libraries list should be sorted … (#132)
* [ACA-1054] [Destination picker] File Libraries list should be sorted by name

manipulate the content-node-selector component from ACA by using the matDialogRef.componentInstance

* [ACA-1054] fix node-actions.service tests
2017-12-12 11:26:24 +00:00
john-knowles
b99c99c27c
Update features.md 2017-12-12 11:26:10 +00:00
Cilibiu Bogdan
65f7d1edfa
Merge pull request #130 from Alfresco/development
Sync with latest development
2017-12-11 19:52:01 +02:00
Denys Vuika
4789f93f1d docs update 2017-12-11 17:00:45 +00:00
suzanadirla
ebd1d840f8 [ACA-1060] [Recent Files] Working copy is incorrectly displayed for a file locked for offline editing (#128)
-moved common code to PageComponent to avoid duplication
-used the imageResolver and onNodeSelect on recent files also
2017-12-11 14:59:50 +00:00
Denys Vuika
d4a55c5b95
[ACA-1042] switch license (#129) 2017-12-11 14:58:25 +00:00
Denys Vuika
286bd211b1 docs update 2017-12-11 11:31:09 +00:00
Cilibiu Bogdan
6a58cd1371 navigation json config schema (#127) 2017-12-11 10:43:13 +00:00
Denys Vuika
1091cb9a67 restore hash location strategy 2017-12-09 14:45:02 +00:00
Denys Vuika
cef61758bf
[ACA-1003] FAQ section (#125) 2017-12-08 14:33:18 +00:00
Denys Vuika
4ae022aca2
[ACA-1055] update host address (#126) 2017-12-08 14:32:42 +00:00
Denys Vuika
b97f86340e docs update (#124)
* docs: contribution policy

* 'Where to get help' section

* update docs
2017-12-08 14:23:56 +02:00
Cilibiu Bogdan
2f33eafdc4 [ACA-1047] Personal Files - upload makes application unstable when view is destroyed (#121) 2017-12-08 08:27:35 +00:00
Cilibiu Bogdan
17ae9af1fe logo config reference (#123) 2017-12-08 08:27:00 +00:00
Adina Parpalita
6e2fc43dc3 [ACA-802] use American English (#122)
fix small typos
2017-12-08 08:25:21 +00:00
Adina Parpalita
388f5b39f1
Merge pull request #120 from Alfresco/dev-denys-ACA-952
[ACA-950] i18n docs
2017-12-08 00:03:45 +02:00
Denys Vuika
a79a4f587e i18n docs 2017-12-07 20:19:36 +00:00
Cilibiu Bogdan
8424fc8cdb [ACA-1045] use ADF favorite node directive (#118) 2017-12-06 18:29:41 +00:00
Cilibiu Bogdan
6625ddf845 [ACA-1046] Breadcrumb - explicit text color (#119) 2017-12-06 18:16:48 +00:00
Denys Vuika
77882e5ab9 add missing language to the picker 2017-12-06 14:28:51 +00:00
Adina Parpalita
9681b459f7 [e2e] fix selectors (#116)
* fix selectors
start chrome headless

* use case insensitive
2017-12-06 14:32:30 +02:00
suzanadirla
860b637c9c [ACA-903] anything you use in template must not be private (#117) 2017-12-06 11:46:21 +00:00
Cilibiu Bogdan
358ffe2197 [ACA] Header - custom color (#114)
* custom header color

* use SecurityContext.STYLE
2017-12-06 06:10:31 +00:00
Cilibiu Bogdan
02b38d3050 [ACA-1043] Document List - Move and Delete actions are missing (#115) 2017-12-06 05:59:40 +00:00
Cilibiu Bogdan
da5514bdfb [ACA-737] Tooltips are missing for file/folder name cell (#113) 2017-12-05 20:04:31 +00:00
suzanadirla
e5853c1a51 [ACA-1008] Customize the dropdown on copy/move destination picker from node-actions.service (#112) 2017-12-05 19:11:40 +00:00
suzanadirla
38b4a83673 [ACA-903] Working copy is incorrectly displayed for a file locked for… (#110)
* [ACA-903] Working copy is incorrectly displayed for a file locked for offline editing

-use locked icon for locked nodes
-do not allow locked nodes to be selected

* [ACA-903] fix failing tests
2017-12-05 19:17:26 +02:00
Cilibiu Bogdan
e1c027ba67 [ACA-969] Incorrect redirect when pressing browser Back after Login (#108) 2017-12-05 09:23:11 +00:00
Cilibiu Bogdan
dc36ea7ea4 [ACA-987] File Libraries - render Site ID when 2 sites have identical name (#109) 2017-12-05 09:22:24 +00:00
Denys Vuika
23049bb0c3 docs update (docker and build sections) (#107) 2017-12-05 08:37:53 +02:00
Cilibiu Bogdan
53eea3567d [ACA-413] redirect on AuthGuard (#106) 2017-12-04 10:49:40 +00:00
Adina Parpalita
43b020ca51 [ACA-990] add tests for Recent Files, Shared Files and location redirect (#105)
* add tests for Recent Files and Shared Files list views
add tests for location redirect

* small fix
2017-12-04 06:10:23 +02:00
Denys Vuika
39458aa97a offline fonts (#103) 2017-12-04 06:09:25 +02:00
Denys Vuika
1679106e8d ability to control full logo path (#102)
helps switching between root hosting and virtual paths
2017-12-04 06:08:46 +02:00
Adina Parpalita
2d6ae127aa [ACA-990] stabilise e2e tests (#104) 2017-12-01 11:12:24 +00:00
Adina Parpalita
2ce7d57737 [ACA-990] e2e fixes (#101)
* change selector
rename methods
separate pagination tests into multiple files to try to avoid jasmine timeout
increase a bit the timeouts

* shared-links api needs a bit more time to complete

* a bit more time
2017-11-30 19:44:21 +00:00