-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathassetuserhistory.xml
More file actions
112 lines (106 loc) · 4.35 KB
/
Copy pathassetuserhistory.xml
File metadata and controls
112 lines (106 loc) · 4.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<?xml version="1.0" encoding="UTF-8"?>
<root>
<name>Asset-User History</name>
<key>assetuserhistory</key>
<state>stable</state>
<logo>https://raw.githubusercontent.com/i-Vertix/glpi-assetuserhistory/main/assetuserhistory.png</logo>
<description>
<short>
<en>Dedicated history for asset-user relation-changes</en>
<de>Eigenständiger Verlauf von Asset-Benutzerzuweisungen</de>
<it>Storico dedicato per cambiamenti relazionali tra nventario-utente</it>
</short>
<long>
<en>
This plugin adds a dedicated history of any asset-user relation change to keep track of whom the asset
belonged to.
Please have a look at the readme to see the requirements for the plugin to install and work correctly.
This plugin also supports full-weight assets introduced by other plugins and assets from custom asset
definitions!
</en>
<de>
Dieses Plugin fügt eine eigene Historie für alle Änderungen der Beziehung zwischen Asset und Benutzer
hinzu, um nachzuverfolgen, wem das Asset gehört hat.
Bitte lesen Sie das Readme um mehr über die Voraussetzungen zu erfahren, die das Plugin benötigt um
korrekt zu funktionieren.
Das Plugin unterstützt seit Kurzem auch Assets, die von Plugins stammen sowie Assets, die von den neuen
Custom Assetdefinitionen stammen.
</de>
<it>
Questo plugin aggiunge una cronologia dedicata a tutte le modifiche della relazione tra inventario e
utente, per tenere traccia di a chi apparteneva l'inventario.
Si prega di leggere il file README per capire quali prerequisiti sono necessari per il plugin.
Questo plugin supporta anche gli inventari completi introdotti da altri plugin e gli inventari
provenienti da definizioni personalizzate!
</it>
</long>
</description>
<homepage>https://github.com/i-Vertix/glpi-assetuserhistory</homepage>
<download>https://github.com/i-Vertix/glpi-assetuserhistory/releases</download>
<issues>https://github.com/i-Vertix/glpi-assetuserhistory/issues</issues>
<readme>https://github.com/i-Vertix/glpi-assetuserhistory/blob/main/README.md</readme>
<authors>
<author>i-Vertix</author>
</authors>
<versions>
<version>
<num>1.1.0</num>
<compatibility>~10.0</compatibility>
<download_url>
https://github.com/i-Vertix/glpi-assetuserhistory/releases/download/1.1.0/glpi-assetuserhistory-1.1.0.tar.gz
</download_url>
</version>
<version>
<num>1.2.0</num>
<compatibility>~11.0</compatibility>
<download_url>
https://github.com/i-Vertix/glpi-assetuserhistory/releases/download/1.2.0/glpi-assetuserhistory-1.2.0.tar.gz
</download_url>
</version>
<version>
<num>1.2.1</num>
<compatibility>~11.0</compatibility>
<download_url>
https://github.com/i-Vertix/glpi-assetuserhistory/releases/download/1.2.1/glpi-assetuserhistory-1.2.1.tar.gz
</download_url>
</version>
<version>
<num>1.2.2</num>
<compatibility>~11.0</compatibility>
<download_url>
https://github.com/i-Vertix/glpi-assetuserhistory/releases/download/1.2.2/glpi-assetuserhistory-1.2.2.tar.gz
</download_url>
</version>
</versions>
<langs>
<lang>en_GB</lang>
<lang>de_DE</lang>
<lang>it_IT</lang>
</langs>
<license>MIT</license>
<tags>
<en>
<tag>history</tag>
<tag>user</tag>
<tag>asset</tag>
<tag>belong</tag>
</en>
<de>
<tag>verlauf</tag>
<tag>benutzer</tag>
<tag>asset</tag>
<tag>gehört</tag>
</de>
<it>
<tag>storico</tag>
<tag>utente</tag>
<tag>asset</tag>
<tag>inventario</tag>
</it>
</tags>
<screenshots>
<screenshot>https://github.com/i-Vertix/glpi-assetuserhistory/raw/main/screenshots/user-history.png</screenshot>
<screenshot>https://github.com/i-Vertix/glpi-assetuserhistory/raw/main/screenshots/asset-history.png</screenshot>
<screenshot>https://github.com/i-Vertix/glpi-assetuserhistory/raw/main/screenshots/profile.png</screenshot>
</screenshots>
</root>