142 Commits

Author SHA1 Message Date
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
Victor Dubiniuk
6dde8f11bd Fix warning in logs 2014-04-11 01:07:59 +03:00
Victor Dubiniuk
a3cc3b3ce3 Pass file instance to genesys 2014-04-11 01:07:59 +03:00
Victor Dubiniuk
461c3ef999 Cleanup Session class 2014-04-11 01:07:59 +03:00
Victor Dubiniuk
65ea9a891a Fix year in copyright 2014-04-11 01:07:59 +03:00
Victor Dubiniuk
8f47b86278 Add translatable guest postfix for guests 2014-04-11 01:03:41 +03:00
Victor Dubiniuk
857c03a103 Move File out of controller 2014-04-11 01:03:41 +03:00
VicDeo
d770cec140 Merge pull request #233 from owncloud/fix-63
Cleanup some variables
2014-04-10 21:25:13 +03:00
VicDeo
0f5f65b6f4 Merge pull request #235 from owncloud/fix58
Make rename behavior consistent with files app
2014-04-09 00:20:36 +03:00
Victor Dubiniuk
f74d273145 Remove unused legacy method 2014-04-08 23:29:30 +03:00
Victor Dubiniuk
29d395f6fd Make rename behavior consistent with files app 2014-04-08 22:12:08 +03:00
Victor Dubiniuk
7fcf703041 Cleanup some variables 2014-04-07 18:25:59 +03:00
Victor Dubiniuk
1bbcd7f6af Add config page and settings 2014-03-31 20:27:07 +03:00
Victor Dubiniuk
674f3bb0a5 Log via helper 2014-03-28 22:31:13 +03:00
Victor Dubiniuk
e4ce2258e1 MS formats. First approach 2014-03-28 22:14:51 +03:00
Victor Dubiniuk
6badc5c105 Save as a new file if old was deleted. Fixes #188 2014-03-18 00:35:09 +03:00
Victor Dubiniuk
f26e107504 No more barrier to enter for guests. Closes #200 2014-03-14 20:49:17 +03:00
Victor Dubiniuk
673e541531 Fixing disconnection injected twice 2014-03-05 18:51:25 +03:00
Victor Dubiniuk
5b804c1d4e Op cleanup 2014-02-12 17:28:26 +03:00
Victor Dubiniuk
d1aee9fe68 Remove dead code 2014-02-12 17:22:00 +03:00
Victor Dubiniuk
e3f6e4d48a Add title when shared by link. Fixes #202 2014-02-12 16:56:44 +03:00
Victor Dubiniuk
5220b5810d Uid based colors. Closes #112 2014-02-12 15:47:48 +03:00
Victor Dubiniuk
3669d90862 Filters for files app 2014-01-04 00:24:59 +03:00
VicDeo
36b7d19e01 Search cache for all filter available 2013-12-26 18:14:11 +00:00
VicDeo
5c59a2d374 Use filters 2013-12-26 15:43:18 +00:00
Victor Dubiniuk
b7d71e025b Improve shared files resolution. Fixes #162,#167 2013-12-18 22:22:32 +03:00
Victor Dubiniuk
40182b061c Make sure that cursor/member exists before removal 2013-12-06 19:56:33 +03:00
Vincent Petry
d56ef4f0b6 Make it possible to rename documents by clicking on title 2013-12-05 14:04:36 +01:00
Vincent Petry
aed7ed77d2 Fixed file not found issue
This fixes an issue where the second call would miss the "/files" part.

The path attribute must keep "files" so that the next call to the File
instance will still have the correct one.

Fixes #155
2013-12-05 12:19:01 +01:00
Victor Dubiniuk
19a1b51a0e Open readonly shares with viewer. Ref #62 2013-12-05 01:02:08 +03:00
Victor Dubiniuk
d406168c59 Properly resolve share token. Fixes #153 2013-12-04 21:33:37 +03:00
Victor Dubiniuk
a422d22e48 Fix premature proxy switching. Ref #143 2013-12-02 22:13:34 +03:00
Victor Dubiniuk
c5e565cf8a Inject AddMember on join 2013-11-25 23:21:45 +03:00
Victor Dubiniuk
46d2dc1644 User management ops on the server side 2013-11-25 23:21:07 +03:00