<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markzz/aurweb.git/web, branch v3.5.0</title>
<subtitle>aurweb working repository</subtitle>
<id>https://git.markzz.net/markzz/aurweb.git/atom/web?h=v3.5.0</id>
<link rel='self' href='https://git.markzz.net/markzz/aurweb.git/atom/web?h=v3.5.0'/>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/'/>
<updated>2014-11-22T22:47:20Z</updated>
<entry>
<title>Release 3.5.0</title>
<updated>2014-11-22T22:47:20Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-11-22T22:47:20Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=aa2724bbfee4b2504a4e9d27e06037639c3bc3cc'/>
<id>urn:sha1:aa2724bbfee4b2504a4e9d27e06037639c3bc3cc</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Remove duplicate slash in the password reset URL</title>
<updated>2014-11-21T10:43:31Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-11-21T10:38:26Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=e0c1caece593eeaeb1a75b368dff31c96d332b46'/>
<id>urn:sha1:e0c1caece593eeaeb1a75b368dff31c96d332b46</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Check password length on the password reset form</title>
<updated>2014-11-21T10:43:31Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-11-21T10:08:42Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=888b8d471f3ac3501144ab7ed3b9adbbf213037b'/>
<id>urn:sha1:888b8d471f3ac3501144ab7ed3b9adbbf213037b</id>
<content type='text'>
We already check for a minimum password length on the account edit page.
Add the same check to the password reset form (which is also used to set
an initial password).

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Always use virtual URLs</title>
<updated>2014-11-21T10:43:31Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-11-21T10:34:38Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=571b74b9017169ed6181a57d637ad737fd15f6b3'/>
<id>urn:sha1:571b74b9017169ed6181a57d637ad737fd15f6b3</id>
<content type='text'>
Support for non-virtual URLs has been broken for a long time and is no
longer used on the official AUR setup.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Fix login link</title>
<updated>2014-11-19T09:20:31Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-11-19T09:20:31Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=27850943bbe443ab42c8f670a8c170df7b690f82'/>
<id>urn:sha1:27850943bbe443ab42c8f670a8c170df7b690f82</id>
<content type='text'>
Regression introduced in 76343fb (Use an INI-style configuration file,
2014-10-24).

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Add support for .SRCINFO</title>
<updated>2014-11-18T22:51:08Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-11-18T22:51:08Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=aa4acc94050266986c036298268d8b6ee530b5c6'/>
<id>urn:sha1:aa4acc94050266986c036298268d8b6ee530b5c6</id>
<content type='text'>
pacman officially supports .SRCINFO since commit 6029a77 (makepkg:
introduce .SRCINFO files for source packages, 2014-11-08).

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Use an INI-style configuration file</title>
<updated>2014-10-24T08:03:54Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-10-24T06:31:47Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=76343fb91511b9f53e58b6c01b258bfe00ddb4c6'/>
<id>urn:sha1:76343fb91511b9f53e58b6c01b258bfe00ddb4c6</id>
<content type='text'>
Replace web/lib/config.inc.php with an INI-style configuration file.
This allows us to get rid of several globals and makes it easier to use
the same configuration file in external scripts.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>voters.php: Show time stamps if available</title>
<updated>2014-10-17T07:53:02Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-10-17T07:53:02Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=c64b51f2eeedca319c5160777f74266bc3886b43'/>
<id>urn:sha1:c64b51f2eeedca319c5160777f74266bc3886b43</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Add a time stamp to package base votes</title>
<updated>2014-10-16T16:15:45Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-10-15T14:59:15Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=e9ebcc4479a09ebcf057664c55124caa00cf1946'/>
<id>urn:sha1:e9ebcc4479a09ebcf057664c55124caa00cf1946</id>
<content type='text'>
This can potentially be used to identify trending packages.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2014-10-11T09:27:04Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-10-11T09:27:04Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=c986ba0c52a771daf3593e3e262d3345997311ad'/>
<id>urn:sha1:c986ba0c52a771daf3593e3e262d3345997311ad</id>
<content type='text'>
</content>
</entry>
</feed>
