mirror of
https://github.com/icewind1991/lockpick.git
synced 2026-06-03 09:14:08 +02:00
initial version
This commit is contained in:
commit
4b90444fa3
9 changed files with 654 additions and 0 deletions
23
appinfo/info.xml
Normal file
23
appinfo/info.xml
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue