summaryrefslogtreecommitdiff
path: root/program/steps/settings/save_folder.inc
AgeCommit message (Collapse)Author
2014-10-28Fix bug where creating subfolders in shared folders wasn't possible without ↵Aleksander Machniak
ACL extension (#1490113)
2014-08-12Set edited folder name to client environmentAleksander Machniak
2014-07-16Collapsible (and iconized) folders tree in folder manager (#1489648)Aleksander Machniak
2014-06-21Add option to set default message list mode - default_list_mode (#1487312)Aleksander Machniak
2014-01-14Update class name in subscriptions folder list after saving folder propertiesThomas Bruederli
2013-12-31CS fixesAleksander Machniak
2013-12-22Remove deprecated functions (these listed in bc.php file) usageAleksander Machniak
2013-12-11Fix use of non-existing localization label (#1489474)Aleksander Machniak
2013-11-07Fix operations on folders with trailing spaces in name (#1489419)Aleksander Machniak
2012-09-11Fix error where session wasn't updated after folder rename/delete (#1488692)Aleksander Machniak
2012-09-03Fix bug where parentnotwritable error wasn't displayed in the interfaceAleksander Machniak
2012-05-22Removed $Id$Aleksander Machniak
2012-04-18- Fix creating folders if ACL exists (1488443)alecpl
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomascube
2012-01-16Merged devel-framework branch (r5746:5779) back into trunkthomascube
2011-12-07- Remove deprecated global $IMAP variable usage (#1488148)alecpl
2011-08-19- Fix parent folder ACL checking in some casesalecpl
2011-08-04- Add ACL check on parent folderalecpl
2011-06-28- Fix creating/renaming folders with accented characters (#1487974)alecpl
2011-06-17- Improved namespace roots handling in folder manageralecpl
2011-06-15- Add possibility to return subscription status and css class name for ↵alecpl
folder row from "folder_save" hook - Fix folder preview frame state after folder creation
2011-05-20- Improve performence of folder manager operations by moving subscriptions ↵alecpl
table operations (like adding/updateing/moving folders) into client-side - no need to invoke LIST, do sorting in browser - This change should also handle better situations when working with replicated IMAP backend (e.g.Cyrus Murder)
2011-05-05- Fix problems with subfolders of INBOX folder on some IMAP servers ↵alecpl
(#1487725) - Fix handling of folders that doesn't belong to any namespace (#1487637)
2011-02-28- Add simple ACL rights/namespace handling in folder manager (display ↵alecpl
folder's namespace, modify edit form fields according to MYRIGHTS)
2011-01-12Bumbed version; Roundcube development is not Switzerland onlythomascube
2010-12-03- New Folder Manager UIalecpl
- Fix invalid Request when creating a folder (#1487443) - Add folder size and quota indicator in folder manager (#1485780) - Add possibility to move a subfolder into root folder (#1486791)