Commit Graph

1706 Commits (58134ab0a2e6673bb3399f793abeaf6a588eaf7f)
 

Author SHA1 Message Date
Jenkins for ownCloud 351126a0bf [tx-robot] updated from transifex 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
Jenkins for ownCloud 1696a1238e [tx-robot] updated from transifex 8 years ago
Jenkins for ownCloud 3d57f733f0 [tx-robot] updated from transifex 8 years ago
Jenkins for ownCloud 59bc3f9899 [tx-robot] updated from transifex 8 years ago
Jenkins for ownCloud 0e88c8e2b5 [tx-robot] updated from transifex 8 years ago
Jenkins for ownCloud 147f01abec [tx-robot] updated from transifex 8 years ago
Andras Timar e0411f237f Merge pull request #79 from pranavk/404_slowserver
404 slowserver
8 years ago
Andras Timar add49b6f47 Merge pull request #78 from pranavk/explicit_rev
Explicitly ask for revision history option
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
Andras Timar 646706c2ec add app target in Makefile 8 years ago
Andras Timar 27f17f5a31 update packaging 8 years ago
Andras Timar be3c121c1f Merge pull request #74 from pranavk/revision_hist_sidebar
Revision history sidebar
8 years ago
Jenkins for ownCloud 6b8aa3365b [tx-robot] updated from transifex 8 years ago
Pranav Kant 0ad50c81ad No horizontal scrollbar in revison history sidebar 8 years ago
Pranav Kant 50d1b609ba Move exist button to top right of revision sidebar 8 years ago
Pranav Kant d0a04fd256 .gitignore: Add built targets, *.tar.gz, *.spec 8 years ago
Pranav Kant 8d8af02887 Makefile: Remove invalid targets 8 years ago
Pranav Kant 0d7a60842f Bump version to 1.1.0
Required for database changes in
a72ab5b691fd6d944973a336921ec02df355e904
8 years ago
Pranav Kant 3235b886ad Add a revision history sidebar 8 years ago
Pranav Kant eb79866efd Fix path for shared documents 8 years ago
Pranav Kant 440eb9e27c Add missing mtime field to processed documents 8 years ago
Jenkins for ownCloud 30f7323304 [tx-robot] updated from transifex 8 years ago
Andras Timar 750e50108a remove unused js (WebODF) 8 years ago
Andras Timar 5bbbe99a77 remove unused patches 8 years ago
Andras Timar 6a4870b376 remove unused css 8 years ago
Andras Timar 3fe94fe929 remove unused assets 8 years ago
Andras Timar 446372c0cb this string is not localizable 8 years ago
Jenkins for ownCloud b5e6e3e1ad [tx-robot] updated from transifex 8 years ago
Jenkins for ownCloud 0e6a0872b9 [tx-robot] updated from transifex 8 years ago
Jenkins for ownCloud 82a6b94f14 [tx-robot] updated from transifex 8 years ago
Andras Timar 5a0dc1ea81 Merge pull request #72 from pranavk/returntodir
bccu#1882: Return to where user started by removing redundant call
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
Jenkins for ownCloud b4660a17c4 [tx-robot] updated from transifex 8 years ago
Andras Timar 875ca1a766 Bump version to 1.0.0 8 years ago
Andras Timar 9a62fcfe7d remove WebODF l10n 8 years ago
Andras Timar 7f82237453 Merge pull request #71 from owncloud/l10n
remove old transifex code & setup transifex sync
8 years ago
Jenkins for ownCloud a171fdc4bf [tx-robot] updated from transifex 8 years ago
Thomas Müller 9a4b72711c
remove old transifex code 8 years ago
Andras Timar e70043c361 Merge pull request #70 from pranavk/master
package odfviewer.css too
8 years ago
Pranav Kant 1530c64a38 package odfviewer.css too
It is being used by addMenuEntry plugin in owncloud9
8 years ago
Andras Timar 2c078c9aef Merge pull request #69 from Ashod/versions
Correct editor attribution in file change history
8 years ago
Ashod Nakashian 0517f76c32 Shared documents now show correct editor's name in the change hisotry 8 years ago
Ashod Nakashian fc81c07f70 Saving through WOPI registers the change as the owner 8 years ago
Andras Timar 77e0908a68 Merge pull request #68 from Ashod/master
Support for file versioning in WOPI
8 years ago