summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-02-212-0/+10
|
* [tx-robot] updated from transifexNextcloud bot2019-02-194-8/+16
|
* [tx-robot] updated from transifexNextcloud bot2019-02-186-0/+10
|
* [tx-robot] updated from transifexNextcloud bot2019-02-1712-2/+24
|
* add GUI option to set the $home placeholderArthur Schiwon2019-02-142-1/+15
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* add LDAP ConfigHandler for external storages and "$home" varArthur Schiwon2019-02-1412-3/+230
| | | | | | | | * handler registered upon OCA\\Files_External::loadAdditionalBackends event as user_ldap is loaded before files_external * new configuration field "ldapExtStorageHomeAttribute" (not in GUI yet) Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* ensure attribute names are lower casedArthur Schiwon2019-02-142-15/+19
| | | | | | | otherwise they will be skipped when the results is being formatted and the lower-cased result keys do not match. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* [tx-robot] updated from transifexNextcloud bot2019-02-142-46/+46
|
* [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
|