Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Collapse)Author
2016-12-07Remove unrequired routeLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-12-07Public editingLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-12-06Cleanup source codeLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-12-06Remove unrequired "Office" interfaceLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-11-28Pre-light revision history buttons on mouseover and tooltipPranav Kant
2016-11-28Prevent a cramped-up revision history sidebarPranav Kant
2016-11-15use Federated Cloud ID wordingJan-Christoph Borchardt
2016-10-28Be backward compatible with older LOOLsPranav Kant
2016-10-27security: Support WOPI's PostMessageOriginPranav Kant
Adds a new property PostMessageOrigin to WOPI's CheckFileInfo. The inner frame then only sends message to target with origin mentioned in this property. Also implement editor initialization WOPI specs. Inner frame sends a App_LoadingStatus message to us when ready, and we send Host_PostmessageReady when we are ready.
2016-10-19Kill edit for specific groups codePranav Kant
2016-10-19Don't ignore non-updatable filesPranav Kant
Don't discriminate with these files; let them have the right to join the session or generate access token like other sessions
2016-10-14Handle empty arrays correctlyPranav Kant
2016-10-13Simplify edit group checking algorithmPranav Kant
Rather than making a server call, which seems to be not working always anyways, use a foolproof method for this.
2016-10-13Some beautification of admin settingsPranav Kant
2016-10-13New test server option for specific groupsPranav Kant
2016-10-13New 'Use OOXML by default' option in admin settingsPranav Kant
2016-10-11Cleanup/refactor, remove debug codePranav Kant
2016-10-11Only allow users to edit documents if part of edit groupsPranav Kant
If edit group setting is not set in Collabora Online settings, then allow all users.
2016-10-11Setup edit groups functionalityPranav Kant
2016-10-04bccu#2033 Respect WOPI action namesMiklos Vajna
Don't assume that the action name is 'edit' all the time. Instead, if it's view, then initialize leaflet with permission=readonly.
2016-10-03Show relative timestamps as heading, formatted as tooltipPranav Kant
Be consistent with owncloud own version sidebar, and loleaflet's DocumentRepair dialog.
2016-09-12remove unused 'Save new documents to' setting, fixes #76Andras Timar
2016-09-12change id of Apply button, fixes #93, fixes #92Andras Timar
2016-09-07Fix error in richdocumentsMorris Jobke
Ports https://github.com/owncloud/documents/pull/652 by @vicdeo to richdocuments
2016-08-12Make NewFileMenu's display name translatablePranav Kant
2016-07-18Add restore button to the revision history sidebarPranav Kant
2016-07-18Fix a typoPranav Kant
2016-07-15Merge pull request #81 from pranavk/download_tooltipAndras Timar
Show 'Download' tooltip for download icon in revision history
2016-07-04Show 'Download' tooltip for download icon in revision historyPranav Kant
2016-07-04Respect lolang param in revision history mode tooPranav Kant
2016-06-29Wait till page is renderedPranav Kant
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.
2016-06-29$.getJSON already returns a promise like objectPranav Kant
... 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/
2016-06-29Add Handlebars to globalPranav Kant
2016-06-29Explicitly ask for revision history optionPranav Kant
... since loleaflet explicitly requires it now if revision history option is required.
2016-06-28Move exist button to top right of revision sidebarPranav Kant
2016-06-28Add a revision history sidebarPranav Kant
2016-06-26remove unused js (WebODF)Andras Timar
2016-06-26this string is not localizableAndras Timar
2016-06-23Remove unused methodPranav Kant
See 2b302fa1af99ccc05c38c9b29f57570e3a52fac2
2016-06-23bccu#1882: Return to where user started by removing redundant callPranav Kant
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
2016-06-22remove WebODF l10nAndras Timar
2016-06-15Use new owncloud9 addMenuEntry pluginPranav Kant
... to add new odf files from main 'Files' app
2016-06-14give focus explicitly to loleafletframe after loadingPranav Kant
This is mainly problem in firefox where sometime, key press events are handled by the browser, but we do not want that.
2016-06-09Don't load all documents when only one is clicked on from 'Files'Pranav Kant
2016-06-07bccu#1882: Return to the 'Files' app when the editing started there.Jan Holesovsky
Also retain the directory where the editing started.
2016-05-29Pass the lang paramater to loleaflet from ownCloud user settings, which ↵Andras Timar
controls UI language
2016-04-20add tooltip with document path for icon viewAndras Timar
2016-04-17Add ulrsrc attribute when create new documentsHenry Castro
2016-04-15One more place where we need to present the error message.Jan Holesovsky
2016-04-15More improvements in the error handling.Jan Holesovsky