summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* [tx-robot] updated from transifexNextcloud bot2020-01-062-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2020-01-052-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2020-01-042-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-12-232-10/+10
|
* [tx-robot] updated from transifexNextcloud bot2019-12-2230-10/+158
|
* Update license headers for 18Christoph Wurst2019-12-201-1/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix LDAP application class instance created directlyChristoph Wurst2019-12-091-2/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2019-12-072-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-12-064-2/+16
|
* Update license headersChristoph Wurst2019-12-05113-127/+176
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add typed create user eventsChristoph Wurst2019-12-031-67/+72
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #18064 from nextcloud/feature/php74Roeland Jago Douma2019-11-2824-173/+172
|\ | | | | Add php7.4 support
| * TO REVERT LATER: disable some tests in UserTestRoeland Jago Douma2019-11-271-5/+5
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Mode to modern phpunitRoeland Jago Douma2019-11-2722-163/+161
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Fix more testsRoeland Jago Douma2019-11-271-1/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Make phpunit8 compatibleRoeland Jago Douma2019-11-2720-22/+22
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2019-11-282-32/+32
|/
* Merge pull request #18005 from nextcloud/fix/manual-app-instancesRoeland Jago Douma2019-11-261-1/+1
|\ | | | | Remove some more direct app instance creations
| * Remove some more direct app instance creationsChristoph Wurst2019-11-251-1/+1
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #18079 from nextcloud/fixes/phpcsRoeland Jago Douma2019-11-2530-56/+54
|\ \ | |/ |/| Some php-cs fixes
| * Some php-cs fixesRoeland Jago Douma2019-11-2230-56/+54
| | | | | | | | | | | | | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2019-11-254-4/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2019-11-232-4/+4
|/
* [tx-robot] updated from transifexNextcloud bot2019-11-222-4/+4
|
* Merge pull request #18016 from nextcloud/fix/noid/ldap-checkup-batchsizeblizzz2019-11-211-6/+9
|\ | | | | make chunksize (used to check for gone LDAP users) configurable
| * make chunksize (used to check for gone LDAP users) configurableArthur Schiwon2019-11-201-6/+9
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | uid can be false when the user record does not exit (#18030)John Molakvoæ2019-11-211-8/+12
|\ \ | | | | | | uid can be false when the user record does not exit
| * | uid can be false when the user record does not exitArthur Schiwon2019-11-201-8/+12
| |/ | | | | | | | | | | fixes not loading files app for users who got a share by the gone LDAP user Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* / [tx-robot] updated from transifexNextcloud bot2019-11-212-4/+4
|/
* [tx-robot] updated from transifexNextcloud bot2019-11-208-8/+12
|
* [tx-robot] updated from transifexNextcloud bot2019-11-192-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-11-142-0/+20
|
* [tx-robot] updated from transifexNextcloud bot2019-11-132-6/+24
|
* [tx-robot] updated from transifexNextcloud bot2019-11-122-16/+16
|
* [tx-robot] updated from transifexNextcloud bot2019-11-062-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-11-042-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-11-032-34/+34
|
* Remove unnedeed IE8 CSSChristian Oliff2019-10-301-1/+0
| | | IE8 is not supported at all by Microsoft, has a tiny marketshare and doesn't work with Nextcloud anyway (as Nextcloud uses jQuery 2.x which doesn't work with IE8)
* Merge pull request #17595 from nextcloud/fix/noid/wrong-pwd-apple-open-dirblizzz2019-10-211-1/+2
|\ | | | | treat LDAP error 50 as auth issue, prevents lost server connection errors
| * treat LDAP error 50 as auth issue, prevents lost server connection errorsArthur Schiwon2019-10-181-1/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2019-10-212-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2019-10-192-2/+2
|/
* [tx-robot] updated from transifexNextcloud bot2019-10-092-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-10-072-20/+50
|
* Merge pull request #17002 from nextcloud/fix/noid/ldap-dont-process-known-avasblizzz2019-10-022-2/+113
|\ | | | | Don't process known avatars from LDAP
| * Don't process known avatars from LDAPArthur Schiwon2019-09-042-2/+113
| | | | | | | | | | | | | | | | | | * avoids useless FS operation * avoids useless DB writes * avoids useless addressbook updates * addendum to #17001 Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2019-10-022-2/+2
| |