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