Commit Graph

1091 Commits (18371736346a2f71f37f68e6fd13de8b230a8baf)

Author SHA1 Message Date
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