Martin Kurtz

Results 11 comments of Martin Kurtz

This is a killer feature that would separate this app from any other password-manager on the market: Self hosted and secure in your Nextcloud and fully sufficient for teams! By...

How am i gonna do that? That would be awesome. We are a team of 6 - sharing one folder would be absolutely enough!

> I'm just sharing a folder between groups, and using keeweb to manage a kdbx file! We do the same. Works fine. It‘s not as convenient when you want to...

> ``` > occ tables:legacy:transfer:rows --all > ``` works perfectly

` if ($error and !(preg_match('/\Namespace\b/', $error))) { throw new DocumentConversionException($error); } else { return $output; } ` I modified /apps/documentserver_community/lib/Document/ConverterBinary.php like the above code. As @GregorKopka already mentioned it: It...

First of all: Thanks a lot for your awesome work! Is there a way to extract and replace an image from a pdf? This way it would be easy to...

I wrote a small cronjob script that deletes the lock files entries older than 24 hours. You can find the source here: https://github.com/rakurtz/cleanup_oc_files_lock

This indeed would be an interesting feature.

I am encountering the same issue. `copyPages` brings over all objects. @seisiuneer did you encounter any long term issues with your solution?

> ### What were you trying to do? > > I made a plugin that overrides rasterize_pdf_page and generate_pdfa, and it works great. However, when I try to remove ghostscript...