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/lib
AgeCommit message (Collapse)Author
2022-10-14Merge pull request #2502 from nextcloud/enh/feature-lockJulius Härtl
2022-10-14Merge pull request #2503 from nextcloud/bugfix/noid/version-disabledJulius Härtl
2022-10-14Merge pull request #2468 from jeremyb/patch-1Julius Härtl
2022-10-14Disable sharing on public linksJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-10-14Add config option to turn on Collabora feature lock for read only usersJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-10-13Merge pull request #2490 from nextcloud/bugfix/noid/admin-groupJulius Härtl
2022-10-12Fix type declaration for entitiesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-10-12Migrate away from legacy mapperJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-10-07Always enable editing for adminsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-10-03Fix php-cs-fixerJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-09-30Fix loading file without logged-in when watermark is enable for groupssharonwuu
Signed-off-by: sharonwuu <ojik565@gmail.com>
2022-09-28Fix `public_wopi_url` variable configuration nameJeremy Barthe
Hi, We faced an issue in our private Nextcloud instance, the collabora editor was blocked due to a CSP error. The allowed URL was the internal one instead of the public. And so we realized that the variable name was incorrect, the variable is named `public_wopi_url` in the Nextcloud app configuration. We already tried this fix and if works on our instance. Thanks a lot for this amazing open source project :) Signed-off-by: Jeremy Barthe <jeremy.barthe@gmail.com>
2022-09-26Fix: Hide local editing button for public sharesfix/public_share_local_editingraul
Signed-off-by: raul <raul@nextcloud.com>
2022-09-23Merge pull request #2442 from nextcloud/enh/local_editRaul Ferreira Fuentes
Local editing
2022-09-22Add local editing button to Nextcloud OfficeRaul
Squashed commits: - Fix CSP tests - Update logic on opening file locally to prevent race condition with collabora post message API - Unlock file before opening locally - Add confirmation dialog - Toolbar button: open file locally Signed-off-by: raul <raul@nextcloud.com> Signed-off-by: Raul <r.ferreira.fuentes@gmail.com>
2022-09-22Merge pull request #2428 from nextcloud/enh/default_pdfJulius Härtl
Open PDF files by default when PDF viewer is disabled
2022-09-22Open PDF files by default when PDF viewer is disabledRaul
Signed-off-by: Raul <r.ferreira.fuentes@gmail.com>
2022-08-28Merge pull request #2400 from nextcloud/bugfix/2397Julius Härtl
Only register templates if enabled for user
2022-08-24Only register templates if enabled for userbugfix/2397Julius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-08-24Hide "Save as" option when downloading is not allowed by shareRaul
Signed-off-by: Raul <r.ferreira.fuentes@gmail.com>
2022-08-17Fix: make sure to hide download option inside Collabora for "hide download" ↵bugfix/hide_download_optionRaul
shares Signed-off-by: Raul <r.ferreira.fuentes@gmail.com>
2022-08-11Merge pull request #2329 from nextcloud/techdept/cleanup-template-managerJulius Härtl
2022-08-09Give better hints on a protocol mismatch with the discovery endpointenh/protocol-mismatch-hintJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-08-08Limit avatar request size to 64 pixelJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-08-05Log error when fetching the capabilities failsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-08-04prevent download on user shares according to the share download permissionJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-08-03Merge pull request #2350 from nextcloud/enh/event-openJulius Härtl
2022-08-03Emit event for each user on document openJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-08-02Merge pull request #2330 from nextcloud/bugfix/noid/multiple-mountsJulius Härtl
Prefer node with update permission and consolidate getting the file
2022-08-02Remove unused registration with deprecated template managertechdept/cleanup-template-managerJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-07-25Prefer node with update permission and consolidate getting the filebugfix/noid/multiple-mountsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-07-25Move to load viewer eventbugfix/noid/capabilities-group-limitJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-07-25Limit loading public page scripts to share owner with permissionsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-07-25Limit capabilities to users that are enabledJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-07-25Bump friendsofphp/php-cs-fixer from 3.8.0 to 3.9.5dependabot[bot]
Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) from 3.8.0 to 3.9.5. - [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases) - [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/master/CHANGELOG.md) - [Commits](https://github.com/FriendsOfPHP/PHP-CS-Fixer/compare/v3.8.0...v3.9.5) --- updated-dependencies: - dependency-name: friendsofphp/php-cs-fixer dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-07-04Updates "productName" in capabilitiesRaul
Signed-off-by: Raul <r.ferreira.fuentes@gmail.com>
2022-06-03Also add self as a frame-srcJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-06-01Move remaining policy adjustments to a traitJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-06-01Remove unreliable csp detection and reload handlingJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-06-01Move CSP handling to event listenerJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-05-23add "is_guest" to extra info user dataHenry Castro
In order to avoid show welcome dialog to the guest user. Signed-off-by: Henry Castro <hcastro@collabora.com>
2022-05-20Apply cs fixesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-05-18Merge pull request #1957 from nextcloud/enh/perf-readJulius Härtl
Emit read hook instead of fopen for admin_audit
2022-05-16Implement support for files_lock appJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-05-13Emit read hook instead of fopen for admin_auditenh/perf-readJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-05-06Merge pull request #2032 from nextcloud/feature/1885/extra-fontsJulien Veyssier
Allow to upload fonts from the admin interface
2022-05-04adjust backend font stuff after reviewfeature/1885/extra-fontsJulien Veyssier
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
2022-05-02Get version manager from server container instead of relying on dependency ↵Raul
injection Signed-off-by: Raul <raul@nextcloud.com>
2022-05-02Remove unused importRaul
Signed-off-by: Raul <raul@nextcloud.com>
2022-05-02Use `VersionManager` to retrieve past file versionsRaul
Signed-off-by: Raul <raul@nextcloud.com>