Lukas Reschke
2bf5774964
Merge pull request #50 from pranavk/rev
...
Fix revision history
2017-05-17 18:17:38 +02:00
Marius Blüm
0a98e7ea2f
Use more verbose text for upload menu
...
* see https://github.com/nextcloud/server/pull/4922
Signed-off-by: Marius Blüm <marius@lineone.io>
2017-05-17 18:16:44 +02:00
Pranav Kant
9bb400714c
Fix file revisions
2017-05-11 21:09:46 +05:30
Pranav Kant
a5f6569591
Bin superfluous returnToDir logic
...
This was initially introduced in OC so that we know which directory to
go after we close the editor but this seems unnecessary here in NC as
richdocuments is just an iframe which is removed from DOM when we close
the document.
2017-05-11 21:09:43 +05:30
Nextcloud bot
d35b5f5070
[tx-robot] updated from transifex
2017-05-11 00:17:52 +00:00
Nextcloud bot
b8dd29e223
[tx-robot] updated from transifex
2017-05-10 00:18:31 +00:00
Nextcloud bot
fe15045b43
[tx-robot] updated from transifex
2017-05-02 00:16:29 +00:00
Nextcloud bot
74cf5fd714
[tx-robot] updated from transifex
2017-04-28 00:16:34 +00:00
Nextcloud bot
d3e4720dd4
[tx-robot] updated from transifex
2017-04-27 00:16:19 +00:00
Andras Timar
a6ca1cd818
Update CHANGELOG.md
2017-04-26 12:48:29 +02:00
Andras Timar
c1f81dc36a
Bump version to 1.1.26
...
Signed-off-by: Andras Timar <andras.timar@collabora.com>
2017-04-21 14:37:10 +02:00
Andras Timar
6d78c1053c
fix issue #41 Icons still show after opening doc from Favorites page
2017-04-21 10:38:56 +02:00
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
Nextcloud bot
efc3d504ec
[tx-robot] updated from transifex
2017-04-20 00:16:03 +00:00
Andras Timar
c49a7c7331
Merge pull request #35 from pranavk/fix_lang_Tags
...
Fix language tags that are fed to loleaflet
2017-04-19 20:46:30 +02:00
Andras Timar
4032176838
Merge pull request #32 from pranavk/readonly
...
Try opening readonly documents too
2017-04-19 12:14:22 +02:00
Lukas Reschke
10cd2415bc
Merge pull request #40 from nextcloud/fix-travis-execution
...
Fix travis execution
2017-04-18 14:54:58 +02:00
Lukas Reschke
7aef900846
Update issue_template.md
2017-04-18 13:06:31 +02:00
Lukas Reschke
7c8e88340d
Allow fail for codechecker for now
...
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-04-18 12:23:50 +02:00
Lukas Reschke
d907ebe8cc
Fix PHP 7 test execution with newer PHPUnit
...
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-04-18 12:22:32 +02:00
Nextcloud bot
9796384c79
[tx-robot] updated from transifex
2017-04-17 00:15:37 +00:00
Nextcloud bot
8105396662
[tx-robot] updated from transifex
2017-04-16 00:15:32 +00:00
Nextcloud bot
68e28e37ac
[tx-robot] updated from transifex
2017-04-14 00:16:08 +00:00
Nextcloud bot
f7bc41e063
[tx-robot] updated from transifex
2017-04-13 00:16:37 +00:00
Nextcloud bot
32c785e87d
[tx-robot] updated from transifex
2017-04-12 00:15:50 +00: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
Nextcloud bot
c72b63ea5a
[tx-robot] updated from transifex
2017-04-07 00:17:33 +00: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
5596ae17ce
Fix incorrect language tags feeding to loleaflet
...
loleaflet expect a BCP47 language tag syntax while OC.getLocale returns
a lanugage tag where subtags are separated by '_' instead of '-'
(BCP47).
It seems safe to just replace '_' with '-' before feeding it to
loleaflet
2017-04-05 15:55:26 +05:30
Nextcloud bot
cef7f890b5
[tx-robot] updated from transifex
2017-04-05 00:16:43 +00:00
Morris Jobke
f0fe133afb
Merge pull request #33 from pranavk/revhistory
...
Send file path to the client also, fix revision history
2017-04-04 11:40:19 -05:00
Nextcloud bot
384a3cbb53
[tx-robot] updated from transifex
2017-04-03 00:16:22 +00:00
Nextcloud bot
3bed791cb6
[tx-robot] updated from transifex
2017-04-01 00:16:12 +00:00
Nextcloud bot
5bbe97ef0c
[tx-robot] updated from transifex
2017-03-31 00:16:36 +00:00
Nextcloud bot
996d4633f8
[tx-robot] updated from transifex
2017-03-30 00:15:53 +00:00
Nextcloud bot
13b8773b04
[tx-robot] updated from transifex
2017-03-25 01:16:14 +00:00
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
Pranav Kant
f36c5106d6
Try opening readonly documents too
...
Also simplify the logic during file action registration. Basically, we
should try to open all known mimetypes; file permissions are taken care
of later in the WOPI protocol.
Without this commit, it is not possible to open a document in a
directory for which user has no write access.
2017-03-22 23:48:07 +05:30
Nextcloud bot
757127a6ec
[tx-robot] updated from transifex
2017-03-22 01:14:59 +00:00
Nextcloud bot
324cac49e3
[tx-robot] updated from transifex
2017-03-21 01:15:11 +00:00
Lukas Reschke
f590ad9208
Merge pull request #11 from timar/master
...
add rtf and txt as supported file formats
2017-03-20 14:24:12 +01:00
Andras Timar
6d49e2d003
replace trailing slash of wopi url
2017-03-20 13:37:55 +01:00
Nextcloud bot
54dc4191a0
[tx-robot] updated from transifex
2017-03-17 01:14:37 +00:00
Andras Timar
86fb4ead72
'==' and '!=' are discouraged
2017-03-14 11:59:37 +01: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
Nextcloud bot
dca04f1f02
[tx-robot] updated from transifex
2017-03-06 01:14:06 +00:00
Nextcloud bot
5a16e20bef
[tx-robot] updated from transifex
2017-03-02 16:55:26 +00:00
Joas Schilling
b972a6b492
Merge pull request #26 from nextcloud/transifex-update
...
Update transifex config
2017-03-02 12:43:11 +01:00
Morris Jobke
d18182fb1a
Update transifex config
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-03-01 22:48:49 -06:00