Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-16 | Add option to place signature at bottom of the quoted text even in ↵ | Aleksander Machniak | |
top-posting mode [sig_below] | |||
2015-04-03 | move header block inside loop | corbosman | |
2015-03-02 | Fix javascript error after creating a folder which is a subfolder of another ↵ | Aleksander Machniak | |
one (#1490297) | |||
2015-01-13 | Fix so "set as default" option is hidden if identities_level > 1 (#1490226) | Aleksander Machniak | |
2014-12-27 | Use current year for timezone offset display | Thomas Bruederli | |
2014-12-16 | Improve system security by using optional special URL with security token | Aleksander Machniak | |
Allows to define separate server/path for image/js/css files Fix bugs where CSRF attacks were still possible on some requests | |||
2014-11-28 | Fix button label: ignore -> Ignore (#1490170) | Aleksander Machniak | |
2014-11-27 | Added rcube_user::list_emails() method with better performance than ↵ | Aleksander Machniak | |
list_identities() which should be used always if we want only all user email addresses (with names) | |||
2014-11-16 | Code cleanup - unused variables | Aleksander Machniak | |
2014-10-28 | Fix bug where creating subfolders in shared folders wasn't possible without ↵ | Aleksander Machniak | |
ACL extension (#1490113) | |||
2014-08-20 | Add config/preference option to disable saving messages in localStorage ↵ | Thomas Bruederli | |
(#1489979) | |||
2014-08-13 | Get rid of "Properties" fieldset in folder form | Aleksander Machniak | |
2014-08-12 | Set edited folder name to client environment | Aleksander Machniak | |
2014-08-11 | Added namespace filter in Folder Manager | Aleksander Machniak | |
2014-08-03 | List all plugins which have been attempted to load (#1488871) | Thomas Bruederli | |
2014-08-03 | Fix bug where last folder on the list wasn't displayed in folder manager | Aleksander Machniak | |
2014-07-16 | Collapsible (and iconized) folders tree in folder manager (#1489648) | Aleksander Machniak | |
2014-07-05 | Fix security issue in delete-response action - allow only ajax request. | Aleksander Machniak | |
Unify code for identities and responses deletion. | |||
2014-07-02 | Use treelist widget for folders list in Settings/Folders (#1489648) | Aleksander Machniak | |
2014-06-30 | Support images drag-n-drop into image browser dialog in html signature editor | Aleksander Machniak | |
2014-06-30 | Display quota information for current folder not INBOX only (#1487993) | Aleksander Machniak | |
2014-06-29 | Add forgotten file (for image uploads handling) | Aleksander Machniak | |
2014-06-29 | Support images in HTML signatures (#1488676) | Aleksander Machniak | |
This enables image button and file browser in html editor for signatures | |||
2014-06-21 | Add option to set default message list mode - default_list_mode (#1487312) | Aleksander Machniak | |
2014-06-14 | Unify some labels | Aleksander Machniak | |
2014-06-06 | The following: | David Carter | |
program/steps/mail/compose.inc :: rcmail_store_target_selection() program/steps/settings/edit_folder.inc :: rcmail_folder_form() both try to localise mailbox names. Push the logic down into the folder_selector() method which can use: $this->config->get('show_real_foldernames') to decide the correct default behaviour. Clients functions and methods can still override by adding 'realnames' named parameter to the folder_selector() call. The obvious example is the Settings -> Preferences -> Special Folders screen. | |||
2014-06-05 | Merge branch 'dev-accessibility' | Thomas Bruederli | |
Conflicts: program/include/rcmail_output_html.php program/js/app.js program/js/treelist.js program/lib/Roundcube/html.php skins/larry/styles.css skins/larry/templates/compose.html | |||
2014-06-03 | Apply accessibility improvements to the settings section | Thomas Bruederli | |
2014-05-30 | Implemented Text Editor widget that integrates all operations on | Aleksander Machniak | |
textareas including HTML editor and spellchecking | |||
2014-05-03 | add preferences_section_header hook | corbosman | |
2014-04-28 | Make identity name field optional (#1489510) | Aleksander Machniak | |
Get rid of unhelpful error message. | |||
2014-04-10 | Skins sorted by skin name in the Settings. | Chris Kulbacki | |
2014-04-01 | Removed redundant default_folders config option (#1489737) | Aleksander Machniak | |
Implemented IMAP SPECIAL-USE extension support [RFC6154] (#1487830) | |||
2014-03-22 | Make sure parent folder selector always contains parent folder | Aleksander Machniak | |
of current folder, even if it does not exist | |||
2014-03-21 | Disable link registering mailto: protocol handler if not supported by the ↵ | Thomas Bruederli | |
browser (#1489569) | |||
2014-01-29 | Fix canned responses in HTML mode (#1489536) | Thomas Bruederli | |
2014-01-14 | Update class name in subscriptions folder list after saving folder properties | Thomas Bruederli | |
2014-01-05 | Fix compat. with PHP 5.2 (#1489500) | Aleksander Machniak | |
2014-01-02 | Fix possible warning when advances_prefs setting is not an array | Aleksander Machniak | |
2013-12-31 | CS fixes | Aleksander Machniak | |
2013-12-31 | More CS fixes, replace global $CONFIG usage with $RCMAIL->config->get() | Aleksander Machniak | |
2013-12-22 | Remove deprecated functions (these listed in bc.php file) usage | Aleksander Machniak | |
2013-12-11 | Fix use of non-existing localization label (#1489474) | Aleksander Machniak | |
2013-11-16 | Move 'advanced' block to the end of the settings form | Thomas Bruederli | |
2013-11-08 | Finish advanced prefs feature (#1488829) | Thomas Bruederli | |
2013-11-07 | Fix operations on folders with trailing spaces in name (#1489419) | Aleksander Machniak | |
2013-10-30 | Add an option to disable smart Reply-List behaviour - reply_all_mode (#1488734) | Aleksander Machniak | |
2013-10-25 | Applied the (modified) patch to extend configuration possibilities of LDAP ↵ | Thomas Bruederli | |
address books as suggested in #1488753: - Add option to specify arbitrary replacements of config options with attributes from the bound user - Allow mapping of group object class => member attribute used in these objects - Describe the 'member_filter' property for groups config | |||
2013-10-25 | Merge branch 'dev-canned-responses' | Thomas Bruederli | |
Conflicts (resolved): skins/classic/includes/settingstabs.html skins/larry/includes/settingstabs.html | |||
2013-09-28 | Generate settings tabs with a template object 'settingstabs' and let plugins ↵ | Thomas Bruederli | |
register themselves there using the 'settings_actions' hook |