275 Commits

Author SHA1 Message Date
Victor Dubiniuk
59a095e98d updateMember is not used currently 2014-11-13 01:34:44 +03:00
Victor Dubiniuk
65de023e94 Use a separate field for optype. No more LIKE in queries 2014-11-13 01:20:54 +03:00
Victor Dubiniuk
8f9b3fb867 Move ops sync to a separate method 2014-11-12 00:15:20 +03:00
Victor Dubiniuk
aa7efd6835 Insert has no arguments 2014-11-11 21:00:33 +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
4fad41db45 Remove method which is not used any longer 2014-11-11 03:04:42 +03:00
Victor Dubiniuk
a56290d240 Sharing info is needed for public links only. 2014-11-11 01:49:32 +03:00
Victor Dubiniuk
849bbe5be7 Add extra option to disable doc(x) support 2014-11-06 19:31:25 +03:00
Victor Dubiniuk
3ea97634ae Move the expected FFS response to the assets 2014-11-05 18:05:06 +03:00
Victor Dubiniuk
982a1cacb3 Move test doc content outside of model 2014-11-05 18:04:54 +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
33dfec8804 Migrate settings controllers to appframework 2014-10-28 01:04:35 +03:00
Victor Dubiniuk
c0eb8d078c Remove stinky code, ref #287 2014-10-16 23:34:43 +03:00
aaukt
6ae84ff682 fix target format for external format-filter-server
According to cc435eac37/code/conversion.js (L17) the target_format should be "odt".

The format-filter-server returns an empty response otherwise.
2014-10-13 00:09:44 +02:00
VicDeo
3b70fe07f9 Merge pull request #357 from owncloud/advanced-password
Check session token
2014-09-08 23:43:12 +03:00
Victor Dubiniuk
3934f6a663 Check session token 2014-09-08 22:05:31 +03:00
Victor Dubiniuk
1a545d4941 Remove info routes and action 2014-09-08 21:11:58 +03:00
Victor Dubiniuk
b63560edae Fix guest access 2014-08-23 21:43:28 +03:00
Victor Dubiniuk
6d870d9b27 Fix namespace issue 2014-08-11 18:06:15 +03:00
Victor Dubiniuk
3196f5fc91 Filter_Office -> Filter\Office 2014-08-04 21:13:45 +03:00
Victor Dubiniuk
eb170d6713 Download_Simple -> Download\Simple 2014-08-04 21:08:36 +03:00
Victor Dubiniuk
6edaca04cd Download_Range -> Download\Range 2014-08-04 21:06:24 +03:00
Victor Dubiniuk
fbb931c91e Db_Member -> Db\Member 2014-08-04 21:00:58 +03:00
Victor Dubiniuk
214c6dfa36 Db_Op -> Db\Op 2014-08-04 20:56:24 +03:00
Victor Dubiniuk
7356dcfae3 Db_Session -> Db\Session 2014-08-04 20:51:50 +03:00
Jörn Friedrich Dreyer
6e78fccb40 use accessor to get session 2014-07-17 12:02:43 +02:00
Victor Dubiniuk
781ba09343 Add escapeshellarg and set home directory in conversion test 2014-07-15 20:10:15 +03:00
josh4trunks
fb85b0f262 Set home directory for libreoffice conversion
Fixes https://github.com/owncloud/documents/issues/291#issuecomment-48953083
2014-07-14 22:11:49 -07:00
Victor Dubiniuk
78e8163c78 Use owner FS for guests 2014-07-04 19:10:25 +03:00
Victor Dubiniuk
4da91f6d38 Use getPath instead of shareInfo 2014-07-04 18:22:07 +03:00
Victor Dubiniuk
2991bbf337 Use default root when saving a session 2014-06-26 18:21:51 +03:00
Victor Dubiniuk
153ca42056 Respect recent mmaster changes. Fixes #271 2014-06-09 17:55:19 +03:00
David Prévot
a8192dfc48 Fix comment about LGPL 2014-05-17 15:29:51 -04:00
Victor Dubiniuk
14398d6979 One more method annotation 2014-05-14 19:24:58 +03:00
Victor Dubiniuk
c8f70c8998 Add missing asterisk 2014-05-14 18:39:50 +03:00
Victor Dubiniuk
3a23a9f05c Cleanup Unused code 2014-05-14 00:44:19 +03:00
Victor Dubiniuk
6dd14dab72 Add annotations 2014-05-14 00:44:04 +03:00
Victor Dubiniuk
f68f7d8339 Add target mime when checking FFS aviability 2014-05-13 19:55:56 +03:00
jknockaert
eeb3a62a9c Update range.php
@VicDEO changed as requested
2014-04-28 21:36:25 +02:00
jknockaert
e7a60e27a9 fixing http range requests
Range support is broken. The test isset always returns true because the
explode function will return empty strings if nothin is specified. As a
result if parts[0] is an empty string no start is set; same for the
endpoint. This is fixed here. Furthermore if the start is not
specified, the range must be applied to the end of the file as
specified in the the http 1.1 standard. Finally I added brackets to
avoid malformed headers.
2014-04-28 21:03:19 +02:00
Victor Dubiniuk
fd0b4ed9a2 Remove unused parameter 2014-04-14 19:34:33 +03:00
Victor Dubiniuk
bb0310942f Fix visibility warning 2014-04-14 18:44:06 +03:00
Victor Dubiniuk
8f3bc0daa8 Reduce complexicity 2014-04-11 23:12:23 +03:00
Victor Dubiniuk
13b73b12c1 Store share token to guest users 2014-04-11 01:11:13 +03:00
Victor Dubiniuk
f81e41dc63 Further switch to member is_guest property 2014-04-11 01:07:59 +03:00