aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Comply to eslintJohn Molakvoæ (skjnldsv)2019-10-011-3/+3
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2019-10-012-6/+6
| |
* | Merge pull request #17001 from nextcloud/fix/noid/addressbookchanges-avatarblizzz2019-10-011-1/+1
|\ \ | | | | | | reduce adressbook change events and handling
| * | reduce adressbook change events and handlingArthur Schiwon2019-09-041-1/+1
| |/ | | | | | | | | | | ... from four to one on avatar updates Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Remove input id on login formJohn Molakvoæ (skjnldsv)2019-09-282-3/+4
| | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2019-09-242-4/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2019-09-084-10/+10
| |
* | Development is 18 now!Roeland Jago Douma2019-09-051-2/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2019-09-052-0/+2
|/
* [tx-robot] updated from transifexNextcloud bot2019-08-282-14/+370
|
* [tx-robot] updated from transifexNextcloud bot2019-08-224-4/+6
|
* [tx-robot] updated from transifexNextcloud bot2019-08-182-10/+10
|
* [tx-robot] updated from transifexNextcloud bot2019-08-112-2/+2
|