Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use hash algo that's robust against collisions | Arthur Schiwon | 2018-03-05 | 2 | -2/+2 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-04 | 2 | -6/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-28 | 2 | -4/+4 |
| | |||||
* | Merge pull request #8532 from nextcloud/8499-stable13 | Morris Jobke | 2018-02-26 | 2 | -4/+31 |
|\ | | | | | [stable13] Avoid fruitless login attempts | ||||
| * | track the state of the bind result | Arthur Schiwon | 2018-02-26 | 2 | -4/+31 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | fix retrieving group members with numerical uids from LDAP | Arthur Schiwon | 2018-02-26 | 1 | -6/+7 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | tests for retrieving group members with numerical uids | Arthur Schiwon | 2018-02-26 | 1 | -2/+85 |
|/ | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-23 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-21 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-14 | 2 | -8/+10 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-13 | 20 | -198/+514 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-08 | 2 | -26/+72 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-01 | 90 | -534/+90 |
| | |||||
* | Merge pull request #8073 from nextcloud/stable13-8069 | Morris Jobke | 2018-01-31 | 2 | -2/+8 |
|\ | | | | | [stable13] do not catch and ignore ServerNotAvailable in the wrong spot | ||||
| * | do not catch ServerNotAvailable | Arthur Schiwon | 2018-01-26 | 2 | -2/+8 |
| | | | | | | | | | | | | might cause the user to be unavailable (race condition). Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-01-31 | 2 | -0/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-01-29 | 2 | -10/+10 |
|/ | |||||
* | Merge pull request #7796 from nextcloud/ldap-sync-fixes | Morris Jobke | 2018-01-11 | 3 | -12/+11 |
|\ | | | | | LDAP Sync fixes: revert recursion resolution, fixed handling of pagingsize of 0 | ||||
| * | revert resolving of recursion (3628d4d65d67d12afc93d969de61cb06a33179fd) | Arthur Schiwon | 2018-01-11 | 1 | -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 null | Arthur Schiwon | 2018-01-11 | 2 | -3/+4 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | enrich log message with backtrace, but level it down to DEBUG | Arthur Schiwon | 2018-01-11 | 1 | -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 returned | Arthur Schiwon | 2018-01-11 | 2 | -2/+3 |
| | | | | | | | | | | | | thus hasMoreResult should return false Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | Merge pull request #7709 from ↵ | Morris Jobke | 2018-01-11 | 1 | -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 input | Daniel Calviño Sánchez | 2018-01-11 | 1 | -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 prefixes | Arthur Schiwon | 2018-01-08 | 1 | -1/+10 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | fix changing to next cycle | Arthur Schiwon | 2018-01-08 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | add tests for whole run command | Arthur Schiwon | 2018-01-08 | 1 | -0/+104 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | add unit test for qualifies to run | Arthur Schiwon | 2018-01-08 | 2 | -5/+21 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | add unit test for determining next cycle | Arthur Schiwon | 2018-01-08 | 1 | -0/+41 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | fix offset is never being reset | Arthur Schiwon | 2018-01-05 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | create failing test for this case | Arthur Schiwon | 2018-01-05 | 6 | -2/+183 |
|/ | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Composer updated | Roeland Jago Douma | 2018-01-04 | 2 | -16/+12 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-01-04 | 12 | -8/+430 |
| | |||||
* | removes invalid tests, adapts another one | Arthur Schiwon | 2018-01-03 | 1 | -4/+3 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Merge pull request #7599 from nextcloud/quieter-debug-log | Morris Jobke | 2018-01-03 | 2 | -3/+6 |
|\ | | | | | don't show recurring log msg when paged result was turned off | ||||
| * | don't show recurring msg when pages result was turned off | Arthur Schiwon | 2017-12-21 | 2 | -3/+6 |
| | | | | | | | | | | | | and only as debug level otherwise. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | throw ServerNotAvailableException when LDAP is caught shutting down | Arthur Schiwon | 2018-01-02 | 1 | -7/+10 |
|/ | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Also replace all other occurences | Morris Jobke | 2017-12-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | don't use deprecated method for requesting memcache | Arthur Schiwon | 2017-12-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Use proper authorative-autoloader for app autoloaders | Roeland Jago Douma | 2017-12-14 | 2 | -11/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fixes hex2bin() in LDAP | Morris Jobke | 2017-12-13 | 1 | -5/+7 |
| | | | | | | Untangles the two if-else clauses into a more readable format. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #7418 from nextcloud/ldap-fix-cache-retrieved-user | Morris Jobke | 2017-12-11 | 3 | -12/+143 |
|\ | | | | | ensure that users are cached when they are retrieved | ||||
| * | don't cache user, if no internal user id was retrieved/assigned | Arthur Schiwon | 2017-12-07 | 2 | -7/+17 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | ensure that users are cached when they are retrieved | Arthur Schiwon | 2017-12-07 | 3 | -7/+128 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | Merge pull request #7321 from nextcloud/ldap-update-loginfilter | Lukas Reschke | 2017-12-08 | 1 | -0/+17 |
|\ \ | | | | | | | Update login filter when user filter was newly generated | ||||
| * | | Update login filter when user filter was newly generated | Arthur Schiwon | 2017-11-28 | 1 | -0/+17 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-12-08 | 2 | -2/+2 |
| |/ |/| | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-12-03 | 2 | -0/+6 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-12-02 | 2 | -8/+24 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-12-01 | 26 | -0/+26 |
| | |