14 Commits

Author SHA1 Message Date
Popovics András
4fd8bfb875 [ADF-1041] Node picker, first iteration (#2122)
* First try

* Dialog basic functionality

* Search input

* Hammering it together

* Fist working proto for copy

* Fix the tests and tslint errors for a happier world

* Add more tests (and test shells for the future)

* copyNode and moveNode methods

* Copy and move actions for content type

* Extract common parts in favor of using them in folder content type also

* Small fixes

* Copy and Move actions for folders as well

* Style fixes, ui behaviours and tests needed to be written

* Move duplicated search service from documentlist to core

* Use search service from core within the search component

* Fix dialog width

* Update docs

* Tests for node selector

* Change seletionMade event's name to select
2017-08-01 11:25:32 +01:00
Eugenio Romano
a9142e2ca2 [ADF-1040] Change document list style rows based on permissions model (#2085)
* Change document list style rows based on permissions model

* fix test
2017-08-01 11:25:32 +01:00
Denys Vuika
012d62eb55 [ADF-1006] fix 'isEmpty' issue and code cleanup (#2053)
* fix 'isEmpty' issue and code cleanup

* Update tsconfig.json
2017-08-01 11:25:32 +01:00
Eugenio Romano
29ca8b5c5e [ADF-859] add codelyzer in core and datatable (#2056)
* add codelyzer in core and datatable

* add codelyzer in the main build

* order imports

* fix import in test

* fix import test

* import reorder form

* tasklist and processlist import reorder
2017-08-01 11:25:32 +01:00
Popovics András
843afdbcc6 [ADF-523] Fix delete operation in the search component (#2020)
* Search delete permission notification fix

* Support content deletion inside search results

* Forgotten broken test fix.

* Update alfresco-document-list READDME.md

* Update alfresco-document-list READDME.md II

* Adding TOC to README.md

* Build fix

* Fix the build for now and ever!
2017-08-01 11:25:32 +01:00
Maurizio Vitale
f6102dfc07 DocumentList - Check permissions on delete folder/file (#1808)
* Add check permission on delete folder/file

* Provide a way to disable the action when if there is no permission

* Improve the code using the external permission inside the folder/document action service

* Add basic documentation.
 - How disable the button when the permission is missing
 - How to show a notification message when the permission is missing

* Resize the image

* Change the value to true for demo purpose

* Update folder-actions.service.ts

* Update document-actions.service.ts
2017-04-27 14:05:08 +01:00
Denys Vuika
0f0c5352c7 #340 Rename 'AlfrescoService' to 'DocumentListService' 2016-07-05 20:30:11 +01:00
Denys Vuika
01c63f9574 Unit tests for document list component 2016-06-29 16:37:21 +01:00
Denys Vuika
fe9e8cdc43 Upgrade document list to angular 2.0.0-rc.1 2016-06-14 05:37:46 +01:00
Denys Vuika
3c6c5dd136 #9 folder delete action 2016-05-31 14:42:11 +01:00
Mario Romano
b9a999be0e lint 2016-05-12 20:22:16 +01:00
Denys Vuika
c5b2bc812c #9 Unit tests 2016-05-09 14:40:07 +01:00
Denys Vuika
0ff5701900 Customisation of global actions (folders and documents)
- support for registering custom global actions (folders, documents)
- documentation update with code samples and pictures

refs #9
2016-05-03 15:15:23 +01:00
Denys Vuika
464688918d Support for replaceable action services
- angular services for system document/folder actions
2016-04-28 13:59:17 +01:00