Fix typos, owncloud -> ownCloud
This commit is contained in:
@@ -16,7 +16,7 @@ If something does not work, check the log file at `owncloud/data/owncloud.log`.
|
|||||||
|
|
||||||
FTP
|
FTP
|
||||||
---
|
---
|
||||||
Authenticate owncloud users against a FTP server.
|
Authenticate ownCloud users against a FTP server.
|
||||||
|
|
||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
@@ -55,8 +55,8 @@ needs to be activated.
|
|||||||
|
|
||||||
IMAP
|
IMAP
|
||||||
----
|
----
|
||||||
Authenticate owncloud users against an IMAP server.
|
Authenticate ownCloud users against an IMAP server.
|
||||||
IMAP user and password need to be given for the owncloud login
|
IMAP user and password need to be given for the ownCloud login
|
||||||
|
|
||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ use \OC_DB;
|
|||||||
/**
|
/**
|
||||||
* Base class for external auth implementations that stores users
|
* Base class for external auth implementations that stores users
|
||||||
* on their first login in a local table.
|
* on their first login in a local table.
|
||||||
* This is required for making many of the user-related owncloud functions
|
* This is required for making many of the user-related ownCloud functions
|
||||||
* work, including sharing files with them.
|
* work, including sharing files with them.
|
||||||
*
|
*
|
||||||
* @category Apps
|
* @category Apps
|
||||||
@@ -66,7 +66,7 @@ abstract class Base extends \OC_User_Backend{
|
|||||||
/**
|
/**
|
||||||
* Get a list of all display names and user ids.
|
* Get a list of all display names and user ids.
|
||||||
*
|
*
|
||||||
* @return array with all displayNames (value) and the correspondig uids (key)
|
* @return array with all displayNames (value) and the corresponding uids (key)
|
||||||
*/
|
*/
|
||||||
public function getDisplayNames($search = '', $limit = null, $offset = null) {
|
public function getDisplayNames($search = '', $limit = null, $offset = null) {
|
||||||
$displayNames = array();
|
$displayNames = array();
|
||||||
|
|||||||
Reference in New Issue
Block a user