<feed xmlns='http://www.w3.org/2005/Atom'>
<title>roundcube.git/program/js, branch v0.8.6</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.hiegel.fr/cgit/roundcube.git/atom?h=v0.8.6</id>
<link rel='self' href='https://git.hiegel.fr/cgit/roundcube.git/atom?h=v0.8.6'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/'/>
<updated>2012-11-27T17:10:13Z</updated>
<entry>
<title>Fix deleting of collapsed threads, broken in 2b55d4f4204bdb8c97865e01b960c1d1f23ac0b7 (#1488772)</title>
<updated>2012-11-27T17:10:13Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2012-11-27T17:07:42Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=caffe4d317b22c61881e48aebe85a9e5b334affd'/>
<id>urn:sha1:caffe4d317b22c61881e48aebe85a9e5b334affd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix selection of collapsed thread rows (#1488772)</title>
<updated>2012-11-23T08:31:44Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2012-11-20T08:56:43Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=4e10778caf04d05c90caa827212a141d3a4a619f'/>
<id>urn:sha1:4e10778caf04d05c90caa827212a141d3a4a619f</id>
<content type='text'>
Conflicts:

	CHANGELOG
</content>
</entry>
<entry>
<title>Fix keybord events on messages list in opera browser (#1488823)</title>
<updated>2012-11-23T08:27:19Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2012-11-20T19:52:44Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=a96db0f928ceafc9c24a4155f0ddecf13c8535f8'/>
<id>urn:sha1:a96db0f928ceafc9c24a4155f0ddecf13c8535f8</id>
<content type='text'>
Conflicts:

	CHANGELOG
</content>
</entry>
<entry>
<title>Fix regression where unintentional page reload was done after request abort (#1488802)</title>
<updated>2012-11-12T12:09:03Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2012-11-12T12:09:03Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=af18b5b06f7045d0d2f76d618ed8831a788931af'/>
<id>urn:sha1:af18b5b06f7045d0d2f76d618ed8831a788931af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix excessive LFs at the end of composed message with top_posting=true (#1488797)</title>
<updated>2012-11-12T08:17:44Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2012-11-12T08:16:22Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=a38cd0f12a29ba323c1edaa7fbd1f51572454304'/>
<id>urn:sha1:a38cd0f12a29ba323c1edaa7fbd1f51572454304</id>
<content type='text'>
Conflicts:

	CHANGELOG
</content>
</entry>
<entry>
<title>Merge pull request #41 from linagora/release-0.8</title>
<updated>2012-10-31T09:16:35Z</updated>
<author>
<name>Thomas B.</name>
<email>thomas@roundcube.net</email>
</author>
<published>2012-10-31T09:16:35Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=a2c586093e1b27ca14c2fb60a1c7f535444695d3'/>
<id>urn:sha1:a2c586093e1b27ca14c2fb60a1c7f535444695d3</id>
<content type='text'>
Grancefully handle SSO redirects on Ajax requests</content>
</entry>
<entry>
<title>Fix possible HTTP DoS on error in keep-alive requests (#1488782)</title>
<updated>2012-10-31T08:37:04Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2012-10-31T08:35:57Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=752eedd9647468aa40028f5e73b80adb88957b34'/>
<id>urn:sha1:752eedd9647468aa40028f5e73b80adb88957b34</id>
<content type='text'>
Conflicts:

	CHANGELOG
</content>
</entry>
<entry>
<title>Grancefully handle SSO redirections on Ajax requests</title>
<updated>2012-10-30T14:08:49Z</updated>
<author>
<name>jkornobis</name>
<email>jkornobis@linagora.com</email>
</author>
<published>2012-10-30T14:08:49Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=d2d00c510be0974fe2ec2b8d926cb00b25686083'/>
<id>urn:sha1:d2d00c510be0974fe2ec2b8d926cb00b25686083</id>
<content type='text'>
On some SSO systems, when the SSO session is expired,
the system intercept HTTP requests and send a 302 "Found" HTTP code to the login page.
This patch handle this case in Roundcube Ajax requests, to redirect to the SSO login page.
Note that request.status don't have the 302 code (at least on Firefox), so we have to check the response headers for a Location field and redirect manually.
</content>
</entry>
<entry>
<title>Fix broken script after failed merge</title>
<updated>2012-10-02T18:05:08Z</updated>
<author>
<name>Thomas Bruederli</name>
<email>thomas@roundcube.net</email>
</author>
<published>2012-10-02T18:05:08Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=aa4612e7304d6a8f99842702593954c99a702b4d'/>
<id>urn:sha1:aa4612e7304d6a8f99842702593954c99a702b4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Let the skin limit the number of visible recipeints and place a link to show them all in a dialog (better fix for #1488590)</title>
<updated>2012-10-02T17:51:35Z</updated>
<author>
<name>Thomas Bruederli</name>
<email>thomas@roundcube.net</email>
</author>
<published>2012-10-02T12:14:24Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=98183b39eb6f617dd4666ce86e0bceef0c8a82e9'/>
<id>urn:sha1:98183b39eb6f617dd4666ce86e0bceef0c8a82e9</id>
<content type='text'>
</content>
</entry>
</feed>
