Commit Graph

61 Commits

Author SHA1 Message Date
thomascube
5499336fef Use global request tokens and automatically protect all POST requests 2009-07-21 16:02:33 +00:00
thomascube
7477973d93 Make 2nd argument optinal (#1485976) 2009-07-16 08:59:01 +00:00
thomascube
57f0c81f2c Use request tokens to protect POST requests from CSFR 2009-07-15 09:49:35 +00:00
thomascube
a366a323b5 Prevent from endless loops in render_page hook 2009-07-13 18:52:15 +00:00
thomascube
c6514e01f9 Indent with spaces not tabs 2009-07-13 18:37:11 +00:00
alecpl
3536577bcb - improve responsiveness by flushing template output asap, also set the \Seen flag after message page display 2009-07-13 11:22:28 +00:00
thomascube
742d61aaf3 Add generic hook when a html page is rendered 2009-07-09 07:54:14 +00:00
alecpl
3a2b270c9d - always call logout action as task (#1485919) 2009-06-15 07:01:36 +00:00
thomascube
533e8602c0 Add cache-buster to scripts and linked files in skin templates 2009-06-09 08:08:00 +00:00
alecpl
09839a59cb - cross-browser css fixes 2009-06-03 08:59:59 +00:00
alecpl
1ae1d85ce4 - use -ms-filter for IE8 opacity 2009-06-03 07:25:01 +00:00
thomascube
0e99d37a18 Use event system on the client to handle ajax callbacks 2009-06-01 15:35:53 +00:00
alecpl
a17fe620d4 - support browser object in template expressions 2009-05-31 18:14:21 +00:00
alecpl
bb5dd5916b - reverted accidentally removed code 2009-05-27 10:09:09 +00:00
alecpl
9b2ccdd9cb - don't unset button title on IE (#1485874) 2009-05-27 10:01:01 +00:00
thomascube
a25d3969a0 Re-enable the permalink command (allows one to choose right-click and open-in-new-tab) 2009-05-26 13:21:57 +00:00
thomascube
b4f7c665bb Tweak default skin with better icons (sprites) and move IE hacks to an external file included by conditional comments 2009-05-26 12:28:04 +00:00
alecpl
7dbe2fa6bf - get rid of 'plugins_dir' option, plugins directory must be in Roundcube root (like skins) 2009-05-25 09:22:59 +00:00
alecpl
49dfb0047a - Added message menu (some image needed), removed Print and Source buttons
- Added possibility to save message as .eml file (#1485861)
2009-05-23 14:17:07 +00:00
thomascube
20d50de2d8 Fix URLs to plugin skin directory 2009-05-22 07:59:37 +00:00
thomascube
66f68e9623 Make links with /this/ pointing to the plugins skin directory 2009-05-21 20:02:43 +00:00
thomascube
e7008cd4c6 Add fallback to default skin in plugins + replace links to plugin directory with the real plugin dir 2009-05-21 19:08:25 +00:00
alecpl
969f6b4c8b - support plugin templates 2009-05-21 07:14:05 +00:00
thomascube
69f18a09ae Add plugin hooks for creating/saving/deleting identities and contacts 2009-05-01 19:04:26 +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
thomascube
3db528bd5c Use compressed version of jQuery.js 2009-04-20 10:15:31 +00:00
alecpl
fa1a15c01e - #1485809: use local copy of jQuery lib (1.3.2) 2009-04-20 08:11:14 +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
till
cbbef379a5 * bumping up copyright (happy new year ;-)) 2009-01-17 01:55:39 +00:00
alecpl
320baf9cd2 - disable firefox spellcheck in console textarea 2008-12-03 08:21:45 +00:00
alecpl
8e83075d7e - don't set border=0 for image buttons 2008-10-10 09:02:57 +00:00
thomascube
a3f149eb57 Fix search box on Safari and make pages validate 2008-09-19 17:01:57 +00:00
alecpl
8e1d4af2e5 - added 'exp' object support 2008-09-19 10:21:09 +00:00
alecpl
ea373f6573 - support 'cookie' type in conditions 2008-09-19 07:41:04 +00:00
alecpl
d4273b8990 - support variables of type 'cookie' (for feature use) 2008-09-19 07:22:24 +00:00
alecpl
dda75730ae - fixed typo 2008-09-18 12:33:16 +00:00
thomascube
f645ce169e Redesign of the identities settings + add config option to disable multiple identities 2008-09-15 14:53:57 +00:00
thomascube
203ee44470 Add link to open message in new window + tweaked some header styles 2008-09-12 12:27:46 +00:00
alecpl
e5686f4a01 - Added vertical splitter for folders list resizing
- Added possibility to view all headers in message view
- Fixed splitter drag/resize on Opera (#1485170)
- debug console css fixes for IE
2008-09-12 12:13:13 +00:00
thomascube
7f22f297ac One error message is enough if template was not found 2008-09-06 16:01:20 +00:00
thomascube
c8a21d646c Killed one more global var + log logins to a separate file (not console) 2008-09-05 07:27:23 +00:00
thomascube
c8ae2497b7 Auto-detect client language and timezone if desired by config/prefs 2008-09-03 16:03:19 +00:00
thomascube
ed132eddea New feature to import contacts from a vcard file + mark form buttons that provide the most obvious operation 2008-09-02 17:22:00 +00:00
thomascube
06655a534a Codestyle + indentation 2008-08-28 09:57:49 +00:00
alecpl
6f488bb55f #1485286: don't use /e modifier with preg_replace() 2008-08-20 06:33:40 +00:00
alecpl
ff73e02cce - fread() replaced by file_get_contents(), see comments in #1484880 2008-08-06 09:25:45 +00:00
thomascube
e3e597e3b6 Re-enable autocomplete attribute for login form (#1485211) 2008-07-14 17:56:22 +00:00
thomascube
c719f3c1e0 Store compose parameters in session and redirect to a unique URL 2008-06-20 10:40:01 +00:00
thomascube
4230651565 Add fallback to old 'skin_path' property + indent with spaces instead of tabs 2008-06-18 07:13:04 +00:00
alecpl
23bea9d4e9 - skin_path fix after last changes 2008-06-15 14:18:55 +00:00