Aleksander Machniak
2016-05-16 3d6d0389385b2a52ae83c8e09eadbd99c97c1113
2015-11-11 Aleksander Machniak
Added brute-force attack prevention via login rate limit (#1490566)
blob@ a15d87 commitdiff | diff to current
2015-03-08 Aleksander Machniak
Fix storing signatures with big images in MySQL database (#1490306)
blob@ f06f4b commitdiff | diff to current
2014-04-29 Aleksander Machniak
Fix too small length of users.preferences column data type on MySQL
blob@ b6f730 commitdiff | diff to current
2013-06-09 Aleksander Machniak
Fix database cache expunge issues (#1489149) - added 'expires' column
blob@ 60b6d7 commitdiff | diff to current
2013-05-25 Aleksander Machniak
Added shared (cross-user) cache
blob@ 50abd5 commitdiff | diff to current
2013-04-27 Aleksander Machniak
Add db_prefix configuration option in place of db_table_*/db_sequence_* opt...
blob@ 399db1 commitdiff | diff to current
2013-02-19 Aleksander Machniak
Fix typo in DB version strings (there should be no .sql suffix)
blob@ 9e46fb commitdiff | diff to current
2013-01-17 Aleksander Machniak
Bump version number in *.initial.sql
blob@ aa691c commitdiff | diff to current
2013-01-09 Aleksander Machniak
Added new database upgrade script, converted DDL scripts to new format
blob@ b7e7c8 commitdiff | diff to current
2012-08-06 Aleksander Machniak
Removed users.alias column, added option ('user_aliases') to use email addr...
blob@ 565c47 commitdiff | diff to current
2012-08-06 Aleksander Machniak
- Removed redundant cache.cache_id column (#1488528)
blob@ 83121e commitdiff | diff to current
2012-01-05 alecpl
- Fix SQL Error when saving a contact with many email addresses (#1488286)
blob@ 48be8f commitdiff | diff to current
2011-11-22 alecpl
- Fixed bug where session ID's length was limited to 40 characters. Since P...
blob@ b8ae0e commitdiff | diff to current
2011-09-18 alecpl
- Cache synchronization using QRESYNC/CONDSTORE - Fixed message ID updates ...
blob@ 609d39 commitdiff | diff to current
2011-09-07 alecpl
- Rewritten messages caching (merged devel-mcache branch): Indexes are st...
blob@ 80152b commitdiff | diff to current
2011-09-06 alecpl
- Merge devel-saved_search branch (Addressbook Saved Searches)
blob@ f8e48d commitdiff | diff to current
2011-09-06 alecpl
- Merge devel-spellcheck branch: - Added spellchecker exceptions dictiona...
blob@ 66df08 commitdiff | diff to current
2011-03-10 alecpl
- Force names of unique constraints in PostgreSQL DDL (postgres 9.x uses di...
blob@ 8381ec commitdiff | diff to current
2011-02-23 alecpl
- Add index on contactgroupmembers.contact_id column. Improves performanc...
blob@ 3a5476 commitdiff | diff to current
2011-02-14 thomascube
Fulltext search over contact fields. Attention: DATABASE SCHEMA CHANGED\!
blob@ 3e2637 commitdiff | diff to current
2010-11-02 alecpl
- Support contact's email addresses up to 255 characters long (#1487095) - ...
blob@ 6f0968 commitdiff | diff to current
2010-10-06 alecpl
- Add unique index on users.username+users.mail_host
blob@ ace511 commitdiff | diff to current
2010-09-25 alecpl
- s/RoundCube/Roundcube/
blob@ e019f2 commitdiff | diff to current
2010-04-28 alecpl
- Set DEFAULT NULL for users.last_login
blob@ e2402e commitdiff | diff to current
2010-04-15 thomascube
Always set changed date when marking a DB record as deleted + provide a cle...
blob@ a35062 commitdiff | diff to current
2010-03-27 alecpl
- contactgroups DDL for postgres
blob@ 22d6b5 commitdiff | diff to current
2010-03-06 alecpl
- re-fix (#1486474) + require MySQL 4.0.8 + add index/update in identities ...
blob@ 94fe9c commitdiff | diff to current
2009-09-29 alecpl
- use better index for contacts table
blob@ 23b765 commitdiff | diff to current
2009-09-07 alecpl
- added index in messages table
blob@ 3d601d commitdiff | diff to current
2009-05-14 alecpl
- remove version number from *.initial.sql
blob@ 798ad5 commitdiff | diff to current
2008-12-03 alecpl
- change few "boolean" columns type from integer to smallint
blob@ a493ea commitdiff | diff to current
2008-11-25 alecpl
#1485420: remove default (and not null) for users.language column in DDL
blob@ debdda commitdiff | diff to current
2008-11-24 alecpl
- Added index on cache.created + small fixes in mssql DDL script
blob@ e4d9f0 commitdiff | diff to current
2008-11-22 alecpl
- fix r2076: removed cache.session_id column, removed DELETEs from cache in...
blob@ dcf780 commitdiff | diff to current
2008-11-21 alecpl
- Increase speed of session destroy and garbage clean up - Fix session time...
blob@ 3e48d2 commitdiff | diff to current
2008-11-21 alecpl
- Fix 'cache' table cleanup on session destroy (#1485516)
blob@ be7d3b commitdiff | diff to current
2008-06-12 alecpl
#1485125: added index on messages.created
blob@ c98f3b commitdiff | diff to current
2008-04-03 alecpl
#1484854
blob@ 6cb778 commitdiff | diff to current
2008-04-03 alecpl
fix: there's no ALTER TABLE ... ADD INDEX in postgresql
blob@ edc63c commitdiff | diff to current
2008-03-25 thomascube
Optimize database schema; get rid of unnecessary indexes
blob@ ac26b9 commitdiff | diff to current
2007-09-19 thomascube
IPv6 Compatability
blob@ 84d06e commitdiff | diff to current
2007-05-23 svncommit
upgrade to TinyMCE v2.1.1.1
blob@ 2c6337 commitdiff | diff to current
2007-03-18 thomascube
Use user_id for unique key in messages table (closes #1484074)
blob@ 43a42d commitdiff | diff to current
2006-09-13 svncommit
Initial TinyMCE editor support (still need to work on spellcheck and skins)
blob@ a0109c commitdiff | diff to current
2006-08-25 thomascube
Finalized new message parsing. Attention: changes in database schema
blob@ f7bfec commitdiff | diff to current
2006-02-19 thomascube
Applied several patches
blob@ f88d41 commitdiff | diff to current
2006-01-25 thomascube
Add created date to message cache
blob@ b59474 commitdiff | diff to current
2006-01-04 thomascube
Optimized loading time; added periodic mail check; added EXPUNGE command
blob@ 15a9d1 commitdiff | diff to current
2005-12-16 thomascube
Usage of virtusertable; mail_domain for new users; Chinese and Turkish loca...
blob@ 977a29 commitdiff | diff to current
2005-12-03 thomascube
Re-design of caching (new database table added\!); some bugfixes; Postgres ...
blob@ 1cded8 commitdiff | diff to current
first | « prev | next »