index
:
roundcube.git
local
master
working
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
program
/
lib
/
Roundcube
/
rcube_user.php
Age
Commit message (
Expand
)
Author
2015-03-12
Remove obsolete mt_srand() calls
Thomas Bruederli
2015-03-12
Generate random hash for the per-user local storage prefix (#1490279); only u...
Thomas Bruederli
2014-11-27
Extend list_emails() to optionally return only default identity
Aleksander Machniak
2014-11-27
Added rcube_user::list_emails() method with better performance than list_iden...
Aleksander Machniak
2014-09-15
Fixes for Oracle
Aleksander Machniak
2014-09-12
Use consistent column/table quoting in sql queries
Aleksander Machniak
2014-04-28
Make identity name field optional (#1489510)
Aleksander Machniak
2014-01-07
Make sure prefs always is a valid array (otherwise causes fatal errors if lan...
Thomas Bruederli
2013-11-18
Fix deprecated function usage
Aleksander Machniak
2013-11-10
First version of the local storage compose data saving feature; some behavior...
Thomas Bruederli
2013-09-04
Make result of rcmail::get_compose_responses() always an (indexed) array; add...
Thomas Bruederli
2013-05-29
Remove (move to bc.php) unused strip_newlines() and strip_quotes() functions
Aleksander Machniak
2012-12-18
Cleanup, remove file paths from doc
Aleksander Machniak
2012-12-07
Fix typo in identity data parser ('ident' item wasn't set correctly)
Aleksander Machniak
2012-11-28
Move code for identity selection to function, move identities formatting to r...
Aleksander Machniak
2012-11-26
Clarify rcube::get_user_name() usage, add rcube::get_user_email()
Aleksander Machniak
2012-11-21
Framework files moved to lib/Roundcube
Aleksander Machniak