Denys Vuika
d8a46c9765
[ADF-640] reload document list on folder upload ( #1895 )
...
* reload document list on folder upload
- extend UploadService with 'folderCreated' event to be able reacting on folder uploads globally
- extend Demo Shell to reload document list on UploadService events (folderCreated)
* readme updates
2017-06-29 15:09:03 +01:00
Denys Vuika
9bb7d90670
[ADF-610] Upload button and DnD area should not upload hidden files and folders ( #1908 )
...
[ADF-610] upload cleanup
- more strongly typing
- api improvements
* Upload cleanup and api improvements
- remove old unused settings (formFields variable)
- individual options for uploaded files (i.e. versioning)
- upload button and drag-and-drop area now set individual settings for file versioning
* exclude hidden files from upload
2017-06-29 15:09:03 +01:00
Maurizio Vitale
0e4dab8b66
Disable upload button with no permission ( #1820 )
...
* Add the permission check on the activiti button
* Fix code after unit test
* Add basic documentation
2017-04-27 14:05:10 +01:00
Denys Vuika
62915aff93
upload dialog improvements ( #1740 )
...
Various upload dialog improvements
- fix: headers alignment
- fix: Name column alignment
- fix: rename ‘CANCEL’ button to ‘Cancel all’ (as it’s what it does)
- fix: ‘Cancel all’ button still visible after all upload complete
- new: improved layout and api for file upload components
- new: strongly typed methods for UploadService
2017-03-21 14:45:48 +00:00
Denys Vuika
3fee3b5002
improved uploading of files ( #1730 )
...
* improved uploading of files
- new core/UploadDirective to allow dropping files to any html element
- enhanced file dropping for DataTable rows (disabled by default)
- enhanced file dropping for DocumentList rows (disabled by default)
- upload drop area now handles file uploads for child elements (i.e.
rows in the document list)
* fix unit tests
* unit tests and code cleanup
* #1732 , fix upload of folders
2017-03-16 16:28:18 +00:00
Denys Vuika
3375a63680
fix compilation errors with latest TS/TSLint ( #1651 )
...
latest TS/TSLint libs detect couple of problems related to private apis
used earlier; changing to public in order to fix compilation
2017-02-23 15:46:58 +00:00
Denys Vuika
0ee5c9846a
fix error handling and "this" context ( #1445 )
...
* fix error handling and "this" context
* fix typo
2017-01-12 06:12:52 -08:00
Denys Vuika
df97a2e24c
fix unit tests
2017-01-06 09:55:07 +00:00
Denys Vuika
d42f41ec00
Migrate from window.console to LogService
2017-01-05 21:06:30 +00:00
Denys Vuika
facafbd55c
Single naming convention for core services ( #1363 )
...
* remove temporary file from repo
* fix: alfresco-api.service
* new: auth.service.ts
- new auth.service.ts implementation
- deprecation warning for AlfrescoAuthenticationService
- fix ‘clean-build’ typo
- extra vscode settings for ‘.d.ts’ files
* use AuthService internally
* new: content.service.ts
- deprecation warning for AlfrescoContentService
- use new ContentService internally
* new: settings.service.ts
- new SettingsService
- deprecation warning for AlfrescoSettingsService
- using new SettingsService internally
* new: translate.service and translate-loader.service
- custom TranslateLoader becomes AlfrescoTranslateLoader
- custom TranslateService becomes AlfrescoTranslateService
- deprecation notices for old service and loader implementations
* fix: document list
* fix: search
* fix: tag
also fixes #1364
* fix: activiti form
* fix: activiti tasklist, improve unit tests
* fix: activiti processlist, unit tests improvements
* fix: diagram component
* fix: analytics component
* fix: upload component
- fix numerous issues with unit tests (hidden by ‘any’ type)
- test improvements
* fix: webscript
* fix: userinfo unit tests
* code fixes
* fix 'beforeAll' issue
* tasklist unit testing improvements
* fix: form unit tests
* fix: unit tests
2017-01-03 10:46:27 +00:00
Will Abson
fb851271e9
Fix uploads from folders opened from search results
...
Refs #1248
2016-12-16 17:52:57 +00:00
Denys Vuika
8159cc1dd9
Code fixes after merge
2016-09-05 09:33:42 +01:00
Denys Vuika
c037b91c9c
Merge branch 'development' into dev-denys-dts
...
# Conflicts:
# demo-shell-ng2/systemjs.config.js
# ng2-components/ng2-alfresco-upload/src/services/upload.service.spec.ts
# ng2-components/ng2-alfresco-upload/src/services/upload.service.ts
#
ng2-components/ng2-alfresco-viewer/src/componets/viewer.component.spec.t
s
# ng2-components/ng2-alfresco-viewer/src/componets/viewer.component.ts
2016-09-05 09:10:08 +01:00
Denys Vuika
3c662de36d
Update upload service with Api service
2016-08-30 14:38:28 +01:00
Mario Romano
e2683047e6
#516 return object from success upload
2016-08-26 17:46:24 +01:00
Eugenio Romano
23da361622
add autorename as default behaviour and the possibility to use the versioning
2016-08-24 16:21:31 +01:00
Eugenio Romano
822f3b8d89
ask for thumbnail redintion #549
2016-08-23 19:19:24 +01:00
mauriziovitale84
81220d17a3
Fix error when the dialog is not initialized
2016-08-12 16:52:30 +01:00
Vito Albano
95b9fb28f3
Fixed license ad declaration error on build
2016-07-15 11:51:33 +01:00
mauriziovitale84
7f3a450e6d
Fix unit test upload
2016-07-14 15:31:24 +01:00
Eugenio Romano
334dffb9b1
fix uploader multiple file
2016-07-13 01:08:38 +01:00
Eugenio Romano
75629ca95e
uploader create Folder porting new Api
2016-07-13 00:33:09 +01:00
Eugenio Romano
2ddaa76ea1
upload porting first step
2016-07-13 00:32:22 +01:00
mauriziovitale84
e8c363e520
Fix token problem
2016-07-08 12:55:14 +01:00
mauriziovitale84
05c0a8246a
Use new upload API
2016-06-22 16:17:19 +01:00
mauriziovitale84
98d6b5405f
Fixed unit test
2016-06-21 15:20:35 +01:00
mauriziovitale84
75a533bcde
Fixed regression problem
2016-06-21 10:16:26 +01:00
mauriziovitale84
604c1c7eba
#189 Fix upload test
2016-06-15 15:05:54 +01:00
Denys Vuika
bd1100c33b
Improve 'ng2-alfresco-core' imports
2016-06-15 13:57:47 +01:00
Denys Vuika
2428396ab6
Upgrade Upload to angular 2.0.0-rc.1
2016-06-14 11:02:41 +01:00
mauriziovitale84
9423a13337
#150 Fixed refresh icon on upload completed
2016-06-06 11:58:58 +01:00
mauriziovitale84
1597595bf0
#139 Fixed complete counter
2016-06-03 12:03:12 +01:00
mauriziovitale84
f9aa5067cd
#135 Called observer.next to force the progressbar refresh
2016-06-02 16:44:21 +01:00
Mario Romano
ac1cf8a781
change host and demo
2016-06-02 15:48:56 +01:00
mauriziovitale84
58ceebe53a
#105 Refactoring file dialog component
2016-06-02 09:43:34 +01:00
Mario Romano
353f1286f5
remove defaut ip from upload
2016-06-01 16:54:56 +01:00
mauriziovitale84
dc14a26786
#102 Fixed folder creation structure on folder upload button
2016-05-27 10:42:44 +01:00
mauriziovitale84
69c490732d
#46 Fixed unit test
2016-05-24 17:04:05 +01:00
Mario Romano
c13d6a7fc3
fix dependencies and core
2016-05-21 04:25:44 +01:00
Mario Romano
293662ec4f
fix upload demo and inject uploadservice
2016-05-20 18:00:02 +01:00
Mario Romano
c771c0a205
dist folder for uploader component
2016-05-19 16:23:25 +01:00
mauriziovitale84
a9df957f2a
#60 Reproduce folders tree when a folder is uploaded
2016-05-19 11:00:14 +01:00
mauriziovitale84
f97d31f530
#46 Fixed build error
2016-05-13 10:00:12 +01:00
mauriziovitale84
51b940b03e
#46 onSuccess Event Emitter FileUploader
2016-05-12 21:02:04 +01:00
Mario Romano
6b99e49498
lint login and upload
2016-05-12 19:35:41 +01:00
Mario Romano
6654563469
lint login and upload
2016-05-12 19:14:29 +01:00
mauriziovitale84
3c2167273f
#46 Upload files in a folder
2016-05-12 15:40:30 +01:00
mauriziovitale84
a8ba9203de
#Fixed bug after refactor
2016-05-11 15:17:24 +01:00
mauriziovitale84
6f0437c155
#46 File uploader unit test
2016-05-11 10:52:14 +01:00
Mario Romano
1a7248b1e9
#46 upload jsdoc and clean code
2016-05-06 12:50:06 +01:00