summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* Fix LDAP descriptionMarius Blüm2017-04-061-2/+2
| | | | Signed-off-by: Marius Blüm <marius@lineone.io>
* [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
|
* [tx-robot] updated from transifexNextcloud bot2017-03-3062-124/+124
|
* [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
|
* [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
|
* Merge pull request #3560 from nextcloud/fix-misleading-wording-stable11Lukas Reschke2017-02-211-1/+1
|\ | | | | [stable11] Fix misleading wording: searching is affected, not user access
| * Fix misleading wording: searching is affected, not user access.Arthur Schiwon2017-02-201-1/+1
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2017-02-2142-84/+84
|/
* also adjust version no in unit testsArthur Schiwon2017-02-201-6/+6
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Backport of Fix Broken UUID Attribute Detection #3521Arthur Schiwon2017-02-1720-43/+895
| | | | | | | | | | | | | | | | | | | | | | | | | | Fix integration test by not relying on Fake instances Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> Fix determining the UUID attribute, default of the override is null Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> add integration test for uuid attr detection Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> Add repair steps Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> Background jobs can take 4k of characters only. We find a good batch size. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> add tests to DB group Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* LDAP's checkPassword should only catch when a user was not found, fixes #2431Arthur Schiwon2017-02-153-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-152-6/+30
|
* [tx-robot] updated from transifexNextcloud bot2017-02-142-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-02-072-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-02-022-6/+44
|
* [tx-robot] updated from transifexNextcloud bot2017-01-282-6/+6
|
* Merge pull request #3213 from nextcloud/ldap-ocs-stable11Morris Jobke2017-01-255-19/+369
|\ | | | | [stable] 11 LDAP OCS API
| * LDAP OCS API (Part 1)Arthur Schiwon2017-01-235-19/+369
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LDAP OCS Api for create config Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> LDAP OCS Api for delete config Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> fix and extend behat tests Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> add LDAP OCS Api for modifying a configuration Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> test against OCS v2 instead Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> LDAP OCS Api for show config Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> also, let ldap integration tests run Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> fix indentation Signed-off-by: Morris Jobke <hey@morrisjobke.de> enable user_ldap app for tests Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> LDAP PUT command now supports setting multiple keys at once Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> fix deletion for configIDs < s10 Also move ensureConfigIDExists checks into try, it might throw DB related exceptions Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> remove outdated scenario covered by "Delete a non-existing configuration" Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2017-01-254-0/+16
|/
* [tx-robot] updated from transifexNextcloud bot2017-01-232-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-01-222-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-01-202-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-01-122-0/+10
|
* [tx-robot] updated from transifexNextcloud bot2017-01-094-18/+32
|
* [tx-robot] updated from transifexNextcloud bot2017-01-052-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-01-044-0/+56
|
* [tx-robot] updated from transifexNextcloud bot2016-12-302-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2016-12-284-0/+4
|