summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-12-11annotated ticket numberestadtherr
git-svn-id: https://svn.roundcube.net/trunk@941 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-12-11added ability to insert attached images in HTML editorestadtherr
git-svn-id: https://svn.roundcube.net/trunk@940 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-12-10upgrade TinyMCE version to latestestadtherr
git-svn-id: https://svn.roundcube.net/trunk@939 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-12-10New class rcube_user + send message disposition notificationthomasb
git-svn-id: https://svn.roundcube.net/trunk@938 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-12-10Remove some unused object propertiesthomasb
git-svn-id: https://svn.roundcube.net/trunk@937 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-12-05update bg, uk localizationtomekp
git-svn-id: https://svn.roundcube.net/trunk@936 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-12-04update bg localizationtomekp
git-svn-id: https://svn.roundcube.net/trunk@935 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-30Simplified email address check (fixes #1484679)thomasb
git-svn-id: https://svn.roundcube.net/trunk@934 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-29Track message disposition notification flag and headersthomasb
git-svn-id: https://svn.roundcube.net/trunk@933 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-25Only show new messages if they match the current search (#1484176)thomasb
git-svn-id: https://svn.roundcube.net/trunk@932 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-25More input sanitizingthomasb
git-svn-id: https://svn.roundcube.net/trunk@931 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-25Fixed some potential security risks + updatedd changelogthomasb
git-svn-id: https://svn.roundcube.net/trunk@930 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-25Added Georgian localization by Zaza Zviadadzethomasb
git-svn-id: https://svn.roundcube.net/trunk@929 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-25Updated Russian localizationthomasb
git-svn-id: https://svn.roundcube.net/trunk@928 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-25Fix bug with case-sensitive folder names (#1484245)thomasb
git-svn-id: https://svn.roundcube.net/trunk@927 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-25Applied UID fetch patch by Glen Ogilviethomasb
git-svn-id: https://svn.roundcube.net/trunk@926 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-25Don't create default folders by defaultthomasb
git-svn-id: https://svn.roundcube.net/trunk@925 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-25Fix wrong Postgres setup instructions in INSTALLthomasb
git-svn-id: https://svn.roundcube.net/trunk@924 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-25Fix Postgresql upgrade script (#1484668)thomasb
git-svn-id: https://svn.roundcube.net/trunk@923 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-25Fix overriding of session vars when register_globals is on (#1484670)thomasb
git-svn-id: https://svn.roundcube.net/trunk@922 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-20add Korean (kr) localizationtomekp
git-svn-id: https://svn.roundcube.net/trunk@921 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-19Correctly set session cookie lifetime if not 0thomasb
git-svn-id: https://svn.roundcube.net/trunk@920 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-19Cast to array because this could be empty; update requirements descriptionthomasb
git-svn-id: https://svn.roundcube.net/trunk@919 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-14update id_ID localizationtomekp
git-svn-id: https://svn.roundcube.net/trunk@918 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-12Removed space after closing tagthomasb
git-svn-id: https://svn.roundcube.net/trunk@917 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-09Add escapeSimple method to rcube_db() object, to be used instead of quote() ↵robin
which will not allways work in virtuser query, for example when using something like REGEXP '(^|,)%u(,|$)' git-svn-id: https://svn.roundcube.net/trunk@915 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-09Update the list of supported databasesthomasb
git-svn-id: https://svn.roundcube.net/trunk@914 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-08Optimize caching and avoid unnecessary IMAP requeststhomasb
git-svn-id: https://svn.roundcube.net/trunk@913 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-07Correctly decode attachments when downloading them (fixes #1484645)thomasb
git-svn-id: https://svn.roundcube.net/trunk@912 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-06Fix bugs #1484555, #1484646 and #1484639thomasb
git-svn-id: https://svn.roundcube.net/trunk@911 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-05git-svn-id: https://svn.roundcube.net/trunk@910 ↵webmechanics
208e9e7b-5314-0410-a742-e7e81cd9613c
2007-11-01Also remove unclosed script tags (fixes XSS vulnerability)thomasb
git-svn-id: https://svn.roundcube.net/trunk@909 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-30Ticket #1484648yllar
git-svn-id: https://svn.roundcube.net/trunk@908 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-28Use UTF-8 folder name for renaming; don't use setAttribute but an object ↵thomasb
property git-svn-id: https://svn.roundcube.net/trunk@907 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-28New rename-icon with alpha channelthomasb
git-svn-id: https://svn.roundcube.net/trunk@906 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-28Copy changes from r892 and r903thomasb
git-svn-id: https://svn.roundcube.net/trunk@905 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-24updated Arabic translationyllar
git-svn-id: https://svn.roundcube.net/trunk@904 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-22update ru, eo localizationstomekp
git-svn-id: https://svn.roundcube.net/trunk@899 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-20Switch hungarian localization filesthomasb
git-svn-id: https://svn.roundcube.net/trunk@890 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-20Fix toggleselect of list widgetthomasb
git-svn-id: https://svn.roundcube.net/trunk@889 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-19Fix moving folders to root, bug introduces when using row id's instead of ↵robin
folder names. git-svn-id: https://svn.roundcube.net/trunk@888 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-19- Enable single-selection toggling in JS list objectrobin
- Use row id's instead of folder names in folder renaming/moving - Fix some smaller errors in folder renaming/moving git-svn-id: https://svn.roundcube.net/trunk@887 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-19#1484621 & #1484622yllar
git-svn-id: https://svn.roundcube.net/trunk@886 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-18Add support for Korean charset (KS_C_5601)thomasb
git-svn-id: https://svn.roundcube.net/trunk@885 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-18Fixed syntax typothomasb
git-svn-id: https://svn.roundcube.net/trunk@884 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-17Only change subscriptions when renaming succeeds; also quote slashesthomasb
git-svn-id: https://svn.roundcube.net/trunk@883 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-17Show appropriate warning on connection errorthomasb
git-svn-id: https://svn.roundcube.net/trunk@882 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-17Fix sorting after parent folder renaming.robin
git-svn-id: https://svn.roundcube.net/trunk@881 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-17Make sure the currently selected row is re-selected after re-initializing ↵robin
the folder list. git-svn-id: https://svn.roundcube.net/trunk@880 208e9e7b-5314-0410-a742-e7e81cd9613c
2007-10-17Clean up code overlap.robin
git-svn-id: https://svn.roundcube.net/trunk@879 208e9e7b-5314-0410-a742-e7e81cd9613c