Commit Graph

478 Commits

Author SHA1 Message Date
thomascube
b545d3e838 Fix loading of plugin configs: user prefs will always survive (#1486368) 2010-02-18 18:01:53 +00:00
alecpl
48bc52e835 - Fix imap_init hook broken in r3258 (#1486493) 2010-02-13 17:33:25 +00:00
alecpl
9b94eb6415 - Fix setting task name according to auth state. So, any action before user
is authenticated is assigned to 'login' task instead of 'mail'. Now binding
  plugins to 'login' task is possible and realy usefull. It's also possible 
  to bind to all tasks excluding 'login'.
2010-02-06 18:12:49 +00:00
alecpl
2b35c5d8f6 - performance stats logging in devel_mode 2010-01-29 09:36:06 +00:00
alecpl
b5846eed4d - Login preformance: Create default folders on first login only 2010-01-28 12:52:24 +00:00
alecpl
10eedbe75a - add file/line definitions to raise_error() calls 2010-01-28 11:27:16 +00:00
alecpl
2273d4117f - Add support for MDB2's 'sqlsrv' driver (#1486395) 2010-01-26 13:45:16 +00:00
alecpl
638fb8a972 - fix $Id$ keyword 2010-01-18 19:15:28 +00:00
alecpl
9898fe315a - don't use preg_replace with /e modifier + code cleanup 2009-12-14 07:37:32 +00:00
alecpl
317a7d9f67 - fix warning when authentication fails and debug_level=4 (#1486292) 2009-12-12 15:33:19 +00:00
alecpl
c96c5a98af - use 7th (httponly) argument of setcookie() 2009-11-23 14:21:34 +00:00
alecpl
3ea30ef7eb - fix HTTPS checking (#1486273) 2009-11-04 07:22:17 +00:00
alecpl
7d51781450 - fix Russian language position on languages list 2009-09-25 07:25:41 +00:00
alecpl
1cead0cbf4 - sorting by message index - added 'index_sort' option (#1485936) 2009-09-23 12:32:09 +00:00
alecpl
0102742cb2 - Added 'ldap_debug' option + small change to not rely on rcube_config inside rcube_ldap class 2009-09-21 11:50:53 +00:00
alecpl
bdab2c5faf - small code improvements 2009-09-20 10:25:14 +00:00
alecpl
b48d9bf5d4 - Use faster/secure mt_rand() (#1486094) 2009-09-07 12:51:21 +00:00
alecpl
ee258ce158 - performance fix: don't check mbstring functions existence too often 2009-07-23 12:12:27 +00:00
alecpl
564a2ba793 - Help plugin
- support 'dummy' task (for plugins)
2009-07-22 09:15:36 +00:00
thomascube
5499336fef Use global request tokens and automatically protect all POST requests 2009-07-21 16:02:33 +00:00
alecpl
2c3d81dddd - use simple rcube_smtp class
- Installer: fix SMTP settings test
2009-07-21 12:31:59 +00:00
thomascube
57f0c81f2c Use request tokens to protect POST requests from CSFR 2009-07-15 09:49:35 +00:00
thomascube
afc6e4bd10 Added hook when killing a session 2009-07-13 19:28:26 +00:00
alecpl
713a66fc0f - prevent from some mcrypt warnings (#1485970) 2009-07-11 17:21:30 +00:00
alecpl
d559cba5f7 - Added 'imap_debug' option, described 'sql_debug' option in config file 2009-07-07 16:38:31 +00:00
alecpl
0b2ce91f25 - Reviewed/fixed skip_deleted/read_when_deleted/flag_for_deletion options handling in UI 2009-06-05 16:13:24 +00:00
alecpl
79c45f4b18 - fix rep_specialchars_output() performance, remove old 'charset' option use 2009-06-05 06:08:46 +00:00
alecpl
74d421d55a - don't show message on unknown error (#1485848) + translate "Server Error!" message 2009-05-17 07:04:51 +00:00
alecpl
2471d3a979 - Added possibility to encrypt received header, option 'http_received_header_encrypt',
added some more logic in encrypt/decrypt functions for security
2009-05-16 13:01:49 +00:00
thomascube
f879f4e2f8 Trigger 'create_identity' when creating a new user; Allow 'create_user' hook to abort the operation 2009-05-14 19:26:34 +00:00
alecpl
27924acf43 - speed up the whole session cleaning in kill_session() 2009-05-13 07:17:33 +00:00
svncommit
f22c2cefb4 Really, really logout (fixes r2467). 2009-05-12 14:10:30 +00:00
svncommit
617b4f699f Minimize chance of race condition in session handling (#1485659, #1484678) 2009-05-12 13:26:07 +00:00
thomascube
1c932d58b5 Allow plugins to define their own tasks + add 'domain' parameter for rcube_template::button() 2009-04-26 16:33:22 +00:00
alecpl
76db10d65d - fix setting empty string in imap_root 2009-04-24 12:54:25 +00:00
thomascube
cc97ea0559 Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some sample plugins) 2009-04-19 17:44:29 +00:00
alecpl
f86e8f5faa - Support STARTTLS in IMAP connection (#1485284) 2009-04-14 07:35:12 +00:00
alecpl
942069969c - Support several e-mail addresses per user from virtuser_file (#1485678)
- return NULL from rcube_user::email2user if user not found (#1485801)
2009-04-10 09:26:56 +00:00
thomascube
11526305f5 Revert r2322; this is done in rcmail_html4inline() and now secured + fix tests 2009-03-02 17:34:18 +00:00
till
cbbef379a5 * bumping up copyright (happy new year ;-)) 2009-01-17 01:55:39 +00:00
thomascube
230f944bf6 Allow empty strings for imap_root config parameter (was changed in r2143) to remain backward compatible but cache imap root and delimiter in session 2008-12-24 14:29:47 +00:00
alecpl
030c848b0d - Performance: allow setting imap rootdir and delimiter before connect (#1485172) 2008-12-11 08:30:00 +00:00
alecpl
14de18d5f4 - Fix setting locale to tr_TR, ku and az_AZ (#1485470) 2008-11-16 08:53:10 +00:00
alecpl
95d90f86d9 - Added 'keep_alive' and 'min_keep_alive' options (#1485360) 2008-10-26 17:06:23 +00:00
alecpl
ec01712a99 - Added option 'identities_level', removed 'multiple_identities'
- Allow deleting identities when multiple_identities=false (#1485435)
2008-10-24 07:57:21 +00:00
alecpl
e80f502efb - added 'en_US.utf8' as fallback for setlocale 2008-09-27 18:40:10 +00:00
thomascube
cefd1d8c91 DRY: set (secure) cookies using rcmail::setcookie() + set session.only_use_cookies 2008-09-25 13:30:18 +00:00
thomascube
e93e54fb26 Tiny correction of phpdoc 2008-09-21 11:05:41 +00:00
thomascube
bba657e64f Made config files location configurable (#1485215) 2008-09-19 18:26:34 +00:00
thomascube
7dfb1fba50 Set the right number of arguments for setcookie() 2008-09-18 18:59:02 +00:00