Thomas Bruederli
|
6789bf1f4d
|
Moved popup-menu functions to Roundcube core for seamless integration of (stackable) skin and core menus
|
11 years ago |
Thomas Bruederli
|
b2992dd228
|
Further accessibility improvements regarding keyboard navigation and document structure
|
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 |