Signed-off-by: Sebastian <sebastian@wiuwiu.de>
Change class name
Signed-off-by: Sebastian <sebastian@wiuwiu.de>
add prosody to title name
Signed-off-by: Sebastian <sebastian@wiuwiu.de>
integrate nextcloud code style guidelines
Signed-off-by: Sebastian <sebastian@wiuwiu.de>
clean up
Signed-off-by: Sebastian <sebastian@wiuwiu.de>
Applied nc code style
Signed-off-by: Sebastian <sebastian@wiuwiu.de>
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.