Aleksander Machniak
c6447e2ce2
Use treelist widget for folders list in Settings/Folders ( #1489648 )
11 years ago
Aleksander Machniak
1a3132366e
After PR merge code cleanup
11 years ago
simonp
1c5fdd674e
Show password rules before committing new password ( #1488285 )
11 years ago
Aleksander Machniak
7706df99f0
Allow anonymous LDAP searches
11 years ago
Aleksander Machniak
c883f687d9
Add possibility to specify an after-vacation-rule action (keep, discard, redirect) in Vacation UI
11 years ago
Aleksander Machniak
b0aee4eb42
Fix bug where non-existing (or unsubscribed) folder wasn't listed in folder selector ( #1489956 )
11 years ago
Aleksander Machniak
1db12a9037
Fix so all pages are displayed correctly in extwin mode ( #1489952 )
11 years ago
Aleksander Machniak
90ab9f2847
Fix loading localization
11 years ago
Aleksander Machniak
1abbb06ee9
Support Firefox < 4 via legacy_browser (jQuery 2.x does not work)
11 years ago
Thomas Bruederli
e3705f3283
Link heading with the acl table
11 years ago
Thomas Bruederli
b73cf83e26
Hide acltable heading for voice-only output
11 years ago
Thomas Bruederli
2efb5cd52a
Extend jQuery UI datepicker widget with basic accessibility features
11 years ago
Thomas Bruederli
142e7c9afc
Update to jQuery UI 1.10.4
11 years ago
Aleksander Machniak
b76f8e5e26
Added option to specify connection socket parameters - managesieve_conn_options
11 years ago
Aleksander Machniak
7e309b872f
Add title attribute to settings menu
11 years ago
Aleksander Machniak
ebc9877def
Add title attribute for settings menu
11 years ago
Aleksander Machniak
abe381e3b0
Focus first input in password form on page load
11 years ago
Aleksander Machniak
a41aaf3352
Move some code to legacy_browser plugin
11 years ago
Aleksander Machniak
4520fa0f38
Code cleanup and small fixes (after pull request merge)
11 years ago
Aleksander Machniak
1b988f9574
Merge branch 'master' of https://github.com/simonpl/roundcubemail into simonpl-master
...
Conflicts:
CHANGELOG
11 years ago
Aleksander Machniak
62c45161c4
ACL: Improved UI accessibility
11 years ago
simonp
12514266b9
Move login/hosts to seperate function
11 years ago
Aleksander Machniak
13b33da51a
Managesieve: Improved UI accessibility
11 years ago
simonp
6f7042e582
Fix for login/hosts exceptions
11 years ago
simonp
9e9c03cb90
Moved functionality from password_first to password_init
11 years ago
Thomas Bruederli
99cdca46b7
Merge branch 'dev-accessibility'
...
Conflicts:
program/include/rcmail_output_html.php
program/js/app.js
program/js/treelist.js
program/lib/Roundcube/html.php
skins/larry/styles.css
skins/larry/templates/compose.html
11 years ago
Aleksander Machniak
17a76c3fd7
Fixed Save button in classic skin of Vacation interface ( #1489926 )
11 years ago
Thomas Bruederli
77043f8469
Apply accessibility improvements to the settings section
11 years ago
Aleksander Machniak
bf743b7681
Attach nemail_notifier script only to main window
11 years ago
Aleksander Machniak
731d190fec
Merge branch 'tinymce4'
...
Conflicts:
program/js/app.js
program/js/editor.js
program/js/tiny_mce/tiny_mce.js
program/steps/utils/spell_html.inc
11 years ago
simonp
e7ee70541f
Add option to force new users to change their password ( #1486884 )
11 years ago
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
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
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