275 Commits

Author SHA1 Message Date
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
2016-10-19 21:12:29 +05:30
Pranav Kant
84dbbafe70 Formatting 2016-09-14 11:48:25 +05:30
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
2016-07-19 15:04:32 +02:00
Pranav Kant
45d76a1c68 Add support for opening and editing files from external storage 2016-07-18 16:17:44 +05:30
Pranav Kant
3235b886ad Add a revision history sidebar 2016-06-28 14:24:26 +05:30
Pranav Kant
eb79866efd Fix path for shared documents 2016-06-28 14:24:26 +05:30
Pranav Kant
440eb9e27c Add missing mtime field to processed documents 2016-06-28 14:24:26 +05:30
Ashod Nakashian
0517f76c32 Shared documents now show correct editor's name in the change hisotry 2016-06-18 20:43:00 -04:00
Ashod Nakashian
0c508a09e0 Support for file versioning in WOPI 2016-06-17 10:27:35 -04:00
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.
2016-06-15 13:33:25 +05:30
Pranav Kant
b138109820 Don't load all documents when only one is clicked on from 'Files' 2016-06-09 20:17:36 +05:30
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
2016-04-05 14:20:05 +02:00
Ashod Nakashian
38c1b87435 wopi: support for file sharing and authentication 2016-03-23 21:58:13 -04:00
Andras Timar
f3eaa1683d use SSL 2016-03-23 22:03:39 +01:00
Henry Castro
e6bda70834 Application config, set default port 9980 2016-03-15 19:24:34 -04:00
Andras Timar
a32c1e2be3 remove unused webODF unstable setting 2016-03-15 00:23:17 +01:00
Andras Timar
f0f3e42c0e remove dead code (from Collabora Online perspective) 2016-03-14 23:34:29 +01:00
Ashod Nakashian
be97780451 WOPI Token table and database plumbing added 2016-03-09 08:40:48 -05:00
Henry Castro
08dbf236d9 Add WOPI client settings 2016-03-05 17:40:47 -04:00
Victor Dubiniuk
447610b260 Fix appid 2015-12-16 18:04:32 +03:00
Andras Timar
8010839279 bccu#1335 don't try to handle pdf, internal pdf.js does a better job 2015-11-15 19:12:45 +01:00
Jan Holesovsky
e6593def87 cloudsuite: Add buttons to create new spreadsheet and new presentation. 2015-11-04 21:49:23 +01:00
Mihai Varga
ddc34a60c3 bug #1261 - added microsoft document mime types 2015-11-04 10:12:30 +02:00
Mihai Varga
8d2a2e1f1f add opendocument.graphics mime type 2015-11-04 10:04:44 +02:00
Mihai Varga
3ffdf58d2c fixed typo in mime type 2015-11-02 15:47:12 +02:00
Mihai Varga
916336cf8c added more mimetypes to the owncloud app 2015-10-29 20:26:03 +02:00
Mihai Varga
afb8e58dbc removed spaces at the end of lines 2015-10-29 20:26:03 +02:00
Victor Dubiniuk
7af37fe911 No more get_temp_dir 2015-10-21 00:23:01 +03:00
Victor Dubiniuk
488d68de6a A few fixes by scrutinizer 2015-09-19 00:37:16 +03:00
Victor Dubiniuk
76ef4e48aa ByeBye static Config class 2015-09-19 00:20:28 +03:00
Victor Dubiniuk
5c8a7923cb Kill static logger 2015-09-18 21:47:25 +03:00
Victor Dubiniuk
98db623f07 Remove getL10N 2015-09-18 21:47:24 +03:00
Victor Dubiniuk
b8917435f3 Use different entry points for users and guests 2015-09-18 21:47:19 +03:00
Victor Dubiniuk
a6be42cb26 Cleanup file and storage models 2015-09-18 20:46:05 +03:00
Victor Dubiniuk
e656e78958 Genesis::getHashByPath is no longer used 2015-09-08 00:20:10 +03:00
Victor Dubiniuk
dfc91185f0 Remove private and deprecated API calls 2015-08-28 19:32:54 +03:00
VicDeo
1e6160adce Merge pull request #536 from owncloud/code-checker
Remove deprecated API usage
2015-08-27 18:21:11 +03:00
Victor Dubiniuk
52f251a8af Remove deprecated API usage. Step 3 2015-08-27 18:02:43 +03:00
Victor Dubiniuk
58725da687 Remove deprecated API usage. Step 2 2015-08-27 01:27:06 +03:00
Victor Dubiniuk
8897dda9ab Remove deprected API usage. Step 1 2015-08-26 19:12:45 +03:00
Victor Dubiniuk
3fbf3237e2 WebODF uses timestamps with milliseconds 2015-08-25 21:30:49 +03:00
Olivier Paroz
41f7d890cf Test using the config in the instance temp folder 2015-04-28 11:42:33 +02:00
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
2015-04-25 22:22:56 +02:00
Victor Dubiniuk
fa1826afdc Kill OC_FileProxy references 2015-04-22 19:37:05 +03:00
Victor Dubiniuk
e24b01bdd6 Skip non-supported mimes 2015-01-23 19:03:49 +03:00
VicDeo
78da836eb3 Merge pull request #403 from owncloud/remove-phpass
Remove phpass
2014-11-25 21:30:58 +03:00
Victor Dubiniuk
5cef103648 Group members by userId. Ref #125 2014-11-19 19:56:27 +03:00
Lukas Reschke
9304bf1539 Remove phpass
See https://github.com/owncloud/core/pull/12226
2014-11-17 14:12:35 +01:00
VicDeo
da3705e8b7 Merge pull request #402 from owncloud/optype-as-a-separate-field
Use a separate field for optype.
2014-11-13 22:04:09 +03:00
Victor Dubiniuk
0f19d74f69 Improve filtering for member/cursor operations 2014-11-13 20:29:48 +03:00