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'.
15 years ago
alecpl
10eedbe75a
- add file/line definitions to raise_error() calls
15 years ago
alecpl
76c94b6ba8
- Fix 'force_https' to specified port when URL contains a port number ( #1486411 )
15 years ago
alecpl
5818e44345
- Fix $_SERVER['HTTPS'] check for SSL forcing on IIS ( #1486243 ) + fix port check
15 years ago
thomascube
f5d61d845f
Revert r3038 and allow to specify the port as value of force_https
15 years ago
alecpl
b5713396f1
- fix last commit
15 years ago
alecpl
ccc80d1ca8
- Fix login page loading into an iframe when session expires ( #1485952 )
15 years ago
alecpl
65c0a0e591
- Option 'force_https' replaced by 'force_https' plugin
...
- added option 'force_https_port' in 'force_https' plugin (#1486091 )
15 years ago
alecpl
161c28dffc
- Fix wrong headers for IE on servers without $_SERVER['HTTPS'] ( #1485926 )
...
- Force IE style headers for attachments in non-HTTPS session, 'use_https' option (#1485655 )
15 years ago
thomascube
7ef47e59a9
Add some arguments to the logout_after hook
15 years ago
thomascube
d002607852
Implemented logout_after plugin hook
15 years ago
thomascube
0ddf59aeb4
Fix spell check ( #1486036 )
15 years ago
thomascube
4463648451
Allow a plugin to disable the cookie check
15 years ago
thomascube
826ceecab8
Don't check request token on login
16 years ago
alecpl
564a2ba793
- Help plugin
...
- support 'dummy' task (for plugins)
16 years ago
thomascube
5499336fef
Use global request tokens and automatically protect all POST requests
16 years ago
thomascube
e48a10a0d7
Add option to enforce https connections
16 years ago
alecpl
3a2b270c9d
- always call logout action as task ( #1485919 )
16 years ago
alecpl
0ce119869d
- use preg functions instead of ereg functions
16 years ago
alecpl
d51c93b43e
- get rid of some hardcoded action names and move decission about output compression to the user
16 years ago
svncommit
f22c2cefb4
Really, really logout (fixes r2467).
16 years ago
thomascube
cc97ea0559
Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some sample plugins)
16 years ago
thomascube
48ee693f49
Partially reverted r2339 + fix indentation
16 years ago
svncommit
93adb3fc1b
Fixed check-recent [richs]
16 years ago
alecpl
0129d7c914
- Fix authentication when submitting form with existing session ( #1485679 )
16 years ago
till
cbbef379a5
* bumping up copyright (happy new year ;-))
16 years ago
alecpl
133bb07f78
- performance: skip imap connection for attachments actions
...
- created attachments.inc file for attachment upload, remove and display actions
16 years ago
alecpl
39cd51aff5
- performance: connect to imap server only when needed
...
(some mail actions do not require imap connection)
16 years ago
alecpl
7342d7ef8c
- re-fix r2095
16 years ago
alecpl
b2265aea86
#1485584 : display proper warning on login with empty user and pass
16 years ago
alecpl
d2993ee4db
- added BYE response simple support to prevent from endless loops in imap.inc ( #1483956 )
16 years ago
svncommit
c9ca6ada03
added obscure ASCII encoding aliases, added more error checking to RFC2822 date parsing
16 years ago
thomascube
835ae8516a
Fix some recently introduced bugs
16 years ago
thomascube
c8a21d646c
Killed one more global var + log logins to a separate file (not console)
16 years ago
thomascube
48aff91f7e
Moved code block to a more appropriate position + codestyle
16 years ago
svncommit
f5aa16541e
Add folder hierarchy collapsing.
16 years ago
thomascube
2e3ce3e765
Add rcube name prefixes + codestyle
16 years ago
thomascube
8c72e33d37
Show appropriate error message if config files are missing
17 years ago
thomascube
c719f3c1e0
Store compose parameters in session and redirect to a unique URL
17 years ago
thomascube
6ea6c9b96e
Simplify step inclusion in controller (index.php)
17 years ago
thomascube
83a7636872
More code cleanup
17 years ago
svncommit
5e0045b128
Add option to log successful logins.
17 years ago
alecpl
a6f90e1b2b
-fixed disclaimer
17 years ago
thomascube
1854c4525b
More code cleanup + oop-ization
17 years ago
alecpl
bbf15d8115
- fixed task setting on login
17 years ago
thomascube
197601ef5f
Next step: introduce the application class 'rcmail' and get rid of some global vars
17 years ago
thomascube
47124c2279
Changed codebase to PHP5 with autoloader + added some new classes from the devel-vnext branch
17 years ago
alecpl
6d2714b3b3
#1484972 : optimization: mark as read in one action with preview, deleted redundant quota reads
17 years ago
alecpl
eaa39477bd
#1483863 : empty trash and expunge inbox on logout
17 years ago
thomascube
967b342039
Disable installer by default; add config option to enable it again
17 years ago