summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube/rcube_user.php
AgeCommit message (Collapse)Author
2014-01-07Make sure prefs always is a valid array (otherwise causes fatal errors if ↵Thomas Bruederli
language if not set)
2013-11-18Fix deprecated function usageAleksander Machniak
2013-11-10First version of the local storage compose data saving feature; some ↵Thomas Bruederli
behavioral improvements and encrytion are still to be added
2013-09-04Make result of rcmail::get_compose_responses() always an (indexed) array; ↵Thomas Bruederli
add plugin hook for updating user prefs: 'preferences_update'
2013-05-29Remove (move to bc.php) unused strip_newlines() and strip_quotes() functionsAleksander Machniak
2012-12-18Cleanup, remove file paths from docAleksander Machniak
2012-12-07Fix typo in identity data parser ('ident' item wasn't set correctly)Aleksander Machniak
2012-11-28Move code for identity selection to function, move identities formatting to ↵Aleksander Machniak
rcube_user::list_identities()
2012-11-26Clarify rcube::get_user_name() usage, add rcube::get_user_email()Aleksander Machniak
2012-11-21Framework files moved to lib/RoundcubeAleksander Machniak