summaryrefslogtreecommitdiff
path: root/program
AgeCommit message (Collapse)Author
2014-04-25Fix error when spell-checking an empty text (#1489831)Aleksander Machniak
2014-04-24Fix possibly wrong error message when contact with the same email exists on ↵Aleksander Machniak
move/copy
2014-04-24Accept broken vcards from Outlook that only supply ORG but not the required ↵Thomas Bruederli
N or FN properties
2014-04-23Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2014-04-23Set task variable to 'cli' when loading rcmail instance in shell scriptsThomas Bruederli
2014-04-23Fix missing Mail-Followup-To header in sent mail (#1489829)Aleksander Machniak
2014-04-23Fix saving of search settings in 'all folders' modeThomas Bruederli
2014-04-23Remove debug outputThomas Bruederli
2014-04-23Only refresh the affected parts of a cross-folder search set after ↵Thomas Bruederli
moving/deleting/flagging
2014-04-23Reduce duplicated codeThomas Bruederli
2014-04-23Further refine cross-folder searching:Thomas Bruederli
- Store incomplete search results in session and re-send search requests to the server if returned before complete (this should avoid hitting request timeouts). - Display full folder path on mouseover in message list - Remove pthreads implementation stuff as this wasn't really working
2014-04-23Fix so browser capabilities check is done really only once a sessionAleksander Machniak
2014-04-21Move rcube_installer class to include/rcmail_installer in order to remain ↵Thomas Bruederli
accessible by the update script even if the installer directory was removed
2014-04-20Allow aborting of running search requestsAleksander Machniak
2014-04-20Unify use of local 'this' variable referenceAleksander Machniak
2014-04-20CS fixesAleksander Machniak
2014-04-20Remove IE7 hack that is not needed anymoreAleksander Machniak
2014-04-20Add _mbox argument to headers action URLAleksander Machniak
2014-04-19Plugin API: Added message_saved hook (#1489752)Aleksander Machniak
2014-04-18Consider search scope (and changes) for filter searches + disable folder ↵Thomas Bruederli
operation commands in multi-folder search mode (#1485234)
2014-04-18Merge pull request #176 from marcoliverteschke/masterThomas B.
Limit list_tables() and list_cols() to current schema
2014-04-18Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2014-04-18Fix next message display after removing a message (#1489800)Aleksander Machniak
2014-04-18Merge pull request #175 from chriskulbacki/masterThomas B.
Skins sorted by skin name in the Settings.
2014-04-18Support messages import from zip archivesAleksander Machniak
2014-04-18Fix redundant alert message on over-size uploads (#1489817)Aleksander Machniak
2014-04-18Remove IE<7 specific codeAleksander Machniak
2014-04-18Fixed mbox files importAleksander Machniak
2014-04-16Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2014-04-16Use (deprecated) event.returnValue on legacy browsers onlyAleksander Machniak
2014-04-15Remove useless debug_level=8 and javascripts's rcube_consoleAleksander Machniak
2014-04-15Move more IE<9 specific code to legacy_browserAleksander Machniak
2014-04-15email:main -> email:prefAleksander Machniak
2014-04-14Fix invalid and infinite redirect for unsupported browsersAleksander Machniak
2014-04-14Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2014-04-14Fix regression where title attribute for long message subjects wasn't used on IEAleksander Machniak
2014-04-14Allow to search in multiple folders with rcube_imap::search_once(); always ↵Thomas Bruederli
set folder property in message header struct
2014-04-14Fix invalid page title for some folders (1489804)Aleksander Machniak
2014-04-14When checking if DB schema is up-to-date, limit the checks to tables in our ↵Marc-Oliver Teschke
current schema. Otherwise installer might return false positives when DB user has access to multiple schemas. Signed-off-by: Marc-Oliver Teschke <teschke@planwerk6.de>
2014-04-14Fix XSS issue in plain text spellchecker (#1489806)Aleksander Machniak
2014-04-13Fix deleting/moving folders from folders with name "0", "00", etc.Aleksander Machniak
2014-04-13Use POST for refresh/check-recent requestAleksander Machniak
2014-04-13Make sure mbstring susbtitute character is set to empty string in ↵Aleksander Machniak
rcube_charset::clean()
2014-04-13Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2014-04-13Fix lack of translation of special folders in some configurations (#1489799)Aleksander Machniak
2014-04-12Avoid empty _action= parameters in URLsThomas Bruederli
2014-04-12Remove last check for IE6Aleksander Machniak
2014-04-12Drop support for IE6, move IE7/IE8 support to legacy_browser plugin, update ↵Aleksander Machniak
to jQuery-2.1.0
2014-04-11Fix messages index cache update under some conditions (e.g. proxy) (#1489756)Aleksander Machniak
2014-04-11Fix "washing" of unicoded style attributes (#1489777)Aleksander Machniak