0dd7616c5e
egw_action copy fixes regarding ticket 84314
2023-07-20 16:40:22 +02:00
b00371c7e1
WIP egw_action copy fixes
...
paste not working
2023-07-14 15:37:20 +02:00
5e3c67a5cf
converted egw_action from javascript to typescript
...
classes are now uppercase and in their own files. lowercase classes are deprecated.
Interfaces are now actual interfaces that should be implemented instead of creating and returning an ai Object every time
2023-07-10 16:54:22 +02:00
db32d9ad31
fix not working folder creation via context menu
2023-06-12 17:19:37 +02:00
e7e9c6fa22
Filemanager: Push was not correctly updating file list when directory was added/deleted
2023-06-05 11:56:06 -06:00
9a1593b154
* Filemanager: fix broken expose view for filename click&open action
2023-04-06 17:46:59 +02:00
3402ed645a
Quota changes
...
- nicer error message
- add quota for group directories with separate default
- support for more decimal places in human file size
- add some help_text to default quota
2022-11-23 13:53:47 -07:00
19f4e13c7a
Filemanager: Fix "share link copied into clipboard" message was not translated
2022-11-16 14:16:14 -07:00
0ef6f625b3
Filemanager: use pushAvailable() to decide if we need a full refresh after deleting a file
2022-11-08 11:54:22 -07:00
f2c763dc4d
Filemanager: use pushAvailable() to decide if we need a full refresh
2022-11-07 13:39:22 -07:00
1da0af4d2c
Revert "Filemanager: remove refresh after adding, we use push now"
...
This reverts commit dcd9430d22
.
2022-11-07 13:21:32 -07:00
dcd9430d22
Filemanager: remove refresh after adding, we use push now
2022-11-07 13:00:06 -07:00
be16565cc4
Filemanager can now update sub-grids
2022-11-07 11:51:30 -07:00
9b2f7ef9ab
Filemanager: Stop changing into a newly created folder
2022-11-01 09:10:14 -06:00
2659a8ab63
Filemanager: Add copy to clipboard button to share link dialog
2022-10-28 10:05:03 -06:00
2b3febff59
Move filemanager push entirely into filemanager
2022-10-25 09:49:30 -06:00
24fb01d190
Filemanager: Add push support
2022-10-24 09:58:11 -06:00
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
d34273650a
Fix HiddenUpload shares fail to complete the upload
...
Use correct path this time
2022-10-12 09:26:53 -06:00
c9eaeb51ea
Fix HiddenUpload shares fail to complete the upload
2022-10-11 10:20:08 -06:00
b5b3c873cf
Drop ViewerJS
2022-08-11 15:58:33 +02:00
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
61579e1e54
Switch filemanager share link to using Et2Dialog
2022-03-24 09:53:21 -06:00
8acc4c6750
Switch from et2_dialog to Et2Dialog
2022-03-18 14:41:48 -06:00
3705448aff
Fix filemanager's view no longer works
2022-03-11 14:22:04 +01:00
a3d31f5a4b
Filemanager: Fix sharing link doesn't copy to clipboard when you click it
2022-02-14 10:20:04 -07:00
026eaaaa71
Fix Collabora JS not being loaded for filemanager
2022-02-03 10:01:10 -07:00
ea8ef4d077
fix TypeError stalling filemanager (eg. no context menu)
2022-01-27 21:00:10 +02:00
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