Aleksander Machniak
efc470f0ac
Merge branch 'dev-text2html'
...
Conflicts:
program/js/app.js
Fix handling magic_quotes in rcube_text2html and rcube_html2text - move
stripslashes from these classes to action files
11 years ago
simonp
8d3dab34ec
Add timeout for password-driver vpopmaild
11 years ago
Cyrill von Wattenwyl
187fd666aa
fixed typos and added section in README
11 years ago
Aleksander Machniak
eda92ed4c0
Improved display of plain text messages and text to HTML conversion ( #1488937 )
...
Now instead of <pre> we use <div class="pre"> styled with monospace
font. We replace whitespace characters with non-breaking spaces where
needed. I.e. plain text is always unwrappable, until it uses format=flowed,
in such a case only flowed paragraphs are wrappable.
Also conversion of text to HTML in compose editor was modified in the same way.
11 years ago
Thomas Bruederli
6789bf1f4d
Moved popup-menu functions to Roundcube core for seamless integration of (stackable) skin and core menus
11 years ago
brendan braybrook
01cc39cce4
1489868 - additional_message_headers: correct example X-Originating-IP format
11 years ago
Cyrill von Wattenwyl
12967c776c
Added Plesk-Driver to Password-Plugin
...
This Driver allows to change Passwords via Plesk RPC-API
11 years ago
Thomas Bruederli
b2992dd228
Further accessibility improvements regarding keyboard navigation and document structure
11 years ago
Aleksander Machniak
378efddbbe
MOve more IE<9 code to legacy_browser
11 years ago
Thomas Bruederli
e8bcf08c72
1. Prepare core and Larry skin for improved accessibility
...
2. Implement full keyboard navigation in main mail view
11 years ago
Aleksander Machniak
d5038ee5d9
CS fixes
11 years ago
Aleksander Machniak
2581c87e65
Fix identities_level=4 handling in new_user_dialog plugin ( #1489840 )
11 years ago
Thomas Bruederli
b34d679075
Specify licenses in all javascript files and blocks to please LibreJS
11 years ago
Aleksander Machniak
5a7b7ce039
Prevent from js error when messages list does not exist
11 years ago
Aleksander Machniak
f22de58087
Fixed notify/enotify extension handling
11 years ago
Aleksander Machniak
241af0937c
Fix loading css for larry skin, support minified css files
11 years ago
Thomas Bruederli
ca33f32b60
Fix submission of multi-folder message selection through hidden form fields
11 years ago
Aleksander Machniak
5515dbb970
Remove IE<7 specific code
11 years ago
Aleksander Machniak
ed1ceea878
Add possibility to download messages in mbox format ( #1486069 )
...
Removed "download folder" option, the same can be done by selecting all messages in a folder
Code refactoring
11 years ago
Aleksander Machniak
2e79d8d539
Move more IE<9 specific code to legacy_browser
11 years ago
Aleksander Machniak
a2e09c950d
Use methods chaining, don't use deprecated row_init method
11 years ago
Aleksander Machniak
056d458ed6
Fix disabled create filter action
11 years ago
Aleksander Machniak
47fccf4fa6
Move some IE8-specific style to legacy_browser plugin
11 years ago
Aleksander Machniak
53ede96dd6
Remove IE6-specific code
11 years ago
Aleksander Machniak
e30212013d
Add dummy tests for legacy_browser plugin
11 years ago
Aleksander Machniak
64542fc803
Drop support for IE6, move IE7/IE8 support to legacy_browser plugin, update to jQuery-2.1.0
11 years ago
Thomas Bruederli
b08306ec1f
Disable time limit for folder download requests
11 years ago
Thomas Bruederli
7fce8fbbde
Adapt archive and markasjunk plugins to work with multi-folder search results
11 years ago
Thomas Bruederli
bde3ba5e93
Update zipdownload plugin to work with multi-folder search results
11 years ago
Aleksander Machniak
e7a3ae9a76
Merge branch 'master' of github.com:roundcube/roundcubemail
11 years ago
Aleksander Machniak
8a73fdb67f
Integrate jQuery miniColors extension
11 years ago
Thomas Bruederli
66536974fe
Merge branch 'dev-multi-folder-search'
11 years ago
Aleksander Machniak
dc0b500e78
Removed redundant default_folders config option ( #1489737 )
...
Implemented IMAP SPECIAL-USE extension support [RFC6154] (#1487830 )
11 years ago
Aleksander Machniak
8c783c0d66
Fix so identity fields are cast to string to prevent "Column X cannot be null" errors.
11 years ago
Aleksander Machniak
e435d3b120
Fix fatal error in database_attachments plugin under some conditions ( #1489726 )
11 years ago
Thomas Bruederli
3f4845948c
Synchrnonized translations from Transifex
11 years ago
Thomas Bruederli
ec057a5a52
Fix .listbox background color in jquery UI dialogs
11 years ago
Aleksander Machniak
04c9116f14
Fix list-input fields in Vacation interface
11 years ago
Aleksander Machniak
9556f34d75
Load password.js only when needed
11 years ago
Aleksander Machniak
53846f798f
Remove debug code
11 years ago
Aleksander Machniak
50a57e9b75
Added optional separate interface for out-of-office management ( #1488266 )
11 years ago
Aleksander Machniak
5ce2301185
Add labels for 'n' ACL (RFC 5257)
11 years ago
Thomas Bruederli
c8fb38f076
Refined some skin styles
11 years ago
Aleksander Machniak
d3883ddfbb
Make sure attachment ID is really unique when uploading multiple files ( #1489546 )
11 years ago
Thomas Bruederli
0c7bc4f5c0
Add styles for 'mainaction' dialog buttons
11 years ago
Aleksander Machniak
aa05873611
Merge branch 'master' of github.com:roundcube/roundcubemail
11 years ago
Aleksander Machniak
18a9b4f2f1
Fix dbmail driver (hints from https://github.com/roundcube/roundcubemail/pull/169 )
11 years ago
Thomas B.
324805e180
Merge pull request #162 from nicolas-joubert/patch-1
...
Redirect after HTTP authentication
11 years ago
Aleksander Machniak
fb5255e2f0
Fix filter creation from an email when preview frame is disabled ( #1489647 )
11 years ago
Aleksander Machniak
a622451bc5
Fix wrong action folder selection if managesieve_domains is not empty ( #1489617 )
11 years ago
Aleksander Machniak
abecca8f4b
Merge branch 'master' of github.com:roundcube/roundcubemail
11 years ago
Aleksander Machniak
c6227fe7b0
Bump version number
11 years ago
Aleksander Machniak
022f510365
Fix issue in displaying filter form when managesieve_kolab_master=true
...
and sieve variables extension is supported by the server (#1489599 )
11 years ago
Aleksander Machniak
524e382669
Merge pull request #168 from tillkruess/master
...
another security fix for domainfactory password plugin driver
11 years ago
Till Krüss
aba993da6a
prevent unwanted code execution via CURLOPT_POSTFIELDS (again)
11 years ago
Aleksander Machniak
9a0900e4a1
Fix issue where multi-select fields were not visible in new filter action rows ( #1489600 )
11 years ago
Aleksander Machniak
a329ccd9c9
Fix issue where folder selector wasn't visible on new filter form
11 years ago
Thomas Bruederli
a23a2b3039
Update env in main window for ACL dialog autocompletion ( #1489594 )
11 years ago
Aleksander Machniak
e7881f058a
Merge pull request #166 from tillkruess/master
...
security fix for domainfactory password plugin driver
11 years ago
Till Krüss
334475a50b
prevent unwanted code execution via CURLOPT_POSTFIELDS
11 years ago
Thomas Bruederli
e837d8515a
Hide autocompletion results when closing ACL dialog; use default table styles
11 years ago
Thomas Bruederli
327bd305d6
Bump ACL plugin version
11 years ago
Thomas Bruederli
affabd9a4b
Fix some glitches in ACL table display
11 years ago
Thomas Bruederli
f147849bb0
Use standard dialog popups for the ACL permissions form; that will open it in the main window with enoough space and better UI integration
11 years ago
Thomas Bruederli
774deaded1
Don't EVER log passwords
11 years ago
Thomas Bruederli
254e284d21
Point to the new public URI for online help
11 years ago
Thomas Bruederli
8404fe9e32
Updated localizations from Transifex
11 years ago
Thomas Bruederli
419c090fd9
Update to jQuery UI 1.9.2 (without themes)
11 years ago
Thomas Bruederli
4f9bd08469
Fix icon position after listicons.png update
11 years ago
Aleksander Machniak
6fa5b437a4
Update to TinyMCE 4.x
11 years ago
Aleksander Machniak
fac59dc441
Added move/copy icons, improved edit icon and some icon positions
11 years ago
Thomas
017c4f19fd
Refactor multi-threaded autocomple contact searching to make it available for other purposes, too
11 years ago
nicolas-joubert
5e3d1026c6
Redirect after HTTP authentication
...
Allow to redirect to the previous QUERY_STRING after HTTP authentication.
11 years ago
Aleksander Machniak
eaf9d81ee9
CS fixes
11 years ago
Aleksander Machniak
2eef77c6e3
Fix issue where filesystem path was added to all-attachments (zip) file ( #1489507 )
11 years ago
Aleksander Machniak
4e040e304f
Add Filters tab using plugin API hook
11 years ago
Aleksander Machniak
30ceb69eb5
Fix fatal error after last fix
11 years ago
Aleksander Machniak
14ace838c1
Fix references to 'default' skin
11 years ago
Aleksander Machniak
3e98f8be71
Add some code for S/MIME signatures verification, update Crypt_GPG package
11 years ago
Aleksander Machniak
6b2b2eca5f
Remove deprecated functions (these listed in bc.php file) usage
11 years ago
Aleksander Machniak
538e64c572
Fix Closure-compiler warnings, small code improvements
11 years ago
Aleksander Machniak
7b1969ad60
Fix icon on archive folder (after changes in classic skin) and
...
fix icon on subfolders of archive folder
11 years ago
Aleksander Machniak
27f0c2723b
Nicely handle server-side modification of script names ( #1489412 )
11 years ago
Thomas Bruederli
3b95e24fbb
Updated localizations from Transifex
11 years ago
Aleksander Machniak
067d3dc44a
Fix redundant/missing closing div tags
11 years ago
Aleksander Machniak
72dc3c0faf
Fix typos
11 years ago
Aleksander Machniak
b5117238db
Merge branch 'master' of github.com:roundcube/roundcubemail
11 years ago
Aleksander Machniak
aac4b452a3
Bump version to 7.1
11 years ago
Aleksander Machniak
78ef00f12d
Fix a bug where deleted filter was not removed from the list
...
(because now list widget's 'rows' property is of type object not array)
11 years ago
Thomas Bruederli
34003c5fa5
Display status messages as pile of black bars overlaying the UI in order to improve visibility ( #1488974 )
11 years ago
Aleksander Machniak
30a26c964d
Syntax fix for IE7
11 years ago
Aleksander Machniak
a96a22cc3e
Merge pull request #141 from rasky/http_without_pwd
...
Allow HTTP authentication without password.
11 years ago
Aleksander Machniak
393c868e8e
Substitute variables in 'password_ldap_search_base' value
11 years ago
Aleksander Machniak
3433637cb9
Fix archive button state (i.e. checking if current folder is archive folder)
11 years ago
Thomas Bruederli
c353958cfb
Move help plugin UI initialization to startup hook
11 years ago
Aleksander Machniak
d4f27d90d5
Merge pull request #136 from tillkruess/extend-df-password-driver
...
Extend domainfactory password driver
11 years ago
Aleksander Machniak
6a91448aee
Improve performance and code readability by using String's startsWith() method, other code improvements
11 years ago
Thomas Bruederli
5b334509a8
Updated localizations from Transifex
11 years ago
Aleksander Machniak
442f37c313
Fix list update after archive action on search result
11 years ago
Aleksander Machniak
07f161dd4e
Improved checking if current folder is an archive folder (or subfolder)
11 years ago
Aleksander Machniak
11075979a6
Update authors and version numbers
11 years ago
Aleksander Machniak
691cbc276d
Fix archive action for all messages in a folder ( #1489405 )
11 years ago
Aleksander Machniak
a6cc96a55d
Fix archive button on messages page when using archive_type != '' ( #1489404 )
11 years ago
Aleksander Machniak
2143a64873
Performance improvement - call IMAP LIST only once
11 years ago
Aleksander Machniak
d72a41dc8e
Make sure all folders in the path are created - ie. if archive folder
...
is configured as Archive/YYYY/MM, create both Archive/YYYY and Archive/YYYY/MM.
11 years ago
Thomas Bruederli
6f04daa754
Decorate drop-down menus in datepicker title
11 years ago
Giovanni Bajo
35533c3622
Allow HTTP authentication without password.
...
This makes it the plugin useful for any form of webserver-based
authentication (CAS, SAML, etc.); of course, other plugins will
have to be installed to handle connections to the IMAP/SMTP
servers, but at least they don't need to duplicate the basic
HTTP authentication functionality.
11 years ago
Till Krüss
910a3581be
check if password was changed successfully, before looking for error messages
11 years ago
Till Krüss
0f4c9b850f
check if the new password matched the requirements; code cleanup
11 years ago
Aleksander Machniak
4136174517
Clean up translations once again, this time remove untranslated strings for all langs
11 years ago
Aleksander Machniak
9377edc497
More lceanup
11 years ago
Aleksander Machniak
3d9e683cda
Added plugin localizations
11 years ago
Aleksander Machniak
8c0ee424af
Update composer.json file with Net_Sieve package requirement
11 years ago
Thomas Bruederli
f93e0b3a14
Synchronized localization files from Transifex
11 years ago
Aleksander Machniak
4daaa09438
Move PEAR libs from plugins into main Roundcube lib directory,
...
list them as dependencies in INSTALL file (#1489182 )
11 years ago
Aleksander Machniak
bba13c33a0
Fix sound notification in Internet Explorer (use mp3 file for IE and
...
other browsers which support audio/mp3 files)
11 years ago
Aleksander Machniak
b3e25974b1
Fix typo: occured -> occurred ( #1489366 )
11 years ago
Aleksander Machniak
0f4806ede6
Added managesieve_domains option to limit redirect destinations
11 years ago
Thomas Bruederli
38ab0be093
Created composer.json files for default plugins
11 years ago
Thomas Bruederli
cf46aefd9d
Make password plugin use the new 'settings_actions' hook to register its link in the settings navigation
11 years ago
Aleksander Machniak
99de1fdd26
In password ldap_simple driver: added LDAP debug, added password_ldap_bind
...
hook, so other plugins can provide user DN for password change
11 years ago
Aleksander Machniak
19884ec5d2
Code improvements, remove code duplication
11 years ago
Aleksander Machniak
6776d31cee
Add new password encodage ('ad') in ldap password drivers ( #1489349 )
11 years ago
Aleksander Machniak
0b17aae0cd
Fix setting domain in virtualmin password driver ( #1489332 )
11 years ago
Aleksander Machniak
439fd773e3
Fix typo in last commit and some managesieve tests (where we changed
...
:comparator position)
11 years ago
Aleksander Machniak
889c76cbdc
Fix so i;ascii-numeric comparator is not forced as default for :count and :value operators
...
Fix date/currentdate related form issues and comparators handling (#1489346 )
11 years ago
Aleksander Machniak
8f62cfa4c8
Hide advanced rule modifier for 'date' and 'currentdate' rules
11 years ago
Aleksander Machniak
962eff7dfe
Fix bug where at least one additional address of vacation message was required ( #1489345 )
11 years ago
Aleksander Machniak
b334a01791
Merge branch 'master' of github.com:roundcube/roundcubemail
11 years ago
Aleksander Machniak
1bfd8ac27a
Fix typo
11 years ago
Aleksander Machniak
1f22878608
In password virtualmin driver removed support for username in format based on user alias ( #1489332 )
11 years ago
Aleksander Machniak
f806ed5c9e
Implemented configurable timeout for desktop notification ( #1489205 )
11 years ago
Aleksander Machniak
09fed60218
Add common headers to header selector ( #1489271 )
11 years ago
Aleksander Machniak
f49e28e4a6
Fix newmail_notifier issue where favicon wasn't changed back to default ( #1489313 )
...
Conflicts:
CHANGELOG
11 years ago
Aleksander Machniak
05da1577aa
Fix setting of Junk and NonJunk flags by markasjunk plugin ( #1489285 )
...
Added possibility to register flag mappings by a plugin.
11 years ago
Aleksander Machniak
cccf8a5b08
Make save() method less memory consumptive, do not return attachment body
11 years ago
Aleksander Machniak
6efadfc8d3
Fix so additional headers are added to all messages sent ( #1489284 )
11 years ago
Aleksander Machniak
1305079d75
Fix error on new mail (message's headers object doesn't exist)
11 years ago
Thomas Bruederli
eef9eb1146
Synchronized localization files from Transifex
11 years ago
Aleksander Machniak
bcedf05d19
s/$rcmail_config/$config/ also for plugins configuration
11 years ago
Aleksander Machniak
1302fdd6c9
Merge pull request #104 from simonpl/master
...
Added README section for vpopmaild driver at the password-plugin
11 years ago
Thomas Bruederli
465fc3a4c7
Fix documentation with new config variable name
11 years ago
simonp
5b5651a095
Added README section for vpopmaild driver at the password-plugin
11 years ago
Aleksander Machniak
c9f779d036
Remove debug code
11 years ago
Aleksander Machniak
b825f86108
Move identity selection based on non-standard headers into (new) identity_select plugin ( #1488553 )
11 years ago
Aleksander Machniak
b2c5869fe2
Skip optional :all modified in address/envelope rule
11 years ago
Aleksander Machniak
2feba7bf4d
Use absolute path in require
11 years ago
Aleksander Machniak
9f324e3a1b
Merge branch 'master' of github.com:roundcube/roundcubemail
11 years ago
Aleksander Machniak
055c263663
Fix regexp escaping
11 years ago
Aleksander Machniak
dda39aab1d
Support 'keep' action ( #1489226 )
11 years ago