Aleksander Machniak
dd6f784ec4
Fix syntax error
2014-09-22 10:31:15 +02:00
Aleksander Machniak
000f6ee304
Merge branch 'oracle'
2014-09-22 09:38:21 +02:00
Aleksander Machniak
ff767a14ff
Merge branch 'oracle'
2014-09-22 09:31:11 +02:00
Aleksander Machniak
fb8adc8a19
Remove Oracle driver based on PDO_OCI extension
2014-09-18 16:48:53 +02:00
Aleksander Machniak
7f84924799
Fix long data handling
2014-09-18 16:46:19 +02:00
Aleksander Machniak
e7af012bc2
Fix binary operator use for Oracle
2014-09-18 15:32:15 +02:00
Aleksander Machniak
8451577659
Added transactions support
2014-09-17 20:39:16 +02:00
Aleksander Machniak
d7c91c14f8
Add Oracle driver which uses OCI8 extension - the one that supports CLOB columns
2014-09-17 19:58:54 +02:00
Aleksander Machniak
83a64265a7
Fixes for Oracle
2014-09-15 11:37:42 +02:00
Aleksander Machniak
848e204ef9
Fix validation of email addresses with IDNA domains ( #1490067 )
2014-09-13 12:36:54 +02:00
Aleksander Machniak
b84a04336b
Added Oracle database driver
2014-09-12 14:43:33 +02:00
Aleksander Machniak
34a0902089
Use consistent column/table quoting in sql queries
2014-09-12 14:37:51 +02:00
Aleksander Machniak
8cc65d1f5f
Print to STDERR non-terminating errors in CLI mode
2014-09-10 17:26:19 +02:00
Thomas Bruederli
fb3ccf2e09
Don't override argument variable when collecting results
2014-09-09 09:37:50 +02:00
Aleksander Machniak
c489cc1479
Fix call to a member function get_compressed() on a non-object
2014-09-08 17:21:54 +02:00
Aleksander Machniak
4baf96a4ca
Added license headers to driver files, CS fixes
2014-09-08 09:50:59 +02:00
Aleksander Machniak
334bc97927
Fix merging folder annotations for folders with numeric names (only digits)
2014-09-03 11:24:15 +02:00
Aleksander Machniak
9cc5a522df
Fix so rcube_text2html class does not depend on rcmail_string_replacer
2014-08-30 12:33:42 +02:00
Aleksander Machniak
29c24e647c
Get rid of DIRECTORY_SEPARATOR for consistency
2014-08-28 19:24:03 +02:00
Thomas Bruederli
a98a4f8bb5
Remove 3rd party libs from our repository and define the dependencies in composer.json-dist.
...
Also remove the ancient utf8 lib and replace it with 'Patchwork UTF-8 for PHP'.
For direct git checkouts, copy composer.json-dist into composer.json and run
`php composer.phar install` to install the dependencies.
2014-08-27 17:45:21 +02:00
Thomas Bruederli
64d49edd78
Maintain a stack of currently running plugin hooks
2014-08-27 14:37:52 +02:00
Aleksander Machniak
35b39c8d7d
Fix PERMANENTFLAGS checking in modFlag()
2014-08-26 19:22:53 +02:00
Aleksander Machniak
5f58127eae
Added rcube_utils::resolve_url()
2014-08-24 11:43:12 +02:00
Aleksander Machniak
75bbada03b
Remove code for PHP<5.3, use PHP_VERSION_ID instead of version_compare() for version checks
2014-08-24 11:23:33 +02:00
Thomas B.
827b1dd459
Merge pull request #212 from JohnDoh/patch-1
...
add include_plugin function for optional plugins
2014-08-21 19:50:53 +02:00
Aleksander Machniak
f01666a622
Fix handling of email addresses with quoted domain part ( #1490040 )
2014-08-21 18:08:26 +02:00
Aleksander Machniak
fb5e2fb96f
Don't fail when trying to create and subscribe a folder that already exists
2014-08-18 10:46:18 -04:00
Thomas Bruederli
028734b25c
Make LDAP errors available to the application
2014-08-18 17:21:03 +02:00
Thomas Bruederli
25a9ec7bb7
Allow caller to supply the template for contact name composition
2014-08-18 14:16:20 +02:00
Thomas Bruederli
6a0a4a3a52
Remove empty brackets, slashes and spaces from contact search name
2014-08-18 10:00:45 +02:00
JohnDoh
4eee212883
add include_plugin function for optoinal plugins
2014-08-16 07:05:30 +01:00
JohnDoh
0b799bee90
add support for optional plugins
2014-08-16 07:02:50 +01:00
Aleksander Machniak
5f17657e82
Support contacts import in GMail CSV format
2014-08-14 18:19:55 +02:00
Aleksander Machniak
4045cd9266
Cleanup after PR merge, updated changelog
2014-08-13 14:34:12 +02:00
Aleksander Machniak
9275671174
Merge pull request #211 from bbraybrook/gd_rotate_thumb
...
Fix incorrect thumbnail rotation with GD and exif orientation data (#1490029 )
2014-08-13 14:32:41 +02:00
Thomas Bruederli
834fb6858e
Allow to search for LDAP groups with 'group_filter' enabled
2014-08-13 13:04:24 +02:00
brendan braybrook
090bacddb6
changes suggested by aleks
2014-08-12 18:39:55 +00:00
brendan braybrook
e2dd31f987
rotate image with GD if exit rotation data present
2014-08-11 23:23:36 +00:00
brendan braybrook
c6183b649a
wrong type returned for gif
2014-08-11 23:21:02 +00:00
Thomas Bruederli
f954922c03
- Implemented 'storage_connected' API hook after successful IMAP login ( #1490025 )
...
- Added config option 'imap_log_session' to enable Roundcube <-> IMAP session ID logging
- Added config option 'log_session_id' to control the lengh of the session identifer in logs
2014-08-07 17:04:05 +02:00
Thomas Bruederli
d7533442f3
Add default location for mime.types with nginx
2014-08-07 08:56:35 +02:00
Aleksander Machniak
d8b26e40f9
Overwrite Net_LDAP3's normalize_entry() method to behave as the old one
2014-08-06 11:46:22 +02:00
Aleksander Machniak
19926d4c3c
CS fix after PR merge
2014-08-06 08:03:56 +02:00
Aleksander Machniak
642522f386
Merge pull request #209 from bbraybrook/header_array_fix
...
Fix stringify problem when multiple headers values exist to be returned
2014-08-06 08:03:15 +02:00
brendan braybrook
539fe0b84d
fix stringify problem when multiple headers values exist to be returned
2014-08-06 00:25:14 +00:00
Aleksander Machniak
db25c43e97
Merge pull request #207 from kanarip/dev/net_ldap3
...
Merge Net_LDAP3
2014-08-05 10:41:22 +02:00
Thomas Bruederli
65baa033e0
List all plugins which have been attempted to load ( #1488871 )
2014-08-03 19:17:23 +02:00
Jeroen van Meeuwen (Kolab Systems)
8ee8be9b86
Correct reference to old function get_dn()
2014-08-02 16:51:51 +02:00
Jeroen van Meeuwen (Kolab Systems)
6ac9395fbd
Use Net_LDAP3
2014-08-02 16:46:29 +02:00
Aleksander Machniak
6c1c60f3b9
Support password encryption using openssl extension ( #1489989 )
2014-08-02 09:03:29 +02:00