Commit graph

21 commits

Author SHA1 Message Date
Jonas Sulzer
a1bcefa305
📦 NEW: support counting of total user_external users
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2019-06-27 11:39:50 +02:00
Jonas Sulzer
855886810a
🐛 FIX: make groups param for storeUser() optional
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2019-06-03 14:04:39 +02:00
violoncello.ch
406e41c8a2
Merge pull request #65 from lavdnone/master
optional imap groups via domain & make domain striping optional
2019-06-02 23:55:13 +02:00
Jonas Sulzer
8c38759958 👌 IMPROVE: make it possible to add the user to an array of groups (for later extendability e.g. #69)
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
Signed-off-by: none <vlad@teksperts.nyc>
2019-06-02 13:49:49 -04:00
Jonas Sulzer
aeb4476752 👌 IMPROVE: move group creation to imap class && check for two additional parameters wheter to stripe domain and create group based on domain or not
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
Signed-off-by: none <vlad@teksperts.nyc>
2019-06-02 13:49:49 -04:00
Jonas Sulzer
dd1d9a7e8b 👌 IMPROVE: update authors
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
Signed-off-by: none <vlad@teksperts.nyc>
2019-06-02 13:49:49 -04:00
Lavd
b012588309 converted to getGroupManager()->createGroup from OC_DB
Signed-off-by: none <vlad@teksperts.nyc>
2019-06-02 13:49:49 -04:00
Lavd
00c4c02b82 Update base.php
imap groups via domain-part

Signed-off-by: none <vlad@teksperts.nyc>
2019-06-02 13:49:49 -04:00
Bastian Maeuser
01dd0357c6 Fix Querybuilder to find Users that have difference uid from displayName
Signed-off-by: Bastian Maeuser <mephisto@mephis.to>
2019-05-03 18:50:21 +02:00
Joas Schilling
b3565eda6c
Use the querybuilder instead
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-01-11 14:50:01 +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
Morris Jobke
306b633719 Fix namespace
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-07-25 09:00:21 +02: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
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
350afe2d27 Fix code according to blizzz' notes 2014-02-11 21:05:37 +01:00
Christian Weiske
690a579a26 Implement request #301: Create users when using external auth login
After a successful login with imap, smb or ftp, the corresponding
user is created in an own database table.
This is needed to make e.g. sharing files with this users work.

The table may be used by several different external user authentication
services.

See the discussion in https://github.com/owncloud/apps/pull/1579
for details on the implementation design.
2014-02-11 21:05:37 +01:00