Commit Graph

366 Commits (c166c7b18907bb5e25144723810bf567b1910a30)

Author SHA1 Message Date
Pranav Kant 517e1c79a3 Make NewFileMenu's display name translatable 8 years ago
Pranav Kant 4cda46798e Add restore button to the revision history sidebar 8 years ago
Pranav Kant ea484bb357 Fix a typo 8 years ago
Andras Timar 53256007de Merge pull request #81 from pranavk/download_tooltip
Show 'Download' tooltip for download icon in revision history
8 years ago
Pranav Kant d91151091d Show 'Download' tooltip for download icon in revision history 8 years ago
Pranav Kant 1a41f8bbd3 Respect lolang param in revision history mode too 8 years ago
Pranav Kant c084533efb Wait till page is rendered
There's a race condition here between page being rendered with
all the document(s) information and showing the editor to the
user. The later requires the former as it uses data rendered into
the page.

In most cases, former is quick enough and we do not see any
problems, but in some cases, mostly when the server is responding
very slowly, it will lag behind the later causing the editor to
be shown before data is rendered into the page leading to '404
Object not found'.

This should, hopefully, avoid such cases.
8 years ago
Pranav Kant c80a31ebe0 $.getJSON already returns a promise like object
... so no need to create a deferred object separately and then
resolve it manually. This is since jquery 1.5

See: https://api.jquery.com/jquery.getjson/
8 years ago
Pranav Kant f3e7211ee5 Add Handlebars to global 8 years ago
Pranav Kant 58f9b4c5b4 Explicitly ask for revision history option
... since loleaflet explicitly requires it now if revision
history option is required.
8 years ago
Pranav Kant 50d1b609ba Move exist button to top right of revision sidebar 8 years ago
Pranav Kant 3235b886ad Add a revision history sidebar 8 years ago
Andras Timar 750e50108a remove unused js (WebODF) 8 years ago
Andras Timar 446372c0cb this string is not localizable 8 years ago
Pranav Kant 87f7720d12 Remove unused method
See 2b302fa1af
8 years ago
Pranav Kant 8e56d58ff7 bccu#1882: Return to where user started by removing redundant call
Route /close/ doesn't mean anything, and we were making this
additional call always before closing the document. This had a
side-effect that sometimes /close/ call would be processed after
we assign returnToDir to window.location making browser always
stuck in richdocuments#index rather than reeturnToDir. This was
mainly the problem in firefox with owncloud9
8 years ago
Andras Timar 9a62fcfe7d remove WebODF l10n 8 years ago
Pranav Kant bb01949a9a Use new owncloud9 addMenuEntry plugin
... to add new odf files from main 'Files' app
8 years ago
Pranav Kant 04a3bacb4d give focus explicitly to loleafletframe after loading
This is mainly problem in firefox where sometime, key press
events are handled by the browser, but we do not want that.
8 years ago
Pranav Kant b138109820 Don't load all documents when only one is clicked on from 'Files' 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 e22151a2b5 Pass the lang paramater to loleaflet from ownCloud user settings, which controls UI language 8 years ago
Andras Timar cdc6d2dffc add tooltip with document path for icon view 8 years ago
Henry Castro efcf28abc2 Add ulrsrc attribute when create new documents 8 years ago
Jan Holesovsky e94fa64836 One more place where we need to present the error message. 8 years ago
Jan Holesovsky ea47464459 More improvements in the error handling. 8 years ago
Jan Holesovsky b48ae81a99 Small improvement in the documentation. 8 years ago
Jan Holesovsky f2974bd618 Adapt to changes in loolwsd - pass only access_token via form post.
Also limit the amount of stuff that actually needs to be passed, and add
comments.
8 years ago
Pranav Kant 41f2f63907 Do not show scary warning dialog
... since we save to disk on abnormal client termination.
8 years ago
Henry Castro a27950d617 Post WOPI url iframe 8 years ago
Pranav Kant c25de38ef5 Rename filename -> title 8 years ago
Pranav Kant 96c88b5a1e Use window.postMessage API for cross-domain frame communication
Use filename as additional param to let the child frame know the
name of the document easily.

Use closebutton param to instruct the child frame about whether
to show the close button, or not.
8 years ago
Ashod Nakashian 1a737b4f07 wopi: pass the url wopi without /contents, to make it more flexible 8 years ago
Andras Timar f3eaa1683d use SSL 8 years ago
Henry Castro 81ba6a184e Fix close button bug 8 years ago
Henry Castro b135ad4a5c Add WOPISrc parameter 8 years ago
Andras Timar a32c1e2be3 remove unused webODF unstable setting 8 years ago
Andras Timar f0f3e42c0e remove dead code (from Collabora Online perspective) 8 years ago
Henry Castro 3a2d2a219f JS handle urlsrc attribute 8 years ago
Ashod Nakashian 30a22ef7e7 WOPI GetFile and PutFile added and document loader updated 8 years ago
Henry Castro 85f3079b47 Post WOPI url iframe 8 years ago
Henry Castro 08dbf236d9 Add WOPI client settings 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
Faruk Uzun 2e6aef6e9b Fix "Download as ..." for wrong filenames
ccu#1367 - "Download as" links in File menu are downloading files
with a different filename like "ccs-fileID.ext".
8 years ago
Victor Dubiniuk 447610b260 Fix appid 9 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 91e49449f3 cloudsuite: Cleanup when the document is closed. 9 years ago
Jan Holesovsky 6b3585dcc6 A bit of formatting + spaces -> tabs. 9 years ago
Jan Holesovsky e6593def87 cloudsuite: Add buttons to create new spreadsheet and new presentation. 9 years ago