Commit Graph

72 Commits (ef3f5b2a88e30bd25dce5d80014252e28a97b940)

Author SHA1 Message Date
Pranav Kant 4b980cb010 fix back button navigation (#183)
now backbutton when document is opened takes you back to the files app
from where the document was opened.
6 years ago
Julius Härtl 1db0d27cc5 Fix z-index of the richdocuments frame for NC13 (#153)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
6 years ago
Andras Timar 7f3f30b383 2nd attempt to fix #138 7 years ago
Andras Timar 11274091c0 fix for #138 7 years ago
Pranav Kant e9f9711421 Use fileId instead of dir 7 years ago
Andreas Böhler c4b794360a Fix editing publicly shared documents 7 years ago
Patrik Kernstock 4db76d6f01 only edit textfiles when texteditorapp is disabled
Signed-off-by: Patrik Kernstock <info@pkern.at>
7 years ago
Patrik Kernstock dee4991091 Do not open text files using Collabora app
Signed-off-by: Patrik Kernstock <info@pkern.at>
7 years ago
Andras Timar 6d9054e6f3 Merge pull request #60 from pranavk/ooxml
Revert "Remove unrequired route"; respect OOXML settings again
7 years ago
Pranav Kant 75a12f07e4 allowfullscreen 7 years ago
Pranav Kant 0c14789cc3 Revert "Remove unrequired route"; respect OOXML settings again
This reverts commit aa89c908a7.
7 years ago
Morris Jobke 8e44456daa Merge pull request #53 from nextcloud/verbose-uploadmenu-text
Use more verbose text for upload menu
7 years ago
Marius Blüm 0a98e7ea2f Use more verbose text for upload menu
* see https://github.com/nextcloud/server/pull/4922

Signed-off-by: Marius Blüm <marius@lineone.io>
7 years ago
Pranav Kant a5f6569591 Bin superfluous returnToDir logic
This was initially introduced in OC so that we know which directory to
go after we close the editor but this seems unnecessary here in NC as
richdocuments is just an iframe which is removed from DOM when we close
the document.
7 years ago
Andras Timar 6d78c1053c fix issue #41 Icons still show after opening doc from Favorites page 7 years ago
Pranav Kant f36c5106d6 Try opening readonly documents too
Also simplify the logic during file action registration. Basically, we
should try to open all known mimetypes; file permissions are taken care
of later in the WOPI protocol.

Without this commit, it is not possible to open a document in a
directory for which user has no write access.
7 years ago
Andras Timar 829b2b77b9 add rtf and txt as supported file formats 7 years ago
Lukas Reschke aa89c908a7
Remove unrequired route
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years ago
Lukas Reschke 7ef24654cf
Public editing
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
8 years ago
Pranav Kant 145854400e New 'Use OOXML by default' option in admin settings 8 years ago
Pranav Kant 517e1c79a3 Make NewFileMenu's display name translatable 8 years ago
Pranav Kant bb01949a9a Use new owncloud9 addMenuEntry plugin
... to add new odf files from main 'Files' app
8 years ago
Jan Holesovsky 68b81e846b bccu#1882: Return to the 'Files' app when the editing started there.
Also retain the directory where the editing started.
8 years ago
Andras Timar f3eaa1683d use SSL 8 years ago
Andras Timar 4afc1ed80a changed path of iframe, all is in loleaflet 8 years ago
Mihai Varga fafd5e8cf7 loleaflet: use the permission init option 8 years ago
Victor Dubiniuk 447610b260 Fix appid 8 years ago
Andras Timar 8010839279 bccu#1335 don't try to handle pdf, internal pdf.js does a better job 9 years ago
Jan Holesovsky 00befededb Less confusing variable names. 9 years ago
Mihai Varga ddc34a60c3 bug #1261 - added microsoft document mime types 9 years ago
Mihai Varga 43bce2d00d added pdf,visio,svg,wordperfect mimetypes 9 years ago
Jan Holesovsky 6e8cf39068 cloudsuite: Set editing as the default action. 9 years ago
Jan Holesovsky 302317ca47 cloudsuite: Fix starting of editing directly from the Files view. 9 years ago
Henry Castro aac766d9f6 cloudsuite: remove the iframe when close 9 years ago
Henry Castro 38f9b8152e cloudsuite: when click a document in FileList view, attach iframe
TODO replace file_path = documentsMain.url
9 years ago
Henry Castro 3809e2ee43 cloudsuite: prepare to rework view.js 9 years ago
Victor Dubiniuk c49dc3337c Rename variable. Fixes #505 9 years ago
Victor Dubiniuk 0606fc58a5 Fix coding style complaints 9 years ago
Victor Dubiniuk 76b17f71bb editor->wodotexteditor 9 years ago
Victor Dubiniuk 608eccac55 Encode token in viewer 9 years ago
Thomas Müller 58b14218b6 Merge pull request #379 from owncloud/remove-minified
Use not minified webodf source. Let Assetic do its job
10 years ago
Victor Dubiniuk 39e72cbbcf encodeURIComponent on dirname 10 years ago
Victor Dubiniuk 815194cddb Move supported mimes to settings controller 10 years ago
Victor Dubiniuk 45c30440b8 Move download to documentcontroller 10 years ago
Victor Dubiniuk 7f8c119750 Use not minified webodf source. Let Assetic do its job 10 years ago
Andrej Lajovic 0cd8d66a9a Do not localize the internal (javascript) name of action "Edit" 10 years ago
Vincent Petry 423cb53e14 Use context instead of static access 10 years ago
Vincent Petry 0c0e52ead2 Removed call to FileActions.display()
Let the file lists automatically update themselves from the previous
calls to FileActions.register().
10 years ago
Vincent Petry 41ff4b55ba Do not change the controls bar
Rely on the default behavior / CSS instead.
10 years ago
Victor Dubiniuk f8b638bee5 More OCA.Files.fileActions 10 years ago