Commit Graph

1313 Commits (7c1231a94b2a3dddd74b17c7c66bc9d41bb55f47)

Author SHA1 Message Date
thomascube e2a8b4dd6d Skip VLV if a group is selected; show advanced search form if activating a 'searchonly' address book 13 years ago
alecpl 8881766a9f - Improved performance by skipping folders list sorting when it's not needed in folder manager 13 years ago
thomascube 537c394302 Attach jquery UI date pickers to contact fields of type 'date' 13 years ago
alecpl b96ed4b74e - Fix issue where it wasn't possible to change list view mode in folder manager for INBOX (#1488107), also show messages count and size in such case 13 years ago
alecpl 765fdeb5b5 - Improved performance of draft saving by usage of APPENDUID response if available (skipped SEARCH call) 13 years ago
alecpl 56ec81cb6f - Don't print error to the log when trying to delete non-existing draft message 13 years ago
thomascube e750d1b816 Restrict folders list to write-only in selectors for special folders and save-message-to option 13 years ago
alecpl 90a6aff022 - Fix bug where when replying always the last identity is used (#1488101) 13 years ago
alecpl b175394b30 - Add loading indicator on contact delete 13 years ago
alecpl 9e54e6fd45 - Make the whole PHP output non-cacheable (#1487797) 13 years ago
alecpl bba25299f8 - Fix bug where after delete message rows can be added to the list of another folder (#1487752) 13 years ago
thomascube 2d3e2bc561 Add option 'searchonly' for address books; currently used by LDAP directories 13 years ago
alecpl 4b21d26879 - Add Priority filter to the messages list 13 years ago
alecpl 609d3923d7 - Cache synchronization using QRESYNC/CONDSTORE
- Fixed message ID updates in cache
- Changed message flags handling + some fixes (e.g. fixed messages listing after delete)
13 years ago
thomascube 47672bfda5 Trigger 'new_messages' hook for all checked folders (#1488083) 13 years ago
thomascube 06dc9838e0 Fix session race conditions when composing new messages 13 years ago
alecpl 8c124b9ea8 - Fix is_a() usage 13 years ago
thomascube 1cc9e210f5 Make date/time format user configurable; drop 'date_today' config option 13 years ago
alecpl 8703b08018 - Extend rcube_label_exists() to search in loaded plugins localizations
- Allow use localized addressbook field subtypes from plugins
13 years ago
alecpl 80152b333c - Rewritten messages caching (merged devel-mcache branch):
Indexes are stored in a separate table, so there's no need to store all messages in a folder
  Added threads data caching
  Flags are stored separately, so flag change doesn't cause DELETE+INSERT, just UPDATE
- Partial QRESYNC support
- Improved FETCH response handling
- Improvements in response tokenization method
13 years ago
alecpl b104e39f34 - Clear contactlist page conter after saved-search delete 13 years ago
alecpl f5c1085fbd - Localize (full) forwarded message header (#1488058) 13 years ago
alecpl f8e48df715 - Merge devel-saved_search branch (Addressbook Saved Searches) 13 years ago
alecpl 66df084203 - Merge devel-spellcheck branch:
- Added spellchecker exceptions dictionary (shared or per-user)
  - Added possibility to ignore words containing caps, numbers, symbols (spellcheck_ignore_* options)
13 years ago
alecpl dbb0c2a109 - Add vCard's Profile URL support (#1488062) 13 years ago
thomascube f7b58afb94 Make list of mimetypes that open in preview window configurable (#1487625) 13 years ago
thomascube d78771ad3c Add plugin hook message_part_get for message part downloads 13 years ago
alecpl 13d45dfbda - Localize forwarded message header (#1488058)
- pl_PL update
- Fix label: databaserror -> dberror
13 years ago
alecpl 9a835c7f7c - Fix is_a() usage for PHP>5.3.6 13 years ago
thomascube da71783bc9 Move timezone computation to rcube_config; don't override SESSION['timezone'] when saving prefs 13 years ago
thomascube 1a716d2d34 Add copyright line on files with significant changes from Kolab Systems 13 years ago
alecpl 7a2bade211 - Added 'priority' column on messages list 13 years ago
alecpl f0bccb7fb2 - Fix image type check for contact photo uploads 13 years ago
alecpl 5db6f96d22 - Fix contact row update after name change when in searching mode, update changelog 13 years ago
alecpl 8015bb9431 - Followup to r5097, fix: match From with full address spec. 13 years ago
alecpl 4436b43480 - Fixed selecting identity on reply/forward (#1487981) 13 years ago
alecpl dd6a47c24a - Fix parent folder ACL checking in some cases 13 years ago
alecpl 72fa193335 - Disable subscription on virtual shared folders 13 years ago
alecpl 189a0ae4dc - Unsubscribe from non-existing folders always (on listing), not only in Settings/Folders UI 13 years ago
alecpl 5c2ac5f528 - Fix/simplify email regexp to prevent "no valid recipients" SMTP error (#1488040) 13 years ago
alecpl 5c9d1ffe8e - Add option to hide selected LDAP addressbook on the list 13 years ago
alecpl fe0cb657f1 - Add client-side checking of uploaded files size 13 years ago
thomascube 782d8593bd More unique error codes 13 years ago
thomascube 615fb1c069 Only check for existing contacts if an email address is present 13 years ago
thomascube 57ce504112 Set maxlength for contact fields 13 years ago
thomascube 31737295b8 Add newlines between organization, department, jobtitle (#1488028) 13 years ago
thomascube f2ff370215 Recalculate date when replying to a message and localize the cite header (#1487675) 13 years ago
alecpl 6d0ada30d7 - Fix handling of email addresses with quoted local part (#1487939) 13 years ago
alecpl efc24a5fb3 - Fix handling Mail-Reply-To header in Reply All action 13 years ago
alecpl 85e7a3d4a3 - Fix moving folder to root, it wasn't working with IMAP delimiter different than a dot (loast part of r5023) 13 years ago
alecpl c6c99c89e6 - Add ACL check on parent folder 13 years ago
alecpl 2c77f553c8 - Add "loading" messages for contacts copying and groups assignment 13 years ago
alecpl 359e19a19d - Fix EOL character in vCard exports (#1487873) 13 years ago
alecpl 4d4a2fa32e - Added possibility to extend rcube_vcard's fieldmap
- Skip empty values in vCard export
13 years ago
alecpl 34854b63ee - Fix setting default addressbook as selected in source selector 13 years ago
alecpl 2dd2bf5012 - Fixed form reloading on source change, broken in r4999 13 years ago
alecpl 5731d68a97 - Added confirmation dialog for contact group deleting + loading indicator 13 years ago
alecpl b95149eb63 - Fixed contact photos upload, moved code to separate file for better performance
(to handle upload we don't need to initialize addressbook source)
13 years ago
alecpl 363514e30b - Move rcmail_localize_folderpath() to main.inc 13 years ago
alecpl 1cd36267a1 - Improved detection of folder rename possibility and its handling 13 years ago
alecpl f9e2858ae1 - Exclude edited folder from parent selector 13 years ago
alecpl 08b796f83c - Fixed search fields handling in quick-search 13 years ago
alecpl e86b4f4246 - Fix: folder selector doesn't list unsubscribed folders, followup to r4942 13 years ago
thomascube d917785e70 Move mail sending functions from mail task to core for general usage 13 years ago
alecpl 70c3111826 - Fix fallback to default source (#1488009) 13 years ago
alecpl 64ebc94eec - Fix source ID handling 13 years ago
alecpl 1e36b71838 - Generate display name before record validation 13 years ago
thomascube da89cf2937 Always show address book name if multiple books are configured; fix styling 13 years ago
alecpl 210438a6be - Unsubscribe from non-existing folders automaticly on folders listing 13 years ago
alecpl 79dd1692e3 - Another display name fix: don't store display name only if it equals to email address 13 years ago
alecpl 71e8cc3bce - Fixed display name on contact lists 13 years ago
alecpl 0213f8d4dd - Added optional "multithreading" autocomplete feature 13 years ago
alecpl 2d761bbbef - On contact copy check for existing record by name if email field is empty 13 years ago
alecpl ec4b594c24 - DOn't generate contact name here, it's not required 13 years ago
thomascube 04310ee1bf Better message if copying was rejected due to existing entries 13 years ago
alecpl f52c4f441f - Simplify undo message, add dots at the end of messages 13 years ago
alecpl c9cfd6d4bf - Improved parent folder selector 13 years ago
thomascube 71cc6bf630 Add drop-target for root folder; fix row insertion when moving to a protected folder 13 years ago
thomascube fa59965b41 Asynchronously load contacts after page load 13 years ago
thomascube 3a9f7954ba Fix getting first writeable address book if no default is configured 13 years ago
thomascube 03eb13f11c Small improvements and codestyle 13 years ago
alecpl 19869073e3 - Plugin API: added folder_delete and folder_rename hooks 13 years ago
alecpl 63fda8af57 - Make Undo action optional by setting undo_timeout=0 13 years ago
alecpl 7f5a849e78 - Added possibility to undo last contact delete operation 13 years ago
alecpl 1a3c911d92 - Fixed issues related to creating contacts in source which isn't currently selected (#1487990) 13 years ago
alecpl 9220169bf1 - Fix handling of other users namespace roots 13 years ago
alecpl 62811c4a70 - Fix group commands state after extended search use, make this check readonly-flag aware 13 years ago
thomascube ecb51cc8a6 Cache information about writeble address sources for performance reasons 13 years ago
alecpl 4171c59bd7 - Add optional textual upload progress indicator (#1486039) 13 years ago
alecpl 5b3ac32415 - Added addressbook source selector in contact create form 13 years ago
alecpl c3dabfad7a - Fixed link to contact photo, when browsing the search results (#1487980) 13 years ago
alecpl f5803dfda1 - Fix bug where Import button was disabled (#1326103) 13 years ago
alecpl f6eb1e29df - Fix creating/renaming folders with accented characters (#1487974) 13 years ago
alecpl 44143c5847 - Don't use reserved word 'class' (to prevent IE errors) 13 years ago
alecpl 87a2f686f0 - Fix contacts copying (#1487967) 13 years ago
alecpl 25e6a0f110 - Add rcube_imap::mailbox_info() 13 years ago
thomascube 930d385d9e Skip empty e-mail addresses in autocompletion 13 years ago
thomascube 86a025f504 Fix check in pagenav 13 years ago
thomascube 06c01d1720 Trigger keep_alive hook when checking for recent messages, too 13 years ago
alecpl b0689bd500 - Set css class name on directory list row according to readonly flag and 'class' data provided by plugins 13 years ago
alecpl 67975b99ef - Improved namespace roots handling in folder manager 13 years ago
alecpl cc90ed1f84 - Add addressbook name in contact info frame (#1487958) 13 years ago
alecpl 1a034323fc - Add possibility to return subscription status and css class name for folder row from "folder_save" hook
- Fix folder preview frame state after folder creation
13 years ago
alecpl 5f2d1588dd - Add 'foldername' attribute to folders table rows, so plugin writers would be able to iterate over the table rows and find wanted folders (folders_list hook) 13 years ago
alecpl ca7dda4948 - Fixed initial directory selection 13 years ago
alecpl ecf295f6ef - Added searching in all addressbook sources (global-search)
- Added addressbook source selection in contacts import
13 years ago
alecpl 9382b6dfe1 - Fix contacts import (#1487947) 13 years ago
thomascube b0c70b3ca7 Use address_template config when adding a new address block (#1487944) 13 years ago
alecpl b896b18f87 - Call addressbook_get hook only if build-in addressbook doesn't match wanted ID (for better performance), other improvements 13 years ago
alecpl e9a9f2f6c5 - Added addressbook advanced search 13 years ago
alecpl 2d5beeaf06 - Don't call rcube_idn_to_ascii() on empty data 13 years ago
alecpl 3cacf941fa - Add popup with basic fields selection for addressbook search 13 years ago
thomascube 09c59abf85 Case-insensitive matching in autocompletion (#1487933); replace old string offset syntax 13 years ago
alecpl 340546c975 - Optimization for spellcheck_before_send: don't invoke new ajax request. While we already have mispellings, we can return them and enable spellchecker directly without querying the server again 13 years ago
alecpl 644e3ad912 - Fix setting language for spellchecker on spellcheck_before_send 13 years ago
alecpl 1d5779b257 - Add option to force spellchecking before sending a message (#1485458) 13 years ago
alecpl b4edf78e4b - Provided rcube_spellchecker class, simplified code in utils task (less spell* files) 13 years ago
alecpl 55150f858f - Fix handling of "<" character in group name 13 years ago
alecpl d9641b0874 - Allow setting special folder with "<" character 13 years ago
alecpl 516467080b - Fix handling of "<" character in contact data, search fields and folder names, identity name and organization fields (#1487864) 13 years ago
alecpl d734481983 - Added option to specify to which address book add new contacts 13 years ago
alecpl 40a1860174 - Store user preferences in session when write-master is not available and session is stored in memcache, write them later 13 years ago
alecpl ccc059fd70 - Re-designed cache, fixes memcache/apc issues 13 years ago
alecpl 254d5ef32b - Improve performence of folder manager operations by moving subscriptions table operations (like adding/updateing/moving folders) into client-side - no need to invoke LIST, do sorting in browser
- This change should also handle better situations when working with replicated IMAP backend (e.g.Cyrus Murder)
13 years ago
alecpl 4bb7d27b54 - Removed focus_on_new_message option, added newmail_notify plugin 13 years ago
alecpl a509bb677c - Add option to set default action of Forward button to "Forward as attachment" 13 years ago
alecpl 21461dce77 - Trim HTML message before washing, to make sure that BOM is removed even when prepended by some whitespace chars (#1487915) 13 years ago
thomascube e2f185e1b3 Don't connect to address books unless necessary 13 years ago
thomascube 6b19999841 Correctly handle empty contact names when importing 13 years ago
thomascube 445a4ca04d Fix empty name in search results and error when creating a new contact 13 years ago
alecpl a208a4fa68 - Add forward-as-attachment feature 13 years ago
thomascube e848180aaa Improve display name composition when saving contacts (#1487143), with plugin-support; allow empty names in sql address book, fall back to e-mail address in listing and vcard export 13 years ago
alecpl ac3ad69e94 - Fix possible ambiguity in folders caching (when list_mailboxes() was called the same result was returned, no matter what was the 1st and 2nd argument) 13 years ago
alecpl 0d277ef01b - Plugin API: Add name and parent_name arguments to folder_form hook 13 years ago
alecpl 94bdcce081 - Add possibility (for plugins) to filter folders lists by some additional criteria (e.g. folder type) 13 years ago
alecpl d08333ea57 - Fix problems with subfolders of INBOX folder on some IMAP servers (#1487725)
- Fix handling of folders that doesn't belong to any namespace (#1487637)
13 years ago
alecpl 1abb97fe1b - Add 'uploadingmany' message translation 13 years ago
alecpl 7fc056c3ff - Enable multiselection for attachments uploading in capable browsers (#1485969) 13 years ago
alecpl cf58ce8512 - Fix a bug where selecting too many contacts would produce too large URI request (#1487892) 13 years ago
alecpl c08b18c4b9 - Fix relative URLs handling according to a <base> in HTML (#1487889) 13 years ago
alecpl e505519d1a - Improve photo actions handling (set name of upload-photo, disable delete-photo according to photo existance), code cleanup 13 years ago
alecpl 5c1dfb0b11 - Fix handling of top-level domains with more than 5 chars or unicode chars (#1487883) 13 years ago
alecpl d7b35c22af - Fix usage of non-standard HTTP error codes (#1487797) 13 years ago
alecpl 4351f7cd66 - Improve performance by including files with absolute path (#1487849) 13 years ago
thomascube bbb1427caa Gracefully shrug on database errors 13 years ago
thomascube 569f8306db Fix vcard folding at 75 chars; don't fold vcards for internal storage 13 years ago
thomascube 3d8b54edf7 Keep all submitted data if contact form validation fails (#1487865) 13 years ago
thomascube fc072bfdb3 Don't decode recipent strings submitted by address book 13 years ago
alecpl dae34b5c3f - Support 'abort' and 'result' response in 'preferences_save' hook, add error handling 13 years ago
alecpl dd0ae6297b - Improve space-stuffing handling in format=flowed messages (#1487861) 13 years ago
alecpl 111a6fc314 - Add info about indexcontacts.sh script in upgrade procedure 13 years ago
alecpl 8b2c23d603 - Use \n as a word separator to workaround some strange Google spellchecker issue 13 years ago
alecpl 569701d700 - Handle properly situation when uploaded attachment file is too big 13 years ago
thomascube 4591de7018 Prepare for multiple concurrent compose windows 14 years ago
alecpl bbce3edd61 - Add simple ACL rights/namespace handling in folder manager (display folder's namespace, modify edit form fields according to MYRIGHTS) 14 years ago
alecpl 29c54229cf - Fix parsing links with non-printable characters inside (#1487805) 14 years ago
thomascube a3b9e4e65d Better display of vcard import results (#1485457) 14 years ago
thomascube 0fbadebe13 Improve vcard import: map more fields, support photo urls, better UTF-16 charset detection 14 years ago
thomascube b8f14ce744 Allow multiple records with same e-mail address but show notice to the user 14 years ago
thomascube 360bd3ea74 Allow group identifiers to be changed upon renaming (used in LDAP) 14 years ago
alecpl da142bb598 - Replying to a sent message puts the old recipient as the new recipient (#1487074)
- Set compose header fields before skin objects' functions are being used, don't depend on the order of fields
14 years ago
thomascube 3e2637351d Fulltext search over contact fields. Attention: DATABASE SCHEMA CHANGED\! 14 years ago
alecpl c4e555c160 - Fix subtype select labels for fields added with 'Add field' 14 years ago
thomascube ce988a0778 Always generate valid DOM identifiers using html_identifier() write original identifier string to rel attribute where possible 14 years ago
alecpl 829cbfe88c - Use html::span instead of HTML code 14 years ago
alecpl 768091e094 - Make so addcontact icon doesn't jump alone to next line 14 years ago
thomascube a77cf2292b Add optional referer check to prevent CSRF in GET requests 14 years ago
alecpl cbf89140b3 - Fix vcard export (#1487765) 14 years ago
thomascube 29aab5a214 Localize contact property subtypes; better name for contact section 14 years ago
thomascube 07b95dc49b Delegate contact input validation to rcube_addressbook instance; accept already localized texts in rcube_output::show_message() 14 years ago
alecpl d80bd153a4 - Fix email_dns_check setting not used for identities/contacts (#1487740) 14 years ago
alecpl e18d992ee1 - Fix adding contacts: convert e-mail to ascii before format checking 14 years ago
thomascube 3e0e9148ef Prevent from relaying arbitrary requests through modcss.inc (security issue) 14 years ago
alecpl e8d5bdc84e - Fix IDNA support when IDN/INTL modules are in use (#1487742) 14 years ago
thomascube 8c57f5977d Don't decode already decoded from header 14 years ago
alecpl 2c052c19b1 - Prevent from messages_sort_col == null 14 years ago
alecpl ae3d6065d8 - Fix add/remove columns in message list when message_sort_order isn't set (#1487751) 14 years ago
alecpl f2e94665f3 - Clarify regexp (#1487722) 14 years ago
thomascube 6039aae387 Add groups support for LDAP address books, contributed by Andreas Dick 14 years ago
thomascube 79e634040d Don't block CSS styles having important keywords 14 years ago
thomascube f6c7afd2d9 Fix group item identifiers 14 years ago
thomascube c6be45646b Separate full message headers UI element from headers table (#1487715) + Remove double borders in folder listing (#1487713) 14 years ago
thomascube 8458c7ca0e When creating a new contact, add it to the selected group; consider the selected group when deleting a contact 14 years ago
alecpl c9f67353cf - Add part MIME ID to message_part_* hooks (#1487718) 14 years ago
thomascube ede17442a3 Fix search with no results; no size for date field 14 years ago
thomascube fbeb468904 Better grouping of contact information 14 years ago
thomascube bc374503bb Show full mail subject as title (#1487128) 14 years ago
alecpl b373fd4b3d - Fix setting timezone in Preferences (#1487705) 14 years ago
thomascube 0501b637a3 Merge branch devel-addressbook (r4193:4382) back into trunk 14 years ago
alecpl e81a30752b - Fix impossible to subscribe to protected folders (#1487656) 14 years ago
alecpl 68d2d54100 - Move action files map from index.php to steps' func.inc files 14 years ago
thomascube f5e7b35307 Bumbed version; Roundcube development is not Switzerland only 14 years ago
thomascube 56849c658b Wrap HTML parts with <html><body> and add Doctype declaration (#1487098) 14 years ago
alecpl 600bb156f7 - Use improved get_capability() syntax, saves CAPABILITY call in some cases 14 years ago
alecpl 77437e70f9 - Fix typo 14 years ago
alecpl ceb7085c45 - Fix duplicated rcmBody div 14 years ago
alecpl 8127289ba8 - Revert wrong optimization in r4354 14 years ago
alecpl 531922676e - small performance improvement 14 years ago
alecpl 591dd80d22 - Fix Fatal error: Call to a member function get_capability()... 14 years ago
alecpl 14f87f7f38 - Set Mail-Reply-To also for identity's reply-to 14 years ago