summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-02-282-4/+4
* fix retrieving group members with numerical uids from LDAPArthur Schiwon2018-02-231-6/+7
* tests for retrieving group members with numerical uidsArthur Schiwon2018-02-231-2/+85
* [tx-robot] updated from transifexNextcloud bot2018-02-232-2/+2
* Merge pull request #8499 from nextcloud/avoid-fruitless-login-attemptsMorris Jobke2018-02-222-3/+30
|\
| * track the state of the bind resultArthur Schiwon2018-02-222-3/+30
* | 2nd parameter to t() must be arrayArthur Schiwon2018-02-224-5/+5
|/
* [tx-robot] updated from transifexNextcloud bot2018-02-212-2/+2
* Merge pull request #8411 from nextcloud/add-strict-types-to-oc_appMorris Jobke2018-02-171-1/+1
|\
| * OC_App::loadApps now only accepts an array as type listMorris Jobke2018-02-171-1/+1
* | Fix info.xml files of shipped appsJoas Schilling2018-02-161-10/+13
|/
* [tx-robot] updated from transifexNextcloud bot2018-02-142-8/+10
* Merge pull request #8335 from nextcloud/remove-unused-importMorris Jobke2018-02-143-5/+0
|\
| * Remove unused import statementsMorris Jobke2018-02-143-5/+0
* | Simplify return statementMorris Jobke2018-02-133-15/+6
|/
* [tx-robot] updated from transifexNextcloud bot2018-02-1320-198/+514
* [tx-robot] updated from transifexNextcloud bot2018-02-082-26/+72
* Merge pull request #8122 from nextcloud/fix-6851Morris Jobke2018-02-021-0/+1
|\
| * typoblizzz2018-01-311-1/+1
| * fixes reading the sysconfig valueArthur Schiwon2018-01-311-0/+1
* | [tx-robot] updated from transifexNextcloud bot2018-02-0190-534/+90
* | [tx-robot] updated from transifexNextcloud bot2018-01-312-0/+2
|/
* Use ::class statement instead of stringMorris Jobke2018-01-292-2/+3
* [tx-robot] updated from transifexNextcloud bot2018-01-292-10/+10
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-267-12/+12
* Use type casting instead of *val() methodMorris Jobke2018-01-265-34/+34
* Merge pull request #8069 from nextcloud/no-catch-serverdownMorris Jobke2018-01-262-2/+8
|\
| * do not catch ServerNotAvailableArthur Schiwon2018-01-262-2/+8
* | Simplify ternary operator statementsMorris Jobke2018-01-261-1/+1
|/
* Use type casting instead of *val() methodMorris Jobke2018-01-2611-23/+23
* Return value immediately instead of assigning to a one-time variableMorris Jobke2018-01-261-2/+1
* Fix risky tests without assertionsJoas Schilling2018-01-251-4/+4
* Properly log the full exception instead of only the messageMorris Jobke2018-01-231-3/+5
* Cleanup OC_User and OCP\UserMorris Jobke2018-01-162-8/+20
* Merge pull request #7840 from nextcloud/dep_configRoeland Jago Douma2018-01-143-3/+3
|\
| * Remove deprecated \OCP\ConfigRoeland Jago Douma2018-01-133-3/+3
* | Merge pull request #7846 from nextcloud/this_is_14Morris Jobke2018-01-141-2/+2
|\ \
| * | Bump appsRoeland Jago Douma2018-01-141-2/+2
| |/
* / Remove deprecated functions for OCP\UtilRoeland Jago Douma2018-01-131-1/+1
|/
* Update composerMorris Jobke2018-01-122-10/+14
* 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