Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-09Store uploads metadata in a separate sql database table instead of a session ...Aleksander Machniak
2022-08-12Fix bug where it wasn't possible to create more than one response record on S...Aleksander Machniak
2022-04-10Don't declare default statement for MySQL columns in initial schema (#8485)Interduo
2021-10-26Fix installation/upgrade on MySQL 5.5 - Index column size too large (#8231)Aleksander Machniak
2021-10-03SQLite: Use foreign keys, require SQLite >= 3.6.19 (#8159)Aleksander Machniak
2021-08-28Support responses (snippets) in HTML format (#5315)Aleksander Machniak
2020-12-29Allow NULL in users.preferences column in postgres and sqlite db, the same as...Aleksander Machniak
2020-09-20Automatically collected recipients and trusted senders (#6904)Aleksander Machniak
2020-02-01MySQL: Use utf8mb4 charset and utf8mb4_unicode_ci collation (#6535, #7113)Aleksander Machniak
2020-02-01Support for language codes up to 16 chars long (e.g. es-419) in database sche...Aleksander Machniak
2019-09-29Make cache keys case-sensitive on MySQL/MSSQL (#6942)Aleksander Machniak
2018-12-23Enigma: Fixed multi-host syncronization of private and deleted keys and pubri...Aleksander Machniak
2018-08-25Fix compatibility with MySQL 8 - error on 'system' table useAleksander Machniak
2018-03-01Fix column type (#6200)Aleksander Machniak
2018-02-28Enigma: Multi-host supportAleksander Machniak
2016-11-26Fixed redundancy in sql caching system and compatibility with Galera Cluster ...Aleksander Machniak
2016-10-12Bump database versionAleksander Machniak
2016-08-12Removed useless 'created' column from 'session' table (#5389)Aleksander Machniak
2015-11-11Added brute-force attack prevention via login rate limit (#1490566)Aleksander Machniak
2015-03-08Fix storing signatures with big images in MySQL database (#1490306)Aleksander Machniak
2014-04-29Fix too small length of users.preferences column data type on MySQLAleksander Machniak
2013-06-09Fix database cache expunge issues (#1489149) - added 'expires' columnAleksander Machniak
2013-05-25Added shared (cross-user) cacheAleksander Machniak
2013-04-28Add lost files for "db_prefix related changes" commitAleksander Machniak
2013-02-19Fix typo in DB version strings (there should be no .sql suffix)Aleksander Machniak
2013-01-17Bump version number in *.initial.sqlAleksander Machniak
2013-01-09Added new database upgrade script, converted DDL scripts to new formatAleksander Machniak
2012-08-06Removed users.alias column, added option ('user_aliases')Aleksander Machniak
2012-08-06- Removed redundant cache.cache_id column (#1488528)Aleksander Machniak
2012-01-12- Fix failure on MySQL database upgrade from 0.7 - text column can't have def...alecpl
2012-01-05- Fix SQL Error when saving a contact with many email addresses (#1488286)alecpl
2011-11-22- Fixed bug where session ID's length was limited to 40 characters. Since PHP...alecpl
2011-09-18- Cache synchronization using QRESYNC/CONDSTOREalecpl
2011-09-07- Rewritten messages caching (merged devel-mcache branch):alecpl
2011-09-06- Fix username case-insensitivity issue in MySQL (#1488021)alecpl
2011-09-06- Merge devel-saved_search branch (Addressbook Saved Searches)alecpl
2011-09-06- Merge devel-spellcheck branch:alecpl
2011-04-27Change vcard field to LONGTEXT to completely store vcards with embedded photosthomascube
2011-02-23- Add index on contactgroupmembers.contact_id column.alecpl
2011-02-14Fulltext search over contact fields. Attention: DATABASE SCHEMA CHANGED\!thomascube
2010-11-02- Support contact's email addresses up to 255 characters long (#1487095)alecpl
2010-10-06- Add unique index on users.username+users.mail_hostalecpl
2010-09-25- s/RoundCube/Roundcube/alecpl
2010-04-28- Set DEFAULT NULL for users.last_loginalecpl
2010-04-15Always set changed date when marking a DB record as deleted + provide a clean...thomascube
2010-03-27- fix default datetimealecpl
2010-03-26Added basic contact groups featurethomascube
2010-03-06- re-fix (#1486474) + require MySQL 4.0.8 + add index/update in identities tablealecpl
2010-02-24- Fix adding contacts SQL error on mysql (#1486459)alecpl
2010-02-06- Add workaround for MySQL bug [http://bugs.mysql.com/bug.php?id=46293] (#148...alecpl