summaryrefslogtreecommitdiff
path: root/roundcubemail/program
AgeCommit message (Collapse)Author
2011-09-06- Merge devel-saved_search branch (Addressbook Saved Searches)alec
git-svn-id: https://svn.roundcube.net/trunk@5182 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-06- Merge devel-spellcheck branch:alec
- Added spellchecker exceptions dictionary (shared or per-user) - Added possibility to ignore words containing caps, numbers, symbols (spellcheck_ignore_* options) git-svn-id: https://svn.roundcube.net/trunk@5181 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-05Improved memcache connection procedure from release-0.6; use call_user_func ↵thomasb
to trigger session gc handlers git-svn-id: https://svn.roundcube.net/trunk@5177 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-05Localization updatesthomasb
git-svn-id: https://svn.roundcube.net/trunk@5173 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-05- Check for "Permission denied" string in IMAP error messages to display ↵alec
more appropriate message to the user git-svn-id: https://svn.roundcube.net/trunk@5170 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-05- Don't disable include() errors, so now broken translation of a plugin will ↵alec
print error to the log git-svn-id: https://svn.roundcube.net/trunk@5168 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-05Protect from Clickjacking by sending X-Frame-Options headers (#1487037)thomasb
git-svn-id: https://svn.roundcube.net/trunk@5164 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-05Fallback to mail_domain in LDAP variable replacements; add 'host' to ↵thomasb
'user_create' hook arguments (#1488024) git-svn-id: https://svn.roundcube.net/trunk@5162 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-05Fix wrong vCard type parameter mobile (#1488067)thomasb
git-svn-id: https://svn.roundcube.net/trunk@5160 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-05Fix vCard WORKFAX issue (#1488046)thomasb
git-svn-id: https://svn.roundcube.net/trunk@5159 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-04- Add vCard's Profile URL support (#1488062)alec
git-svn-id: https://svn.roundcube.net/trunk@5158 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-04- Fix all messages remain selected after moving all search results and ↵alec
clearing search (#1488066) git-svn-id: https://svn.roundcube.net/trunk@5157 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-02- jQuery 1.6.3alec
git-svn-id: https://svn.roundcube.net/trunk@5154 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-09-02- Fix error in messages drag&drop action caused by r5146alec
git-svn-id: https://svn.roundcube.net/trunk@5153 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-30- Fix imap_cache setting to values other than 'db' (#1488060)alec
git-svn-id: https://svn.roundcube.net/trunk@5150 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-30- Fix handling of attachments inside message/rfc822 parts (#1488026)alec
git-svn-id: https://svn.roundcube.net/trunk@5149 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-30- Make 5th argument of rcmail_deliver_message() optionalalec
git-svn-id: https://svn.roundcube.net/trunk@5148 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-29Initialize GUI objects which are added after initthomasb
git-svn-id: https://svn.roundcube.net/trunk@5146 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-29Really abort autocompletion when hitting Escapethomasb
git-svn-id: https://svn.roundcube.net/trunk@5145 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-29Make list of mimetypes that open in preview window configurable (#1487625)thomasb
git-svn-id: https://svn.roundcube.net/trunk@5144 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-29Add plugin hook message_part_get for message part downloadsthomasb
git-svn-id: https://svn.roundcube.net/trunk@5143 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-28- Localize forwarded message header (#1488058)alec
- pl_PL update - Fix label: databaserror -> dberror git-svn-id: https://svn.roundcube.net/trunk@5139 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-27- Fix is_a() usage for PHP>5.3.6alec
git-svn-id: https://svn.roundcube.net/trunk@5138 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-26Don't attempt to list (and cache) folders if not connectedthomasb
git-svn-id: https://svn.roundcube.net/trunk@5137 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-26- Microoptimization: use substr_replace() for injecting a string into stringalec
git-svn-id: https://svn.roundcube.net/trunk@5135 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-25Move timezone computation to rcube_config; don't override ↵thomasb
SESSION['timezone'] when saving prefs git-svn-id: https://svn.roundcube.net/trunk@5132 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-24Add copyright line on files with significant changes from Kolab Systemsthomasb
git-svn-id: https://svn.roundcube.net/trunk@5128 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-24Fix group members listing for ldap directoriesthomasb
git-svn-id: https://svn.roundcube.net/trunk@5126 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-24Log session_id with loginsthomasb
git-svn-id: https://svn.roundcube.net/trunk@5118 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-24- Added unique connection identifier to IMAP debug messagesalec
git-svn-id: https://svn.roundcube.net/trunk@5116 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-22- Added 'priority' column on messages listalec
git-svn-id: https://svn.roundcube.net/trunk@5111 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-22- Fix image type check for contact photo uploads alec
git-svn-id: https://svn.roundcube.net/trunk@5110 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-22- Prevent from form submit with Enter key in file input fields in Internet ↵alec
Explorer git-svn-id: https://svn.roundcube.net/trunk@5109 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-22- Fix contact row update after name change when in searching mode, update ↵alec
changelog git-svn-id: https://svn.roundcube.net/trunk@5108 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-19- Improve setting upload form attributes, IE7 uses 'encoding' attribute ↵alec
instead of 'enctype' git-svn-id: https://svn.roundcube.net/trunk@5100 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-19- Don't add console to error pages, prevents js erroralec
git-svn-id: https://svn.roundcube.net/trunk@5099 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-19- Followup to r5097, fix: match From with full address spec.alec
git-svn-id: https://svn.roundcube.net/trunk@5098 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-19- Fixed selecting identity on reply/forward (#1487981)alec
git-svn-id: https://svn.roundcube.net/trunk@5097 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-19- Fix parent folder ACL checking in some casesalec
git-svn-id: https://svn.roundcube.net/trunk@5096 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-19- Use internal cache for mailbox_info() resultalec
git-svn-id: https://svn.roundcube.net/trunk@5095 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-18Fix folders drop-down list: descend into root folder (e.g. INBOX) even if ↵thomasb
part of the exception list git-svn-id: https://svn.roundcube.net/trunk@5089 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-18- Fix photo links in contact edit formalec
git-svn-id: https://svn.roundcube.net/trunk@5088 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-18- Disable subscription on virtual shared foldersalec
git-svn-id: https://svn.roundcube.net/trunk@5087 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-18- Unsubscribe from non-existing folders always (on listing), not only in ↵alec
Settings/Folders UI git-svn-id: https://svn.roundcube.net/trunk@5085 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-16Clean up mistakenly overwritten localizations files in r5067thomasb
git-svn-id: https://svn.roundcube.net/trunk@5078 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-16Correctly quote group filterthomasb
git-svn-id: https://svn.roundcube.net/trunk@5074 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-16- Fix/simplify email regexp to prevent "no valid recipients" SMTP error ↵alec
(#1488040) git-svn-id: https://svn.roundcube.net/trunk@5073 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-16- Add option to hide selected LDAP addressbook on the listalec
git-svn-id: https://svn.roundcube.net/trunk@5072 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-16- Add client-side checking of uploaded files sizealec
git-svn-id: https://svn.roundcube.net/trunk@5071 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-14More unique error codesthomasb
git-svn-id: https://svn.roundcube.net/trunk@5068 208e9e7b-5314-0410-a742-e7e81cd9613c