alecpl
73571d3d26
- Reload UI after skin change
13 years ago
thomascube
15f48a2d5f
Make errors look good in larry; add some chrome-specific styles
13 years ago
thomascube
879b053e55
New skin continued...
13 years ago
thomascube
f230739a13
New template object to control HTML doctype
13 years ago
alecpl
4360276d9b
- Add $_SESSION['mailto'] variable cleanup
13 years ago
alecpl
2a7bf36c73
- Fix compose from addressbook, broken in r5521
13 years ago
alecpl
8b8512fd98
- Reset error flag when connecting to (another) database
13 years ago
alecpl
69f00be516
- Fallback to write-master when readonly database fails
13 years ago
alecpl
4f8be46f38
- Improved handling of some malformed values encoded with quoted-printable ( #1488232 )
13 years ago
alecpl
a505dd2ebf
- Fix issue where "S: Error: Success" was printed to debug log
13 years ago
alecpl
ad33280950
- Remove debug code from last commit
13 years ago
alecpl
14b342b03a
- Fix so connection to LDAP will be properly closed
13 years ago
alecpl
72ff6ae884
- Simplified compose session data handling, no need for session->cleanup()
13 years ago
alecpl
8751881e1d
- Remove unused result
13 years ago
thomascube
b1fa1ab50d
More work on new skin
13 years ago
alecpl
03e520f1ba
- Fix parse error from last commit (grrrrr, do tests before commit!)
13 years ago
alecpl
2d08ec91ca
- Add possibility to do LDAP bind before searching for bind DN.
...
In deployments where anonymous binds to and/or searches on an LDAP tree are not
allowed, and where the LDAP address book(s) have been configured to use the
user-specific bind credentials, rcube_ldap.php needs to bind using service
credentials in order to be able to find the user's bind dn.
13 years ago
thomascube
5587b34cfa
Enable buttons having an inner <span> for better CSS styling capabilities
13 years ago
alecpl
7f79e22eb4
- Set sizelimit of main search function for vlv_search to page_size.
...
It was requested as performance improvement, but I wasn't able to confirm this. However it doesn't break anything.
13 years ago
alecpl
af4b3be87d
- Fix handling of empty <U> tags in HTML messages ( #1488225 )
13 years ago
thomascube
57486f6e58
Content filter for embedded attachments to protect from XSS on IE<=8 ( #1487895 )
13 years ago
alecpl
6bddd9ba44
- Fix identation
13 years ago
thomascube
50ee4cc91f
Script to export Roundcube (PHP) localization files to gettext .po(t) format
13 years ago
thomascube
1803f83a4b
Improve check of attribute changes when updating a contact
13 years ago
thomascube
d6aafdce3b
Fix saving of composite fields in LDAP
13 years ago
thomascube
b4b3777c92
Set (empty) value of member attribute when creating a new group
13 years ago
alecpl
3633f09b75
- Reset messages list page when clicking on logo ( #1487757 )
13 years ago
alecpl
6e0fdedfce
- Use strpos() instead of strstr() when possible ( #1488211 )
13 years ago
alecpl
ca0cd05973
- Fix handling HTML entities when converting HTML to text ( #1488212 )
13 years ago
alecpl
79db330983
- Fix fit_string_to_size() renders browser and ui unresponsive ( #1488207 ):
...
1) improve its performance by half,
2) don't call it on UI init, it's called after getunread action
3) don't call it for big number of folders (limit is 100 for IE and 500 for others)
13 years ago
alecpl
2cf55f4096
- Fix handling of invalid characters in request ( #1488124 )
13 years ago
alecpl
0829b76598
- Fix merging some configuration options in update.sh script ( #1485864 )
13 years ago
alecpl
3e5c709fa7
- Fix so TEXT key will remove all HEADER keys in IMAP SEARCH ( #1488208 )
13 years ago
alecpl
6a6168619a
- Fix handling contact photo url with https:// prefix ( #1488202 )
13 years ago
alecpl
e0960f6365
- Prevent from memory_limit exceeding when trying to parse big messages bodies ( #1487424 ):
...
don't try to parse it, display notice with a link to download it directly
13 years ago
alecpl
9b33118bf5
- Add some debug and error handling around vlv_search
13 years ago
alecpl
d0924d48d8
- Unmark folder after unseen count has been changed to zero
13 years ago
alecpl
6ba7764555
- gl_ES update ( #1488205 )
13 years ago
alecpl
e4a4ca1948
- Performance improvements
13 years ago
alecpl
3875eb6813
- Add possibility to add SASL mechanisms for SMTP in smtp_connect hook ( #1487937 )
13 years ago
alecpl
f4cfb1414a
- Mark folder as recent only when it contains unseen messages
13 years ago
alecpl
636bd77074
- Mark (with different color) folders with recent messages ( #1486234 )
13 years ago
alecpl
80216d0b79
- Change version number to 0.8-svn
13 years ago
alecpl
5510a5278b
- Fix possible infinite redirect on attachment preview ( #1488199 )
13 years ago
thomascube
f78b944779
Updated changelog
13 years ago
thomascube
10e2dbbb9c
Improve clickjacking protection: bust frame or disable all form elements and abort UI initialization
13 years ago
alecpl
d65dd9cbe8
- Small optimisations
13 years ago
thomascube
e7c445bea0
Started with the new skin, codename 'Larry'
13 years ago
alecpl
fb6d86b9ad
- Fixed bug where similiar folder names were highlighted wrong ( #1487860 )
13 years ago
thomascube
ef22eee5ac
Improve task switching for tasks added by plugins
13 years ago