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
Victor Dubiniuk
99818f98ea
Do not create -conflict if versions are enabled
2013-11-21 23:38:39 +03:00
Victor Dubiniuk
726ebbcb30
handle password protected links. Closes #97
2013-11-10 12:50:06 +03:00
Victor Dubiniuk
b31a010018
Fix updating document hash while saving
2013-11-09 18:24:03 +03:00
Victor Dubiniuk
e60c91acbb
Add missed files
2013-11-09 17:30:46 +03:00
Victor Dubiniuk
bfa914d8b2
Make sure fs has subdir documents always
2013-11-09 17:29:12 +03:00
Victor Dubiniuk
e63943cc52
Fix view path
2013-11-09 13:10:00 +03:00
root
f81bbe60fe
Fix #101
2013-11-08 15:46:30 +00:00
Victor Dubiniuk
4dc1064d44
Use /files in view fakeRoot ref #99
2013-11-06 20:49:56 +03:00
Victor Dubiniuk
262834b6af
Handle save for any leaving collaborator. Ref #63 , #95 , #83
2013-10-31 20:24:55 +03:00
Victor Dubiniuk
4f9c51cecd
Duplicates postfixes start with (2) now
2013-10-29 16:27:09 +03:00
Victor Dubiniuk
9b0afdd44a
Disconnect user on leaving a session. Closes #15
2013-10-28 20:01:30 +03:00
Victor Dubiniuk
2ee654c1ea
Resolve path for reshares. Closes #66
2013-10-17 00:04:25 +03:00
Victor Dubiniuk
e153650fb7
Do not run cleanup on on-existing session
2013-10-15 23:25:16 +03:00
Victor Dubiniuk
4c0772f2ce
Do not handle empty collections
2013-10-15 21:12:50 +03:00
Victor Dubiniuk
90167c035a
Add last activity to insert
2013-10-15 20:47:07 +03:00
Victor Dubiniuk
f25c334da7
Properly escape query. Fix #59
2013-10-15 19:29:00 +03:00
Victor Dubiniuk
477805fe48
Create documents directory before copying genesis
2013-10-02 19:55:33 +03:00
Victor Dubiniuk
f1e3e1bf27
Fix namespace
2013-10-02 19:54:48 +03:00
Victor Dubiniuk
7b858e75b5
Migrate to simple orm
2013-09-27 18:43:41 +03:00
Victor Dubiniuk
6e7818a967
Add PHP doc
2013-09-27 18:43:41 +03:00
Victor Dubiniuk
4c30cf0e71
Guest can finally edit
2013-09-26 21:02:05 +03:00
Victor Dubiniuk
e3e8ef5b58
Refactoring permissions. Allow guests to join session
2013-09-25 16:34:54 +03:00
Victor Dubiniuk
a7195d6be6
Store genesis to the real file owner instead of session starter
2013-09-24 03:39:33 +03:00
Victor Dubiniuk
20da92fc4e
Initial work on public links
2013-09-23 22:56:57 +03:00
Victor Dubiniuk
f96944b867
Add -conflict postfix for files modified externally
2013-09-21 00:01:51 +03:00
Victor Dubiniuk
584d882c65
Resolve path to shared items for current user
2013-09-20 12:41:37 +03:00
Victor Dubiniuk
7f02dac318
Save to new file if hash is changed. Ref #16
2013-09-20 10:05:57 +03:00
Victor Dubiniuk
c6a207ec51
No need in explicit start session. It is started by the first join. Partially Ref #4
2013-09-18 23:41:43 +03:00
Victor Dubiniuk
06ea1d914e
Fix non-static notice in logs. Ref #32
2013-09-13 14:25:53 +03:00
Victor Dubiniuk
caeaacfc45
Cleanup session on save. Ref #15
2013-09-11 16:58:01 +03:00
Tobias Hintze
f34ccef158
OC_Util::generate_random_bytes was camelCased in master
...
check function existence instead of branching away for stable5
2013-09-11 08:27:40 +02:00
Victor Dubiniuk
8d70dffdfc
Correct debug code
2013-09-07 22:13:50 +03:00
Victor Dubiniuk
00d4b33374
Fix session cleanup
2013-09-07 21:40:20 +03:00
Victor Dubiniuk
ba6fe651d0
More than one is >
2013-09-07 21:37:36 +03:00
Victor Dubiniuk
136f445581
Cleanup session data if original file is removed
2013-09-07 21:26:22 +03:00
Victor Dubiniuk
4d0bf663d9
Fix typo
2013-09-07 20:48:01 +03:00
Victor Dubiniuk
0fd9b8cbcc
Use parent namespace in subclasses
2013-09-07 20:40:36 +03:00
Victor Dubiniuk
f4fadd3bcc
Moved common code to the parent class
2013-09-07 20:40:36 +03:00
Victor Dubiniuk
80cba2f5d7
Do not show deleted files in documents
2013-09-03 17:53:05 +03:00
Jörn Friedrich Dreyer
3ada1fcc1d
introduce documents_revisions table, whitespace changes
2013-09-02 17:15:29 +02:00
Jörn Friedrich Dreyer
d62e723304
refactor document.js, show overlay icon only when a member active, load session and member info with documents.php
2013-08-28 16:51:17 +02:00
Jörn Friedrich Dreyer
667f3717db
add legacy getSessionByFileId to use getSessionsByFileIds
2013-08-28 16:00:27 +02:00
Jörn Friedrich Dreyer
8c44e84a54
allow arrays as param to getSessionByFileId
2013-08-28 15:39:07 +02:00
Jörn Friedrich Dreyer
d756b5fbaa
minor reformatting of sql
2013-08-28 15:24:41 +02:00