Aleksander Machniak
|
ae7027de02
|
Added session_path config option and unified cookies settings in javascript
|
12 years ago |
Aleksander Machniak
|
31541824ab
|
CS fixes, mostly indentation
|
12 years ago |
Aleksander Machniak
|
de56ea1909
|
Merge branch 'pdo'
Conflicts:
CHANGELOG
|
12 years ago |
Aleksander Machniak
|
71ee565dfc
|
Support connections to memcached socket file (#1488577)
|
12 years ago |
Aleksander Machniak
|
0afe279011
|
Set HttpOnly flag also for session cookie
|
12 years ago |
Thomas Bruederli
|
6bb44a644a
|
Initialize rcube instance (with options); no caches without a valid user_id
|
13 years ago |
Aleksander Machniak
|
0d94fd45f4
|
New database layer based on PHP PDO
|
13 years ago |
Aleksander Machniak
|
041c93ce0b
|
Removed $Id$
|
13 years ago |
Aleksander Machniak
|
5a575b7eb0
|
Deprecate storage_connect() method
|
13 years ago |
Thomas Bruederli
|
76e499e8a1
|
Also accept PHP exceptions as argument to rcube::raise_error()
|
13 years ago |
Thomas Bruederli
|
8193151b5a
|
Always log fatal errors that terminate the PHP script
|
13 years ago |
Aleksander Machniak
|
59041fdbc9
|
Use similar language as a fallback for plugin localization (#1488401)
Don't load en_US localization more than once
|
13 years ago |
thomascube
|
58154f59fc
|
Accept two past time slots for auth cookie validation; don't encode user-agent into session auth hash (#1488449)
|
13 years ago |
thomascube
|
988a80ad67
|
Bring back some legacy functions and session vars for better backwards compatibility
|
13 years ago |
alecpl
|
a2f896bdeb
|
- Use user object instead of session, if possible, to get user ID when creating cache object
|
13 years ago |
alecpl
|
5d66a4bcf3
|
- Improved ttl values handling
|
13 years ago |
alecpl
|
6a8b4c2951
|
- Fix incorrect cache ttl used in get_cache_engine() (#1488447), use time() where mktime() without arguments was used
|
13 years ago |
alecpl
|
963a10bf81
|
- Moved session init/config functionality into rcube class
|
13 years ago |
alecpl
|
be98dfc2c0
|
- Replace some references to rcmail with rcube
|
13 years ago |
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
|
13 years ago |
alecpl
|
0c259682f6
|
- Merge devel-framework branch, resolved conflicts
|
13 years ago |