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

github.com/nextcloud/documentserver_community.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2022-11-09remove translated help images to save spaceRobin Appelman
2022-11-09fix autoconfigRobin Appelman
2022-11-02Increment versions and enhance makefileAaron Huggins
- Bump OnlyOffice document server to 7.2.1 - Bump app version to 0.1.13 - Allow rm in makefile to force and silently continue Signed-off-by: Aaron Huggins <aaron.huggins@runbox.com>
2022-02-08bumb bundled onlyoffice parts to 6.4.2.6Robin Appelman
2021-07-15formatting fixesRobin Appelman
2021-07-14[Fix #222] fixing error message related to EXPIRED_SESSION_TIMEOUTGuillaume Virlet
Signed-off-by: Guillaume Virlet <github@virlet.org>
2021-07-06fix schema for oraclev0.1.10Robin Appelman
2021-06-18Upgrade show version Only Office to 6.3.1sonic1200
2021-03-26move to IBootstrapRobin Appelman
2021-03-25Merge pull request #114 from joequant/dev/reduce-active-timeoutRobin Appelman
reduce expired timeout to commit changes faster
2021-02-16upgrade bundeled oo bits to 6.1.1Robin Appelman
2021-02-16format phpRobin Appelman
2020-10-06set current user during file hooksRobin Appelman
2020-10-06bumb documentserver to 5.6.5Robin Appelman
2020-09-04Update SessionManager.phpJos Poortvliet
So then this should work? Perhaps we should merge it with this change - saving every 30 seconds is better than never saving, in any case...
2020-06-18update onlyoffice to 5.5.3v0.1.8Robin Appelman
2020-06-11dont error hard if we cant rebuild fonts during upgradeRobin Appelman
2020-05-23Added missing members, effectively fixing execution of occ documentserver:flush.Andre H. Beckedorf
Signed-off-by: Andre H. Beckedorf <evilJazz@katastrophos.net>
2020-04-08reduce expired timeout to commit changes fasterJoseph C Wang
This reduces the timeout to mark a page inactive from 100 seconds to 15 seconds. This allows for saved pages to be committed more quickly. Addresses issues in nextcloud/documentserver_community#100 Signed-off-by: Joseph C Wang <joequant@gmail.com>
2020-04-08add option to flush inactive pages / trap exceptionsJoseph C Wang
This patch adds the ability to flush only inactive pages. It also attempts to flush changes for following files if there is an exception in parsing one particular file. Intended to provide diagnostics for nextcloud/documentserver_community#100 Signed-off-by: Joseph C Wang <joequant@gmail.com>
2020-03-19improve fontmanager error handlingRobin Appelman
2020-02-24implement copy-pasting of image dataRobin Appelman
2020-01-30supress errors when x2t failsv0.1.5Robin Appelman
2020-01-30ensure message is stringRobin Appelman
2020-01-30add support for opening password protected documentsRobin Appelman
2020-01-29also sort changes send to clientRobin Appelman
2020-01-29ensure merged changes are in the correct orderRobin Appelman
2020-01-29implement 'Convert with ONLYOFFICE'Robin Appelman
2020-01-29use displayname instead of uid in uiRobin Appelman
2020-01-29fix username in ui being prefixed by instance idRobin Appelman
2020-01-28properly escape hint messagesRobin Appelman
2020-01-28add check for non linux systemsRobin Appelman
2020-01-27supress ldd errors in setupcheckRobin Appelman
2020-01-27allow adding or removing multiple fonts at onceRobin Appelman
2020-01-27make allfontsgen executable if it isntRobin Appelman
2020-01-24add hint for outdated glibc versionsRobin Appelman
2020-01-24use repair step for font rebuildingRobin Appelman
2020-01-23hint for 32bit systemsRobin Appelman
2020-01-23fix converting files when using primary object storageRobin Appelman
2020-01-22add commands for adding custom fontsRobin Appelman
2020-01-22add detection and proper error message for musl based systemsRobin Appelman
2020-01-20add setup hints for known setup issuesRobin Appelman
2020-01-20dont try to configure onlyoffice if onlyoffice is not enabledRobin Appelman
2020-01-19try to make the binary executable if neededRobin Appelman
2020-01-16Fallback to user id if owner is not available and set inline csp to fix ↵Julius Härtl
issues with android webview Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-13default to editing more file formatsRobin Appelman
2020-01-13fix hooks not triggering when saving documentRobin Appelman
this fixes, among other things, versions not being created
2020-01-13ipc session cleanupRobin Appelman
2020-01-10dont error when trying to save a deleted fileRobin Appelman
instead we just discard the changes since we dont care about changes for deleted files
2020-01-10fix saving documents if the original opener no longer has access to the fileRobin Appelman