forked from eXist-db/existdb-packageservice
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrepo.xml
More file actions
116 lines (115 loc) · 5.27 KB
/
repo.xml
File metadata and controls
116 lines (115 loc) · 5.27 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
113
114
115
116
<?xml version="1.0" encoding="UTF-8"?>
<meta xmlns="http://exist-db.org/xquery/repo">
<description>existdb-packageservice</description>
<author>Joern Turner</author>
<website/>
<status>beta</status>
<license>GNU-LGPL</license>
<copyright>true</copyright>
<type>application</type>
<target>packageservice</target>
<prepare></prepare>
<finish/>
<!--todo: what does the password actually mean here? What is it used for? -->
<permissions user="packageservice" password="packageservice" group="packageservice" mode="rwxrwxr-x"/>
<changelog>
<change version="1.3.14">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Load packages over a secure connection by default - <a href="https://github.com/eXist-db/existdb-packageservice/pull/24">#24</a></li>
</ul>
</change>
<change version="1.3.13">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed: An additional error condition when loading package resources - <a href="https://github.com/eXist-db/existdb-packageservice/pull/22">#22</a></li>
</ul>
</change>
<change version="1.3.12">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Hotfix of bug introduced in 1.3.11 - <a href="https://github.com/eXist-db/existdb-packageservice/pull/21">#21</a></li>
</ul>
</change>
<change version="1.3.11">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed: Error handling in loading package resources - <a href="https://github.com/eXist-db/existdb-packageservice/pull/20">#20</a></li>
</ul>
</change>
<change version="1.3.10">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed: Fixed public-repo find endpoint - <a href="https://github.com/eXist-db/existdb-packageservice/pull/12">#12</a></li>
<li>Fixed: Fixed namespace of this package's repo.xml's HTML elements - <a href="https://github.com/eXist-db/existdb-packageservice/pull/14">#14</a></li>
</ul>
</change>
<change version="1.3.9">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed: Prevent users from triggering packageservice upgrades, which could crash the database; updates to this package must be sideloaded - <a href="https://github.com/eXist-db/existdb-packageservice/pull/10">#10</a></li>
</ul>
</change>
<change version="1.3.8">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Increment version for eXist 5.0.0 final</li>
</ul>
</change>
<change version="1.3.7">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Updated the URL of the public repo</li>
</ul>
</change>
<change version="1.3.6">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed Semver comparisons</li>
</ul>
</change>
<change version="1.3.3">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>fixing falsy is-newer check again</li>
</ul>
</change>
<change version="1.3.2">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>removed dependency on console module</li>
<li>fixed is-never call to compare the names of the respective app instead of the abbrev. This
fails if the apps abbrev changes but the actual app is the same.</li>
</ul>
</change>
<change version="1.3.1">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>fixed a bug with icon retrieval</li>
</ul>
</change>
<change version="1.3.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>added endpoint for accessing public url</li>
</ul>
</change>
<change version="1.2.2">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>small fixes to make svg icons work</li>
</ul>
</change>
<change version="1.2.1">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>changed ordering of items inside of repo-app element</li>
</ul>
</change>
<change version="1.2.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>changed order of subitems in repo-app element (repo-icon always first now for ease of client-side processing)</li>
<li>removed slot attributes from repo-icon elements</li>
</ul>
</change>
<change version="1.1.2">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>fixed request context pathes</li>
<li>block packagemanager and packageservice from being removed</li>
</ul>
</change>
<change version="1.0.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>support for svg icons</li>
<li>check for newer packages, putting updated packages on top of list</li>
<li>fixed html empty elements by using HTML5 serialization</li>
<li>showing dummy page in case service is opened directly</li>
</ul>
</change>
</changelog>
</meta>