summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-03-242-0/+2
* existence check works without attribute (like with users)Arthur Schiwon2018-03-161-1/+2
* [tx-robot] updated from transifexNextcloud bot2018-03-146-0/+6
* [tx-robot] updated from transifexNextcloud bot2018-03-1314-0/+14
* [tx-robot] updated from transifexNextcloud bot2018-03-12104-104/+104
* [tx-robot] updated from transifexNextcloud bot2018-03-092-4/+4
* do not create empty userid when attribute does not have allowed charsArthur Schiwon2018-03-052-6/+59
* use hash algo that's robust against collisionsArthur Schiwon2018-03-052-2/+2
* [tx-robot] updated from transifexNextcloud bot2018-03-042-6/+6
* [tx-robot] updated from transifexNextcloud bot2018-02-282-4/+4
* Merge pull request #8532 from nextcloud/8499-stable13Morris Jobke2018-02-262-4/+31
|\
| * track the state of the bind resultArthur Schiwon2018-02-262-4/+31
* | fix retrieving group members with numerical uids from LDAPArthur Schiwon2018-02-261-6/+7
* | tests for retrieving group members with numerical uidsArthur Schiwon2018-02-261-2/+85
|/
* [tx-robot] updated from transifexNextcloud bot2018-02-232-2/+2
* [tx-robot] updated from transifexNextcloud bot2018-02-212-2/+2
* [tx-robot] updated from transifexNextcloud bot2018-02-142-8/+10
* [tx-robot] updated from transifexNextcloud bot2018-02-1320-198/+514
* [tx-robot] updated from transifexNextcloud bot2018-02-082-26/+72
* [tx-robot] updated from transifexNextcloud bot2018-02-0190-534/+90
* Merge pull request #8073 from nextcloud/stable13-8069Morris Jobke2018-01-312-2/+8
|\
| * do not catch ServerNotAvailableArthur Schiwon2018-01-262-2/+8
* | [tx-robot] updated from transifexNextcloud bot2018-01-312-0/+2
* | [tx-robot] updated from transifexNextcloud bot2018-01-292-10/+10
|/
* Merge pull request #7796 from nextcloud/ldap-sync-fixesMorris Jobke2018-01-113-12/+11
|\
| * revert resolving of recursion (3628d4d65d67d12afc93d969de61cb06a33179fd)Arthur Schiwon2018-01-111-5/+2
| * fix return value when ldapPagingSize returns nullArthur Schiwon2018-01-112-3/+4
| * enrich log message with backtrace, but level it down to DEBUGArthur Schiwon2018-01-111-3/+3
| * when paged results are turned off, all (max possible) users are returnedArthur Schiwon2018-01-112-2/+3
* | Merge pull request #7709 from nextcloud/fix-password-displayed-as-username-in...Morris Jobke2018-01-111-0/+1
|\ \ | |/ |/|
| * Add strengthify bar after plain text input clone of password inputDaniel Calviño Sánchez2018-01-111-0/+1
* | extend test for rotating prefixesArthur Schiwon2018-01-081-1/+10
* | fix changing to next cycleArthur Schiwon2018-01-081-2/+2
* | add tests for whole run commandArthur Schiwon2018-01-081-0/+104
* | add unit test for qualifies to runArthur Schiwon2018-01-082-5/+21
* | add unit test for determining next cycleArthur Schiwon2018-01-081-0/+41
* | fix offset is never being resetArthur Schiwon2018-01-051-1/+1
* | create failing test for this caseArthur Schiwon2018-01-056-2/+183
|/
* Composer updatedRoeland Jago Douma2018-01-042-16/+12
* [tx-robot] updated from transifexNextcloud bot2018-01-0412-8/+430
* removes invalid tests, adapts another oneArthur Schiwon2018-01-031-4/+3
* Merge pull request #7599 from nextcloud/quieter-debug-logMorris Jobke2018-01-032-3/+6
|\
| * don't show recurring msg when pages result was turned offArthur Schiwon2017-12-212-3/+6
* | throw ServerNotAvailableException when LDAP is caught shutting downArthur Schiwon2018-01-021-7/+10
|/
* Also replace all other occurencesMorris Jobke2017-12-181-1/+1
* don't use deprecated method for requesting memcacheArthur Schiwon2017-12-181-1/+1
* Use proper authorative-autoloader for app autoloadersRoeland Jago Douma2017-12-142-11/+2
* Fixes hex2bin() in LDAPMorris Jobke2017-12-131-5/+7
* Merge pull request #7418 from nextcloud/ldap-fix-cache-retrieved-userMorris Jobke2017-12-113-12/+143
|\
| * don't cache user, if no internal user id was retrieved/assignedArthur Schiwon2017-12-072-7/+17