summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-09-052-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-08-282-14/+370
|
* [tx-robot] updated from transifexNextcloud bot2019-08-224-4/+6
|
* [tx-robot] updated from transifexNextcloud bot2019-08-182-10/+10
|
* [tx-robot] updated from transifexNextcloud bot2019-08-112-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-08-082-0/+2
|
* Merge pull request #16525 from nextcloud/bugfix/external-user-substitutionblizzz2019-08-021-11/+5
|\ | | | | files_external: proper user context for sharing
| * fix check for nullArthur Schiwon2019-08-021-1/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * adjusts LDAP's home handler to use the correct user objectArthur Schiwon2019-08-021-2/+3
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * files_external: Make sure the correct user context is used in substitution ↵Julius Härtl2019-08-021-11/+4
| | | | | | | | | | | | of variables Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2019-08-022-6/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2019-08-012-0/+2
|/
* [tx-robot] updated from transifexNextcloud bot2019-07-252-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-07-224-34/+38
|
* [tx-robot] updated from transifexNextcloud bot2019-07-214-4/+8
|
* [tx-robot] updated from transifexNextcloud bot2019-07-202-0/+2
|
* Merge pull request #14540 from army1349/masterMorris Jobke2019-07-192-1/+14
|\ | | | | LDAP Password Modify Extended Operation support
| * LDAP Password Modify Extended Operation supportPeter Kubica2019-03-192-1/+14
| | | | | | | | Signed-off-by: Peter Kubica <peter@kubica.ch>
* | [tx-robot] updated from transifexNextcloud bot2019-07-1916-0/+26
| |
* | adds an --update flag to check-user for manual sync of the ldap recordArthur Schiwon2019-07-181-8/+38
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2019-07-1886-86/+86
| |
* | Keep the old method as a fallback and adjust the testsJoas Schilling2019-07-161-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Update shipped implementations of the INotifierJoas Schilling2019-07-152-12/+22
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2019-07-052-2/+94
| |
* | Merge pull request #15741 from mxss/fix/phpdoc-fixesMorris Jobke2019-07-021-0/+28
|\ \ | | | | | | misc phpdoc fixes
| * | misc phpdoc fixesMax Kovalenko2019-05-271-0/+28
| | | | | | | | | | | | Signed-off-by: Max Kovalenko <mxss1998@yandex.ru>
* | | Also invalidate groups after deletionArthur Schiwon2019-06-271-2/+11
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | invalidates user when plugin reported deletion successArthur Schiwon2019-06-262-5/+26
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #16055 from nextcloud/design/native-fontsJan-Christoph Borchardt2019-06-261-1/+1
|\ \ \ | | | | | | | | Use native font stack
| * | | Use native font stackJan-Christoph Borchardt2019-06-241-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | Move font from Nunito to Noto SansJan-Christoph Borchardt2019-06-221-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | fixes LDAP Wizard forgetting groups on select with searchArthur Schiwon2019-06-213-44/+32
|/ / / | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #15964 from nextcloud/enh/noid/user-creation-optionsblizzz2019-06-214-6/+39
|\ \ \ | | | | | | | | Opt-in for generation userid, requiring email addresses
| * | | ensures mapping of chosen useridArthur Schiwon2019-06-194-6/+39
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | fixes return type in php docArthur Schiwon2019-06-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * the backend already expects and works with the string Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | fixes returning the base when multiple are specifiedArthur Schiwon2019-06-192-19/+82
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * reading the config directly will return the value with line breaks * using the proper accessor gives us all bases in an array * returns the first matching one * having user id provided for the group base is strange and does not let us operate like this. here we return the first one. might change in future, a backportable fix won't have an API change however. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | caches the displayname after an LDAP plugin set itArthur Schiwon2019-06-182-4/+30
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | fix inGroup check, thus make integration tests succeedArthur Schiwon2019-06-141-1/+0
| | | | | | | | | | | | | | | | | | | | | there is not such strange return mode. Having invalid user ids caused this check to fail, and as side effect share limitation to groups to not work. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | [tx-robot] updated from transifexNextcloud bot2019-06-142-2/+2
| | |
* | | [tx-robot] updated from transifexNextcloud bot2019-05-292-60/+58
| | |
* | | [tx-robot] updated from transifexNextcloud bot2019-05-284-8/+18
| | |
* | | group display name support (service level + ldap)Arthur Schiwon2019-05-275-2/+80
|/ / | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #15604 from ↵blizzz2019-05-224-6/+6
|\ \ | | | | | | | | | | | | nextcloud/fix/12682/fix-possible-override-of-uniquemember fixes possible override of uniqueMember by autodetection
| * | fixes possible override of uniqueMember by autodetectionArthur Schiwon2019-05-174-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * uniqueMember was the default so we did not know whether this setting is desired or the initial value * autodetection of the user-group association attribute runs only when it was not set (as far as we knew) * the default is now empty * thus LDAPProvider might return this value as well (in exceptional cases) * if a group base is given (edge case), use this instead of general base * resolves #12682 Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | [tx-robot] updated from transifexNextcloud bot2019-05-212-2/+2
|/ /
* | [tx-robot] updated from transifexNextcloud bot2019-05-072-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2019-05-012-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2019-04-292-0/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2019-04-182-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2019-04-162-0/+2
| |