| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary: Fixes #5403
Reviewers: #pykolab_developers, vanmeeuwen
Reviewed By: #pykolab_developers, vanmeeuwen
Subscribers: vanmeeuwen
Differential Revision: https://git.kolab.org/D159
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
This is redundant and can cause useless ldap re-connection.
Small CS fixes
Warning: This wasn't tested.
Reviewers: #pykolab_developers, vanmeeuwen
Reviewed By: #pykolab_developers, vanmeeuwen
Differential Revision: https://git.kolab.org/D182
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
Fixes T1318
Note that set_entry_attributes() will now use two LDAP connections, which may
or may not be what we want. I didn't find a simple way of using ldap_priv connection
in entry_dn() and get_entry_attributes().
Reviewers: #pykolab_developers
Maniphest Tasks: T1318
Differential Revision: https://git.kolab.org/D188
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
It's supposed to fix #5337.
WARNING: Untested!!!!!!!!
Reviewers: #pykolab_developers, vanmeeuwen
Reviewed By: #pykolab_developers, vanmeeuwen
Subscribers: vanmeeuwen
Differential Revision: https://git.kolab.org/D130
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary: Fixes objectclass member comparison in cmd-sync #5423
Reviewers: #pykolab_developers, vanmeeuwen
Reviewed By: #pykolab_developers, vanmeeuwen
Subscribers: vanmeeuwen, vendel.colja
Differential Revision: https://git.kolab.org/D156
|
| |
|
|
|
|
|
|
|
|
| |
Reviewers: #pykolab_developers, vanmeeuwen
Reviewed By: #pykolab_developers, vanmeeuwen
Differential Revision: https://git.kolab.org/D154
|
|
|
|
|
|
|
|
|
|
| |
Summary: Fixes #5318
Reviewers: #pykolab_developers, vanmeeuwen
Reviewed By: #pykolab_developers, vanmeeuwen
Differential Revision: https://git.kolab.org/D153
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary: Sometimes self.pool may not exists when killing wallace process
Reviewers: #pykolab_developers, vanmeeuwen
Reviewed By: #pykolab_developers, vanmeeuwen
Subscribers: vanmeeuwen
Differential Revision: https://git.kolab.org/D137
|
|
|
|
|
|
|
|
|
|
| |
Reviewers: vanmeeuwen, #pykolab_developers
Reviewed By: vanmeeuwen, #pykolab_developers
Subscribers: vanmeeuwen
Differential Revision: https://git.kolab.org/D136
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
Looks like imaplib in some conditions can throw exceptions without the message or
the message is not a string. We'll cast to string before using split() to prevent from
"AttributeError: 'int' object has no attribute 'split'" errors.
Reviewers: #pykolab_developers, vanmeeuwen
Reviewed By: #pykolab_developers, vanmeeuwen
Differential Revision: https://git.kolab.org/D135
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Summary: Fixes T1171
Reviewers: #pykolab_developers, vanmeeuwen
Maniphest Tasks: T1171
Differential Revision: https://git.kolab.org/D126
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to properly detect when XFER command should be issued
Summary: Fixes #5299
Reviewers: #pykolab_developers, vanmeeuwen
Reviewed By: #pykolab_developers, vanmeeuwen
Subscribers: vanmeeuwen
Differential Revision: https://git.kolab.org/D152
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary: Fixes #5401
Reviewers: #pykolab_developers, vanmeeuwen
Reviewed By: #pykolab_developers, vanmeeuwen
Subscribers: vanmeeuwen
Differential Revision: https://git.kolab.org/D139
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Summary: Fixes #5414
Reviewers: #pykolab_developers
Subscribers: vendel.colja
Differential Revision: https://git.kolab.org/D151
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
With small refactoring and cleanup.
Note: This will remove IMAP ACL entries that do not exist in LDAP.
Reviewers: #pykolab_developers, vanmeeuwen
Reviewed By: #pykolab_developers, vanmeeuwen
Differential Revision: https://git.kolab.org/D145
|
|
|
|
|
|
|
|
|
|
|
|
| |
cache is enabled (#5252)
Summary: Warning: Database structure change
Reviewers: #pykolab_developers, vanmeeuwen
Reviewed By: #pykolab_developers, vanmeeuwen
Differential Revision: https://git.kolab.org/D141
|
|
|
|
|
|
|
|
| |
Summary: Fixes #5306
Reviewers: #pykolab_developers
Differential Revision: https://git.kolab.org/D140
|
|
|
|
|
|
|
|
|
|
| |
Summary: The fix in a9aa9c2650 missed encoding conversion for UPDATE queries
Reviewers: #pykolab_developers, vanmeeuwen
Reviewed By: #pykolab_developers, vanmeeuwen
Differential Revision: https://git.kolab.org/D138
|
|
|
|
|
|
|
|
| |
Summary: .
Reviewers: #pykolab_developers
Differential Revision: https://git.kolab.org/D134
|
| |
|
|
|
|
| |
This reverts commit 0ffec36d05c7b51dd1886c43399d562c34f5f8b6.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary: Fixes #5378. Makes that folders marked as default are prefered over other folders when savin pending invitation objects
Reviewers: #pykolab_developers, vanmeeuwen
Reviewed By: #pykolab_developers, vanmeeuwen
Subscribers: venc
Differential Revision: https://git.kolab.org/D132
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary: Fixes T1182
Reviewers: #pykolab_developers, vanmeeuwen
Reviewed By: #pykolab_developers, vanmeeuwen
Maniphest Tasks: T1182
Differential Revision: https://git.kolab.org/D127
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary: Fixes T1171
Reviewers: #pykolab_developers, vanmeeuwen
Reviewed By: #pykolab_developers, vanmeeuwen
Maniphest Tasks: T1171
Differential Revision: https://git.kolab.org/D126
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(#5370)
Summary: Fixes issue where IMAP connection problems would kill wallace (#5370)
Reviewers: #pykolab_developers, vanmeeuwen
Reviewed By: #pykolab_developers, vanmeeuwen
Subscribers: vanmeeuwen
Differential Revision: https://git.kolab.org/D125
|
|
|
|
|
|
|
|
|
|
|
|
| |
when it is (#5375)
Summary: Fixes #5375
Reviewers: #pykolab_developers, vanmeeuwen
Reviewed By: #pykolab_developers, vanmeeuwen
Differential Revision: https://git.kolab.org/D124
|
|
|
|
|
|
|
|
|
|
|
|
| |
(#5367)
Summary: Fixes #5367
Reviewers: #pykolab_developers, vanmeeuwen
Reviewed By: #pykolab_developers, vanmeeuwen
Differential Revision: https://git.kolab.org/D123
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
As a follow-up to #4033, these two plugins itself do nothing, so
it's not needed to list them in enabled plugins list. They will
be automatically loaded when required by other plugins.
To be precise, this prevents libcalendaring js/css resources to be
loaded on logon page, where they are not needed.
Reviewers: #pykolab_developers, vanmeeuwen
Reviewed By: #pykolab_developers, vanmeeuwen
Subscribers: vanmeeuwen
Projects: #pykolab
Differential Revision: https://git.kolab.org/D100
|
|
|
|
|
|
|
|
|
|
| |
Summary: Fixes #5366
Reviewers: #pykolab_developers
Subscribers: vennen, petersen, venc
Differential Revision: https://git.kolab.org/D113
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary: Fixes #5354
Reviewers: #pykolab_developers, vanmeeuwen
Reviewed By: #pykolab_developers, vanmeeuwen
Subscribers: venc, petersen, vennen
Differential Revision: https://git.kolab.org/D114
|
|
|
|
|
|
|
|
|
|
| |
Summary: FIxes #5119
Reviewers: #pykolab_developers, vanmeeuwen
Reviewed By: #pykolab_developers, vanmeeuwen
Differential Revision: https://git.kolab.org/D115
|
|
|
|
|
|
|
|
| |
Summary: Untested
Reviewers: #pykolab_developers
Differential Revision: https://git.kolab.org/D116
|
|
|
|
|
|
|
|
|
|
| |
Summary: Fixes #5371
Reviewers: #pykolab_developers, vanmeeuwen
Reviewed By: #pykolab_developers, vanmeeuwen
Differential Revision: https://git.kolab.org/D118
|
|
|
|
|
|
|
|
| |
Reviewers: #pykolab_developers, vanmeeuwen
Reviewed By: #pykolab_developers, vanmeeuwen
Differential Revision: https://git.kolab.org/D119
|
|
|
|
|
|
|
|
|
|
| |
Summary: Fixes https://issues.kolab.org/show_bug.cgi?id=4258
Reviewers: #pykolab_developers, vanmeeuwen
Reviewed By: #pykolab_developers, vanmeeuwen
Differential Revision: https://git.kolab.org/D120
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
only the chwala mysql files. fixes https://issues.kolab.org/show_bug.cgi?id=5355 error: table roundcube.system does not exist
Reviewers: #pykolab_developers, vanmeeuwen
Reviewed By: #pykolab_developers, vanmeeuwen
Differential Revision: https://git.kolab.org/D97
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary: Resolves T1034
Test Plan: Run this in a VM
Reviewers: #pykolab_developers
Maniphest Tasks: T1034
Differential Revision: https://git.kolab.org/D92
|