Commit Graph

2051 Commits (master)
 

Author SHA1 Message Date
Andras Timar f6b7e441d9 Update CHANGELOG.md 7 years ago
Andras Timar b133f9ed32 Bump version to 1.12.27 7 years ago
Nextcloud bot 694acf963e
[tx-robot] updated from transifex 7 years ago
Morris Jobke 8e44456daa Merge pull request #53 from nextcloud/verbose-uploadmenu-text
Use more verbose text for upload menu
7 years ago
Nextcloud bot c23e968d16
[tx-robot] updated from transifex 7 years ago
Lukas Reschke 2bf5774964 Merge pull request #50 from pranavk/rev
Fix revision history
7 years ago
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>
7 years ago
Pranav Kant 9bb400714c Fix file revisions 7 years ago
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.
7 years ago
Nextcloud bot d35b5f5070
[tx-robot] updated from transifex 7 years ago
Nextcloud bot b8dd29e223
[tx-robot] updated from transifex 7 years ago
Nextcloud bot fe15045b43
[tx-robot] updated from transifex 7 years ago
Nextcloud bot 74cf5fd714
[tx-robot] updated from transifex 7 years ago
Nextcloud bot d3e4720dd4
[tx-robot] updated from transifex 7 years ago
Andras Timar a6ca1cd818 Update CHANGELOG.md 7 years ago
Andras Timar c1f81dc36a Bump version to 1.1.26
Signed-off-by: Andras Timar <andras.timar@collabora.com>
7 years ago
Andras Timar 6d78c1053c fix issue #41 Icons still show after opening doc from Favorites page 7 years ago
Andras Timar 9b88e6b38c Merge pull request #37 from gabor-udvari/master
Add logging and template to unhandled exceptions
7 years ago
Nextcloud bot efc3d504ec
[tx-robot] updated from transifex 7 years ago
Andras Timar c49a7c7331 Merge pull request #35 from pranavk/fix_lang_Tags
Fix language tags that are fed to loleaflet
7 years ago
Andras Timar 4032176838 Merge pull request #32 from pranavk/readonly
Try opening readonly documents too
7 years ago
Lukas Reschke 10cd2415bc Merge pull request #40 from nextcloud/fix-travis-execution
Fix travis execution
7 years ago
Lukas Reschke 7aef900846 Update issue_template.md 7 years ago
Lukas Reschke 7c8e88340d
Allow fail for codechecker for now
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
7 years ago
Lukas Reschke d907ebe8cc
Fix PHP 7 test execution with newer PHPUnit
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
7 years ago
Nextcloud bot 9796384c79
[tx-robot] updated from transifex 7 years ago
Nextcloud bot 8105396662
[tx-robot] updated from transifex 7 years ago
Nextcloud bot 68e28e37ac
[tx-robot] updated from transifex 7 years ago
Nextcloud bot f7bc41e063
[tx-robot] updated from transifex 7 years ago
Nextcloud bot 32c785e87d
[tx-robot] updated from transifex 7 years ago
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.
7 years ago
Nextcloud bot c72b63ea5a
[tx-robot] updated from transifex 7 years ago
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.
7 years ago
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
7 years ago
Nextcloud bot cef7f890b5
[tx-robot] updated from transifex 7 years ago
Morris Jobke f0fe133afb Merge pull request #33 from pranavk/revhistory
Send file path to the client also, fix revision history
7 years ago
Nextcloud bot 384a3cbb53
[tx-robot] updated from transifex 7 years ago
Nextcloud bot 3bed791cb6
[tx-robot] updated from transifex 7 years ago
Nextcloud bot 5bbe97ef0c
[tx-robot] updated from transifex 7 years ago
Nextcloud bot 996d4633f8
[tx-robot] updated from transifex 7 years ago
Nextcloud bot 13b8773b04
[tx-robot] updated from transifex 7 years ago
Pranav Kant 66935d4bed Send file path to the client also, fix revision history 7 years ago
Morris Jobke 9d85827409 Merge pull request #27 from nextcloud/fix-for-files_versions
Make files_versions work again
7 years ago
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.
7 years ago
Nextcloud bot 757127a6ec
[tx-robot] updated from transifex 7 years ago
Nextcloud bot 324cac49e3
[tx-robot] updated from transifex 7 years ago
Lukas Reschke f590ad9208 Merge pull request #11 from timar/master
add rtf and txt as supported file formats
7 years ago
Andras Timar 6d49e2d003 replace trailing slash of wopi url 7 years ago
Nextcloud bot 54dc4191a0
[tx-robot] updated from transifex 7 years ago
Andras Timar 86fb4ead72 '==' and '!=' are discouraged 7 years ago