summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-02-082-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-02-064-12/+12
|
* Comment fix.Filis Futsarov2019-01-301-1/+1
|
* iterate over bases instead of doing parallel searchArthur Schiwon2019-01-281-5/+28
| | | | | | | parallel search is not compatible with paged search, but the letter is usually always applied. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* [tx-robot] updated from transifexNextcloud bot2019-01-262-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-01-242-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-01-232-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-01-164-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2019-01-152-98/+98
|
* [tx-robot] updated from transifexNextcloud bot2019-01-142-36/+36
|
* [tx-robot] updated from transifexNextcloud bot2019-01-132-2/+2
|
* Npmize (vendor) scriptsChristoph Wurst2019-01-091-3/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2019-01-052-4/+4
|
* Merge pull request #13138 from ↵Morris Jobke2019-01-044-32/+184
|\ | | | | | | | | nextcloud/enhancement/noid/ldap-remnants-detected-field register and show when an LDAP user was detected as unavailable/deleted
| * ensure db is pristine before starting the testsArthur Schiwon2019-01-041-0/+3
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * LDAP: extend remnants output with "detected on" fieldArthur Schiwon2018-12-213-26/+57
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * add tests for the DUIArthur Schiwon2018-12-212-6/+124
| | | | | | | | | | | | as they are interact with the DB they are more integraiton than unit tests Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2019-01-042-110/+110
| |
* | [tx-robot] updated from transifexNextcloud bot2018-12-312-6/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2018-12-282-0/+24
| |
* | [tx-robot] updated from transifexNextcloud bot2018-12-272-10/+10
| |
* | [tx-robot] updated from transifexNextcloud bot2018-12-242-2/+34
|/
* do not forgot to store the second displayname portionArthur Schiwon2018-12-201-1/+1
| | | | | | otherwise it causes a chain reaction of system addressbook updates Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* [tx-robot] updated from transifexNextcloud bot2018-12-192-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-12-182-0/+2
|
* Merge pull request #12693 from nextcloud/fix/11474/fix-first-ldap-loginblizzz2018-12-174-15/+49
|\ | | | | fix exception on LDAP mapping during login
| * LDAP clear cache on config modification also when done via API or CLIArthur Schiwon2018-12-173-1/+19
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * cache users as existing after mappingArthur Schiwon2018-11-271-14/+30
| | | | | | | | | | | | | | | | | | during login they might be cached as non-existing and cause an Exception in the long run reduces some duplication, too Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2018-12-142-0/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2018-12-132-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2018-12-042-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2018-11-292-50/+8
|/
* Add return typeDaniel Kesselberg2018-11-251-1/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Fix count on stringDaniel Kesselberg2018-11-241-2/+15
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Bump versions of server and the requirements of appsJoas Schilling2018-11-231-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2018-11-23112-440/+18
|
* [tx-robot] updated from transifexNextcloud bot2018-11-162-0/+4
|
* Merge pull request #12292 from nextcloud/fix/2947/lapse-sizelimit-errorMorris Jobke2018-11-152-1/+57
|\ | | | | avoid logging of "Partial search results returned: Sizelimit exceeded…"
| * avoid logging of "Partial search results returned: Sizelimit exceeded at"Arthur Schiwon2018-11-072-1/+57
| | | | | | | | | | | | | | LDAP servers respond with that even if a limit was passed with the request. Having this statement logged causes a lot of confusion. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Shorten index name of calendar changes tableJoas Schilling2018-11-141-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Use the defined func()->count() instead of manual countingJoas Schilling2018-11-081-1/+1
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2018-11-042-2/+2
|
* remove app specific IUserTools and consolidate testArthur Schiwon2018-10-307-179/+110
| | | | | | | Just some house keeping. IUserTools with used in even older days for easier creation of Access instances… Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #12054 from nextcloud/fix/5212/interact-with-userobjectRoeland Jago Douma2018-10-302-6/+50
|\ | | | | LDAP: announce display name changes so that addressbook picks it up
| * do not run into UniqueConstraintViolationExceptionArthur Schiwon2018-10-302-11/+23
| | | | | | | | | | | | | | … when an unmapped user logs in for the first time when background job mode is ajax and no memcache was configured. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * only write when the displayname differs, but then announce itArthur Schiwon2018-10-252-2/+34
| | | | | | | | | | | | refs #5212 and fixes #9112 Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #12070 from nextcloud/fix/noid/announce-chosen-uidMorris Jobke2018-10-301-3/+3
|\ \ | | | | | | announce the chosen uid (fixes wrong variable usage)
| * | fixes wrong variable usageArthur Schiwon2018-10-261-3/+3
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | remove unneeded empty search attribute values, fixes #12086Arthur Schiwon2018-10-292-1/+13
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Fix off-by-one bugsStefan Weil2018-10-261-2/+2
|/ / | | | | | | | | | | | | | | | | This fixes warnings from LGTM: Off-by-one index comparison against length may lead to out-of-bounds read. Signed-off-by: Stefan Weil <sw@weilnetz.de>