Henry Castro
97ee005462
cloudsuite: avoid uncaught TypeError
...
FileList is not loaded with documents application, so when upload
file avoid uncaught TypeError
2015-10-29 14:25:50 -04:00
Mihai Varga
7593ec613f
remove spaces at the end of lines
2015-10-29 19:05:36 +02:00
Henry Castro
aac766d9f6
cloudsuite: remove the iframe when close
2015-10-28 21:17:26 -04:00
Henry Castro
38f9b8152e
cloudsuite: when click a document in FileList view, attach iframe
...
TODO replace file_path = documentsMain.url
2015-10-28 21:16:10 -04:00
Henry Castro
3809e2ee43
cloudsuite: prepare to rework view.js
2015-10-28 21:05:13 -04:00
Henry Castro
da92304323
cloudsuite: fix close button
2015-10-28 17:32:58 -04:00
Henry Castro
525b1ab4d0
cloudsuite: remove unnecessary css attached to documents
2015-10-28 15:36:13 -04:00
Mihai Varga
a5f572b1df
the iframe was previously causing an overflow in the outer container
2015-10-28 19:45:12 +02:00
Jan Holesovsky
3bed81b4a9
cloudsuite: Implement the document loading via CloudSuite.
...
In order to work, we need a group that is shared between wwwrun (for owncloud)
and loolwsd; let's call it loolwww. Then:
cd <www>/owncloud/apps/documents
mkdir documents-tmp
chown chown wwwrun:loolwww documents-tmp
chmod g+ws documents-tmp
ownCloud takes care of copying the files to this shared location, and back (in
the future). It will also need to take care of the cleanup, at the moment the
files are leaked.
2015-10-28 15:57:51 +01:00
Jan Holesovsky
4cdae43fc8
cloudsuite: Let's not hide the cloudsuite itself inside owncloud.
...
We switched to iframe, so let's keep it separate, that's easier to maintain.
2015-10-28 15:01:48 +01:00
Henry Castro
cd6b29b469
cloudsuite: add iframe element to reference loleaflet
2015-10-27 23:20:02 -04:00
Mihai Varga
4bbcd5cac8
removed .js ending from addScript - now the toolbar appears
2015-10-27 19:08:47 +02:00
Jan Holesovsky
de28f7c58c
cloudsuite: Load also the stylesheets, now the document looks correctly.
2015-10-26 13:07:30 +01:00
Jan Holesovsky
52aa2941cd
cloudsuite: Order the loading of the JS pieces.
2015-10-26 12:34:31 +01:00
Jan Holesovsky
0a3662e0bf
cloudsuite: Document gets visible now (though quite distorted).
2015-10-26 12:16:44 +01:00
Jan Holesovsky
a476af9126
cloudsuite: Actually start the loleaflet.
...
[Still webodf appears on too many places, so loleaflet does not get visible
yet.]
2015-10-26 11:04:37 +01:00
Jan Holesovsky
4d90760b9a
cloudsuite: Instantiate cloudsuite instead of webodf.
...
This is an incomplete first hardcoded attempt; unfortunately has problems with
Content-Security-Policy settings - to be continued.
2015-10-23 17:17:35 +02:00
Victor Dubiniuk
0f2d32d194
Fix share dropdown
2015-09-30 20:48:29 +03:00
Victor Dubiniuk
488d68de6a
A few fixes by scrutinizer
2015-09-19 00:37:16 +03:00
Victor Dubiniuk
b8917435f3
Use different entry points for users and guests
2015-09-18 21:47:19 +03:00
Victor Dubiniuk
89892137f0
Load previews only for registered providers
2015-08-28 20:49:50 +03:00
Victor Dubiniuk
c49dc3337c
Rename variable. Fixes #505
2015-08-04 14:21:30 +03:00
Victor Dubiniuk
0606fc58a5
Fix coding style complaints
2015-06-16 21:53:51 +03:00
Victor Dubiniuk
4f5f51a085
A pile of fixups
2015-06-11 21:12:55 +03:00
Victor Dubiniuk
1f9288176b
Patch Tools manually
2015-06-11 01:33:33 +03:00
Victor Dubiniuk
28f377dc8f
Patch EditorSession manually
2015-06-11 01:33:33 +03:00
Victor Dubiniuk
c3f8c8d13d
Patch MemberListView manually
2015-06-11 01:33:33 +03:00
Victor Dubiniuk
76b17f71bb
editor->wodotexteditor
2015-06-11 01:33:33 +03:00
Victor Dubiniuk
7898d5bc31
Add vanilla webodf
2015-06-11 01:33:26 +03:00
Victor Dubiniuk
608eccac55
Encode token in viewer
2015-05-14 20:39:03 +03:00
Victor Dubiniuk
5c4f1a350f
Encode requesttoken
2015-04-23 19:39:22 +03:00
Victor Dubiniuk
e42fe0c1d5
Enable by default. Skip loading if disabled
2015-03-26 01:16:47 +03:00
Victor Dubiniuk
f03a1a0edf
Apply some upstream patches
2015-01-26 23:51:28 +03:00
Victor Dubiniuk
fa35da1802
Fix broken title in some cases
2015-01-22 20:52:55 +03:00
Victor Dubiniuk
453d6760fb
Do not load previews when they are disabled. Ref #425
2015-01-15 00:43:39 +03:00
Jan-Christoph Borchardt
e443a11d3e
Merge pull request #420 from owncloud/better-close
...
better style for close button
2015-01-02 09:59:46 +01:00
Victor Dubiniuk
667609be6e
Update hardcoded link
2014-12-23 18:37:04 +03:00
Jan-Christoph Borchardt
82122ecb2b
better style for close button
2014-12-23 15:16:14 +01:00
VicDeo
8b8c4704c1
Merge pull request #415 from owncloud/new-header
...
New header bar
2014-12-19 12:32:15 +03:00
Victor Dubiniuk
755fa560a7
Place OC controls inside own toolbar as dijit widgets
2014-12-19 00:02:40 +03:00
Thomas Müller
58b14218b6
Merge pull request #379 from owncloud/remove-minified
...
Use not minified webodf source. Let Assetic do its job
2014-12-18 15:25:44 +01:00
Victor Dubiniuk
39e72cbbcf
encodeURIComponent on dirname
2014-11-19 23:40:19 +03:00
VicDeo
4f61ee2a5e
Merge pull request #405 from owncloud/group-users
...
Group members by userId. Ref #125
2014-11-19 21:44:16 +03:00
Victor Dubiniuk
5cef103648
Group members by userId. Ref #125
2014-11-19 19:56:27 +03:00
Victor Dubiniuk
3e5b13f752
Fix member disconnection routes
2014-11-19 01:15:15 +03:00
Victor Dubiniuk
849bbe5be7
Add extra option to disable doc(x) support
2014-11-06 19:31:25 +03:00
Victor Dubiniuk
4180d66555
Fix missing header on error
2014-10-28 22:56:03 +03:00
Victor Dubiniuk
cf9fb6c809
Send Json content-type to avoid guessing
2014-10-28 20:23:15 +03:00
Victor Dubiniuk
815194cddb
Move supported mimes to settings controller
2014-10-28 18:50:58 +03:00
Victor Dubiniuk
45c30440b8
Move download to documentcontroller
2014-10-28 01:59:49 +03:00