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.php
Age
Commit message (
Expand
)
Author
2013-07-02
Make possible to disable some (broken) IMAP extensions with imap_disable_caps...
Aleksander Machniak
2013-06-20
Canonize boolean ini_get() results (#1489189)
Aleksander Machniak
2013-06-16
Fix session issues when local and database time differs (#1486132)
Aleksander Machniak
2013-06-09
Fix database cache expunge issues (#1489149) - added 'expires' column
Aleksander Machniak
2013-06-05
Improvements in garbage collector: created gc() method to run all
Aleksander Machniak
2013-06-05
Add option to use PHP's native session save handlers
Thomas Bruederli
2013-05-26
Make possible to disable shared cache
Aleksander Machniak
2013-05-25
Expunge all cache instances in shutdown
Aleksander Machniak
2013-05-25
Added shared (cross-user) cache
Aleksander Machniak
2013-05-16
Move rcmail::deliver_message() to framework for common use
Thomas Bruederli
2013-04-26
Fix error handling in CLI mode, use STDERR and non-empty exit code (#1489043)
Aleksander Machniak
2013-04-02
Fix session issues with use_https=true (#1488986)
Aleksander Machniak
2013-02-01
Set default error code (500) if not specified in raise_error()
Aleksander Machniak
2013-01-06
Improve charset detection by prioritizing charset according to user language ...
Aleksander Machniak
2012-12-18
Cleanup, remove file paths from doc
Aleksander Machniak
2012-12-16
Fix package definitions and include framework classes in phpdoc
Thomas Bruederli
2012-12-07
Some more rcmail -> rcube cleanup
Aleksander Machniak
2012-11-27
Move shortcut functions to framework class
Thomas Bruederli
2012-11-27
Define RCUBE_CHARSET in place of RCMAIL_CHARSET for naming consistency
Aleksander Machniak
2012-11-26
Cleaner way of handling user password in framework-based programs with no ses...
Aleksander Machniak
2012-11-26
Clarify rcube::get_user_name() usage, add rcube::get_user_email()
Aleksander Machniak
2012-11-25
Define more (uniquely prefixed) constants for Roundcube directories in order ...
Thomas Bruederli
2012-11-21
Framework files moved to lib/Roundcube
Aleksander Machniak