<feed xmlns='http://www.w3.org/2005/Atom'>
<title>roundcube.git/program/include/rcmail.php, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.hiegel.fr/cgit/roundcube.git/atom?h=master</id>
<link rel='self' href='https://git.hiegel.fr/cgit/roundcube.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/'/>
<updated>2015-02-25T10:24:05Z</updated>
<entry>
<title>Fix so "over quota" errors are displayed also in message compose page</title>
<updated>2015-02-25T10:24:05Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2015-02-25T10:24:05Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=216b31dd99b54e7be3df8feebeafae72e423bb1c'/>
<id>urn:sha1:216b31dd99b54e7be3df8feebeafae72e423bb1c</id>
<content type='text'>
This also fixes over quota responses on cyrus imap which uses "Over quota" string and no error identifier.
</content>
</entry>
<entry>
<title>Merge pull request #259 from corbosman/plugin_preload</title>
<updated>2015-02-19T07:31:43Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2015-02-19T07:31:43Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=3665d1e8ece98ea2093d464087b2cd856df73bd6'/>
<id>urn:sha1:3665d1e8ece98ea2093d464087b2cd856df73bd6</id>
<content type='text'>
Plugin preload</content>
</entry>
<entry>
<title>Load plugins before sessions have started</title>
<updated>2015-02-04T12:17:51Z</updated>
<author>
<name>corbosman</name>
<email>cor@xs4all.net</email>
</author>
<published>2015-01-06T20:48:39Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=de89d46be24f6b3454a0c0e62973af947b22ff29'/>
<id>urn:sha1:de89d46be24f6b3454a0c0e62973af947b22ff29</id>
<content type='text'>
Move the plugin loading phase to before sessions have started allowing plugins to add session drivers.  Plugins that want to use this should define an "onload" method in their plugins. This method does not have access to variables like $task as they are not yet initialised at that time.
</content>
</entry>
<entry>
<title>Fix blocked.gif image usage with assets_dir set</title>
<updated>2015-01-12T10:44:28Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2015-01-12T10:44:28Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=c6efcf5e6d11a0f236daff3aa3bd6532c77726d3'/>
<id>urn:sha1:c6efcf5e6d11a0f236daff3aa3bd6532c77726d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get rid of requests whitelist for security check bypass</title>
<updated>2014-12-16T12:34:48Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2014-12-16T12:34:48Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=7259529fad909c51bd412135827af08155f72e19'/>
<id>urn:sha1:7259529fad909c51bd412135827af08155f72e19</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve system security by using optional special URL with security token</title>
<updated>2014-12-16T12:28:48Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2014-12-16T12:28:48Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=681ba6fc3c296cd6cd11050531b8f4e785141786'/>
<id>urn:sha1:681ba6fc3c296cd6cd11050531b8f4e785141786</id>
<content type='text'>
Allows to define separate server/path for image/js/css files
Fix bugs where CSRF attacks were still possible on some requests
</content>
</entry>
<entry>
<title>Fix regression in rcmail::show_bytes() where unit was set to "[]" instead of "B"</title>
<updated>2014-11-28T07:47:45Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2014-11-28T07:47:45Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=f7f4672649ee6867175fa0f436408f75dcdf4841'/>
<id>urn:sha1:f7f4672649ee6867175fa0f436408f75dcdf4841</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add method to display operation (uploading) progress in UI message</title>
<updated>2014-11-20T11:03:22Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2014-11-20T11:03:22Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=0b36d151572e050b51d82e7429fee847ebb33e22'/>
<id>urn:sha1:0b36d151572e050b51d82e7429fee847ebb33e22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make upload progress text more compact.</title>
<updated>2014-11-20T08:14:33Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2014-11-20T08:14:33Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=2dfad0a56454ec3d3bc981379078424ba443f2aa'/>
<id>urn:sha1:2dfad0a56454ec3d3bc981379078424ba443f2aa</id>
<content type='text'>
E.g. "500 KB of 10 MB" becomes "0.5 of 10 MB"
</content>
</entry>
<entry>
<title>Skip unnecessary session updates on task switch - switch session task less often (#1490116)</title>
<updated>2014-10-25T14:45:33Z</updated>
<author>
<name>Aleksander Machniak</name>
<email>alec@alec.pl</email>
</author>
<published>2014-10-25T14:45:33Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/roundcube.git/commit/?id=71dbeeee10d0e3efcda95b8bbe7a2e4156e0f7fe'/>
<id>urn:sha1:71dbeeee10d0e3efcda95b8bbe7a2e4156e0f7fe</id>
<content type='text'>
</content>
</entry>
</feed>
