<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markzz/aurweb.git/web/html, branch v3.5.0</title>
<subtitle>aurweb working repository</subtitle>
<id>https://git.markzz.net/markzz/aurweb.git/atom/web/html?h=v3.5.0</id>
<link rel='self' href='https://git.markzz.net/markzz/aurweb.git/atom/web/html?h=v3.5.0'/>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/'/>
<updated>2014-11-21T10:43:31Z</updated>
<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>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 support for architecture-specific sources</title>
<updated>2014-10-10T10:29:18Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-10-10T10:27:13Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=a1bee1a21e3ac4ee475332bfda63fa502ba51694'/>
<id>urn:sha1:a1bee1a21e3ac4ee475332bfda63fa502ba51694</id>
<content type='text'>
As a follow-up to 4d7da95 (Add support for architecture-specific fields,
2014-08-10), handle architecture-specific source fields as well.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Add a script to generate package lists</title>
<updated>2014-10-10T08:57:47Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-10-10T08:57:47Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=725a4778dbe51873e1ab1219339397ad50d78e61'/>
<id>urn:sha1:725a4778dbe51873e1ab1219339397ad50d78e61</id>
<content type='text'>
This can be used to regularly generate lists of packages and package
bases that are made available under /packages.gz and /pkgbase.gz,
respectively.

Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Use readfile() instead of include for static files</title>
<updated>2014-10-10T08:27:53Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-10-10T08:27:53Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=89b0fb83487be96daf7f84a582da62f7239e23f4'/>
<id>urn:sha1:89b0fb83487be96daf7f84a582da62f7239e23f4</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;archlinux@cryptocrack.de&gt;
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2014-10-03T11:18:04Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-10-03T11:18:04Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=2786c16bd5da05dafcb3c6f79f636bc03b9433b6'/>
<id>urn:sha1:2786c16bd5da05dafcb3c6f79f636bc03b9433b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rss.php: Include package functions</title>
<updated>2014-10-03T11:17:38Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>archlinux@cryptocrack.de</email>
</author>
<published>2014-10-03T10:56:18Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=1b22f8046f0f948ffa7bd505e602580983d88f01'/>
<id>urn:sha1:1b22f8046f0f948ffa7bd505e602580983d88f01</id>
<content type='text'>
This is needed since 4426877 (Move latest_pkgs() to pkgfuncs.inc.php,
2014-05-29).

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