summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)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
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* tests for retrieving group members with numerical uidsArthur Schiwon2018-02-231-2/+85
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* [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
|\ | | | | Avoid fruitless login attempts
| * track the state of the bind resultArthur Schiwon2018-02-222-3/+30
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | 2nd parameter to t() must be arrayArthur Schiwon2018-02-224-5/+5
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* [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
|\ | | | | Add strict types to OC_App
| * OC_App::loadApps now only accepts an array as type listMorris Jobke2018-02-171-1/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Fix info.xml files of shipped appsJoas Schilling2018-02-161-10/+13
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [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 statements
| * Remove unused import statementsMorris Jobke2018-02-143-5/+0
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Simplify return statementMorris Jobke2018-02-133-15/+6
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [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
|\ | | | | fix reading the ldapIgnoreNamingRule config value
| * typoblizzz2018-01-311-1/+1
| | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * fixes reading the sysconfig valueArthur Schiwon2018-01-311-0/+1
| | | | | | | | | | | | settings without the entry in the translation array are computed Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [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
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2018-01-292-10/+10
|
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-267-12/+12
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use type casting instead of *val() methodMorris Jobke2018-01-265-34/+34
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #8069 from nextcloud/no-catch-serverdownMorris Jobke2018-01-262-2/+8
|\ | | | | do not catch and ignore ServerNotAvailable in the wrong spot
| * do not catch ServerNotAvailableArthur Schiwon2018-01-262-2/+8
| | | | | | | | | | | | might cause the user to be unavailable (race condition). Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Simplify ternary operator statementsMorris Jobke2018-01-261-1/+1
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use type casting instead of *val() methodMorris Jobke2018-01-2611-23/+23
| | | | | | It should be up to 6x faster Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Return value immediately instead of assigning to a one-time variableMorris Jobke2018-01-261-2/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix risky tests without assertionsJoas Schilling2018-01-251-4/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Properly log the full exception instead of only the messageMorris Jobke2018-01-231-3/+5
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Cleanup OC_User and OCP\UserMorris Jobke2018-01-162-8/+20
| | | | | | * mainly removes deprecated methods and old static code Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #7840 from nextcloud/dep_configRoeland Jago Douma2018-01-143-3/+3
|\ | | | | Remove deprecated \OCP\Config
| * Remove deprecated \OCP\ConfigRoeland Jago Douma2018-01-133-3/+3
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #7846 from nextcloud/this_is_14Morris Jobke2018-01-141-2/+2
|\ \ | | | | | | Bump version number
| * | Bump appsRoeland Jago Douma2018-01-141-2/+2
| |/ | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / Remove deprecated functions for OCP\UtilRoeland Jago Douma2018-01-131-1/+1
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update composerMorris Jobke2018-01-122-10/+14
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #7796 from nextcloud/ldap-sync-fixesMorris Jobke2018-01-113-12/+11
|\ | | | | LDAP Sync fixes: revert recursion resolution, fixed handling of pagingsize of 0
| * revert resolving of recursion (3628d4d65d67d12afc93d969de61cb06a33179fd)Arthur Schiwon2018-01-111-5/+2
| | | | | | | | | | | | | | | | without recursion we have issues with internal states. paged search status are set to false, cookies are not being set. In the end we have endless requests which pile up enormously with a high initial offset. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * fix return value when ldapPagingSize returns nullArthur Schiwon2018-01-112-3/+4
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * enrich log message with backtrace, but level it down to DEBUGArthur Schiwon2018-01-111-3/+3
| | | | | | | | | | | | | | The message is not helpful anyway for an admin, and oftentimes is just valid (e.g. when searching with an offset beyond users in LDAP). Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * when paged results are turned off, all (max possible) users are returnedArthur Schiwon2018-01-112-2/+3
| | | | | | | | | | | | thus hasMoreResult should return false Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #7709 from ↵Morris Jobke2018-01-111-0/+1
|\ \ | |/ |/| | | | | nextcloud/fix-password-displayed-as-username-in-password-manager Fix password displayed as username in Firefox password manager dialog
| * Add strengthify bar after plain text input clone of password inputDaniel Calviño Sánchez2018-01-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To show the password in plain text "showPassword" adds a text input after the password input and swaps their visibility depending on whether the password has to be shown in plain text or not. In a similar way, "strengthify" by default adds the strength bar after the input element it was called on. Due to this, if "showPassword" is called before "strengthify" on the same password input then the strength bar ends between the password input and the text input, and when the text input is shown it appears below the strength bar. To fix this now the strength bar is added after the text input in those places in which "strengthify" was called after "showPassword" on the same element. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | extend test for rotating prefixesArthur Schiwon2018-01-081-1/+10
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | fix changing to next cycleArthur Schiwon2018-01-081-2/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | add tests for whole run commandArthur Schiwon2018-01-081-0/+104
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>