initial version

This commit is contained in:
Robin Appelman 2022-08-03 16:52:45 +02:00
commit 4b90444fa3
9 changed files with 654 additions and 0 deletions

23
appinfo/info.xml Normal file
View file

@ -0,0 +1,23 @@
<?xml version="1.0"?>
<info>
<id>lockpick</id>
<name>Lock pick</name>
<summary>Transaction locking debuging</summary>
<licence>AGPL</licence>
<author>Robin Appelman</author>
<version>0.1.0</version>
<types>
<filesystem/>
<logging/>
</types>
<namespace>LockPick</namespace>
<dependencies>
<nextcloud min-version="24" max-version="25"/>
</dependencies>
<commands>
<command>OCA\LockPick\Command\Show</command>
<command>OCA\LockPick\Command\ListCommand</command>
</commands>
</info>