summaryrefslogtreecommitdiff
path: root/program/include
AgeCommit message (Collapse)Author
2011-08-19Backporting r5092, r5095, r5096 to release-0.6 branchthomascube
2011-08-18Backport changes from r5084 to r5090 to release branchthomascube
2011-08-16Remove development stuff and update versionsthomascube
2011-08-16Correctly quote group filterthomascube
2011-08-16- Add option to hide selected LDAP addressbook on the listalecpl
2011-08-16- Add client-side checking of uploaded files sizealecpl
2011-08-14More unique error codesthomascube
2011-08-12Pass attributes as vars to labelthomascube
2011-08-12- Fix infinite recurrence when saving user preferences stored in sessionalecpl
2011-08-12- Revert r5046, the change will be applied to devel-mcache branch, where it ↵alecpl
belongs for now
2011-08-12- Add debug for operations on groupsalecpl
2011-08-12- Remove double semicolonalecpl
2011-08-11Fix saving and deleting LDAP contacts; skip client-side input validation for ↵thomascube
contacts, this is done server-side
2011-08-11- Added IMAP ENABLE (RFC5161) supportalecpl
- Removed deprecated @access comments
2011-08-09- Fix XSS vulnerability in UI messages (#1488030)alecpl
2011-08-09- Fix handling of email addresses with quoted local part (#1487939)alecpl
2011-08-09- Fix handling of email addresses with quoted local part (#1487939)alecpl
2011-08-03- Display current user name in page title if devel_mode=truealecpl
2011-08-03- Fix EOL character in vCard exports (#1487873)alecpl
2011-08-03- Remove temp debug codealecpl
2011-08-03- Added possibility to extend rcube_vcard's fieldmapalecpl
- Skip empty values in vCard export
2011-08-02- Fix get_address_book() to call get_address_sources() internally when ↵alecpl
looking for default source
2011-08-02- Support department field as X-DEPARTMENTalecpl
2011-08-01- Remove function duplicate (from last commit)alecpl
2011-08-01- Move rcmail_localize_folderpath() to main.incalecpl
2011-08-01- Improved detection of folder rename possibility and its handlingalecpl
2011-07-30Log session validation errors; keep error message when redirecting to login ↵thomascube
after session error
2011-07-29- Fix 'exceptions' parameter of rcmail_mailbox_select() to handle ↵alecpl
directories on any level of the structure
2011-07-29- Fix 'sql' identifier for addressbook handling (#1488013)alecpl
2011-07-27- Performance fix: don't create addressbook object to close() it if it ↵alecpl
wasn't created before, skipping unneeded LDAP connection
2011-07-27- Use rcube_imap_generic::tokenizeResponse() for parsing BODYSTRUCTURE, ↵alecpl
fixes #1488007
2011-07-27- Delay imap cache initialization, fixes problem with cache cleanup on login ↵alecpl
(where user ID wasn't set on init time)
2011-07-27Move mail sending functions from mail task to core for general usagethomascube
2011-07-27- Don't use default source if source id is specified in get_address_source()alecpl
2011-07-27- Fix IE9 detection (#1488008)alecpl
2011-07-26- Move console object initialization code into one placealecpl
2011-07-25- Fixed display name on contact listsalecpl
2011-07-25- Added optional "multithreading" autocomplete featurealecpl
2011-07-25- Plugin API: Added 'config_get' hookalecpl
2011-07-21- Simplify undo message, add dots at the end of messagesalecpl
2011-07-21- Round upload progress percentage valuealecpl
2011-07-17Small improvements and codestylethomascube
2011-07-17Filter LDAP groups by search querythomascube
2011-07-17Fix ldap group members listingthomascube
2011-07-11Session object can be null if db/memcache is not availablethomascube
2011-07-10- Add add_shutdown_function() method. Make possible to call user function ↵alecpl
before destoying all objects (e.g. session)
2011-07-08- Make Undo action optional by setting undo_timeout=0alecpl
2011-07-07- Added possibility to undo last contact delete operationalecpl
2011-07-06- Fix infinite loop in tokenizeResponse() when server returns atoms with ↵alecpl
forbidden characters
2011-07-06- Fix handling of other users namespace rootsalecpl