summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1023 from GitHubUser4234/ldap_password_renew_prblizzz2017-04-2435-175/+972
|\ | | | | Handle password expiry in user_ldap
| * unit test adjustmentRoger Szabo2017-04-072-23/+33
| | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
| * lower case for attributesRoger Szabo2017-04-061-7/+7
| | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
| * blizzz comments 03.04.2017 with cachingRoger Szabo2017-04-061-2/+7
| | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
| * blizzz comments 03.04.2017Roger Szabo2017-04-065-22/+26
| | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
| * usertest adjustmentRoger Szabo2017-03-311-1/+1
| | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
| * usertest adjustmentRoger Szabo2017-03-311-11/+11
| | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
| * remove redundant tabsRoger Szabo2017-03-311-4/+4
| | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
| * restore ldap_password_renew_prRoger Szabo2017-03-3134-163/+941
| | | | | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de>
* | [tx-robot] updated from transifexNextcloud bot2017-04-242-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2017-04-232-0/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2017-04-222-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2017-04-214-0/+12
| |
* | [tx-robot] updated from transifexNextcloud bot2017-04-2018-4/+70
| |
* | Merge pull request #4350 from ↵Roeland Jago Douma2017-04-191-3/+0
|\ \ | | | | | | | | | | | | nextcloud/adjust-old-bruteforce-protection-annotations Adjust existing bruteforce protection code
| * | Adjust existing bruteforce protection codeLukas Reschke2017-04-141-3/+0
| | | | | | | | | | | | | | | | | | | | | - Moves code to annotation - Adds the `throttle()` call on the responses on existing annotations Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | [tx-robot] updated from transifexNextcloud bot2017-04-192-0/+6
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-04-1864-304/+304
| | |
* | | Merge pull request #4369 from nextcloud/fix-translationsMorris Jobke2017-04-184-5/+5
|\ \ \ | | | | | | | | Fix translations
| * | | Fix translationsJoas Schilling2017-04-184-5/+5
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | [tx-robot] updated from transifexNextcloud bot2017-04-1864-70/+10
|/ / /
* | | [tx-robot] updated from transifexNextcloud bot2017-04-182-16/+16
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-04-174-136/+138
|/ /
* | [tx-robot] updated from transifexNextcloud bot2017-04-146-96/+118
| |
* | Merge pull request #4313 from nextcloud/ldap-name-changeLukas Reschke2017-04-135-20/+20
|\ \ | | | | | | Change LDAP method names
| * | Change LDAP method namesMorris Jobke2017-04-125-20/+20
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | [tx-robot] updated from transifexNextcloud bot2017-04-136-14/+22
|/ /
* | Update comments to NextcloudMorris Jobke2017-04-1129-75/+75
| | | | | | | | | | | | | | * based on PR by @Ardinis * see #4311 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-04-102-0/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2017-04-082-0/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2017-04-072-18/+28
| |
* | [tx-robot] updated from transifexNextcloud bot2017-04-062-10/+10
| |
* | [tx-robot] updated from transifexNextcloud bot2017-04-054-14/+50
| |
* | [tx-robot] updated from transifexNextcloud bot2017-04-044-4/+44
| |
* | [tx-robot] updated from transifexNextcloud bot2017-04-032-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2017-04-026-2/+10
| |
* | [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>