Julio García
dc2cc14d25
Revert "Revert "(fix) more fixes and clarifications on the mutli-domain settings""
...
This reverts commit 3dd8bddc0e .
2015-06-26 09:35:47 +02:00
Julio García
3f1a43cc13
Revert "Revert "(fix) more multi-domain fixes and cleanups""
...
This reverts commit 90e11d76f6 .
2015-06-26 09:35:37 +02:00
Julio García
67d0d95869
Revert "Revert "Fixed mess regarding uid/realUID""
...
This reverts commit 96d88de564 .
2015-06-26 09:35:26 +02:00
Julio García
c61eca27a1
Merge branch 'upstream-master' into merge-from-upstream
...
Conflicts:
SoObjects/SOGo/LDAPSource.m
SoObjects/SOGo/SOGoUserManager.m
2015-06-02 12:27:20 +02:00
Julio García
96d88de564
Revert "Fixed mess regarding uid/realUID"
...
This reverts commit 4f303f8aa2 .
2015-06-02 12:24:56 +02:00
Julio García
90e11d76f6
Revert "(fix) more multi-domain fixes and cleanups"
...
This reverts commit ed42d1e26b .
2015-06-02 12:24:44 +02:00
Julio García
3dd8bddc0e
Revert "(fix) more fixes and clarifications on the mutli-domain settings"
...
This reverts commit d07df554f3 .
2015-06-02 12:24:32 +02:00
Enrique J. Hernández
95f11f6d0d
Merge pull request #145 from Zentyal/jvalles/appointment-updates
...
oc-calendar: Improve check for appointment updates
2015-06-01 22:48:45 +02:00
Juan Vallés
1ec53a063c
oc-calendar: Improve check for appointment updates
...
The UID was being used to check if the changes in an appointment had been made by
its organiser. In this case, the UID is the user name, without taking the domain into account.
The `owner` variable, however, is a full email address, so the comparison was never successful. This
caused the update notification mail not to be sent.
2015-06-01 17:09:48 +02:00
Jesús García Sáez
76f80c507c
safe decoding of secured value
...
This was crashing with invalid value (shorter than it should be or nil value)
2015-05-28 12:35:18 +02:00
Enrique J. Hernández Blasco
b04b66fd79
Use UTC offset to encode NSCalendarDate in BSON
...
Using name abbreviation in Objective-C is discouraged
as it stated in the following link:
https://developer.apple.com/library/prerelease/ios/documentation/Cocoa/Reference/Foundation/Classes/NSTimeZone_Class/index.html#//apple_ref/occ/clm/NSTimeZone/timeZoneWithAbbreviation :
Indeed, the GNUStep library is generating the name
abbreviation using the system tzdata information
but parsing this data using GNUStep resources making
changes like this:
http://mm.icann.org/pipermail/tz-announce/2014-August/000023.html
Not working until GNUStep reaches these tzdata changes.
Using the UTC offset we are losing the position in planet
Earth but it could be considered valid looking at other
bson implementations.
2015-05-26 21:42:57 +02:00
Ludovic Marcotte
ce3d55d2cc
(fix) do not rewrite the username when using the session from the db
2015-05-26 11:08:30 -04:00
Enrique J. Hernández
13f2ac9cbb
Merge pull request #138 from Zentyal/jgarcia/fix-multidomain-web
...
Avoid reading emails from other domains (info@foo vs info@bar)
2015-05-25 22:17:42 +02:00
Ludovic Marcotte
d07df554f3
(fix) more fixes and clarifications on the mutli-domain settings
2015-05-25 13:00:08 -04:00
Jesús García Sáez
7dc333e790
Fix warning distinct Objective-C type
...
failedCount is a NSDictionary *, not NSMutableDictionary *
2015-05-25 17:33:46 +02:00
Jesús García Sáez
cc62576fef
Avoid cache entries with uid@domain@domain prefix
...
Depend of the current workflow these paths are reached with
username as uid and sometimes as uid@domain. So in multidomain
environments only append @domain when needed.
2015-05-25 17:33:32 +02:00
Ludovic Marcotte
ed42d1e26b
(fix) more multi-domain fixes and cleanups
2015-05-25 09:19:04 -04:00
Jesús García Sáez
a1d07c59af
Merge pull request #137 from Zentyal/jag/change-passsword-exceptions
...
Return appropiate error code when changing AD password with incorrect…
2015-05-23 02:23:02 +02:00
Ludovic Marcotte
4f303f8aa2
Fixed mess regarding uid/realUID
2015-05-22 14:03:49 -04:00
Ludovic Marcotte
2ae5f342da
Fix a crasher
2015-05-22 13:47:48 -04:00
extrafu
d6ab7582e5
Merge pull request #85 from Zentyal/inverse_fix-multidomain-web
...
Avoid reading emails from other domains
2015-05-22 09:19:54 -04:00
Javier Amor García
725dea5f6f
Show 'complexity password' error instead of a generic error
...
There is not discrimination between complexity and
length errors because LDAP does not
return different error codes for each case.
2015-05-22 14:59:49 +02:00
Jesús García Sáez
7990e23aaa
Fix warning distinct Objective-C type
...
failedCount is a NSDictionary *, not NSMutableDictionary *
2015-05-22 10:19:09 +02:00
Jesús García Sáez
04ce8d1066
Avoid cache entries with uid@domain@domain prefix
...
Depend of the current workflow this paths are reached with
username as uid and sometimes as uid@domain. So in multidomain
environments only append @domain when needed.
Conflicts:
SoObjects/SOGo/SOGoUserManager.m
2015-05-22 10:18:55 +02:00
Jesús García Sáez
37461e650d
Fix conflicts with externalLoginWithEmail + DomainBasedUid
...
On multidomain environment (SOGoEnableDomainBasedUID) with email for imap
authentication (SOGoForceExternalLoginWithEmail) we need to use uid@domain
instead of just uid in method getEmailForUID
2015-05-22 10:14:49 +02:00
Jesús García Sáez
9922ec56d9
Avoid uid+attributes entries on shared cache
...
In multidomain environments this will produce that info@domain1.com
can read info@domain2.com emails when info@domain2.com log in after
info@domain1.com is already logged in.
If multidomain is not enabled, this action is not needed because
uid+attributes has been already saved on shared cache
2015-05-22 10:14:43 +02:00
Jesús García Sáez
76dd53b461
Fix conflicts with externalLoginWithEmail + DomainBasedUid
...
On multidomain environment (SOGoEnableDomainBasedUID) with email for imap
authentication (SOGoForceExternalLoginWithEmail) we need to use uid@domain
instead of just uid in method getEmailForUID
2015-05-21 17:13:18 +02:00
Jesús García Sáez
020c895925
Avoid uid+attributes entries on shared cache
...
In multidomain environments this will produce that info@domain1.com
can read info@domain2.com emails when info@domain2.com log in after
info@domain1.com is already logged in.
If multidomain is not enabled, this action is not needed because
uid+attributes has been already saved on shared cache
2015-05-21 17:13:18 +02:00
Ludovic Marcotte
f4963df50f
(fix) avoid appending the domain unconditionally when SOGoEnableDomainBasedUID is set to YES
2015-05-21 17:13:11 +02:00
extrafu
b433bac432
Merge pull request #83 from Zentyal/jag/change-passsword-exceptions
...
Return appropiate error code when changing AD password with incorrect…
2015-05-21 08:42:17 -04:00
Jesús García Sáez
7160d94e91
Set domain before fetching auth sources
...
In multidomain environment right now we are trying to authenticate against
all sources defined in sogo.conf because the domain is not set at this point.
In sogo.conf we have to specify the domain a source is useful for, so with this
patch instead of 'n' tries of authentication we will perform only 1 (in a scenario
where we have 1 source per domain, and we have 'n' domains).
2015-05-20 18:33:11 +02:00
Ludovic Marcotte
416711ea43
(fix) avoid appending the domain unconditionally when SOGoEnableDomainBasedUID is set to YES
2015-05-19 13:48:59 -04:00
Javier Amor García
5a8f310bc8
Show 'complexity password' error instead of a generic error.
...
There is not discrimination between complexity and length errors because backend does not
return different error codes for each case.
2015-05-19 15:00:18 +02:00
Ludovic Marcotte
5412599832
(feat) now possible to log EAS commands using the SOGoEASDebugEnabled system defaults
2015-05-14 15:26:18 -04:00
Ludovic Marcotte
dc48e05dd3
(feat) print event/task description in list view ( #2881 )
2015-05-13 13:12:15 -04:00
Ludovic Marcotte
a145fdbb53
(fix) ensure calendar objects have a (fake) filename
2015-05-12 10:33:05 -04:00
Ludovic Marcotte
4826f01555
(fix) fixed EAS replies decoding from Outlook ( #3123 )
2015-05-12 09:52:13 -04:00
Ludovic Marcotte
fbb779a71d
(fix) During login, we now extract the domain from the user to accelerate authentication requests on sources
2015-05-06 16:03:33 -04:00
Francis Lachapelle
a1406d01e1
Initial Basque translation
2015-04-27 13:59:05 -04:00
Francis Lachapelle
07ac3f43fb
Simplify some calls in SOGoAppointmentFolder.m
2015-04-27 10:39:09 -04:00
extrafu
1db2b9793a
Merge pull request #79 from Zentyal/contribute-back
...
Latest changes for sogo-openchange
2015-04-27 10:14:29 -04:00
extrafu
393d8e5a73
Merge pull request #80 from dekkers/md4-compile-fix
...
Do not include nonexistent config.h in md4.c
2015-04-26 20:00:29 -04:00
Jeroen Dekkers
84c199b95a
Spelling fix: dictionnary -> dictionary
2015-04-26 13:33:03 +02:00
Jeroen Dekkers
769045bbf6
Do not include nonexistent config.h
2015-04-25 14:40:42 +02:00
Julio García
08501dacaa
Merge branch 'master' into contribute-back
...
Conflicts:
NEWS
2015-04-24 16:53:05 +02:00
extrafu
a94591a365
Merge pull request #78 from Zentyal/contribute-back
...
Fixes for OpenChange integration from Zentyal
2015-04-20 11:43:04 -04:00
Ludovic Marcotte
3872af35d1
(fix) Improve prevent invitations error handling
2015-04-17 09:41:39 -04:00
Ludovic Marcotte
beb666bc5f
(fix) fixed md4 support (for NTLM password changes) with GNU TLS
2015-04-17 09:29:49 -04:00
Enrique J. Hernández Blasco
8fce211172
Merge pull request #125 from Zentyal/jgarcia/multidomain-outlook-entryId
...
All this basically is to make it work on multidomain environment
the Reply all functionality of emails but I'm sure there are more use cases
as an Outlook client that don't work nowadays without this patch.
More info on commit message but basically it was that we were using user
instead of user@domain.com in several places.
2015-04-17 11:33:21 +02:00
Jesús García Sáez
336c4fb9d3
Merge pull request #121 from Zentyal/ejhernandez/search-mapidb-message-props
...
oc: Search for properties in a SOGoMAPIDB object now works
2015-04-16 18:51:18 +02:00