Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-07-31make 'Remove user' label localizableAndras Timar
Signed-off-by: Andras Timar <andras.timar@collabora.com>
2020-07-09Merge pull request #1078 from nextcloud/bugfix/noid/revision-history-publicJulius Härtl
Hide revision history menu on public pages
2020-07-08Hide revision history menu on public pagesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-07-08Hide sharing menu if no share permission is setJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-06-25Check for the proper current user value (again)Julius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-06-23getCurrentUser might be null in contrast to OC.getCurrentUserJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-06-19Fix problem where mobile.css did not get used for subsequent document editsTor Lillqvist
The code in the onEdit function wants to take our stylesheet mobile.css into use, and the code in the onClose function correspondingly removes it from use. In onEdit, we used to call the OC.addStyle function to take the stylesheet into use. That function uses an internal cache of the pathnames of stylesheets in use. The way we remove the stylesheet from use in onClose does not affect that cache (the loadedStyles variable in Nextcloud server's core/src/OC/legacy-loader.js). Thus, after a Nextcloud document browsing page is loaded, when editing the first document, everything goes as planned: The stylesheet is taken into use and it works as expected: In narrow windows (i.e. mainly on mobile devices) the blue Nextcloud header is not displayed. When the document is closed, the stylesheet is removed. But when the next document is edited, the OC.addStyle function thinks that the stylesheet is in use and does nothing. This change avoids using OC.addStyle and instead adds the stylesheet using plain Javascript. Signed-off-by: Andras Timar <andras.timar@collabora.com>
2020-06-15Remove use of global methodJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-06-15Move to @nextcloud packagesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-06-10New error state to handle - running on non-glibc based Linux.Jan Holesovsky
Signed-off-by: Jan Holesovsky <kendy@collabora.com>
2020-06-08Merge pull request #1020 from nextcloud/bugfix/noid/actions-permissionJulius Härtl
Check for read permission on the file actions
2020-06-08Check for read permission on the file actionsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-06-05Handling of a new error state from proxy.php?status.Jan Holesovsky
And also add a generic message in case the proxy.php?status gets more error states, and richdocuments is not up-to-date yet. Signed-off-by: Jan Holesovsky <kendy@collabora.com>
2020-06-04Merge pull request #1010 from nextcloud/kendy/occinstallJulius Härtl
Advise installation via 'occ' if it fails from the web interface.
2020-06-04String update for built-in CODE optionMuhammet Kara
As suggested by the marketing team. Signed-off-by: Muhammet Kara <muhammet.kara@collabora.com>
2020-06-03Advise installation via 'occ' if it fails from the web interface.Jan Holesovsky
Signed-off-by: Jan Holesovsky <kendy@collabora.com>
2020-05-29Merge pull request #999 from ↵Julius Härtl
nextcloud/bugfix/noid/fix-missing-capabilities-during-load Do not check for capabilities during load though proxy
2020-05-29Merge pull request #998 from nextcloud/kendy/errorsJulius Härtl
Re-fetch the proxy status when there is a problem + show a helpful message.
2020-05-29Re-fetch the proxy status when there is a problem + show a helpful message.Jan Holesovsky
This is to show the message all the time there is a problem; and actually never hide it in case the error is not going to go away by itself anyway. Signed-off-by: Jan Holesovsky <kendy@collabora.com>
2020-05-29Do not check for capabilities during load though proxyJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-05-29Improve explanation for the built-in CODE optionMuhammet Kara
Signed-off-by: Muhammet Kara <muhammet.kara@collabora.com>
2020-05-28Make built in CODE app link l10n friendlyMuhammet Kara
Co-authored-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: Muhammet Kara <muhammet.kara@collabora.com>
2020-05-28Platform and OS checks for the built-in server optionMuhammet Kara
Signed-off-by: Muhammet Kara <muhammet.kara@collabora.com>
2020-05-27Merge pull request #990 from mrkara/masterJulius Härtl
2020-05-27Merge pull request #991 from mrkara/admintextupdateJulius Härtl
2020-05-26Admin Settings text updateMuhammet Kara
from the marketing team Signed-off-by: Muhammet Kara <muhammet.kara@collabora.com>
2020-05-26Inform user about web server configuration issuesMert Tumer
Built-in CODE server needs a configuration in the webserver when it is Nginx, to be able to access proxy.php Co-authored-by: Muhammet Kara <muhammet.kara@collabora.com> Signed-off-by: Muhammet Kara <muhammet.kara@collabora.com> Signed-off-by: Mert Tumer <mert.tumer@collabora.com>
2020-05-26Built-In CODE Server status message on first loadMert Tumer
Signed-off-by: Mert Tumer <mert.tumer@collabora.com>
2020-05-25Merge pull request #979 from nextcloud/enh/viewerJulius Härtl
2020-05-22Merge pull request #978 from mrkara/masterJulius Härtl
2020-05-22Avoid duplicate save requestJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-05-22Fix the wopi URL for built-in CODE serverMuhammet Kara
Co-authored-by: Michael Meeks <michael.meeks@collabora.com> Signed-off-by: Muhammet Kara <muhammet.kara@collabora.com>
2020-05-22Basic viewer integrationJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-05-22Admin Settings: Add option to enable built-in CODE serverMuhammet Kara
Signed-off-by: Muhammet Kara <muhammet.kara@collabora.com>
2020-05-21l10n: Change uppercase letter to lowercaseValdnet
2020-05-20Merge pull request #975 from nextcloud/enh/capabiltitiesJulius Härtl
2020-05-20Move css to the bundlesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-05-20Expose config without extra http callJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-05-20Correct panctuation in demo server warningMuhammet Kara
Co-authored-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: Muhammet Kara <muhammet.kara@collabora.com>
2020-05-20Towards resolving #954: Check for obvious silliesMuhammet Kara
Signed-off-by: Muhammet Kara <muhammet.kara@collabora.com>
2020-05-11Fix button wordingJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-05-11Properly check for the server status on first loadJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-05-11Add modal with details about the demo serverJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-05-09Save As Dialog Input Width Will Be Increased For Better Usage #931gokaysatir
Signed-off-by: gokaysatir <gokaysatir@gmail.com>
2020-04-21Save as dialog - show current file name and select it.gokaysatir
Signed-off-by: gokaysatir <gokaysatir@gmail.com>
2020-03-29Fix lang handlingJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-03-01l10n: Changed grammarrakekniven
Reported at Transifex. Does that fit to the function? Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
2020-01-29Merge pull request #797 from nextcloud/bugfix/noid/pdfJulius Härtl
Do not open optional formats on public pages by default
2020-01-28Respect null values for advanced settingsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-27Check for unset wopi_srcJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>