Aleksander Machniak
c442f822fb
Simplify keep-alive action. Now the interval is based on session_lifetime,
...
which means it's executed only if needed for session keeping (reset interval on every action).
Temporarily remove check-recent request, it will be replaced by new global system refresh request in future.
Use keep_alive setting as auto-refresh request interval (allow no-refresh mode)
2012-11-10 12:04:38 +01:00
Aleksander Machniak
ae7027de02
Added session_path config option and unified cookies settings in javascript
2012-08-20 09:32:25 +02:00
Aleksander Machniak
31541824ab
CS fixes, mostly indentation
2012-08-17 20:25:40 +02:00
Aleksander Machniak
de56ea1909
Merge branch 'pdo'
...
Conflicts:
CHANGELOG
2012-08-08 08:21:45 +02:00
Aleksander Machniak
71ee565dfc
Support connections to memcached socket file ( #1488577 )
2012-07-30 09:10:04 +02:00
Aleksander Machniak
0afe279011
Set HttpOnly flag also for session cookie
2012-07-24 14:20:35 +02:00
Thomas Bruederli
6bb44a644a
Initialize rcube instance (with options); no caches without a valid user_id
2012-06-20 18:39:54 +02:00
Aleksander Machniak
0d94fd45f4
New database layer based on PHP PDO
2012-06-19 10:46:41 +02:00
Aleksander Machniak
041c93ce0b
Removed $Id$
2012-05-22 12:31:37 +02:00
Aleksander Machniak
5a575b7eb0
Deprecate storage_connect() method
2012-05-22 10:33:24 +02:00
Thomas Bruederli
76e499e8a1
Also accept PHP exceptions as argument to rcube::raise_error()
2012-05-16 15:00:23 +02:00
Thomas Bruederli
8193151b5a
Always log fatal errors that terminate the PHP script
2012-05-16 14:47:35 +02:00
Aleksander Machniak
59041fdbc9
Use similar language as a fallback for plugin localization ( #1488401 )
...
Don't load en_US localization more than once
2012-05-09 12:47:44 +02:00
thomascube
58154f59fc
Accept two past time slots for auth cookie validation; don't encode user-agent into session auth hash ( #1488449 )
2012-04-30 21:04:53 +00:00
thomascube
988a80ad67
Bring back some legacy functions and session vars for better backwards compatibility
2012-04-24 06:40:56 +00:00
alecpl
a2f896bdeb
- Use user object instead of session, if possible, to get user ID when creating cache object
2012-04-20 11:52:43 +00:00
alecpl
5d66a4bcf3
- Improved ttl values handling
2012-04-19 07:42:19 +00:00
alecpl
6a8b4c2951
- Fix incorrect cache ttl used in get_cache_engine() ( #1488447 ), use time() where mktime() without arguments was used
2012-04-19 06:56:52 +00:00
alecpl
963a10bf81
- Moved session init/config functionality into rcube class
2012-04-16 12:46:31 +00:00
alecpl
be98dfc2c0
- Replace some references to rcmail with rcube
2012-04-16 11:59:08 +00:00
alecpl
1aceb9cec8
- Framework refactoring (I hope it's the last one):
...
rcube,rcmail,rcube_ui -> rcube,rcmail,rcube_utils
renamed main.inc into rcube_bc.inc
2012-04-16 11:02:21 +00:00
alecpl
0c259682f6
- Merge devel-framework branch, resolved conflicts
2012-04-13 08:52:02 +00:00