summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include
AgeCommit message (Collapse)Author
2011-08-09- Fix XSS vulnerability in UI messages (#1488030)alec
git-svn-id: https://svn.roundcube.net/trunk@5037 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-09- Fix handling of email addresses with quoted local part (#1487939)alec
git-svn-id: https://svn.roundcube.net/trunk@5034 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-09- Fix handling of email addresses with quoted local part (#1487939)alec
git-svn-id: https://svn.roundcube.net/trunk@5033 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-03- Display current user name in page title if devel_mode=truealec
git-svn-id: https://svn.roundcube.net/trunk@5013 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-03- Fix EOL character in vCard exports (#1487873)alec
git-svn-id: https://svn.roundcube.net/trunk@5012 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-03- Remove temp debug codealec
git-svn-id: https://svn.roundcube.net/trunk@5011 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-03- Added possibility to extend rcube_vcard's fieldmapalec
- Skip empty values in vCard export git-svn-id: https://svn.roundcube.net/trunk@5010 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-02- Fix get_address_book() to call get_address_sources() internally when ↵alec
looking for default source git-svn-id: https://svn.roundcube.net/trunk@5008 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-02- Support department field as X-DEPARTMENTalec
git-svn-id: https://svn.roundcube.net/trunk@5004 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-01- Remove function duplicate (from last commit)alec
git-svn-id: https://svn.roundcube.net/trunk@4998 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-01- Move rcmail_localize_folderpath() to main.incalec
git-svn-id: https://svn.roundcube.net/trunk@4997 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-08-01- Improved detection of folder rename possibility and its handlingalec
git-svn-id: https://svn.roundcube.net/trunk@4996 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-30Log session validation errors; keep error message when redirecting to login ↵thomasb
after session error git-svn-id: https://svn.roundcube.net/trunk@4991 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-29- Fix 'exceptions' parameter of rcmail_mailbox_select() to handle ↵alec
directories on any level of the structure git-svn-id: https://svn.roundcube.net/trunk@4988 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-29- Fix 'sql' identifier for addressbook handling (#1488013)alec
git-svn-id: https://svn.roundcube.net/trunk@4987 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-27- Performance fix: don't create addressbook object to close() it if it ↵alec
wasn't created before, skipping unneeded LDAP connection git-svn-id: https://svn.roundcube.net/trunk@4981 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-27- Use rcube_imap_generic::tokenizeResponse() for parsing BODYSTRUCTURE, ↵alec
fixes #1488007 git-svn-id: https://svn.roundcube.net/trunk@4980 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-27- Delay imap cache initialization, fixes problem with cache cleanup on login ↵alec
(where user ID wasn't set on init time) git-svn-id: https://svn.roundcube.net/trunk@4978 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-27Move mail sending functions from mail task to core for general usagethomasb
git-svn-id: https://svn.roundcube.net/trunk@4977 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-27- Don't use default source if source id is specified in get_address_source()alec
git-svn-id: https://svn.roundcube.net/trunk@4975 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-27- Fix IE9 detection (#1488008)alec
git-svn-id: https://svn.roundcube.net/trunk@4971 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-26- Move console object initialization code into one placealec
git-svn-id: https://svn.roundcube.net/trunk@4966 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-25- Fixed display name on contact listsalec
git-svn-id: https://svn.roundcube.net/trunk@4965 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-25- Added optional "multithreading" autocomplete featurealec
git-svn-id: https://svn.roundcube.net/trunk@4963 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-25- Plugin API: Added 'config_get' hookalec
git-svn-id: https://svn.roundcube.net/trunk@4962 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-21- Simplify undo message, add dots at the end of messagesalec
git-svn-id: https://svn.roundcube.net/trunk@4951 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-21- Round upload progress percentage valuealec
git-svn-id: https://svn.roundcube.net/trunk@4948 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-17Small improvements and codestylethomasb
git-svn-id: https://svn.roundcube.net/trunk@4932 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-17Filter LDAP groups by search querythomasb
git-svn-id: https://svn.roundcube.net/trunk@4931 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-17Fix ldap group members listingthomasb
git-svn-id: https://svn.roundcube.net/trunk@4928 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-11Session object can be null if db/memcache is not availablethomasb
git-svn-id: https://svn.roundcube.net/trunk@4925 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-10- Add add_shutdown_function() method. Make possible to call user function ↵alec
before destoying all objects (e.g. session) git-svn-id: https://svn.roundcube.net/trunk@4923 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-08- Make Undo action optional by setting undo_timeout=0alec
git-svn-id: https://svn.roundcube.net/trunk@4919 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-07- Added possibility to undo last contact delete operationalec
git-svn-id: https://svn.roundcube.net/trunk@4916 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-06- Fix infinite loop in tokenizeResponse() when server returns atoms with ↵alec
forbidden characters git-svn-id: https://svn.roundcube.net/trunk@4914 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-06- Fix handling of other users namespace rootsalec
git-svn-id: https://svn.roundcube.net/trunk@4911 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-05- Added lost argument in delete_record() methodalec
git-svn-id: https://svn.roundcube.net/trunk@4909 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-05- Remove debug codealec
git-svn-id: https://svn.roundcube.net/trunk@4908 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-04- Fix lack of Cc and Reply-To headers on messages list, add them to default ↵alec
headers list (#1487989) git-svn-id: https://svn.roundcube.net/trunk@4905 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-04- Add optional textual upload progress indicator (#1486039)alec
git-svn-id: https://svn.roundcube.net/trunk@4902 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-29- Fix url() so zero-values are not skipped (#1487979)alec
git-svn-id: https://svn.roundcube.net/trunk@4891 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-27- Fix handling of untagged responses in LIST/LSUB response parseralec
git-svn-id: https://svn.roundcube.net/trunk@4885 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-27- Fix parsing URLs containing commas (#1487970)alec
git-svn-id: https://svn.roundcube.net/trunk@4881 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-27- Fix PHP warning in mailbox_info(),alec
- Set namespace/delimiter in constructor (this way some methods could be used before connecting to IMAP server) git-svn-id: https://svn.roundcube.net/trunk@4879 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-24- Read _unlock from POST tooalec
git-svn-id: https://svn.roundcube.net/trunk@4876 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-23- Add rcube_imap::mailbox_info()alec
git-svn-id: https://svn.roundcube.net/trunk@4875 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-21- Make local_skin_path() to be a public methodalec
git-svn-id: https://svn.roundcube.net/trunk@4870 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-18Use numSubOrdindates inconjuction with VLV to count totalthomasb
git-svn-id: https://svn.roundcube.net/trunk@4868 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-18- Fix set_row_attribs() for backward compat.alec
git-svn-id: https://svn.roundcube.net/trunk@4867 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-17- Don't log errors when charset conversion failsalec
git-svn-id: https://svn.roundcube.net/trunk@4859 208e9e7b-5314-0410-a742-e7e81cd9613c