Wolfgang Popp
Wolfgang Popp
Replaces every occurrence of Perl with equivalent awk or sed commands. Also removes unused `__zplug::utils::shell::unansi` function (which also used Perl).
Pure log
This PR removes the Python dependency for logging. In particular, I implemented string escaping directly in Zsh. This increases logging speed and startup time, if $ZPLUG_LOADFILE does not exist (see...
Disclaimer: I do not use a plugin manager for Zsh myself and have no idea how they handle plugins. Do they require a special directory layout etc? Let me know...
This PR adds a new section for a simplified development setup for app development based on https://github.com/David-Development/nextcloud-dev-docker and https://github.com/skjnldsv/vueexample. It should help developers to get started on app development more...
Translations for v2 should also use gettext as in v1. Translations should be updated and relevant strings should be translated
#40 introduced an optimization for Git 2.35.0 or newer. Once 2.35 is more wide-spread the old workaround should be removed and the code cleaned up. In 2027, when Ubuntu 22.04...
Encryption of subfolders can be handled in multiple ways. 1. Encrypt every subfolder separately and create a metadata file for every subfolder. The folder structure would be visible on the...
A change to a folder (adding new file, updating a file, removing a file) via WebDAV and the corresponding change to the metadata file must be atomic. I.e. both changes...
Nextcloud for Android cannot watch a folder for changes. To improve syncing with Nextcloud, there should be better integration e.g. via WebDav or maybe even a Nextcloud app.