index
:
roundcubemail-plugins-kolab
dev/deduplicate
dev/sabre-vobject3
master
oracle
roundcube-0.6
roundcubemail-plugins-kolab-0.7
roundcubemail-plugins-kolab-0.8
roundcubemail-plugins-kolab-0.9
roundcubemail-plugins-kolab-3.0
roundcubemail-plugins-kolab-3.1
roundcubemail-plugins-kolab-format2
roundcubemail-plugins-kolab-format2-horde5
ticket/3416
Kolab Plugins for Roundcube
devel@lists.kolab.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-06
Remove debug code
Thomas Bruederli
1
-1/+1
2012-06-06
Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube
Thomas Bruederli
4
-10/+10
2012-06-06
Finish reading/writing of Dictionary configuration objects
Thomas Bruederli
2
-23/+65
2012-06-06
Fix libkolabxml error handling
Thomas Bruederli
1
-2/+2
2012-06-05
Use Roundcube Framework where applicable, so we can use this code out of Roun...
Aleksander Machniak
4
-10/+10
2012-06-04
Replace deprecated PEAR::HTTP_Request with its successor HTTP_Request2 (#822)
Thomas Bruederli
1
-10/+24
2012-05-30
Make contact sorting case-insensitive
Thomas Bruederli
1
-0/+3
2012-05-30
There's no end date in tasks
Thomas Bruederli
1
-4/+0
2012-05-30
Don't trigger error when no group assignments need to be changed
Thomas Bruederli
1
-0/+3
2012-05-30
Don't parse new configuration objects with old Horde classes
Thomas Bruederli
1
-1/+1
2012-05-30
Strip white-space from xml when caching
Thomas Bruederli
1
-1/+1
2012-05-30
Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube
Thomas Bruederli
5
-347/+426
2012-05-30
Use regex-like syntax for LIKE queries to kolab_storage_cache; also use it fo...
Thomas Bruederli
4
-7/+19
2012-05-30
Little refactoring: new parent class for xcal based Kolab objects such as eve...
Thomas Bruederli
5
-347/+426
2012-05-26
Read 'max_allowed_packet' from mysql config (requires latest HEAD of Roundcub...
Thomas Bruederli
1
-2/+6
2012-05-26
Always add type parameter to cache queries (#799); remove last parameter from...
Thomas Bruederli
1
-9/+9
2012-05-26
Optimize cache synchronization by using extended SQL inserts (#798)
Thomas Bruederli
1
-3/+56
2012-05-25
Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube
Thomas Bruederli
1
-1/+1
2012-05-25
Improve cache synchronization: fetch + insert in one row, increase time limit...
Thomas Bruederli
1
-11/+20
2012-05-25
Don't unset lock create date, this won't work with PostgreSQL
Aleksander Machniak
1
-1/+1
2012-05-23
Started implementing task format wrapper
Thomas Bruederli
1
-3/+24
2012-05-23
Add stub classes for more Kolab object types; remove legacy methods
Thomas Bruederli
4
-76/+323
2012-05-23
Take special language 'XX' into account (as specified in KEP:16)
Thomas Bruederli
1
-3/+2
2012-05-23
Enforce local time for birthday and anniversary fields
Thomas Bruederli
2
-6/+6
2012-05-23
Read (old) configuration.dictionary objects with new kolab_storage layer; wri...
Thomas Bruederli
6
-338/+192
2012-05-23
Prepare to handle configuration objects
Thomas Bruederli
3
-14/+100
2012-05-23
Merge branch 'dev/kolab3'
Jeroen van Meeuwen (Kolab Systems)
6
-93/+51
2012-05-23
Merge branch 'dev/kolab3'
Jeroen van Meeuwen (Kolab Systems)
49
-2134/+8712
2012-05-23
Ensure title property is present as a string
Thomas Bruederli
1
-0/+1
2012-05-22
Reduce code redundancy: implement load() and write() method in parent class k...
Thomas Bruederli
5
-93/+50
2012-05-20
Adapt to new roundcube framework API (#787)
Thomas Bruederli
1
-7/+7
2012-05-17
Improved folder_create() method
Aleksander Machniak
3
-13/+18
2012-05-17
Remove dependency on kolab_folders
Aleksander Machniak
1
-3/+0
2012-05-16
Store event alarm status by event uid + user id. Attention: database schema c...
Thomas Bruederli
3
-10/+22
2012-05-16
- Adapt event alarms to new storage format
Thomas Bruederli
4
-33/+57
2012-05-16
Save event categories and 'has alarm' information as tags in cache
Thomas Bruederli
1
-0/+50
2012-05-16
Add option to disable SSL certificate checks when triggering Free/Busy
Thomas Bruederli
2
-0/+5
2012-05-16
Set and read Content-ID header of MIME message parts as suggested by the spec...
Thomas Bruederli
1
-12/+16
2012-05-16
Add some documentation
Thomas Bruederli
2
-0/+21
2012-05-16
Catch errors in user's timezone settings
Thomas Bruederli
1
-1/+7
2012-05-16
Merge branch 'dev/kolab3' of ssh://git.kolabsys.com/git/roundcube into dev/ko...
Thomas Bruederli
2
-10/+19
2012-05-16
Code cleanup: define private members and default DB values; set kolab_format ...
Thomas Bruederli
2
-2/+5
2012-05-16
Better process of writing Kolab objects: don't use isValid() but check kolabf...
Thomas Bruederli
4
-9/+46
2012-05-16
Migrate to HTTP/Request2
Aleksander Machniak
2
-10/+19
2012-05-16
Improve fetching contacts with new kolab_storage/cache backend
Thomas Bruederli
2
-5/+18
2012-05-16
Revert commit d08cb111 "Fixed working with disabled kolab_cache"
Thomas Bruederli
1
-7/+4
2012-05-16
Add some fulltext searching capabilities to kolab_storage_cache and use them ...
Thomas Bruederli
4
-32/+49
2012-05-15
Merge branch 'dev/kolab3' of ssh://git.kolabsys.com/git/roundcube into dev/ko...
Thomas Bruederli
1
-4/+7
2012-05-15
Save object words for fulltext searching in caching table
Thomas Bruederli
1
-4/+9
2012-05-15
Prepare for fulltext indexing in kolab_storage_cache; fix saving contacts wit...
Thomas Bruederli
2
-1/+40
[next]