33 Commits

Author SHA1 Message Date
Jan Holesovsky
aa0a8f666a cloudsuite: Implement the saving back. 2015-11-04 13:15:22 +01:00
Jan Holesovsky
302317ca47 cloudsuite: Fix starting of editing directly from the Files view. 2015-10-30 17:48:32 +01:00
Henry Castro
48cba261ec cloudsuite: revert route showLOleaflet
With the current layout changes, showLOleaflet is no longer need it.
2015-10-28 16:14:38 -04: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
Henry Castro
7f7c41fb56 cloudsuite: add showLOleaflet method 2015-10-27 23:12:41 -04:00
Henry Castro
6354b2aa2c cloudsuite: add Frame Domain policy 2015-10-27 23:10:48 -04:00
Henry Castro
0038ebc2da cloudsuite: add URLGenerator to document controller 2015-10-27 23:08:48 -04:00
Henry Castro
7c96ce83ff cloudsuite: Setup the appropriate Content-Security-Policy. 2015-10-26 11:00:25 +01:00
Victor Dubiniuk
76ef4e48aa ByeBye static Config class 2015-09-19 00:20:28 +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
dfc91185f0 Remove private and deprecated API calls 2015-08-28 19:32:54 +03:00
Victor Dubiniuk
52f251a8af Remove deprecated API usage. Step 3 2015-08-27 18:02:43 +03:00
Victor Dubiniuk
58725da687 Remove deprecated API usage. Step 2 2015-08-27 01:27:06 +03:00
Victor Dubiniuk
8897dda9ab Remove deprected API usage. Step 1 2015-08-26 19:12:45 +03:00
Victor Dubiniuk
fa1826afdc Kill OC_FileProxy references 2015-04-22 19:37:05 +03:00
Victor Dubiniuk
3e5b13f752 Fix member disconnection routes 2014-11-19 01:15:15 +03:00
Victor Dubiniuk
8f9b3fb867 Move ops sync to a separate method 2014-11-12 00:15:20 +03:00
VicDeo
b2bd038152 Merge pull request #398 from owncloud/further-file-simplify
Sharing info is needed for public links only.
2014-11-11 20:38:03 +03:00
Victor Dubiniuk
932684b782 Remove View model. Get permissions from FileInfo 2014-11-11 03:42:49 +03:00
Victor Dubiniuk
36207cb986 Fix guest session polling 2014-11-11 02:41:09 +03:00
Victor Dubiniuk
849bbe5be7 Add extra option to disable doc(x) support 2014-11-06 19:31:25 +03:00
Victor Dubiniuk
4476742856 generic avatar is no used anymore -> kill it 2014-11-05 17:12:09 +03:00
Victor Dubiniuk
fae2f0f3f8 Move odt template outside of controller 2014-11-05 17:07:46 +03:00
Victor Dubiniuk
897015ec10 Fix some other log notices when trying to access non-existing file with a viewer 2014-11-04 20:55:52 +03:00
Victor Dubiniuk
b228716613 Fix some issues found by code inspector 2014-10-29 18:22:47 +03:00
Victor Dubiniuk
7416b8b5d6 Implement downloadresponse via appframework 2014-10-29 00:58:28 +03:00
Victor Dubiniuk
4f19683c03 Inject logger 2014-10-28 22:38:08 +03:00
Victor Dubiniuk
d7b06b635a Move otpoll to session controller 2014-10-28 20:21:27 +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
Victor Dubiniuk
33dfec8804 Migrate settings controllers to appframework 2014-10-28 01:04:35 +03:00
Victor Dubiniuk
595b2fbf96 Migrate major controllers to appframework 2014-10-25 17:18:00 +03:00