summaryrefslogtreecommitdiff
path: root/roundcubemail/index.php
AgeCommit message (Collapse)Author
2010-09-25- s/RoundCube/Roundcube/alec
git-svn-id: https://svn.roundcube.net/trunk@3989 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-17- Fix list_cols is not updated after column dragging (#1486999)alec
- Improved save-pref action and moved to separate file in utils task directory - Improved http_post/http_request to support first argument in form 'task/action' git-svn-id: https://svn.roundcube.net/trunk@3971 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-07Fix unit tests + update versionthomasb
git-svn-id: https://svn.roundcube.net/trunk@3879 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-23- removed PHP closing tagalec
git-svn-id: https://svn.roundcube.net/trunk@3780 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-03Allow plugins to register their own tasksthomasb
git-svn-id: https://svn.roundcube.net/trunk@3700 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-20- Add HTTP_X_REAL_IP and HTTP_X_FORWARDED_FOR to successful logins log ↵alec
(#1486441) git-svn-id: https://svn.roundcube.net/trunk@3513 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-01Add server-side plugin hooks to address group functions + better action namesthomasb
git-svn-id: https://svn.roundcube.net/trunk@3457 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-31Asynchronously expand contact groups + skip count queries in autocompletion ↵thomasb
mode + check for the existance of contactgroups table git-svn-id: https://svn.roundcube.net/trunk@3449 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-31Implement group renaming/deleting + use more consistent names for commands ↵thomasb
and actions (#1486587) git-svn-id: https://svn.roundcube.net/trunk@3448 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-26Added basic contact groups featurethomasb
git-svn-id: https://svn.roundcube.net/trunk@3425 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-17Merged devel-threads branch (r3066:3364) back into trunkthomasb
git-svn-id: https://svn.roundcube.net/trunk@3367 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-01- Improve performance by avoiding unnecessary updates to the session table ↵alec
(#1486325) git-svn-id: https://svn.roundcube.net/trunk@3296 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-25- Password: Make passwords encoding consistent with core, add ↵alec
'password_charset' global option (#1486473) git-svn-id: https://svn.roundcube.net/trunk@3289 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-24- don't set task for login_after hookalec
git-svn-id: https://svn.roundcube.net/trunk@3287 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-13- Fix imap_init hook broken in r3258 (#1486493)alec
git-svn-id: https://svn.roundcube.net/trunk@3268 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-06- Fix setting task name according to auth state. So, any action before useralec
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'. git-svn-id: https://svn.roundcube.net/trunk@3258 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-01-28- add file/line definitions to raise_error() callsalec
git-svn-id: https://svn.roundcube.net/trunk@3231 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-01-17- Fix 'force_https' to specified port when URL contains a port number (#1486411)alec
git-svn-id: https://svn.roundcube.net/trunk@3208 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-10-27- Fix $_SERVER['HTTPS'] check for SSL forcing on IIS (#1486243) + fix port checkalec
git-svn-id: https://svn.roundcube.net/trunk@3063 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-10-21Revert r3038 and allow to specify the port as value of force_httpsthomasb
git-svn-id: https://svn.roundcube.net/trunk@3049 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-10-14- fix last commitalec
git-svn-id: https://svn.roundcube.net/trunk@3041 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-10-14- Fix login page loading into an iframe when session expires (#1485952)alec
git-svn-id: https://svn.roundcube.net/trunk@3040 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-10-13- Option 'force_https' replaced by 'force_https' pluginalec
- added option 'force_https_port' in 'force_https' plugin (#1486091) git-svn-id: https://svn.roundcube.net/trunk@3038 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-09-05- Fix wrong headers for IE on servers without $_SERVER['HTTPS'] (#1485926)alec
- Force IE style headers for attachments in non-HTTPS session, 'use_https' option (#1485655) git-svn-id: https://svn.roundcube.net/trunk@2927 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-08-14Add some arguments to the logout_after hookthomasb
git-svn-id: https://svn.roundcube.net/trunk@2859 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-08-14Implemented logout_after plugin hookthomasb
git-svn-id: https://svn.roundcube.net/trunk@2858 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-08-07Fix spell check (#1486036)thomasb
git-svn-id: https://svn.roundcube.net/trunk@2845 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-08-05Allow a plugin to disable the cookie checkthomasb
git-svn-id: https://svn.roundcube.net/trunk@2840 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-24Don't check request token on loginthomasb
git-svn-id: https://svn.roundcube.net/trunk@2793 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-22- Help pluginalec
- support 'dummy' task (for plugins) git-svn-id: https://svn.roundcube.net/trunk@2783 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-21Use global request tokens and automatically protect all POST requeststhomasb
git-svn-id: https://svn.roundcube.net/trunk@2778 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-02Add option to enforce https connectionsthomasb
git-svn-id: https://svn.roundcube.net/trunk@2696 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-15- always call logout action as task (#1485919)alec
git-svn-id: https://svn.roundcube.net/trunk@2645 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-01- use preg functions instead of ereg functionsalec
git-svn-id: https://svn.roundcube.net/trunk@2588 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-01- get rid of some hardcoded action names and move decission about output ↵alec
compression to the user git-svn-id: https://svn.roundcube.net/trunk@2586 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-12Really, really logout (fixes r2467).robin
git-svn-id: https://svn.roundcube.net/trunk@2468 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-04-19Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some ↵thomasb
sample plugins) git-svn-id: https://svn.roundcube.net/trunk@2401 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-10Partially reverted r2339 + fix indentationthomasb
git-svn-id: https://svn.roundcube.net/trunk@2347 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-03-09Fixed check-recent [richs]richs
git-svn-id: https://svn.roundcube.net/trunk@2339 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-19- Fix authentication when submitting form with existing session (#1485679)alec
git-svn-id: https://svn.roundcube.net/trunk@2242 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-17* bumping up copyright (happy new year ;-))till
git-svn-id: https://svn.roundcube.net/trunk@2237 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-05- performance: skip imap connection for attachments actionsalec
- created attachments.inc file for attachment upload, remove and display actions git-svn-id: https://svn.roundcube.net/trunk@2121 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-04- performance: connect to imap server only when neededalec
(some mail actions do not require imap connection) git-svn-id: https://svn.roundcube.net/trunk@2119 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-28- re-fix r2095alec
git-svn-id: https://svn.roundcube.net/trunk@2096 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-28#1485584: display proper warning on login with empty user and passalec
git-svn-id: https://svn.roundcube.net/trunk@2095 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-30- added BYE response simple support to prevent from endless loops in ↵alec
imap.inc (#1483956) git-svn-id: https://svn.roundcube.net/trunk@2026 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-10-25added obscure ASCII encoding aliases, added more error checking to RFC2822 ↵estadtherr
date parsing git-svn-id: https://svn.roundcube.net/trunk@2009 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-10Fix some recently introduced bugsthomasb
git-svn-id: https://svn.roundcube.net/trunk@1760 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-09-05Killed one more global var + log logins to a separate file (not console)thomasb
git-svn-id: https://svn.roundcube.net/trunk@1735 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-08-29Moved code block to a more appropriate position + codestylethomasb
git-svn-id: https://svn.roundcube.net/trunk@1697 208e9e7b-5314-0410-a742-e7e81cd9613c