Commit Graph

64 Commits (f1b886ef52c4ea6154a4d51e975252032a73abbf)

Author SHA1 Message Date
Lukas Reschke 719b159a44
v1.1.24
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
7 years ago
Lukas Reschke 7ef24654cf
Public editing
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
7 years ago
Lukas Reschke 75af90b4f1
Cleanup source code
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
7 years ago
Pranav Kant a12ff8d0d2 security: Support WOPI's PostMessageOrigin
Adds a new property PostMessageOrigin to WOPI's CheckFileInfo.
The inner frame then only sends message to target with origin
mentioned in this property.

Also implement editor initialization WOPI specs. Inner frame
sends a App_LoadingStatus message to us when ready, and we send
Host_PostmessageReady when we are ready.
8 years ago
Pranav Kant 7e64777f4a Store canwrite property in DB
Move whether the file is editable or not logic when generating a
token and store it in the DB with the access token instead of
checking it dynamically in WOPI calls.
8 years ago
Pranav Kant 20d2ce582a Don't ignore non-updatable files
Don't discriminate with these files; let them have the right to
join the session or generate access token like other sessions
8 years ago
Robin Appelman cfd3bb662a Use non strict comparison to validate token
On my setup this is needed to load a document

Maybe related to using postgres
8 years ago
Pranav Kant 45d76a1c68 Add support for opening and editing files from external storage 8 years ago
Pranav Kant 3235b886ad Add a revision history sidebar 8 years ago
Ashod Nakashian 0517f76c32 Shared documents now show correct editor's name in the change hisotry 8 years ago
Ashod Nakashian 0c508a09e0 Support for file versioning in WOPI 8 years ago
Andras Timar ef78d87173 PHP syntax error on Ubuntu 14.04 LTS
syntax error, unexpected '*', expecting ',' or ';' at /var/www/owncloud/apps/richdocuments/lib/db/wopi.php#28
8 years ago
Ashod Nakashian 38c1b87435 wopi: support for file sharing and authentication 8 years ago
Ashod Nakashian be97780451 WOPI Token table and database plumbing added 8 years ago
Victor Dubiniuk 447610b260 Fix appid 8 years ago
Victor Dubiniuk 488d68de6a A few fixes by scrutinizer 9 years ago
Victor Dubiniuk 98db623f07 Remove getL10N 9 years ago
Victor Dubiniuk b8917435f3 Use different entry points for users and guests 9 years ago
Victor Dubiniuk dfc91185f0 Remove private and deprecated API calls 9 years ago
VicDeo 1e6160adce Merge pull request #536 from owncloud/code-checker
Remove deprecated API usage
9 years ago
Victor Dubiniuk 52f251a8af Remove deprecated API usage. Step 3 9 years ago
Victor Dubiniuk 58725da687 Remove deprecated API usage. Step 2 9 years ago
Victor Dubiniuk 3fbf3237e2 WebODF uses timestamps with milliseconds 9 years ago
Victor Dubiniuk e24b01bdd6 Skip non-supported mimes 9 years ago
Victor Dubiniuk 5cef103648 Group members by userId. Ref #125 10 years ago
VicDeo da3705e8b7 Merge pull request #402 from owncloud/optype-as-a-separate-field
Use a separate field for optype.
10 years ago
Victor Dubiniuk 0f19d74f69 Improve filtering for member/cursor operations 10 years ago
Victor Dubiniuk 59a095e98d updateMember is not used currently 10 years ago
Victor Dubiniuk 65de023e94 Use a separate field for optype. No more LIKE in queries 10 years ago
Victor Dubiniuk 8f9b3fb867 Move ops sync to a separate method 10 years ago
Victor Dubiniuk aa7efd6835 Insert has no arguments 10 years ago
Victor Dubiniuk 932684b782 Remove View model. Get permissions from FileInfo 10 years ago
Victor Dubiniuk 1a545d4941 Remove info routes and action 10 years ago
Victor Dubiniuk b63560edae Fix guest access 10 years ago
Victor Dubiniuk fbb931c91e Db_Member -> Db\Member 10 years ago
Victor Dubiniuk 214c6dfa36 Db_Op -> Db\Op 10 years ago
Victor Dubiniuk 7356dcfae3 Db_Session -> Db\Session 10 years ago
Victor Dubiniuk 14398d6979 One more method annotation 10 years ago
Victor Dubiniuk c8f70c8998 Add missing asterisk 10 years ago
Victor Dubiniuk 6dd14dab72 Add annotations 10 years ago
Victor Dubiniuk 8f3bc0daa8 Reduce complexicity 10 years ago
Victor Dubiniuk 13b73b12c1 Store share token to guest users 10 years ago
Victor Dubiniuk f81e41dc63 Further switch to member is_guest property 10 years ago
Victor Dubiniuk a3cc3b3ce3 Pass file instance to genesys 10 years ago
Victor Dubiniuk 461c3ef999 Cleanup Session class 10 years ago
Victor Dubiniuk 8f47b86278 Add translatable guest postfix for guests 10 years ago
Victor Dubiniuk 857c03a103 Move File out of controller 10 years ago
Victor Dubiniuk f26e107504 No more barrier to enter for guests. Closes #200 10 years ago
Victor Dubiniuk 673e541531 Fixing disconnection injected twice 10 years ago
Victor Dubiniuk 5b804c1d4e Op cleanup 10 years ago