summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-23- Add newmail_notifier_desktop option to sample configalec
git-svn-id: https://svn.roundcube.net/trunk@5272 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-22Ignore events from form elementsthomasb
git-svn-id: https://svn.roundcube.net/trunk@5271 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-22Add German localization for new mail notifier pluginthomasb
git-svn-id: https://svn.roundcube.net/trunk@5270 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-22- Support HTML5 notifications + notification test featurealec
git-svn-id: https://svn.roundcube.net/trunk@5269 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-22- Small cleanup + fix: list contacts on when list object is foundalec
git-svn-id: https://svn.roundcube.net/trunk@5268 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-22Fix compose command from other tasks than mail and address book; skip common ↵thomasb
request parameters git-svn-id: https://svn.roundcube.net/trunk@5267 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-22- Fix bug where after delete message rows can be added to the list of ↵alec
another folder (#1487752) git-svn-id: https://svn.roundcube.net/trunk@5266 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-22- Abort pending autocomplete requests when max entries found, small code ↵alec
improvements git-svn-id: https://svn.roundcube.net/trunk@5265 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-21Skip confirmation dialog when deleting a contact from a source that supports ↵thomasb
undelete operations git-svn-id: https://svn.roundcube.net/trunk@5264 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-21- Make the plugin aware of autocomplete_* optionsalec
- Fix non-working backspace key in name field git-svn-id: https://svn.roundcube.net/trunk@5263 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-21- Add notice on autocompletion that not all records were displayedalec
git-svn-id: https://svn.roundcube.net/trunk@5262 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-21Aread alter forms in rcube_template::parse() instead of write()thomasb
git-svn-id: https://svn.roundcube.net/trunk@5260 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-21- Revert possibility to select contact with TAB key in autocompletion listalec
git-svn-id: https://svn.roundcube.net/trunk@5259 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-21Add option 'searchonly' for address books; currently used by LDAP directoriesthomasb
git-svn-id: https://svn.roundcube.net/trunk@5258 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-21- Fix lost info for encrypted messagesalec
git-svn-id: https://svn.roundcube.net/trunk@5257 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-21- Add Priority filter to the messages listalec
git-svn-id: https://svn.roundcube.net/trunk@5256 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-20- Fix sorting of messages on servers without SORT and THREAD commandalec
git-svn-id: https://svn.roundcube.net/trunk@5255 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-20- Fix listing messages on servers without SORT and THREAD commandalec
git-svn-id: https://svn.roundcube.net/trunk@5254 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-20- Fix forwarded attachments, broken in r5204alec
git-svn-id: https://svn.roundcube.net/trunk@5253 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-20- Fix so TAB key stops autocompletion and jumps to next fieldalec
git-svn-id: https://svn.roundcube.net/trunk@5252 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-20- Fix cached indexes validation after removing messages when skip_deleted=truealec
git-svn-id: https://svn.roundcube.net/trunk@5251 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-20- Do not prepend '-- ' to signature if a line '-- ' already exists in signaturealec
git-svn-id: https://svn.roundcube.net/trunk@5250 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-20- Fix listing contacts in a groupalec
git-svn-id: https://svn.roundcube.net/trunk@5249 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-20- Make group's "member" attibute name configurablealec
git-svn-id: https://svn.roundcube.net/trunk@5248 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-20- Improve performance by skipping redundant SELECT query when writing new ↵alec
session into DB git-svn-id: https://svn.roundcube.net/trunk@5247 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-19Numbers are also allowed in action namesthomasb
git-svn-id: https://svn.roundcube.net/trunk@5246 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-19Allow 'compose' commands from any taskthomasb
git-svn-id: https://svn.roundcube.net/trunk@5245 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-19- Fix PHP error when fetching messages index when threaded mode is enabledalec
git-svn-id: https://svn.roundcube.net/trunk@5244 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-19- Don't set (wrong) error on groups listing actionalec
git-svn-id: https://svn.roundcube.net/trunk@5243 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-19- Set group_bind_dn outside of list_groups()alec
git-svn-id: https://svn.roundcube.net/trunk@5242 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-19- Hide PHP warning on ldap_search()alec
git-svn-id: https://svn.roundcube.net/trunk@5241 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-19- Allow setting connection options in imap_connect hookalec
git-svn-id: https://svn.roundcube.net/trunk@5240 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-19- Added managesieve_connect hook for pluginsalec
git-svn-id: https://svn.roundcube.net/trunk@5239 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-19Add Cherokee and Hiawatha webservers to requirements listthomasb
git-svn-id: https://svn.roundcube.net/trunk@5238 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-19- Make rcube_ldap bind() and sasl_bind() methods publicalec
git-svn-id: https://svn.roundcube.net/trunk@5237 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-19- Set style of login form inputs using class not IDsalec
git-svn-id: https://svn.roundcube.net/trunk@5236 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-19- Add lost cache_index.valid column definitionalec
git-svn-id: https://svn.roundcube.net/trunk@5234 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-18- Cache synchronization using QRESYNC/CONDSTOREalec
- Fixed message ID updates in cache - Changed message flags handling + some fixes (e.g. fixed messages listing after delete) git-svn-id: https://svn.roundcube.net/trunk@5233 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-17- Fix locked folder rename option on servers supporting RFC2086 only (#1488089)alec
git-svn-id: https://svn.roundcube.net/trunk@5232 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-17- Fix GCC warning in googiespell.js (#1488090)alec
git-svn-id: https://svn.roundcube.net/trunk@5231 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-16Add Swiss German localizationthomasb
git-svn-id: https://svn.roundcube.net/trunk@5230 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-16Trigger 'new_messages' hook for all checked folders (#1488083)thomasb
git-svn-id: https://svn.roundcube.net/trunk@5228 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-16Remove debugging stuffthomasb
git-svn-id: https://svn.roundcube.net/trunk@5227 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-16Fix session race conditions when composing new messagesthomasb
git-svn-id: https://svn.roundcube.net/trunk@5226 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-16- Removed leftover codealec
git-svn-id: https://svn.roundcube.net/trunk@5225 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-16- de_DE localization addedalec
git-svn-id: https://svn.roundcube.net/trunk@5224 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-16- Fix default folders settings (according to namespaces) for new users tooalec
git-svn-id: https://svn.roundcube.net/trunk@5223 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-16- Fix is_a() usagealec
git-svn-id: https://svn.roundcube.net/trunk@5222 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-15- Disable message list keypress operations when CTRL key is pressed,alec
to workaround FF6 issue, where Ctrl+Pg(Up/Down) was changing list page and browser tab) - Fix multiselection with Ctrl+Up/Down keys git-svn-id: https://svn.roundcube.net/trunk@5221 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-15Improve icon for saved searchesthomasb
git-svn-id: https://svn.roundcube.net/trunk@5220 208e9e7b-5314-0410-a742-e7e81cd9613c