summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* Access needs UserManager, missed to add in #8833Arthur Schiwon2018-04-232-2/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* [tx-robot] updated from transifexNextcloud bot2018-04-212-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-04-172-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-04-124-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-04-1110-0/+10
|
* Merge pull request #8833 from nextcloud/feature/noid/add_ldap_user_hooksMorris Jobke2018-04-1110-19/+101
|\ | | | | add anounce- and (pre/|post)RevokeUser signals for non-native backends
| * DI for NC's user managerArthur Schiwon2018-04-056-14/+35
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * more consistent namingArthur Schiwon2018-04-053-5/+5
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * LDAP backend to emit announce and revoke signals on mapping changesArthur Schiwon2018-04-055-7/+68
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2018-04-1094-188/+188
| |
* | Merge pull request #9116 from nextcloud/rakekniven-patch-1Roeland Jago Douma2018-04-091-1/+1
|\ \ | | | | | | Update settings.php
| * | Update settings.phprakekniven2018-04-091-1/+1
| | | | | | | | | Changed according to discussion.
| * | Update settings.phprakekniven2018-04-071-1/+1
| |/ | | | | | | | | Tiny l10n improvement. Reported at Transifex: https://www.transifex.com/nextcloud/nextcloud/translate/#de_DE/user_ldap/91002448
* / parameter provided to L10N::n() could have been a stringArthur Schiwon2018-04-051-17/+26
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* [tx-robot] updated from transifexNextcloud bot2018-04-052-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-03-312-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-03-292-0/+2
|
* Merge pull request #8976 from nextcloud/dep_user_codeRoeland Jago Douma2018-03-281-7/+15
|\ | | | | Remove deprecated functions from OCP\User
| * Remove deprecated \OCP\User::userExistsRoeland Jago Douma2018-03-261-5/+4
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Remove deprecated OCP\User::getDisplaynameRoeland Jago Douma2018-03-251-2/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Remove deprecated \OCP\User::getUsersRoeland Jago Douma2018-03-251-5/+14
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Do not use \OCP\DB anymoreRoeland Jago Douma2018-03-262-5/+5
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-03-242-0/+2
|
* Finally remove \OCP\JSONRoeland Jago Douma2018-03-231-9/+9
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move calls to \OCP\JSON to private \OC_JSONRoeland Jago Douma2018-03-227-45/+45
| | | | | | They should be properly fixed at some point. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* existence check works without attribute (like with users)Arthur Schiwon2018-03-151-1/+2
| | | | | | cn is not necessarily given everywhere Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* [tx-robot] updated from transifexNextcloud bot2018-03-146-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-03-1314-0/+14
|
* Remove deprecated and unsused methods of OCP\DBMorris Jobke2018-03-121-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2018-03-12104-104/+104
|
* Use variable for proper translationsRoeland Jago Douma2018-03-101-1/+8
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update wizardTabElementary.jsrakekniven2018-03-101-1/+1
| | | | Fixed grammar. Reported at Transifex. See https://www.transifex.com/nextcloud/nextcloud/translate/#de/$/91002422?issue=yes
* [tx-robot] updated from transifexNextcloud bot2018-03-092-4/+4
|
* Merge pull request #8221 from Cybso/8220_applyLdapUserFilter_on_membersMorris Jobke2018-03-081-2/+4
|\ | | | | Apply ldapUserFilter on members of group
| * dn2ocname: also apply group filter to readAttribute()Roland Tapken2018-03-071-6/+4
| | | | | | | | Signed-off-by: Roland Tapken <roland@bitarbeiter.net>
| * Apply ldapUserFilter on members of groupRoland Tapken2018-02-071-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refers to issue #8220 user_ldap configured with custom filters for active directory access (group-member-association is "member"). Then it can happen that the members of a group contain members that don't belong to the users available in Nextcloud (the most trivial reason is that the user filter contains "(!(UserAccountControl:1.2.840.113556.1.4.803:=2))" to exclude disabled users from being imported). This can be fixed by applying the ldapUserFilter when resolving the UID for a DN fetched from the group's member list. Signed-off-by: Roland Tapken <roland@bitarbeiter.net>
* | Merge pull request #8634 from nextcloud/ldap-no-empty-namesRoeland Jago Douma2018-03-052-6/+59
|\ \ | | | | | | do not create empty userid when attribute does not have allowed chars
| * | treat iconv issuesArthur Schiwon2018-03-052-5/+13
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | typo + phpdocArthur Schiwon2018-03-051-1/+2
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | do not create empty userid when attribute does not have allowed charsArthur Schiwon2018-03-022-3/+47
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #8630 from nextcloud/ldap-cachekey-sha256Joas Schilling2018-03-052-2/+2
|\ \ \ | | | | | | | | use hash algo that's robust against collisions
| * | | use hash algo that's robust against collisionsArthur Schiwon2018-03-022-2/+2
| |/ / | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* / / [tx-robot] updated from transifexNextcloud bot2018-03-042-6/+6
|/ /
* | [tx-robot] updated from transifexNextcloud bot2018-02-282-4/+4
| |
* | fix retrieving group members with numerical uids from LDAPArthur Schiwon2018-02-231-6/+7
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | tests for retrieving group members with numerical uidsArthur Schiwon2018-02-231-2/+85
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2018-02-232-2/+2
| |
* | Merge pull request #8499 from nextcloud/avoid-fruitless-login-attemptsMorris Jobke2018-02-222-3/+30
|\ \ | | | | | | Avoid fruitless login attempts
| * | track the state of the bind resultArthur Schiwon2018-02-222-3/+30
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | 2nd parameter to t() must be arrayArthur Schiwon2018-02-224-5/+5
|/ / | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>