summaryrefslogtreecommitdiff
path: root/program
AgeCommit message (Collapse)Author
2013-07-21Update rcmail_output_html.phpDennis1993
added required Attribute to Login fields
2013-07-21Update html.phpDennis1993
added required attribute to allowed list for input fields
2013-07-16Merge pull request #64 from Steffen185/patch-2Thomas B.
Add hook "message_check_safe"
2013-07-17Added Luxembourgish localizationsThomas Bruederli
2013-07-17Respect HTTP_X_FORWARDED_FOR and HTTP_X_REAL_IP variables for session IP checkThomas Bruederli
2013-07-12Allow to load config files for different environments (#1487311); keep ↵Thomas Bruederli
(non-default) filename in URLs throughout the webmail app
2013-07-12Enable fixed list header in IE7, too. Seems to work after some testingThomas Bruederli
2013-07-10Merged configuration refactoring from 'dev_config' branch back into master ↵Thomas Bruederli
(#1487311)
2013-07-10Simplified logic of finding non-existent but subscribed folders. Should be ↵Aleksander Machniak
more reliable and (might be) faster now.
2013-07-10Enable fixed message list header in classic skinThomas Bruederli
2013-07-10Fix parse error from last commitAleksander Machniak
2013-07-09Finally: make message list header stay on top when scrolling (#1295420)Thomas Bruederli
2013-07-09Performance fix: Do not ask for folder attributes if we know that folder do ↵Aleksander Machniak
not exists
2013-07-09Fix identity selection when opening extwindow from compose windowAleksander Machniak
2013-07-08Fix bug where signature wasn't changed on identity selection when editing a ↵Aleksander Machniak
draft (#1489229)
2013-07-08Fix IMAP SETMETADATA parameters quoting (#1489231)Aleksander Machniak
2013-07-08Merge pull request #86 from mweimerskirch/patch-2Aleksander Machniak
Added support for the enchant spell checking engine
2013-07-08Fix "could not load message" error on valid empty message body (#1489228)Aleksander Machniak
2013-07-07Added support for the enchant spell checking engineMichel Weimerskirch
2013-07-05Update to Mail_Mime 1.8.8Aleksander Machniak
2013-07-04Fix handling of message/rfc822 attachments on message forward and edit ↵Aleksander Machniak
(#1489214)
2013-07-04Fix parsing of square bracket characters in IMAP response strings (#1489223)Aleksander Machniak
2013-07-03Store group objectclass to member attribute mapping in one place, cs fixesAleksander Machniak
2013-07-03Fix groups list in contact info page - get_record_groups() resultAleksander Machniak
is a ID=>Name hash and cannot be merged with list_groups() result
2013-07-03Fix binary data upload with jQuery.ajax()Thomas Bruederli
2013-07-02Don't clear References and in-Reply-To when a message is "edited as new" ↵Aleksander Machniak
(#1489216)
2013-07-02Make possible to disable some (broken) IMAP extensions with ↵Aleksander Machniak
imap_disable_caps option (#1489184) Add some notes in INSTALL about broken ESEARCH in uw-imap.
2013-07-01Fix so setting frame to blank page works also while frame is loading another ↵Aleksander Machniak
page
2013-07-01Fix email duplicate check on contact move/copyAleksander Machniak
2013-07-01Contacts drag-n-drop default action is to move contacts (#1488751)Aleksander Machniak
Added possibility to choose to move or copy contacts from drag-n-drop menu (#1488751) Use consistent naming: 'moveto' -> 'move'
2013-06-30Fix message list sort with THREADS=REFS and sort column other than "None" or ↵Aleksander Machniak
"Sent date"
2013-06-30Use absolute paths in is_dir() checks to prevent open_basedir related warningsAleksander Machniak
2013-06-29Fix messages list sorting with THREAD=REFSAleksander Machniak
2013-06-28Enable legacy mode: allow running with old config files and log warnings ↵Thomas Bruederli
every no and then
2013-06-28Fix parsing one-line FETCH response, e.g. "* 1 FETCH (UID 9844 BODY[2.4] NIL)"Aleksander Machniak
2013-06-28Fix so filename label is "Name" not "Display name"Aleksander Machniak
2013-06-27Synchronized localization files with TransifexThomas Bruederli
2013-06-27Add some displayed attachment info into javascript environmentAleksander Machniak
2013-06-26Support 'univentiongroup' objectclass, small code improvementsAleksander Machniak
2013-06-26Refactoring in groups cache handling code, CS fixesAleksander Machniak
2013-06-26Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2013-06-26Make identity signature field wider (#1489159)Aleksander Machniak
2013-06-26Don't query cache if static group_filter list is usedThomas Bruederli
2013-06-26Disable dragging/copying of contact groupsThomas Bruederli
2013-06-26Describe group filter's name_attr in sample config; defaults to 'cn' if not ↵Thomas Bruederli
specified
2013-06-25Fix empty messages list when register_globals is enabled (#1489157)Aleksander Machniak
2013-06-25Improve code readabilityAleksander Machniak
2013-06-25Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2013-06-25Performance improvement for searching in threaded mode. We can useAleksander Machniak
cached index now. Some other small improvements.
2013-06-25Fix improper error checkingVictor Benincasa
Currently all (HTML/TEXT) spell checking logs an error (due commit b15cc7d) and HTML spell checking doesn't work (due commit cfe2fc8). Fix: ignore error="0" value from the returned XML as it isn't an error.