summaryrefslogtreecommitdiff
path: root/program/include/rcube.php
AgeCommit message (Expand)Author
2012-11-21Framework files moved to lib/RoundcubeAleksander Machniak
2012-11-10Simplify keep-alive action. Now the interval is based on session_lifetime,Aleksander Machniak
2012-08-20Added session_path config option and unified cookies settings in javascriptAleksander Machniak
2012-08-17CS fixes, mostly indentationAleksander Machniak
2012-08-08Merge branch 'pdo'Aleksander Machniak
2012-07-30Support connections to memcached socket file (#1488577)Aleksander Machniak
2012-07-24Set HttpOnly flag also for session cookieAleksander Machniak
2012-06-20Initialize rcube instance (with options); no caches without a valid user_idThomas Bruederli
2012-06-19New database layer based on PHP PDOAleksander Machniak
2012-05-22Removed $Id$Aleksander Machniak
2012-05-22Deprecate storage_connect() methodAleksander Machniak
2012-05-16Also accept PHP exceptions as argument to rcube::raise_error()Thomas Bruederli
2012-05-16Always log fatal errors that terminate the PHP scriptThomas Bruederli
2012-05-09Use similar language as a fallback for plugin localization (#1488401)Aleksander Machniak
2012-04-30Accept two past time slots for auth cookie validation; don't encode user-agen...thomascube
2012-04-24Bring back some legacy functions and session vars for better backwards compat...thomascube
2012-04-20- Use user object instead of session, if possible, to get user ID when creati...alecpl
2012-04-19- Improved ttl values handlingalecpl
2012-04-19- Fix incorrect cache ttl used in get_cache_engine() (#1488447), use time() w...alecpl
2012-04-16- Moved session init/config functionality into rcube classalecpl
2012-04-16- Replace some references to rcmail with rcubealecpl
2012-04-16- Framework refactoring (I hope it's the last one):alecpl
2012-04-13- Merge devel-framework branch, resolved conflictsalecpl