1914 Commits

Author SHA1 Message Date
Christoph Wurst
935674b862 Merge pull request #101 from nextcloud/do-not-open-text-files
Do not open text files using Collabora app
2017-06-14 08:51:45 +02:00
Patrik Kernstock
4db76d6f01 only edit textfiles when texteditorapp is disabled
Signed-off-by: Patrik Kernstock <info@pkern.at>
2017-06-14 02:39:17 +02:00
Nextcloud bot
f7dd701898
[tx-robot] updated from transifex 2017-06-14 00:20:46 +00:00
Nextcloud bot
e5751e8d96
[tx-robot] updated from transifex 2017-06-11 00:20:30 +00:00
Patrik Kernstock
dee4991091 Do not open text files using Collabora app
Signed-off-by: Patrik Kernstock <info@pkern.at>
2017-06-10 18:21:57 +02:00
Pranav Kant
0a8242fb07 Merge pull request #99 from nextcloud/typo-readme
Fix typo
2017-06-09 21:29:31 +05:30
blizzz
d4efc80cf6 Fix typo 2017-06-09 14:36:31 +02:00
Nextcloud bot
6ed2161289
[tx-robot] updated from transifex 2017-06-09 00:20:54 +00:00
Nextcloud bot
286071b12b
[tx-robot] updated from transifex 2017-06-08 00:21:11 +00:00
Andras Timar
910bc3f0ac Merge pull request #94 from pranavk/undefined
Undefined owneruid
2017-06-07 17:30:35 +02:00
Pranav Kant
a9b13e12a9 Undefined owneruid 2017-06-07 20:42:13 +05:30
Nextcloud bot
0cbf55b61a
[tx-robot] updated from transifex 2017-06-07 00:22:38 +00:00
Andras Timar
45026c3312 Merge pull request #92 from pranavk/external
Include support for X-LOOL-WOPI-Timestamp
2017-06-06 22:44:29 +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
Andras Timar
81df278cfb Update CHAMGELOG.md for 1.12.32 1.12.32 2017-06-06 09:32:23 +02:00
Nextcloud bot
03b4697d18
[tx-robot] updated from transifex 2017-06-06 00:20:52 +00:00
Pranav Kant
7fce081dd7 Merge pull request #88 from pranavk/extshare
Use the file owner from the share object, if available
2017-06-05 21:00:24 +05:30
Pranav Kant
4d9e08e4ff Merge pull request #86 from pranavk/pubshare
Don't throw exception when user not found
2017-06-05 21:00:17 +05:30
Nextcloud bot
08a2225f21
[tx-robot] updated from transifex 2017-06-04 00:20:56 +00:00
Nextcloud bot
e2813ef831
[tx-robot] updated from transifex 2017-06-03 00:19:59 +00:00
Nextcloud bot
40ae585225
[tx-robot] updated from transifex 2017-06-02 00:21:32 +00:00
Pranav Kant
6f9d39fcc3 Merge pull request #87 from pranavk/fixbreakage
Fix breakage
2017-06-02 00:24:08 +05:30
Pranav Kant
ee09fb0748 Use the file owner from the share object, if available
Fixes #85

When a link is shared on external storage and user is not logged in, the
owner returned by the $file object is null. Use owner information from
the $share object whenever available.
2017-06-02 00:21:07 +05:30
Pranav Kant
7d502a3135 Revert "Replace 3 dots to ellisis in l10n files" partially
This reverts commit c6a3e02b4b7af75341c573340ef11baef8bee39d partially.

Presumably, some unwanted modifications also found its way in with above
patch breaking the app. Revert problematic pieces.
2017-06-02 00:20:36 +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
Andras Timar
c6a3e02b4b Replace 3 dots to ellisis in l10n files 2017-06-01 09:39:44 +02:00
Andras Timar
760f6d3bfa Merge pull request #79 from nextcloud/rakekniven-patch-1
Replace 3 dots to ellipsis
2017-06-01 09:34:41 +02:00
Nextcloud bot
a4db42e724
[tx-robot] updated from transifex 2017-06-01 00:19:43 +00:00
rakekniven
94ce86e6ec Update admin.js 2017-05-31 23:04:08 +02:00
rakekniven
3c35d287b0 Update documents.js
Changed "..." to ellipsis
2017-05-31 23:02:56 +02:00
Nextcloud bot
b6b581a29d
[tx-robot] updated from transifex 2017-05-30 00:21:20 +00:00
Andras Timar
cd19432685 Merge pull request #80 from pranavk/username
Show display name instead of UUID
2017-05-29 08:32:50 +02:00
Nextcloud bot
e2d58abdfe
[tx-robot] updated from transifex 2017-05-26 00:20:25 +00:00
Andras Timar
c679429c3e Merge pull request #82 from pranavk/check
Shorter db index name
2017-05-25 21:04:06 +02:00
Pranav Kant
2058ec84e5 Shorter db index name
Fixes #54
2017-05-25 19:48:19 +05:30
Pranav Kant
3940ec64c7 Show Display Name of user, not its uid in userlist 2017-05-25 19:05:33 +05:30
rakekniven
8a02997a76 Update documents.php
Changed to ellipsis. See https://www.transifex.com/nextcloud/nextcloud/translate/#de_DE/$/102251710?issue=yes
2017-05-25 15:09:51 +02:00
Andras Timar
47ce01735a Bump version to 1.12.31 1.12.31 2017-05-25 13:55:48 +02:00
Andras Timar
35e246482d Merge pull request #78 from pranavk/enc
Guard encryption support
2017-05-25 13:48:57 +02:00
Pranav Kant
c14ff8fee8 Guard encryption support 2017-05-25 17:07:21 +05:30
Andras Timar
377eeae143 Bump version to 1.12.30 1.12.30 2017-05-25 12:11:53 +02:00
Andras Timar
142a85400a Merge pull request #52 from pranavk/enc
Support opening encrypted files
2017-05-25 11:52:07 +02:00
Andras Timar
6c34095052 Merge pull request #73 from nextcloud/scripted-install
Add instructions for Collabora installation on Ubuntu
2017-05-25 11:48:45 +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
Andras Timar
6d9054e6f3 Merge pull request #60 from pranavk/ooxml
Revert "Remove unrequired route"; respect OOXML settings again
2017-05-25 11:46:46 +02:00
Nextcloud bot
bd4cd271fc
[tx-robot] updated from transifex 2017-05-25 00:20:02 +00:00
Daniel Hansson
83b541d6a4 add SSL 2017-05-25 00:39:56 +02:00
Daniel Hansson
95be753c98 Add instructions for Collabora installation on Ubuntu 2017-05-25 00:37:16 +02:00
Andras Timar
3bfb7413a7 Bump version to 1.12.29 1.12.29 2017-05-24 22:38:36 +02:00
Andras Timar
4ffef00aca Fix issue#68: undefined variable instanceId 2017-05-24 15:11:42 +02:00