aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-03-282-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2021-03-242-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-03-234-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2021-03-222-34/+34
|
* [tx-robot] updated from transifexNextcloud bot2021-03-212-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2021-03-202-4/+4
|
* Merge pull request #26161 from ↵Joas Schilling2021-03-172-7/+7
|\ | | | | | | | | nextcloud/bugfix/noid/improve-matching-of-phonebook-searches Improve search results when only phonebook-matches can we autocompleted
| * Fix parameter types in docsJoas Schilling2021-03-172-7/+7
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #26076 from nextcloud/enh/noid/ldap-occ-user-resetMorris Jobke2021-03-175-3/+132
|\ \ | |/ |/| adds ldap user:reset command
| * adds ldap user:reset commandArthur Schiwon2021-03-175-3/+132
| | | | | | | | | | | | | | | | - allows to delete data of existing LDAP users, which otherwise is safe guarded - ensures that the user is not being deleted on LDAP through a plugin Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2021-03-152-8/+8
|/
* [tx-robot] updated from transifexNextcloud bot2021-03-094-2/+36
|
* [tx-robot] updated from transifexNextcloud bot2021-03-082-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2021-03-072-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2021-03-062-18/+14
|
* Merge pull request #25660 from hosting-de/feature/add-backend-list-groupsRoeland Jago Douma2021-03-051-1/+11
|\ | | | | Show group backends in occ group:list --info and group:info
| * Show group backends in occ group:list --info and group:infoJohannes Leuker2021-03-011-1/+11
| | | | | | | | Signed-off-by: Johannes Leuker <j.leuker@hosting.de>
* | [tx-robot] updated from transifexNextcloud bot2021-03-042-28/+28
| |
* | Merge pull request #25860 from nextcloud/fix/noid/ldap-bind-expiredblizzz2021-03-021-3/+6
|\ \ | | | | | | do not die after LDAP auth failed with expired acc
| * | do not die after LDAP auth failed with expired accArthur Schiwon2021-03-011-3/+6
| | | | | | | | | | | | | | | | | | - some servers return error code 53 Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Update autoloader filesRoeland Jago Douma2021-03-021-2/+4
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #25757 from nextcloud/fix/noid/ldap-cyclic-group-membershipsblizzz2021-03-011-10/+21
|\ \ \ | | | | | | | | fix detecting cyclic group memberships
| * | | fix detecting cyclic group membershipsArthur Schiwon2021-02-231-10/+21
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | [tx-robot] updated from transifexNextcloud bot2021-02-274-18/+66
| |/ / |/| |
* | | [tx-robot] updated from transifexNextcloud bot2021-02-262-136/+174
|/ /
* | [tx-robot] updated from transifexNextcloud bot2021-02-232-0/+6
| |
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-185-24/+24
| | | | | | | | | | | | | | | | | | | | Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 0.3.0 to 0.5.0. - [Release notes](https://github.com/nextcloud/coding-standard/releases) - [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/coding-standard/compare/v0.3.0...v0.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #25440 from ↵Roeland Jago Douma2021-02-171-1/+3
|\ \ | | | | | | | | | | | | nextcloud/bugfix/noid/cache-the-user-backend-info-for-30s Cache the user backend info for 5mins
| * | Cache the user backend info for 300sJoas Schilling2021-02-151-1/+3
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2021-02-172-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2021-02-162-0/+24
| |
* | Some psalm OfflineUser fixesRoeland Jago Douma2021-02-151-8/+8
|/ | | | | | For #25641 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2021-02-124-6/+6
|
* [tx-robot] updated from transifexNextcloud bot2021-02-082-0/+2
|
* This is 22Joas Schilling2021-02-031-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2021-02-02116-262/+148
|
* [tx-robot] updated from transifexNextcloud bot2021-02-012-20/+292
|
* Merge pull request #25101 from nextcloud/fix/noid/ldap-known-groupsChristoph Wurst2021-01-292-1/+45
|\ | | | | LDAP: make actually use of batch read known groups
| * really use known groupsArthur Schiwon2021-01-122-1/+45
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #25360 from nextcloud/fix/update-autoloadersRoeland Jago Douma2021-01-282-1/+33
|\ \ | | | | | | Update all composer autoloader files
| * | Update all composer autoloader filesChristoph Wurst2021-01-282-1/+33
| | | | | | | | | | | | | | | | | | The format changed between 2.0.8 and 2.0.9. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | fix parameter provided as string not arrayArthur Schiwon2021-01-281-1/+3
|/ / | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2021-01-262-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2021-01-242-0/+4
| |
* | Merge pull request #25128 from nextcloud/ldapprovider-get-propertyblizzz2021-01-221-11/+42
|\ \ | | | | | | extend ILDAPProvider to allow reading arbitrairy ldap attributes for users
| * | extend ILDAPProvider to allow reading arbitrairy ldap attributes for usersRobin Appelman2021-01-191-11/+42
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | silence log messageArthur Schiwon2021-01-211-1/+1
| | | | | | | | | | | | | | | | | | | | | - this appears too often (in some configurations) when qualifying group members which do not meet the criteria Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | [tx-robot] updated from transifexNextcloud bot2021-01-192-0/+2
|/ /
* | Merge pull request #25036 from nextcloud/fix/noid/limitied-allowed-items-db-in_2blizzz2021-01-142-6/+66
|\ \ | |/ |/| respect DB restrictions on number of arguments in statements and queries
| * silence psalm false positiveArthur Schiwon2021-01-131-0/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>