<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markzz/aurweb.git/web, branch v4.0.0-rc6</title>
<subtitle>aurweb working repository</subtitle>
<id>https://git.markzz.net/markzz/aurweb.git/atom/web?h=v4.0.0-rc6</id>
<link rel='self' href='https://git.markzz.net/markzz/aurweb.git/atom/web?h=v4.0.0-rc6'/>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/'/>
<updated>2015-06-28T10:59:41Z</updated>
<entry>
<title>Release 4.0.0-rc6</title>
<updated>2015-06-28T10:59:41Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-06-28T10:59:41Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=552a297a498c2fc0c1fb53bae4d4ad76a165e807'/>
<id>urn:sha1:552a297a498c2fc0c1fb53bae4d4ad76a165e807</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Only print no changes message if queries failed</title>
<updated>2015-06-27T16:00:39Z</updated>
<author>
<name>Johannes Löthberg</name>
<email>johannes@kyriasis.com</email>
</author>
<published>2015-06-27T15:48:39Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=eb169d3b0b5d873d85791595a4e64df1ed337e1e'/>
<id>urn:sha1:eb169d3b0b5d873d85791595a4e64df1ed337e1e</id>
<content type='text'>
This commit changes the messages printed when changing the accound
details so that it only prints that no changes were made if either the
account change SQL query or the account_set_ssh_keys call failed.

Reported-by: Alexis Chotard &lt;alexis.horgix.chotard@gmail.com&gt;
Signed-off-by: Johannes Löthberg &lt;johannes@kyriasis.com&gt;
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Fake pkgbase actions for unconfirmed users</title>
<updated>2015-06-27T11:04:03Z</updated>
<author>
<name>Gordian Edenhofer</name>
<email>gordian.edenhofer@gmail.com</email>
</author>
<published>2015-06-26T19:03:17Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=8bd03adb6168b16222510f2e1a148f2ad5ea3afb'/>
<id>urn:sha1:8bd03adb6168b16222510f2e1a148f2ad5ea3afb</id>
<content type='text'>
Displaying flag, notify, vote, adopt and file request links for
users which did not authenticate themselves and letting those fake
buttons link to the login page.

Signed-off-by: Gordian Edenhofer &lt;gordian.edenhofer@gmail.com&gt;
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Add support for multiple SSH public keys</title>
<updated>2015-06-27T11:04:03Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-06-26T06:52:58Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=b036b436aa64be000481f8d1da30ff53d4bcb889'/>
<id>urn:sha1:b036b436aa64be000481f8d1da30ff53d4bcb889</id>
<content type='text'>
Attaching more than one SSH public key to the same account is useful,
e.g. if one uses different machines to access the AUR SSH interface.
Multiple keys can now be specified by adding multiple lines to the text
area on the account edit form.

Implements FS#45469.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
Acked-by: Leonidas Spyropoulos &lt;artafinde@gmail.com&gt;
</content>
</entry>
<entry>
<title>Split out package actions into a separate template</title>
<updated>2015-06-27T11:04:03Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-06-26T10:24:15Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=dbe56342a19692cba6a6cd8e79a4e6b65a6d659e'/>
<id>urn:sha1:dbe56342a19692cba6a6cd8e79a4e6b65a6d659e</id>
<content type='text'>
This package base details and package details pages now use exactly the
same code for the package actions box, so it makes sense to use a
separate template file instead.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Split out code to generate action links</title>
<updated>2015-06-27T11:04:03Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-06-26T10:06:21Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=4bc990f9c0a5da9e42f5ed58917cf051e1eacc0f'/>
<id>urn:sha1:4bc990f9c0a5da9e42f5ed58917cf051e1eacc0f</id>
<content type='text'>
Add (and use) two new helper functions html_account_link() and
html_account_form() to generate the links in the package actions box.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Move registration code to a separate unit</title>
<updated>2015-06-27T11:04:03Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-06-25T13:46:39Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=3dbaee80b4fcc99cd236f76e60a1572377946123'/>
<id>urn:sha1:3dbaee80b4fcc99cd236f76e60a1572377946123</id>
<content type='text'>
Until now, we used the same unit to register and edit accounts. Split
these features into separate source files for clarity. This also allows
us to redirect to the home page when a logged-in user tries to access
the registration page.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Redirect at previous page after a successful login</title>
<updated>2015-06-27T11:04:03Z</updated>
<author>
<name>Gordian Edenhofer</name>
<email>gordian.edenhofer@gmail.com</email>
</author>
<published>2015-06-18T19:28:17Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=6395a5d5b86ce4aca75a4eb246db77cd08ae0ffc'/>
<id>urn:sha1:6395a5d5b86ce4aca75a4eb246db77cd08ae0ffc</id>
<content type='text'>
After the user was authenticated a redirect to the site which
linked the user to the login page is done. This fixes FS#32481.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Make merge into label of width 'auto'</title>
<updated>2015-06-27T11:04:03Z</updated>
<author>
<name>Johannes Löthberg</name>
<email>johannes@kyriasis.com</email>
</author>
<published>2015-06-23T17:56:53Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=d841357d7f68e2b5d763aeef1dc1ce050b6f11df'/>
<id>urn:sha1:d841357d7f68e2b5d763aeef1dc1ce050b6f11df</id>
<content type='text'>
Signed-off-by: Johannes Löthberg &lt;johannes@kyriasis.com&gt;
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Make confirmation label of width 'auto'</title>
<updated>2015-06-27T11:04:03Z</updated>
<author>
<name>Johannes Löthberg</name>
<email>johannes@kyriasis.com</email>
</author>
<published>2015-06-23T17:56:52Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=d1fe28ff7e206b02b42995dc92600af90b7195ae'/>
<id>urn:sha1:d1fe28ff7e206b02b42995dc92600af90b7195ae</id>
<content type='text'>
Signed-off-by: Johannes Löthberg &lt;johannes@kyriasis.com&gt;
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
</feed>
