Commit Graph

34 Commits

Author SHA1 Message Date
Popovics András
7cbefb1355 [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 10:20:12 +01:00
Denys Vuika
da18a21e7c [ADF-551] sorting for document list (#1891)
* table cell component

- table cell component with performance improvements

* permissions and sorting fixes

- fixed ability to set default sorting
- fixed permission evaluation
- new: context menu now also works with permissions
- disabled tags column in demo shell due to performance implications

* fix unit tests

* fix tsconfig for unit testing
2017-05-25 15:12:52 +01:00
Denys Vuika
b0be88ec37 [ADF-551] allow setting sorting in html (#1857)
* allow setting sorting in html

* readme update

* update readme

* restore permissions code

* - Remove the check permission from the datatable and move inside the documentlist

* Remove commented test
2017-05-25 15:12:49 +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
Will Abson
0ddd245f83 Fix build errors when using latest JS-API (#1555)
Refs #1554
2017-01-27 16:20:59 +00:00
Mario Romano
07f6bb2552 fix new ts javascript api 2016-09-26 23:32:18 +01:00
Denys Vuika
328f37282a DocumentList component improvements
- expose ‘properties’ for the Node model
- Row filtering support for Document List (refs #522)
- Custom image resolver for Document List (refs #532)
- readme updates
2016-08-22 12:01:54 +01:00
Denys Vuika
21194e373a #484 add process actions for folder menus 2016-07-28 10:22:07 +01:00
Denys Vuika
9c5ae7c05e #70 better component partitioning 2016-07-12 11:09:34 +01:00
Denys Vuika
35b6ec269e #70 Pagination type definition 2016-07-12 10:39:25 +01:00
Denys Vuika
21c1cbc531 Code cleanup and fixes 2016-07-05 16:19:39 +01:00
Denys Vuika
258148cc1c Unit tests for document list component 2016-06-30 13:39:52 +01:00
Denys Vuika
4bf94b4698 Unit tests 2016-06-28 15:56:17 +01:00
Denys Vuika
bf6947abf9 Unit tests for document list 2016-06-28 15:10:05 +01:00
Denys Vuika
e657fcdcab #164 column types, date formatting 2016-06-08 13:11:53 +01:00
Denys Vuika
e0d8b1fe31 #152 Support for custom 'empty folder' template
- default background image for empty folders
- support for user-defined custom templates
- readme updated
2016-06-07 14:32:07 +01:00
Denys Vuika
0b664f1bb2 #9 'Delete' action support for document nodes 2016-05-31 11:20:28 +01:00
Denys Vuika
3f28925d35 #9 i18n fixes for columns and actions 2016-05-23 16:11:20 +01:00
Denys Vuika
a0848ea825 #66 Initial sorting support for document list 2016-05-17 15:57:16 +01:00
Mario Romano
b9a999be0e lint 2016-05-12 20:22:16 +01:00
Mario Romano
6654563469 lint login and upload 2016-05-12 19:14:29 +01:00
Will Abson
e67385fb7c Missed changes to generated files 2016-05-11 22:34:37 +01:00
Will Abson
e619ff661c Use alfresco-core-rest-api to fetch doclib items
Refs #7
2016-05-11 16:48:39 +01:00
Denys Vuika
ed7c9d39d0 #9 Accessibility improvements 2016-05-09 13:31:43 +01:00
Mario Romano
e5b54f40b8 #46 intergrate drag and drop in document-list 2016-05-06 01:12:52 +01:00
Mario Romano
f6cfef905b #46 upload component 2016-05-05 18:25:02 +01:00
Denys Vuika
3b8b721b34 Internal model improvements for document list
refs #9
2016-05-04 14:47:15 +01:00
Denys Vuika
eb5c7d7aae Greatly reduced markup for document/folder actions
refs #20, #9
2016-05-04 13:06:10 +01:00
Denys Vuika
548fb14f4c Css class names for custom document columns
refs #51
2016-05-04 10:11:37 +01:00
Denys Vuika
0b1b87063c Initial support for configurable columns
refs #51
2016-05-03 17:01:05 +01:00
Denys Vuika
84aa5a4efd Quick actions for document list
- support for quick actions (folders/documents)
- reworked project structure for document list (simplified naming and
hierarchy)

refs #20, #50
2016-04-28 13:02:24 +01:00
Denys Vuika
2a50357735 Unified action models
Merged ‘DocumentActionModel’ and ‘FolderActionModel’ into
‘ContentActionModel’

refs #20
2016-04-27 19:50:46 +01:00
Denys Vuika
992f265d75 Folder actions for document list
- support for declarative folder actions
- folder actions dropdown menu
- readme file updates

refs #
2016-04-27 12:02:24 +01:00
Denys Vuika
56896f2200 Declarative document actions
- initial support for declarative document actions (system and custom)

refs #20
2016-04-26 20:54:00 +01:00