Commit Graph

273 Commits (a08c0b7a5e0478e4b0e68694ca7d73f23a954e33)

Author SHA1 Message Date
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
Pranav Kant eb79866efd Fix path for shared documents 8 years ago
Pranav Kant 440eb9e27c Add missing mtime field to processed documents 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
Pranav Kant af16a4cd27 Make me work with owncloud9
Due to API change (searchByMime), app was completely broken when
installed with owncloud9. This change should make it work with
owncloud9, while still keeping older owncloud version (upto 8.2)
in working state.

Lets use functions on object returned by searchByMime instead of
directly accessing its data members.
8 years ago
Pranav Kant b138109820 Don't load all documents when only one is clicked on from 'Files' 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
Andras Timar f3eaa1683d use SSL 8 years ago
Henry Castro e6bda70834 Application config, set default port 9980 8 years ago
Andras Timar a32c1e2be3 remove unused webODF unstable setting 8 years ago
Andras Timar f0f3e42c0e remove dead code (from Collabora Online perspective) 8 years ago
Ashod Nakashian be97780451 WOPI Token table and database plumbing added 8 years ago
Henry Castro 08dbf236d9 Add WOPI client settings 8 years ago
Victor Dubiniuk 447610b260 Fix appid 9 years ago
Andras Timar 8010839279 bccu#1335 don't try to handle pdf, internal pdf.js does a better job 9 years ago
Jan Holesovsky e6593def87 cloudsuite: Add buttons to create new spreadsheet and new presentation. 9 years ago
Mihai Varga ddc34a60c3 bug #1261 - added microsoft document mime types 9 years ago
Mihai Varga 8d2a2e1f1f add opendocument.graphics mime type 9 years ago
Mihai Varga 3ffdf58d2c fixed typo in mime type 9 years ago
Mihai Varga 916336cf8c added more mimetypes to the owncloud app 9 years ago
Mihai Varga afb8e58dbc removed spaces at the end of lines 9 years ago
Victor Dubiniuk 7af37fe911 No more get_temp_dir 9 years ago
Victor Dubiniuk 488d68de6a A few fixes by scrutinizer 9 years ago
Victor Dubiniuk 76ef4e48aa ByeBye static Config class 9 years ago
Victor Dubiniuk 5c8a7923cb Kill static logger 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 a6be42cb26 Cleanup file and storage models 9 years ago
Victor Dubiniuk e656e78958 Genesis::getHashByPath is no longer used 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 8897dda9ab Remove deprected API usage. Step 1 9 years ago
Victor Dubiniuk 3fbf3237e2 WebODF uses timestamps with milliseconds 9 years ago
Olivier Paroz 41f7d890cf Test using the config in the instance temp folder 9 years ago
Olivier Paroz 7bee3b6df0 LibreOffice config should be in instance temp folder
Make sure that the LibreOffice configuration folder ends up in the temp folder of the instance
9 years ago
Victor Dubiniuk fa1826afdc Kill OC_FileProxy references 9 years ago
Victor Dubiniuk e24b01bdd6 Skip non-supported mimes 9 years ago
VicDeo 78da836eb3 Merge pull request #403 from owncloud/remove-phpass
Remove phpass
10 years ago
Victor Dubiniuk 5cef103648 Group members by userId. Ref #125 10 years ago
Lukas Reschke 9304bf1539 Remove phpass
See https://github.com/owncloud/core/pull/12226
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
VicDeo b2bd038152 Merge pull request #398 from owncloud/further-file-simplify
Sharing info is needed for public links only.
10 years ago
Victor Dubiniuk 932684b782 Remove View model. Get permissions from FileInfo 10 years ago
Victor Dubiniuk 4fad41db45 Remove method which is not used any longer 10 years ago
Victor Dubiniuk a56290d240 Sharing info is needed for public links only. 10 years ago
Victor Dubiniuk 849bbe5be7 Add extra option to disable doc(x) support 10 years ago
Victor Dubiniuk 3ea97634ae Move the expected FFS response to the assets 10 years ago
Victor Dubiniuk 982a1cacb3 Move test doc content outside of model 10 years ago
Victor Dubiniuk 897015ec10 Fix some other log notices when trying to access non-existing file with a viewer 10 years ago
Victor Dubiniuk b228716613 Fix some issues found by code inspector 10 years ago
Victor Dubiniuk 7416b8b5d6 Implement downloadresponse via appframework 10 years ago
Victor Dubiniuk 4f19683c03 Inject logger 10 years ago
Victor Dubiniuk d7b06b635a Move otpoll to session controller 10 years ago
Victor Dubiniuk 33dfec8804 Migrate settings controllers to appframework 10 years ago
Victor Dubiniuk c0eb8d078c Remove stinky code, ref #287 10 years ago
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.
10 years ago
VicDeo 3b70fe07f9 Merge pull request #357 from owncloud/advanced-password
Check session token
10 years ago
Victor Dubiniuk 3934f6a663 Check session token 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 6d870d9b27 Fix namespace issue 10 years ago
Victor Dubiniuk 3196f5fc91 Filter_Office -> Filter\Office 10 years ago
Victor Dubiniuk eb170d6713 Download_Simple -> Download\Simple 10 years ago
Victor Dubiniuk 6edaca04cd Download_Range -> Download\Range 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
Jörn Friedrich Dreyer 6e78fccb40 use accessor to get session 10 years ago
Victor Dubiniuk 781ba09343 Add escapeshellarg and set home directory in conversion test 10 years ago
josh4trunks fb85b0f262 Set home directory for libreoffice conversion
Fixes https://github.com/owncloud/documents/issues/291#issuecomment-48953083
10 years ago
Victor Dubiniuk 78e8163c78 Use owner FS for guests 10 years ago
Victor Dubiniuk 4da91f6d38 Use getPath instead of shareInfo 10 years ago
Victor Dubiniuk 2991bbf337 Use default root when saving a session 10 years ago
Victor Dubiniuk 153ca42056 Respect recent mmaster changes. Fixes #271 10 years ago
David Prévot a8192dfc48 Fix comment about LGPL 10 years ago
Victor Dubiniuk 14398d6979 One more method annotation 10 years ago
Victor Dubiniuk c8f70c8998 Add missing asterisk 10 years ago
Victor Dubiniuk 3a23a9f05c Cleanup Unused code 10 years ago
Victor Dubiniuk 6dd14dab72 Add annotations 10 years ago
Victor Dubiniuk f68f7d8339 Add target mime when checking FFS aviability 10 years ago
jknockaert eeb3a62a9c Update range.php
@VicDEO changed as requested
10 years ago
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.
10 years ago
Victor Dubiniuk fd0b4ed9a2 Remove unused parameter 10 years ago
Victor Dubiniuk bb0310942f Fix visibility warning 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 6dde8f11bd Fix warning in logs 10 years ago
Victor Dubiniuk a3cc3b3ce3 Pass file instance to genesys 10 years ago