Pierre Ozoux
40b92ae6fe
Properly merge master
2017-12-08 15:39:06 +01:00
Pierre Ozoux
59b8bb34aa
Fix identation
2017-12-08 15:38:11 +01:00
Pierre Ozoux
3fffb53a12
Merge branch 'master' into imap-email
2017-12-08 15:36:51 +01:00
Morris Jobke
b20d0a6b94
Merge pull request #44 from nextcloud/backport-escape-apple-ab
...
Backport escape apple ab
2017-11-23 14:33:45 +01:00
Marvin
8bbcdb4b5c
handle escaped @ symbol fixes Apple AddressBook problems
...
Signed-off-by: Marvin Winkler <marvambass@gmail.com>
2017-11-23 14:20:10 +01:00
Marvin
90a3107edd
handle escaped @ symbol fixes Apple AddressBook problems
...
Signed-off-by: Marvin Winkler <marvambass@gmail.com>
2017-11-22 10:43:28 +01:00
Morris Jobke
7a847b5fba
Update user_external info to 13
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-11-21 15:06:36 +01:00
pierreozoux
2df5521c49
Add possibility to login with email on imap
2017-11-09 12:49:26 +01:00
Morris Jobke
306b633719
Fix namespace
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-07-25 09:00:21 +02:00
Marius Blüm
ab1af07c8b
Merge branch 'master' into external-fix-links
2017-05-01 16:11:51 +02:00
Joas Schilling
77db881adb
Merge pull request #15 from kosli/patch-1
...
IMAP login can be restricted to a specific domain name.
2017-04-26 09:37:35 +02:00
Marius Blüm
bfdc011138
user_external: Update some links
...
Signed-off-by: Marius Blüm <marius@lineone.io>
2017-03-28 17:59:46 +02:00
Lukas Reschke
5fc7bc15da
Set min and max version to 11
2016-11-21 22:48:30 +01:00
KoS
d1c9c22e81
IMAP login can be restricted to a specific domain name.
2016-10-23 19:28:10 +02:00
KoS
a7e276fa7a
IMAP login can be restricted to a specific domain name.
2016-10-23 19:25:44 +02:00
Lukas Reschke
10f4a443e0
Merge pull request #8 from nextcloud/master-smb
...
Double verify the SMB response
2016-09-09 17:13:23 +02:00
Lukas Reschke
4492caa0e4
Double verify the SMB response
...
In case anonymous auth is allowed this can otherwise lead to unexpected actions.
2016-09-09 10:59:08 +02:00
Morris Jobke
8ceeed8d4d
add viewBox to app icon for scaling in firefox
2016-08-17 17:32:22 +02:00
Vincent Petry
43559a7804
Merge pull request #2185 from owncloud/userext-smb-escapehost
...
Escape host argument when calling smbclient
2016-07-06 13:01:33 +02:00
Vincent Petry
b88c6d4b7a
Escape host argument in SMB user backend
2016-07-04 10:20:14 +02:00
janklostermann
5279f227c1
added links to documentation etc. and enhanced description
2016-06-02 15:25:43 +02:00
Lukas Reschke
0991141c26
Merge pull request #2159 from owncloud/backport-2157
...
backport of PR #2157
2016-03-15 23:17:58 +01:00
canepan
950372d8cf
Correct problem
...
Leaving "$webDavAuthUrl" in constructor, leads to a non-working class
2016-03-15 18:12:19 +01:00
tahaa karim
8ec07c8615
updated info.xml for v9.1 support
2016-03-09 11:27:42 +05:30
Lukas Reschke
52ca17e246
User External: Mark as compatible with 9.1
...
Ref https://github.com/owncloud/core/issues/22956
2016-03-08 18:32:03 +01:00
Morris Jobke
5d052ee1b9
Merge pull request #2113 from canepan/patch-1
...
Correct problem in constructor
2016-03-04 22:48:48 +01:00
Lukas Reschke
14b9339b44
Add minimum and maximum required versions
2016-02-05 16:03:31 +01:00
canepan
3e28fe3a67
Correct problem
...
Leaving "$webDavAuthUrl" in constructor, leads to a non-working class
2015-10-20 18:31:08 +02:00
Thomas Müller
d47ab68257
Merge pull request #2000 from stonerl/master
...
Make sharing easier
2015-10-09 13:25:15 +02:00
Thomas Müller
48510fcd07
Merge pull request #2062 from owncloud/smb-user-samba4
...
fix smb command for smb user backend
2015-10-07 15:27:45 +02:00
Thomas Müller
91417ffddf
Move WebDAVAuth to User_External
2015-09-21 17:23:47 +02:00
Robin Appelman
cf8ddabaab
fix smb command for smb user backend
2015-05-12 14:33:15 +02:00
Felix Bartels
7cd539aa73
don't go to $retval != 0 in case of NT_STATUS_BAD_NETWORK_NAME
...
NT_STATUS_BAD_NETWORK_NAME is only a minor error which should not prevent login
2015-05-10 11:40:46 +02:00
Jan-Christoph Borchardt
9cc84f3588
add icon for user_external
2015-02-27 15:09:07 +01:00
Toni Förster
1580d26488
Make sharing easier
...
Now Users have just to enter a part of the name. e.g. 'do' for 'John Doe'.
see also: owncloud/core#11256
2015-01-21 01:46:52 +01:00
Robin Appelman
fa3a3500f5
Merge pull request #1898 from stonerl/master
...
fix for #1693
2015-01-20 13:14:25 +01:00
Joas Schilling
de7c694823
Make all tests extend the new \Test\TestCase
2014-11-17 11:57:34 +01:00
Toni Förster
cf797fb97e
Limit the number of maximum connect attempts to 1
...
http://php.net/manual/en/function.imap-open.php
2014-08-26 17:08:46 +02:00
Toni Förster
cd5fa9860d
fix for #1693
2014-08-23 00:01:30 +02:00
Georg Ehrke
8dabb9c8de
add ocsid
2014-07-07 17:52:45 +02:00
Volkan Gezer
45e0d8946c
replace require tag with requiremin
2014-05-29 00:07:06 +02:00
Glandos
dc70d06144
Small performance improvement on imap_open
...
Use the OP_HALFOPEN flag to reduce server load. We don't need to open a mailbox, so just don't try
I've also make the check clearer for the opened connection (I know, 2 PR in one, it's bad…)
2014-03-26 15:34:15 +01:00
Thomas Müller
f8bc0ccaf6
Merge pull request #1662 from iroli1/master
...
Fix mangling of username/password containing % char
2014-02-26 07:02:27 +01:00
Christian Weiske
d5f3984a7d
use executeAudited instead of prepare+execute
2014-02-11 21:05:38 +01:00
Christian Weiske
f86938dad1
Fix typos, owncloud -> ownCloud
2014-02-11 21:05:38 +01:00
Christian Weiske
fa6b4c1144
Fix coding style according to owncloud/build/phpcs.xml
2014-02-11 21:05:37 +01:00
Christian Weiske
7bfe3c269c
add missing backticks to database fields
2014-02-11 21:05:37 +01:00
Christian Weiske
dad804964d
fix notnull settings
2014-02-11 21:05:37 +01:00
Christian Weiske
e9cc97a9b2
remove superfluous class path definition
2014-02-11 21:05:37 +01:00
Christian Weiske
350afe2d27
Fix code according to blizzz' notes
2014-02-11 21:05:37 +01:00