ralf
05b316f7ff
move egw_get_file_editor_prefered_mimes() to egw.file_editor_prefered_mimes() as everything in old jsapi.js is deprecated and should be removed
...
.
2022-10-18 08:30:15 +02:00
nathan
d34273650a
Fix HiddenUpload shares fail to complete the upload
...
Use correct path this time
2022-10-12 09:26:53 -06:00
nathan
c9eaeb51ea
Fix HiddenUpload shares fail to complete the upload
2022-10-11 10:20:08 -06:00
Hadi Nategh
b5b3c873cf
Drop ViewerJS
2022-08-11 15:58:33 +02:00
nathan
d8119802ed
Fix filemanager tile view
...
- Button callback was skipping bits due to webcomponent change.
- Timing differences mean we really do need to set size in CSS now.
2022-05-09 10:04:00 -06:00
nathan
61579e1e54
Switch filemanager share link to using Et2Dialog
2022-03-24 09:53:21 -06:00
nathan
8acc4c6750
Switch from et2_dialog to Et2Dialog
2022-03-18 14:41:48 -06:00
Hadi Nategh
3705448aff
Fix filemanager's view no longer works
2022-03-11 14:22:04 +01:00
nathan
a3d31f5a4b
Filemanager: Fix sharing link doesn't copy to clipboard when you click it
2022-02-14 10:20:04 -07:00
nathan
026eaaaa71
Fix Collabora JS not being loaded for filemanager
2022-02-03 10:01:10 -07:00
Ralf Becker
ea8ef4d077
fix TypeError stalling filemanager (eg. no context menu)
2022-01-27 21:00:10 +02:00
Ralf Becker
9ff7e3a22f
move code of filemanagerApp into filemanager.ts imported by filemanager and collabora app.ts
...
this should fix the problem that filemanager does not load because collabora/js/app imports filemanager/js/app which has no cache-buster and therefore fails to include old / no longer existing chunks
EGroupware takes care of cache-busters for all app/js/app.js while rollup uses it's chunks to do so for all other imports
2021-12-11 09:47:16 +02:00