Commit Graph

185 Commits

Author SHA1 Message Date
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
4727340f1d * Filemanager: added user-interface to mount WebDAV or SMB shares 2021-09-13 16:16:36 +02:00
05405b955a remove generated .js files from git 2021-07-01 08:38:08 +02:00
d7cd90ebe7 fix skipping timestamps, but preferring .min.js over .js
added more apps to rollup.config.js (ones givening errors are commented out)
2021-06-29 15:21:19 +02:00
54fff9739a Add more missing import statements 2021-06-10 15:40:49 +02:00
5298336886 include jquery and other legacy js files via script tag 2021-06-10 11:38:54 +02:00
67fb220778 Check popup blocker for when trying to open mail compose popup from filemamanger/Collabora 2021-05-17 16:27:51 +02:00
d185a53f8e Filemanager: Fix url as comment on uploaded files 2021-04-28 14:19:51 -06:00
6bd4685184 Filemanager: Fix superuser logout button did not work 2021-03-29 09:23:42 -06:00
d76b214e2c missing filemanager/app.ts/js 2021-03-16 15:09:25 +02:00
fa98eb1071 fix a couple of errors stalling file uploades 2020-10-19 11:45:49 +02:00
b3a700d7ee * Filemanager: Fix unwanted, automatic comment "ask" when uploading to filemanager 2020-09-03 11:45:17 -06:00
8c2c335ae6 Fix missing translation reported by Stefan Unverricht 2020-04-16 09:19:24 -06:00
599393ffbe Fix select all action breaks filemanager's contextmenu 2020-04-07 11:18:13 +02:00
d3eb2d9b22 Change the hidden upload message 2020-03-27 13:40:48 -06:00
93a7166710 Add hidden upload directory as mail action 2020-03-26 13:20:20 -06:00
895b1ebee9 Cleanup, bugfix & refactoring of hidden upload folder. 2020-03-25 11:39:40 -06:00
7163acfe1d * Add action to share filemanager folder (readonly) with hidden upload folder 2020-03-24 20:34:04 -06:00
3350f3a024 Some fixes for tile view after Typescript conversion 2020-03-23 10:05:46 -06:00
34ec346821 Fix favourites (& probably some more inherited stuff) broken by TypeScript conversion
Note that any properties declared in a sub-class aren't generally available until after the super() call is done, i.e. in the super constructor they're undefined.
2020-03-20 11:38:38 -06:00
81266c0eba Remove ro_image from template as it will be taken care of by css class anyway 2020-03-16 12:45:47 +01:00
66f197d0b0 Fix missing appname causing share link to reload everything 2020-03-06 13:04:52 -07:00
28143ab160 Fix js error "Uncaught TypeError: Object prototype may only be an Object or null: undefined"
This error happens when a required file is missing.
2020-03-06 10:42:31 -07:00
11a3e9df90 Use getController to get controller private object 2020-03-06 11:52:15 +01:00
5767671d97 Convert collabora app to TS 2020-03-02 15:58:51 +01:00
0065f9b044 Convert filemanager to TS (should not be merged yet as it's still WIP) 2020-02-28 14:42:45 +01:00
80c706b957 Fix some translation issues reported by Stefan Unverricht 2019-10-10 10:31:27 -06:00
c6751c4594 Filemanager - Support sharing directory by right clicking on empty row (No matches found) 2019-07-31 10:31:13 -06:00
59cf097a09 Filemanager - correctly show 'Writable share link' in dialog title if writable checkbox was checked 2019-07-23 14:26:16 -06:00
87c4f0ff9c Filemanager - Add some actions for merge-print shares into email templates 2019-07-16 13:44:20 -06:00
27307169c1 Filemanager - add actions for EPL ability to edit view link & shares 2019-07-10 11:40:11 -06:00
4b5379d61b * Filemanager/WebDAV: handle url-special chars like %, # and ? correctly 2019-03-21 12:36:25 +01:00
498db61f46 Fix new directories with weird chars (one#two?three) do not get created correctly 2019-01-21 11:37:27 -07:00
fc4f6f6398 * Filemanager - clickable folders in the path 2019-01-07 15:05:14 -07:00
613a49799c Some missed translations reported by Stefan Unverricht 2018-09-20 13:01:54 -06:00
a9a303a6ff Add new preference to control default action of editing a document (open with:Collabora|CollabEditor|Download) 2018-08-03 11:08:00 +02:00
50d02bff81 Try to warn user when switching between filemodes in compose dialog, also indicate each filemode with an icon. 2018-07-12 15:42:07 +02:00
cc3e00f9f1 * Mail: take opened compose dialogs into account when trying to forward attachment, share files into mail or vcard attachment from addressbook 2018-07-11 14:39:40 +02:00
8873a23fd6 Filemanager - Fix save as only downloaded the last file 2018-04-24 11:38:02 -06:00
8973a62ccc Filemanager - Fix save as only downloaded the last file 2018-04-24 11:26:16 -06:00
3891cb4064 Allow server to specify copy link dialog title 2018-03-07 11:27:35 -07:00
e098d72baa Fix excluded mime types does not work for CollabEditor 2018-02-08 14:48:14 +01:00
8e0243294c Implement proposed filemanager mime type open handler based on user preferences 2018-02-06 18:00:36 +01:00
fc096da1b3 * Filemanager - fix unable to change directory after returning from shared files list 2018-01-08 09:58:05 -07:00
06db393f1c W.I.P. migrating of Collabeditor (webodf):
- Migrate database part into Collabeditor setup
- Fix create new action
- Disable new button if there's no filemanager-editor installed
2017-12-20 12:38:08 +01:00
652a23be7c W.I.P. migrating of Collabeditor (webodf) from filemanager and Api to an individual app 2017-12-19 18:48:40 +01:00
ad6c143059 Fix various missing translations, found by Stefan Unverricht 2017-11-29 09:58:01 -07:00
ee1ca5c402 Fix collab editor does not get open when triggered from infolog 2017-11-16 18:22:16 +01:00
601f15527b No need to trigger VfsSelect click via DOM, since VfsSelect has its own click function 2017-11-03 16:33:51 +01:00
6c093e0aac Add Writable Share Link action into Share context menu 2017-11-03 16:30:35 +01:00