Commit Graph

9803 Commits (0ce90d1707fa990e53f08781834ec07c65e5d657)

Author SHA1 Message Date
Francis Lachapelle 2bd8a2935f Change default value of SOGoMailSpoolPath
Set the spool path to /var/spool/sogo and modified the installation
guide to point to the tmpwatch cronjob when changing SOGoMailSpoolPath.
2013-05-09 08:12:27 -04:00
Francis Lachapelle 8a25e38827 Add indent group to ckeditor toolbar 2013-05-02 09:07:17 -04:00
Ludovic Marcotte 4ec19d46fa Removed left-over code that would cause the logic from bug #2035 to not work. 2013-04-25 14:46:00 -04:00
Jean Raby d46a39e252 TOC links 2013-04-22 13:22:16 -04:00
Jean Raby 23e10d30be Added ldap attribute mapping table 2013-04-22 12:31:18 -04:00
Jean Raby f049e2430a Added ldap attribute mapping table 2013-04-22 12:25:22 -04:00
Jean Raby a53c66e8a4 Install openchange_user_cleanup in usr/sbin/
Instead of usr/share/doc/sogo/
2013-04-18 14:35:56 -04:00
Jean Raby 4fb3492ea8 openchange_cleanup.py -> openchange_user_cleanup 2013-04-18 14:28:55 -04:00
Jean Raby 353f40ac3e try to cleanup under INBOX too (altnamespace = no) 2013-04-18 14:15:35 -04:00
Jean Raby 96c831f726 Use separator sent by the imap server, not '/' 2013-04-18 14:11:36 -04:00
Jean Raby 59b3219f2d Merge to 2.05a 2013-04-16 15:20:19 -04:00
Jean Raby d7fdfc6cb2 Update NEWS + bump version 2013-04-16 15:16:54 -04:00
Jean Raby d02f58b3cd Update ChangeLog 2013-04-16 15:12:29 -04:00
Ludovic Marcotte 62fee93d86 Fix for bug #2287 2013-04-16 14:33:57 -04:00
Jean Raby 139c14d9e1 save: memCtx
Same fix as for MAPIStoreContactMessage
2013-04-16 12:06:17 -04:00
Francis Lachapelle 8ee15c6f77 Update Installation Guide
Improved the description of the parameters IMAPHostFieldName and
SieveHostFieldName.
2013-04-16 08:34:10 -04:00
Jean Raby 5d17414018 [MAPIStoreContactsMessage save] needs memCtx
From extrafu
2013-04-15 14:13:07 -04:00
Francis Lachapelle 3cd91846a6 Fix CSS color refresh of calendars 2013-04-11 16:32:17 -04:00
Francis Lachapelle e9eb8bdc86 Merge to 2.0.5 2013-04-11 12:56:34 -04:00
Francis Lachapelle 3739cb1536 Update ChangeLog 2013-04-11 12:55:11 -04:00
Francis Lachapelle 30f10ee8f0 Update translations 2013-04-11 11:30:23 -04:00
Jean Raby dfb8788270 don't build SAML support on debian yet 2013-04-11 10:37:34 -04:00
Jean Raby 3810833e1b remove unrtf leftovers 2013-04-11 10:22:28 -04:00
Francis Lachapelle 29e05c7c81 Bump version to 2.0.5 2013-04-11 10:20:10 -04:00
Jean Raby 0a08285fac Add note regarding precedence of .GNUstepDefaults 2013-04-11 10:09:02 -04:00
Jean Raby 01f20a42ad packaging fixups 2013-04-11 09:18:43 -04:00
Francis Lachapelle 3a61a2566b Updated installation guide: version 2.0.5 2013-04-10 18:24:03 -04:00
Jean Raby d2dda86529 ... dir fixup again 2013-04-10 16:30:16 -04:00
Jean Raby cc125d2192 directory fixup 2013-04-10 16:27:03 -04:00
Jean Raby 4da1e41d93 deb: install a sample sogo.conf in /etc/sogo
While there, replace mkdir + cp combo with 'install'
2013-04-10 16:20:47 -04:00
Jean Raby e24eb10c4f rpm: install a sample sogo.conf in /etc/sogo 2013-04-10 16:20:16 -04:00
Jean Raby dd9e51fd16 sogo.conf - new example configuration file 2013-04-10 16:16:30 -04:00
Jean Raby 9932d1413b update NEWS 2013-04-10 12:29:48 -04:00
Jean Raby ff13c49540 updated NEWS 2013-04-10 12:16:26 -04:00
Jean Raby 1e33b4bf26 Add notes regarding UIDField: value must be unique 2013-04-10 12:05:44 -04:00
Francis Lachapelle e23a7df125 Update NEWS file 2013-04-10 11:33:41 -04:00
Ludovic Marcotte 4ca476db9e Updated NEWS file 2013-04-10 11:30:40 -04:00
Ludovic Marcotte 33840c71cd Changed noop by unselect/select. 2013-04-10 10:48:25 -04:00
Ludovic Marcotte 1b983ef691 Fixed a potential timing issue with Dovecot when getting the modseq 2013-04-10 09:56:23 -04:00
Ludovic Marcotte eec8c07d4f Avoid appending the domain if already present. 2013-04-09 11:35:53 -04:00
Ludovic Marcotte 84ba93fc0a Now set ForceAuthn to false by default 2013-04-08 13:58:55 -04:00
Francis Lachapelle 37a6f82659 Initial Arabic translation 2013-04-08 11:05:45 -04:00
Ludovic Marcotte b4aaa68d85 Also consider the "mail" attribute in order to get the user's login 2013-04-05 10:26:17 -04:00
Ludovic Marcotte 5487f34b9e Disable hint verification for now. 2013-04-05 08:57:47 -04:00
Jean Raby e07734fa5f Filter sql source entries based on the user domain
When using dynamic domains with SQL sources (DomainFieldName),
let WebUI and dav lookups return entries from current domain
and other domains visible from the originating domain.

Fixes #2269

SQLSource.m: _visibleDomainsQualifierFromDomain:
  returns a EOQualifier OR'ing all visible domains from specified domain
  (including specified domain)

SQLSource.m: allEntryIDsVisibleFromDomain
  Replacement for allEntryIDs.
  Instead of returning all entries from the sql source,
  only return the entries visible from the specified domain.

SoObjects/SOGo/SQLSource.m: allEntryIDs
  Changed to call allEntryIDsVisibleFromDomain with an empty domain.

SQLSource.m fetchContactsMatching:inDomain:
  Use _visibleDomainsQualifierFromDomain to filter entries

LDAPSource.m: allEntryIDsVisibleFromDomain
  Simply call allEntryIDs, discarding the domain.
  LDAP does need to do the extra domain filtering

SOGoContactSourceFolder.m: toOneRelationshipKeys
   Call new method: allEntryIDsVisibleFromDomain
2013-03-29 10:38:52 -04:00
Ludovic Marcotte 6a8e6cd762 Fixed the GNUmakfile and const's for charset tables. 2013-03-28 08:32:00 -04:00
Ludovic Marcotte 663351029a Replaced unrtf by our own RTF to HTML converter.
Faster, thread safe, a hell lot cleaner.
2013-03-26 19:32:08 -04:00
Jean Raby c26e5fa7fe semi-colon 2013-03-26 14:01:04 -04:00
Jean Raby 74c01dc448 gen-charset-table.py: script to import ms charmaps
For example: http://msdn.microsoft.com/en-us/goglobal/cc305147
2013-03-26 13:42:22 -04:00
Ludovic Marcotte a009c71034 Fixed table initialization. 2013-03-25 15:58:36 -04:00