Commit graph

302 commits

Author SHA1 Message Date
Lutz Freitag
71eb09546b added some README text to describe the basic auth feature
Signed-off-by: Lutz Freitag <lutz@gottliebtfreitag.de>
2019-02-25 09:32:36 -05:00
Lutz Freitag
e1fde296c6 added an authentication handler for external HTTP basic auth
Signed-off-by: Lutz Freitag <lutz@gottliebtfreitag.de>
2019-02-25 09:32:36 -05:00
violoncello.ch
3a253379ee
Merge pull request #34 from anojht/patch-1
Implements error handling for imap errors #11
2019-01-31 13:12:26 +01:00
Anojh Thayaparan
61e0a28204 fix closing brace
Signed-off-by: Anojh Thayaparan <anojh@hotmail.com>
2019-01-30 12:46:04 -08:00
Anojh Thayaparan
58dd7465b9 check for errors before printing
Signed-off-by: Anojh Thayaparan <anojh@hotmail.com>
2019-01-30 08:10:28 -08:00
violoncello.ch
9ec67f1b71
Merge pull request #35 from cweiske/patch-1
List SQL backend extensions as alternatives
2019-01-30 12:20:57 +01:00
Christian Weiske
c35b073a73
List SQL backend extensions as alternatives 2019-01-30 11:05:20 +01:00
Anojh Thayaparan
ba19fc9515 change imap_alerts to warning
Signed-off-by: Anojh Thayaparan <anojh@hotmail.com>
2019-01-28 10:30:04 -08:00
Anojh Thayaparan
d83a883a1c Implements error handling #11
Prints IMAP errors and alerts to the nextcloud log.

Signed-off-by: Anojh Thayaparan <anojh@hotmail.com>
2019-01-28 10:28:51 -08:00
violoncello.ch
5df00dc149
Merge pull request #30 from nextcloud/fix/6/check-code-fixes
occ check-code compliance
2019-01-14 13:35:45 +01:00
Joas Schilling
8c5e80b21d
Login via Email Address is handled by the LoginController
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-01-11 17:06:16 +01:00
Joas Schilling
b3565eda6c
Use the querybuilder instead
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-01-11 14:50:01 +01:00
Joas Schilling
3011974beb
Fix order of info.xml attributes
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-01-11 14:14:08 +01:00
Jonas Sulzer
757c651995
use $stmt = \OC::$server->getDatabaseConnection()->prepare() for the remaining two
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2019-01-11 14:08:10 +01:00
Jonas Sulzer
cfd23bc01e
use \OC::$server->getDatabaseConnection()->executeQuery() with fetch() where possible
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2019-01-10 23:22:24 +01:00
Jonas Sulzer
59e8646100
use \OC::$server->getDatabaseConnection()->executeQuery() where it works
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2019-01-10 14:12:49 +01:00
Jonas Sulzer
ecef285f41
resolve conflicts
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2019-01-05 00:00:31 +01:00
Jonas Sulzer
4eea136bf2
appinfo changes
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2019-01-04 23:57:15 +01:00
Jonas Sulzer
db5ab31ee4
change deprecated logging method
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2019-01-04 23:55:11 +01:00
Jonas Sulzer
a67e3e08e0
changing discouraged operators
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2019-01-04 23:55:02 +01:00
Morris Jobke
05fb0e2f33
Merge pull request #26 from nextcloud/unbundle_from_release_to_appstore
prepare to release in appstore
2019-01-04 23:43:37 +01:00
Jonas Sulzer
23dd03977c
semantic version number
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2018-12-27 14:15:01 +01:00
violoncello.ch
c1914e830b
Merge pull request #27 from nextcloud/issue_template_and_contributing
add issue templates
2018-12-21 23:25:41 +01:00
Jonas Sulzer
bfec991839
add issue templates
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2018-12-21 21:24:55 +01:00
Jonas Sulzer
52a89f7a7f
remove shipped-flag; set min-version to 15; bump version
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2018-12-21 17:11:30 +01:00
Jan-Christoph Borchardt
e3aa5de422
Merge pull request #25 from nextcloud/info.xml_for_appstore
adapt info.xml to comply with minimum as of appstore documentation
2018-12-21 15:48:03 +01:00
Jonas Sulzer
22c3ede961
adapt info.xml to comply with minimum as of appstore documentation
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2018-12-21 15:08:49 +01:00
violoncello.ch
6bba573065
Merge pull request #23 from nextcloud/infoxml-links
Change links in info.xml
2018-12-21 12:32:22 +01:00
Marius Blüm
6d95f3c605
Implement Feedback removing /tree/master 2018-12-21 12:12:26 +01:00
Marius Blüm
f4c34f9995
Change links in info.xml
Signed-off-by: Marius Blüm <marius@lineone.io>
2018-12-21 10:34:37 +01:00
John Molakvoæ
d576642d5e user_external bump to 15 2018-12-15 15:47:54 +01:00
tflidd
2b0a72684f Update to Nextcloud 14 2018-07-29 14:32:00 +02:00
umgfoin
034a6ef057 Fix inappropriate SQL-quoting in imap.php
External user-authentification against IMAP-gateways:
Commit f8fb4d9 broke compatibility with PostgreSQL due to inappropriate SQL-quoting.
2018-01-29 15:02:27 +01:00
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