Pranav Kant
4b57b6a267
saveas should save the file in editor's dir
2018-06-07 11:14:41 +02:00
Roeland Jago Douma
a243c4c22a
Strickt check on fileid
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-04-05 13:01:55 +02:00
Roeland Jago Douma
958d1fe279
Move over to Entity/EntityMapper
...
* Use the AppFrameworks entities
* Use the query builder
* Pass Entities (with types) around
* Remove old classes
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-04-05 12:48:23 +02:00
Roeland Jago Douma
d92a80eacd
Fix: Undefined index: canonical_webroot
...
The public page uses the document template but doesn't set the
canonical_webroot properly.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-03-24 13:16:34 +01:00
Patrik Kernstock
c1f708f61d
Fix settings canonical webroot ( #173 )
...
* Use same order as in setSettings() func below
Signed-off-by: Patrik Kernstock <info@pkern.at>
* Fixed Canonical-Webroot setting
The Canonical-Webroot setting was not read properly on the /settings/admin/richdocuments settings page. So this also fixes the notices when visting the admin page: "Undefined index: canonical_webroot at /apps/richdocuments/templates/admin.php#44"
Signed-off-by: Patrik Kernstock <info@pkern.at>
2018-02-18 13:16:07 +01:00
Pranav Kant
327dd432ad
Fix public link user relative ( #170 )
...
* Fixes #164 Don't allow relative save if it's a public link
* Fix "no name for guest user"
Check if editor is equal to null, not ''
2018-02-15 16:34:43 +01:00
Pranav Kant
a08c0b7a5e
Add support for adding canonical webroot ( #157 )
...
See cc42c7f46c
for details
2018-01-31 13:25:33 +01:00
Pranav Kant
2c3d9ae8d9
Add support for PutRelativeFile for Save As. ( #136 )
2017-11-22 16:23:55 +01:00
Lukas Reschke
9bf62db3aa
Add option to enable the app only for users in a specific group ( #135 )
...
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-11-06 13:54:56 +01:00
Lukas Reschke
12bb8c055b
Add avatar to UserExtraInfo ( #130 )
...
* Add avatar to UserExtraInfo
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Only add UserExtraInfo is version higher than 13
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-10-19 15:36:10 +02:00
Pranav Kant
21504eb5a8
support for external apps ( #124 )
2017-09-27 08:53:06 +02:00
Pranav Kant
e9f9711421
Use fileId instead of dir
2017-07-24 14:19:53 +05:30
Andreas Böhler
c4b794360a
Fix editing publicly shared documents
2017-06-28 19:19:12 +02:00
Andras Timar
aa4df2e800
Restore 'Enable edit for specific groups' feature, fixes #66
2017-06-14 14:17:21 +02:00
Pranav Kant
65769bd861
Include support for X-LOOL-WOPI-Timestamp
...
See for more detailed message:
https://github.com/owncloud/richdocuments/pull/178
2017-06-06 21:31:47 +05:30
Pranav Kant
3f4aa7b23e
Don't throw exception when user not found
...
It might be a public link share.
2017-06-01 23:26:50 +05:30
Pranav Kant
3940ec64c7
Show Display Name of user, not its uid in userlist
2017-05-25 19:05:33 +05:30
Pranav Kant
c14ff8fee8
Guard encryption support
2017-05-25 17:07:21 +05:30
Andras Timar
142a85400a
Merge pull request #52 from pranavk/enc
...
Support opening encrypted files
2017-05-25 11:52:07 +02:00
Andras Timar
75f0423957
Merge pull request #63 from pranavk/usernames
...
Register the change under user's name when saving the document
2017-05-25 11:47:24 +02:00
Pranav Kant
0f086cfe87
Register the change under user's name when saving the document
2017-05-20 01:18:44 +05:30
Pranav Kant
eef417f05b
Support opening encrypted files
2017-05-20 00:02:21 +05:30
Pranav Kant
0c14789cc3
Revert "Remove unrequired route"; respect OOXML settings again
...
This reverts commit aa89c908a7
.
2017-05-19 23:56:27 +05:30
Pranav Kant
9bb400714c
Fix file revisions
2017-05-11 21:09:46 +05:30
Andras Timar
9b88e6b38c
Merge pull request #37 from gabor-udvari/master
...
Add logging and template to unhandled exceptions
2017-04-20 15:01:11 +02:00
Gábor Udvari
e45982b487
Add logging and template to unhandled exceptions
...
A lot of users are getting an uninformative Access Forbidden page after
using the official setup instructions like in #21 . Logging and showing
the actual exception will help troubleshooting these issues.
2017-04-08 17:28:26 +02:00
Pranav Kant
4c1943b956
Bin unused params
...
These were passed earlier and used when creating a document from the
dedicated richdocument's app page. But since that page is gone now and they
are not used anymore, lets bin them.
2017-04-05 16:02:25 +05:30
Pranav Kant
66935d4bed
Send file path to the client also, fix revision history
2017-03-24 23:22:39 +05:30
Morris Jobke
9d85827409
Merge pull request #27 from nextcloud/fix-for-files_versions
...
Make files_versions work again
2017-03-24 11:50:02 -06:00
michag86
c72f22e180
Make files_versions work again
...
Added some lines which were lost after rewrite with version 1.1.22.
2017-03-10 09:25:22 +01:00
Andras Timar
e5eb15cbc5
set the correct language tag expected by JS (typo fix)
2017-01-18 10:16:34 +01:00
Andras Timar
b565415e1c
set the correct language tag expected by JS
2017-01-18 10:08:18 +01:00
Lukas Reschke
9cd9258dbb
Append instance id to rev history
...
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-01-03 20:31:35 +01:00
Lukas Reschke
1441bdc594
Add instance id to file id
...
For multitenancy
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-01-03 19:55:04 +01:00
Lukas Reschke
719b159a44
v1.1.24
...
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-12-13 11:29:36 +01:00
Lukas Reschke
7ff4d5bb52
Add OwnerId
...
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-12-07 14:07:12 +01:00
Lukas Reschke
5dd6344629
Delete cached discovery file if settings are changed
...
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-12-07 09:13:21 +01:00
Lukas Reschke
aa89c908a7
Remove unrequired route
...
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-12-07 01:01:01 +01:00
Lukas Reschke
7ef24654cf
Public editing
...
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-12-07 00:57:01 +01:00
Lukas Reschke
75af90b4f1
Cleanup source code
...
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-12-06 21:09:40 +01:00