summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2020-04-082-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-04-052-0/+2
|
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-3141-3/+42
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2020-03-302-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-03-292-4/+4
|
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-274-4/+0
|\ | | | | Remove unused imports
| * Remove unused importsChristoph Wurst2020-03-254-4/+0
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Use the short array syntax, everywhereChristoph Wurst2020-03-2641-377/+377
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #20123 from lippl/bugfix/ldap-user_count-warningblizzz2020-03-261-28/+26
|\ \ | | | | | | Bugfix - Prevent PHP Warning for count on null on LDAP
| * | single squashed commit for bug fixPhilipp Staiger2020-03-261-28/+26
| | | | | | | | | | | | Signed-off-by: Philipp Staiger <philipp@staiger.it>
* | | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-259-326/+326
| |/ |/| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2020-03-242-0/+14
|/
* [tx-robot] updated from transifexNextcloud bot2020-03-222-0/+2
|
* Merge pull request #20039 from nextcloud/fix/19549/fix-uuid-attr-detectionblizzz2020-03-201-4/+0
|\ | | | | fixes auto-detecting UUID attributes
| * fixes auto-detecting UUID attributesArthur Schiwon2020-03-191-4/+0
| | | | | | | | | | | | | | the continue (and later the early return) avoided proper looping over the attribute candidates. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2020-03-204-12/+12
|/
* Update autoloaders for composer v1.10.1Christoph Wurst2020-03-191-0/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2020-03-092-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-03-072-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-03-062-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-03-022-0/+2
|
* Merge pull request #19549 from nextcloud/fix/19418/uuid-attr-log-floodRoeland Jago Douma2020-02-241-17/+25
|\ | | | | remove noise from detectUuid and cache results
| * remove noise from detectUuid and cache resultsArthur Schiwon2020-02-191-17/+25
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2020-02-244-8/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2020-02-234-0/+12
| |
* | [tx-robot] updated from transifexNextcloud bot2020-02-202-0/+38
|/
* [tx-robot] updated from transifexNextcloud bot2020-02-152-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-02-116-12/+38
|
* sort prefixes for deterministic LDAP query behaviourArthur Schiwon2020-02-071-3/+4
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* [tx-robot] updated from transifexNextcloud bot2020-02-072-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-02-066-0/+40
|
* [tx-robot] updated from transifexNextcloud bot2020-02-0516-2/+18
|
* [tx-robot] updated from transifexNextcloud bot2020-02-04114-228/+228
|
* Merge pull request #19250 from nextcloud/rakekniven-patch-1Roeland Jago Douma2020-02-031-1/+1
|\ | | | | l10n: Changed spelling of "user name" to "username"
| * l10n: Changed spelling of "user name" to "username" rakekniven2020-02-011-1/+1
| | | | | | | | | | Using "username" like on > 200 strings over the whole Nextcloud project. Signed-off-by: rakekniven mark.ziegler@rakekniven.de
* | [tx-robot] updated from transifexNextcloud bot2020-02-024-8/+8
|/
* [tx-robot] updated from transifexNextcloud bot2020-01-312-4/+8
|
* [tx-robot] updated from transifexNextcloud bot2020-01-296-6/+6
|
* [tx-robot] updated from transifexNextcloud bot2020-01-272-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-01-242-0/+4
|
* Fix app updatesRoeland Jago Douma2020-01-211-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2020-01-192-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-01-182-4/+4
|
* Merge pull request #17717 from nextcloud/fix/noid/ldap-relax-getHomeblizzz2020-01-146-160/+101
|\ | | | | relax strict getHome behaviour for LDAP users in a shadow state
| * ensure that only valid group members are returnedArthur Schiwon2020-01-131-8/+27
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * remove superfluous testsArthur Schiwon2020-01-081-58/+0
| | | | | | | | | | | | | | | | - user_ldap is not exposed to public api, it is always behind ldap_proxy - this is too much for a unit test - integration tests cover userExists implicitly Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * adjust testsArthur Schiwon2020-01-082-36/+11
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * decouple userExists from userExistsOnLDAP checkArthur Schiwon2020-01-083-15/+57
| | | | | | | | | | | | | | allows to mark users as offline right away, avoids a gap of being not a user and causing weird side effects Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * relax strict getHome behaviour for LDAP users in a shadow stateArthur Schiwon2020-01-082-45/+8
| | | | | | | | | | | | | | | | * simplifies deletion process * less strange behaviour when looking up home storage (as long as it is local) * thus could enable transfer ownerships after user went invisible on ldap Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | cache group existence early to save useless requests to LDAPArthur Schiwon2020-01-082-3/+20
|/ | | | | | we do it for users already Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>