Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enhance wap client interaction | Jeroen van Meeuwen (Kolab Systems) | 2012-09-28 | 1 | -56/+55 |
| | |||||
* | Fix syntax error | Jeroen van Meeuwen (Kolab Systems) | 2012-09-18 | 11 | -12/+12 |
| | |||||
* | Make integers be floats before we make the division | Jeroen van Meeuwen (Kolab Systems) | 2012-09-17 | 1 | -3/+3 |
| | |||||
* | Don't forget to ship setup_syncroton | Jeroen van Meeuwen (Kolab Systems) | 2012-09-17 | 1 | -0/+1 |
| | |||||
* | Ensure unique recipients in list | Jeroen van Meeuwen (Kolab Systems) | 2012-09-16 | 1 | -2/+2 |
| | |||||
* | Re-enable and tweak the kolab_smtp_access_policy cache | Jeroen van Meeuwen (Kolab Systems) | 2012-09-16 | 1 | -28/+11 |
| | |||||
* | Set the default retention time for policy enforcement caching to 1 day | Jeroen van Meeuwen (Kolab Systems) | 2012-09-16 | 1 | -1/+1 |
| | |||||
* | Make sure Auth() is only created for the relevant domain, and at the right ↵ | Jeroen van Meeuwen (Kolab Systems) | 2012-09-16 | 1 | -19/+33 |
| | | | | time (#1017) | ||||
* | Resolve #1006: | Jeroen van Meeuwen (Kolab Systems) | 2012-09-14 | 1 | -10/+12 |
| | | | | | - Clause getting a quota root as it is not necessary for a quota root to even exist. - Clause receiving a response of (None, None, None) before applying any math. | ||||
* | Make sure no division by zero occurs in listing quota. (#1005) | Jeroen van Meeuwen (Kolab Systems) | 2012-09-14 | 1 | -4/+12 |
| | |||||
* | Include syncrepl module with pykolab | Jeroen van Meeuwen (Kolab Systems) | 2012-09-13 | 1 | -1/+2 |
| | |||||
* | Only actually fail listing domains if the primary domain is the domain auth ↵ | Jeroen van Meeuwen (Kolab Systems) | 2012-09-13 | 1 | -1/+5 |
| | | | | has been instantiated for (#1004) | ||||
* | Revert "List Default-Start runlevels explicitly, and start the services on ↵ | Jeroen van Meeuwen (Kolab Systems) | 2012-09-12 | 3 | -6/+6 |
| | | | | | | runlevel 2 as well" This reverts commit 7d26bec2649c678cb2533607e33443cbe7008510. | ||||
* | List Default-Start runlevels explicitly, and start the services on runlevel ↵ | Jeroen van Meeuwen (Kolab Systems) | 2012-09-12 | 3 | -6/+6 |
| | | | | 2 as well | ||||
* | Fix path for setup-ds-admin on Debian | Jeroen van Meeuwen (Kolab Systems) | 2012-09-09 | 1 | -1/+6 |
| | |||||
* | Make sure quota changes propagate from LDAP to IMAP | Jeroen van Meeuwen (Kolab Systems) | 2012-09-07 | 2 | -2/+14 |
| | |||||
* | Remove these test templates | Jeroen van Meeuwen (Kolab Systems) | 2012-09-07 | 2 | -121/+0 |
| | |||||
* | Clause cmd_list_quota to accept there may be no quota at all | Jeroen van Meeuwen (Kolab Systems) | 2012-09-07 | 1 | -4/+10 |
| | |||||
* | Remove compose_addressbook from template files to compile and include | Jeroen van Meeuwen (Kolab Systems) | 2012-09-07 | 1 | -1/+0 |
| | |||||
* | Include $_SERVER["HTTP_HOST"] specific configuration if it is available. | Jeroen van Meeuwen (Kolab Systems) | 2012-09-07 | 12 | -227/+261 |
| | |||||
* | Move setting the quota to outside of the loop where we login as the user | Jeroen van Meeuwen (Kolab Systems) | 2012-09-06 | 1 | -7/+12 |
| | |||||
* | Make sure we don't attempt to parse a mailbox path in full, while we are ↵ | Jeroen van Meeuwen (Kolab Systems) | 2012-09-04 | 1 | -3/+4 |
| | | | | logged in as a user | ||||
* | Remove setting / removing cyrus-admin privileges before setting annotations, ↵ | Jeroen van Meeuwen (Kolab Systems) | 2012-09-04 | 1 | -45/+9 |
| | | | | as we now login in as the user before setting any annotations | ||||
* | Correctly pass on the original recipients to the SMTP forwarding | Jeroen van Meeuwen (Kolab Systems) | 2012-09-04 | 1 | -3/+4 |
| | |||||
* | Update the default autocreate_folders to 1) include the namespace to set the ↵ | Jeroen van Meeuwen (Kolab Systems) | 2012-09-01 | 1 | -24/+18 |
| | | | | annotation in, 2) conform with http://wiki.kolab.org/Kolab_3.0_Storage_Format#Annotations | ||||
* | Use the internal set_metadata() function | Jeroen van Meeuwen (Kolab Systems) | 2012-08-30 | 1 | -7/+6 |
| | |||||
* | Add the known local domains / hostnames to the LDAP configuration during setup | Jeroen van Meeuwen (Kolab Systems) | 2012-08-29 | 1 | -1/+6 |
| | |||||
* | Preserve any secondary recipient email address attribute values that may ↵ | Jeroen van Meeuwen (Kolab Systems) | 2012-08-28 | 1 | -1/+6 |
| | | | | have already been specified (#973) | ||||
* | Remove unused, obsolete horde configuration | Jeroen van Meeuwen (Kolab Systems) | 2012-08-26 | 1 | -66/+0 |
| | |||||
* | Catch situations in which we have not gotten the appropriate separator yet | Jeroen van Meeuwen (Kolab Systems) | 2012-08-23 | 1 | -0/+5 |
| | |||||
* | Reconnect after "login as..." | Jeroen van Meeuwen (Kolab Systems) | 2012-08-23 | 1 | -0/+4 |
| | |||||
* | Clause the inclusion of /etc/init.d/functions (it should exist) | Jeroen van Meeuwen (Kolab Systems) | 2012-08-23 | 3 | -9/+27 |
| | | | | | | Include /etc/default/$service if the file exists Both changes work towards resolving #972 | ||||
* | Forcefully use the larry skin | Jeroen van Meeuwen (Kolab Systems) | 2012-08-17 | 1 | -2/+2 |
| | |||||
* | Update plugin list | Jeroen van Meeuwen (Kolab Systems) | 2012-08-15 | 1 | -1/+2 |
| | |||||
* | Update translations | Jeroen van Meeuwen (Kolab Systems) | 2012-08-14 | 4 | -150/+150 |
| | |||||
* | Update translations | Jeroen van Meeuwen (Kolab Systems) | 2012-08-14 | 8 | -443/+392 |
| | |||||
* | Correct another line-break for the purpose of l10n | Jeroen van Meeuwen (Kolab Systems) | 2012-08-14 | 1 | -2/+1 |
| | |||||
* | Tweak error message for the purpose of l10n | Jeroen van Meeuwen (Kolab Systems) | 2012-08-14 | 1 | -1/+1 |
| | |||||
* | Update strings to not span multiple lines as it confuses l10n | Jeroen van Meeuwen (Kolab Systems) | 2012-08-14 | 1 | -5/+2 |
| | |||||
* | Add Spanish (es) | Jeroen van Meeuwen (Kolab Systems) | 2012-08-14 | 1 | -1/+1 |
| | |||||
* | Add Transifex configuration | Jeroen van Meeuwen (Kolab Systems) | 2012-08-14 | 1 | -1/+1 |
| | |||||
* | Update translations | Jeroen van Meeuwen (Kolab Systems) | 2012-08-14 | 7 | -208/+2890 |
| | |||||
* | Remove the self.connect() calls, as these routines are not aware of the ↵ | Jeroen van Meeuwen (Kolab Systems) | 2012-08-12 | 1 | -15/+0 |
| | | | | state we wish to be in | ||||
* | - Add commands to add and remove user's subscriptions to/from folders | Jeroen van Meeuwen (Kolab Systems) | 2012-08-12 | 2 | -0/+192 |
| | |||||
* | - Add command to list a user's folder subscriptions. Usage: | Jeroen van Meeuwen (Kolab Systems) | 2012-08-12 | 1 | -0/+91 |
| | | | | | | | | | | | | | | $ kolab list-user-subscriptions <user> [<mailbox-pattern>] Examples: $ kolab list-user-subscriptions john.doe@example.org $ kolab list-user-subscriptions \ john.doe@example.org shared/lists/example.org/memo Note that a proxyauth login is executed, and mailbox patterns can therefore not be suffixed with the usual '@domain' realm idenfifier. | ||||
* | Update translations | Jeroen van Meeuwen (Kolab Systems) | 2012-08-11 | 5 | -308/+363 |
| | |||||
* | Remove the multiline messages that cannot be translated easily | Jeroen van Meeuwen (Kolab Systems) | 2012-08-11 | 1 | -27/+15 |
| | |||||
* | Add Transifex configuration file | Jeroen van Meeuwen (Kolab Systems) | 2012-08-11 | 1 | -0/+9 |
| | |||||
* | Update .gitignore to exclude po/*.mo files as well | Jeroen van Meeuwen (Kolab Systems) | 2012-08-11 | 1 | -0/+1 |
| | |||||
* | Update translation routines | Jeroen van Meeuwen (Kolab Systems) | 2012-08-11 | 7 | -87/+137 |
| |