1202 Commits

Author SHA1 Message Date
Cilibiu Bogdan
031198e784
[ACA-20] Sidenav - navigate to first child route when expanded for the first time (#798)
* bradcrumb root title

* use correct i18n string reference

* expansion panel state directive

* takeUntil

* fix text

* parameter type

* fix title error message reference

* fix My Libraries test and add separate one for Favourite Libraries
2018-11-14 12:09:24 +02:00
Adina Parpalita
b592ea8635 [ACA-1517] add tests for create library (#799) 2018-11-13 15:32:07 +00:00
Denys Vuika
5adab43787 upgrade prettier to latest version 2018-11-13 12:01:11 +00:00
Denys Vuika
abe07d28b5
[ACA-1892] close sidenav instead of toggle (#781) 2018-11-12 17:11:47 +00:00
Cilibiu Bogdan
aa6995e7b2 reset selection state on navigation (#793) 2018-11-12 12:56:02 +00:00
Cilibiu Bogdan
c9f2895ead [ACA-20] fix sort key (#796) 2018-11-09 17:49:08 +00:00
Suzana Dirla
aeb8ddd1f2 [ACA-19] Search libraries improvements (#792)
* [ACA-19][ACA-1967] set Libraries columns

according to updated requirement

* [ACA-19] search term length hint & singular result translation

fixes also [ACA-1933]
2018-11-09 15:55:08 +00:00
Cilibiu Bogdan
4a420cc9f9 [ACA-20] Favorite Libraries (#789)
* libraries submenu config

* fix item id

* favorite libraries columns

* libraries submenu text

* columns text

* submenu schema

* submenu routes

* role column component

* favorite libraries list api

* register favorite libraries presets

* favorite libraries list component

* register role column component

* dl custom node list is library route

* empty state message icon

* remove custom id

* merge subscriptions

* adapt to child route

* fix component selector

* revert to favorite library route

* sidenav main links font weight

* libraries children contants

* library expand panel method

* update e2e

* libraries children columns consistency

* isLibrary workaround for custom node list

* update isLibrary evaluator

* update e2e

* lint

* Update src/assets/app.extensions.json

Co-Authored-By: pionnegru <pionnegru@users.noreply.github.com>

* Update src/app/extensions/extension.service.ts

Co-Authored-By: pionnegru <pionnegru@users.noreply.github.com>

* Update src/app/extensions/extension.service.ts

Co-Authored-By: pionnegru <pionnegru@users.noreply.github.com>

* Update src/app/extensions/extension.service.ts

Co-Authored-By: pionnegru <pionnegru@users.noreply.github.com>

* Update src/app/extensions/extension.service.ts

Co-Authored-By: pionnegru <pionnegru@users.noreply.github.com>

* use correct preset

* update e2e

* update page titles values

* find child active link

* fix expected value

* update expected

* role column tests

* check if menu is expanded
2018-11-09 13:53:51 +00:00
Denys Vuika
76fe33d734
upgrade dependencies (#794)
* upgrade to latest Angular

* upgrade material and ngrx

* cleanup polyfills
2018-11-09 13:01:43 +00:00
Suzana Dirla
9313b6477e [ACA-1934] Fix search facet fields translation (#791) 2018-11-08 16:02:53 +00:00
Denys Vuika
b6569cb043 remove S3 integration 2018-11-08 13:17:32 +00:00
Suzana Dirla
1e3136332e [ACA-19] Library Search Results (#783)
* [ACA-19] libraries results page

* [ACA-19] libraries search query builder service + trigger action on search option select

* [ACA-19] remove sorting

* [ACA-19] extension - set custom columns for search libraries results

* [ACA-19] add role column

* [ACA-19] adapt text

* [ACA-19] reformat with Prettier

* [ACA-19] fix unit tests

* [ACA-19] reformat with Prettier

* [ACA-19] some unit tests & code cleanup

* [ACA-19] fix navigation

* [ACA-19] remove duplicates

* [ACA-19] unit test
2018-11-08 12:22:09 +00:00
Denys Vuika
cb3754e29d
update prettier (#790)
* update prettier

* enable auto-formatting for html
2018-11-08 11:54:25 +00:00
Denys Vuika
2dc2f51944
[ACA-1970] extension fixes (#780)
* cleanup extension settings

* remove header demo and update schema

* move card view to separate demo extension

* update to ADF 2.6.1
2018-11-08 06:46:32 +00:00
Andy Stark
5d71b18ba1 [ACA-1889] Separated Features section from Home page (#788) 2018-11-07 20:13:30 +00:00
Cilibiu Bogdan
dae45fce57 [ACA-20] Sidenav - submenu conditional icon templates (#786)
* remove focus outline

* button effect

* submenu conditional icon templates

* clean up styling

* update menu locator

* update library PO locators
2018-11-07 13:07:25 +02:00
Cilibiu Bogdan
ae20b3ed75
xit over fit 2018-11-06 23:45:55 +02:00
Denys Vuika
8625dc6518 disable flaky test 2018-11-06 20:30:51 +00:00
Andy Stark
ef8447b750 [ACA-1889] Split Extending section into separate files (#784)
* [ACA-1889] Split Extending section into separate files

* [ACA-1889] Split Extending section into separate files

* [ACA-1889] Added recent changes and then deleted extending.md

* [ACA-1889] Added Tutorials section
2018-11-06 20:19:00 +00:00
Cilibiu Bogdan
42125b67ec
render tooltip descripiton (#785) 2018-11-06 17:05:40 +02:00
Cilibiu Bogdan
88678852e7 [ACA-20] Sidenav - submenu support (#779)
* transform children data

* update navigation schema for children

* sidenav submenu

* update style

* disable extansion panel animation

* child routerLinkActive template reference

* getApplicationNavigation test

* minimised submenu indicator

* sort navigaton children
2018-11-06 14:08:57 +02:00
Cilibiu Bogdan
264597439b isQuickShareEnabled evaluator doc (#782) 2018-11-06 11:47:29 +02:00
Denys Vuika
e33c91ebd4 permission manager fixes (#778) 2018-11-05 11:39:41 +02:00
Cilibiu Bogdan
44a9ade552 [ACA-1806] Viewer - navigate on node delete event (#775)
* navigate onode delete event

* remove console
2018-11-03 17:46:58 +00:00
Adina Parpalita
ae382f8b39 [ACA-1940] add tests for search input (#776) 2018-11-03 16:38:39 +00:00
Adina Parpalita
68fc762dd2 trim expect and actual values (#773) 2018-11-02 17:01:23 +00:00
Denys Vuika
8eff6ee7c2
update to latest angular and cli (#774) 2018-11-02 17:01:05 +00:00
Adina Parpalita
946e3e2196 [ACA] e2e remove not needed logoutPage (#772)
* remove not needed logoutPage

* disable back failing check

* fix failing test
2018-11-02 10:37:07 +00:00
Suzana Dirla
2c9e68ada7 [ACA-1822] input search options (#768)
* [ACA-1822] input search options - needs cleanup and styling

* [ACA-1822] input search options cleanup

- needs styling
- needs tests

* [ACA-1822] input search options cleanup

- needs styling
- needs tests

* [ACA-1822] input search options styling

* [ACA-1822] add translation keys

* [ACA-1822] reformat with Prettier

* [ACA-1822] fix pointer event on FF

* [ACA-1822] fix e2e test

* [ACA-1822] update unit tests

* [ACA-1822] fix spellcheck

* [ACA-1822] fix display

* [ACA-1822] some theme cleanup

* [ACA-1822] reposition icon

* [ACA-1822] code review changes

* [ACA-1822] more unit tests
2018-11-02 07:31:29 +00:00
Adina Parpalita
37b4d9d00b [ACA-1937] automate tests for Library properties (#771) 2018-11-01 14:52:46 +00:00
Denys Vuika
3a8dbcd7a4 upgrade to Angular 7 (#758)
* angular 7 upgrade

* try to fix e2e failures

* reduce wait for snackbar

* wait presenceOf instead of visibilityOf

* angular 7 upgrade

* try to fix e2e failures

* reduce wait for snackbar

* wait presenceOf instead of visibilityOf

* one more try to fix e2e snackbar issues

* yet another try

* only wait in some tests

* diable animations, extra e2e app configuration

* update tomcat e2e script

* fix prod build memory use

* use another type of wait

* disable check

to be investigated separately
2018-10-31 17:53:36 +02:00
Cilibiu Bogdan
408bacd483 [ACA-1958] Library - 'visibility' label (#769)
* use Visibility label

* update e2e
2018-10-31 17:32:05 +02:00
Suzana Dirla
ad111cb712 e2e fix tomorrow date (#770) 2018-10-31 12:47:50 +00:00
Cilibiu Bogdan
b5cf1bf18d [ACA-1957] Library metadata - check title uniqueness (#767)
* add hint element

* check title uniqueness

* update tests
2018-10-30 19:10:56 +00:00
Cilibiu Bogdan
8d68ada078 [ACA-1959] [ACA-1960] Library metadata form action buttons state (#766)
* hide Edit button if no permission

* disable Update button if form is pristine
2018-10-30 15:21:37 +00:00
Cilibiu Bogdan
fd692b6b8c [ACA-1957] Create Library - check existent site title by field (#765)
* clean form controls

* check found site by title field
2018-10-30 11:48:42 +00:00
Cilibiu Bogdan
0b65ff46a0 [ACA-1956] Libraries - remove toolbar experimental flag (#764)
* remove experimental flag

* e2e
2018-10-29 20:48:57 +00:00
Cilibiu Bogdan
eb034e59a9 [ACA-1957] Create Library - warn existing library title name (#763)
* hint existing library title name

* unsubscribe
2018-10-29 19:40:12 +00:00
Adina Parpalita
66769fc0c8 small improvements (#762) 2018-10-29 14:44:56 +00:00
Cilibiu Bogdan
1807456a3e
[ACA-1956] Library - metadata info (#760)
* library metadata panel

* add infoDrawer component to Library

* set infoDrawer state to false onDestroy

* infoDrawer action

* update actions index

* infoDrawer set state reducer

* register Library metadata component to extensions

* filter infoDrawer tabs

* update library api

* library actions and effects

* refresh library view on update event

* infoDrawer tests

* refactor

* check permission on update

* check permission on update

* lint

* reference selection library

* add parameter type

* full width
2018-10-29 14:09:05 +02:00
Denys Vuika
8ada58f3a5 improved page layout (#761)
* app-layout component

* layout theme reorg

* merge app-layout styles

* rework page layouting
2018-10-29 11:47:10 +02:00
Denys Vuika
f975650850
fix imports (#757)
* fix imports

* fix lazy paths
2018-10-26 16:09:31 +01:00
Adina Parpalita
c9f5bc7de3 [ACA-1709] create separate methods for navigating to desired doc list (#756)
* create separate methods for navigating to desired doc list

* remove timeout committed by mistake
2018-10-26 08:56:58 +03:00
Suzana Dirla
0a5d56fe05
Merge pull request #755 from Alfresco/master
[ACA] sync with master branch
2018-10-25 16:04:00 +03:00
Suzana Dirla
dc9a31455e
Merge pull request #754 from Alfresco/development
ACA 1.5 update
v1.5.0
2018-10-25 11:50:59 +03:00
Cilibiu Bogdan
d962965588 bump version (#749)
* bump version

* update app prerequisites section
2018-10-25 10:09:52 +03:00
Cilibiu Bogdan
2bab92810a
update localisation (#753) 2018-10-25 08:17:14 +03:00
john-knowles
e93c4d3e78 Update toc.md (#752)
* Update toc.md

Trying to fix the docs links that broke in the last pull request.

* Revert "Update toc.md (#751)"

This reverts commit accac29

* set link to sear results 'child of' Features
2018-10-24 21:23:13 +03:00
john-knowles
accac297e0 Update toc.md (#751)
Docs TOC changes to remove /'s to fix broken links
2018-10-24 18:32:21 +03:00
Suzana Dirla
fbc7e8cda3 [ACA-1925] Search results are incorrectly sorted - fix (#747) 2018-10-24 10:46:34 +03:00