summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-04-012-100/+184
|
* [tx-robot] updated from transifexNextcloud bot2017-03-3110-8/+38
|
* Merge pull request #4143 from nextcloud/ldap-downstream-64Roeland Jago Douma2017-03-302-32/+366
|\ | | | | Correctly apply quota
| * Include tests for "default" and "none" quotasJuan Pablo Villafáñez2017-03-291-0/+80
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * Add comments in the updateQuota method to explain the behaviorJuan Pablo Villafáñez2017-03-291-0/+14
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * Add new testes to cover more casesJuan Pablo Villafáñez2017-03-291-0/+210
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * Adjust current tests to match the expectationsJuan Pablo Villafáñez2017-03-291-28/+26
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * Check if the user exists before trying to set the quotaJuan Pablo Villafáñez2017-03-291-4/+9
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * Correctly apply quotaJuan Pablo Villafáñez2017-03-291-6/+33
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2017-03-3062-124/+124
| |
* | Merge pull request #4141 from nextcloud/ldap-downstream-9Morris Jobke2017-03-291-0/+5
|\ \ | | | | | | Convert the group limit to match the same behaviour as the user search
| * | Convert the group limit to match the same behaviour as the user searchJuan Pablo Villafáñez2017-03-291-0/+5
| |/ | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #4145 from nextcloud/ldap-downstream-54Roeland Jago Douma2017-03-291-3/+3
|\ \ | | | | | | Add tooltips to LDAP wizard special attributtes
| * | Add tooltips to LDAP wizard special attributtesDavid Toledo2017-03-291-3/+3
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> Update settings.php Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> Update settings.php Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> Update settings.php Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #3329 from andreas-p/ldap_no-memberof-with-memberuidRoeland Jago Douma2017-03-291-1/+3
|\ \ | |/ |/| Ldap no memberof with memberuid
| * Don't try to use memberof on posixgroups, since it doesn't supportAndreas Pflug2017-01-311-1/+3
| | | | | | | | | | memberUid attributes. Signed-off-by: Andreas Pflug <dev@admin4.org>
* | Fix LDAP descriptionMarius Blüm2017-03-271-2/+2
| | | | | | | | Signed-off-by: Marius Blüm <marius@lineone.io>
* | [tx-robot] updated from transifexNextcloud bot2017-03-262-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2017-03-252-34/+34
| |
* | [tx-robot] updated from transifexNextcloud bot2017-03-244-152/+158
| |
* | [tx-robot] updated from transifexNextcloud bot2017-03-222-8/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2017-03-222-34/+34
| |
* | [tx-robot] updated from transifexNextcloud bot2017-03-212-4/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2017-03-174-0/+10
| |
* | Remove legacy class OC_Group and OC_UserMorris Jobke2017-03-093-4/+4
| | | | | | | | | | | | * basically a straight replacement of the wrapped code at the calling code parts Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-03-0210-0/+1548
| |
* | [tx-robot] updated from transifexNextcloud bot2017-03-022-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2017-03-012-0/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2017-02-282-10/+10
| |
* | [tx-robot] updated from transifexNextcloud bot2017-02-252-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2017-02-242-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2017-02-234-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2017-02-2242-84/+56
| |
* | [tx-robot] updated from transifexNextcloud bot2017-02-2142-84/+84
| |
* | Merge pull request #3521 from nextcloud/ldap-fix-uuid-attr-detectionLukas Reschke2017-02-2020-43/+895
|\ \ | | | | | | Fix Borken UUID Attribute Detection
| * | add tests to DB groupArthur Schiwon2017-02-172-0/+12
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | Background jobs can take 4k of characters only. We find a good batch size.Arthur Schiwon2017-02-175-18/+89
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | Add repair stepsArthur Schiwon2017-02-1714-2/+710
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | add integration test for uuid attr detectionArthur Schiwon2017-02-172-0/+88
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | Fix determining the UUID attribute, default of the override is nullArthur Schiwon2017-02-171-1/+1
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | Fix integration test by not relying on Fake instancesArthur Schiwon2017-02-173-40/+13
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Fix misleading wording: searching is affected, not user access.Arthur Schiwon2017-02-201-1/+1
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Only request "IndexIgnore" if mod_autoindex is loadedRobert Scheck2017-02-201-0/+2
|/ / | | | | | | Signed-off-by: Robert Scheck <robert@fedoraproject.org>
* | Merge pull request #3421 from espro/freeipa-uuid-fixMorris Jobke2017-02-151-1/+1
|\ \ | | | | | | Update uuidAttributes list to include FreeIPA's ipauniqueid
| * | Update uuidAttributes list to include FreeIPA's ipauniqueidBrent Bloxam2017-02-101-1/+1
| | | | | | | | | | | | Signed-off-by: Brent Bloxam <brent.bloxam@gmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2017-02-152-6/+30
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-02-142-2/+2
| | |
* | | Merge pull request #3324 from nextcloud/fix-2431Lukas Reschke2017-02-133-36/+85
|\ \ \ | |/ / |/| | LDAP's checkPassword should only catch when a user was not found, fixes #2431
| * | LDAP's checkPassword should only catch when a user was not found, fixes #2431Arthur Schiwon2017-01-303-36/+85
| |/ | | | | | | | | | | Also fixes error processing after ldap_search, due to different return format Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2017-02-072-0/+2
| |