| Commit message (Expand) | Author | Age | Files | Lines |
* | Adapt max length limit in AbstactMapping to match database | Côme Chilliet | 2022-03-30 | 1 | -2/+2 |
* | Merge pull request #31421 from nextcloud/fix/user_ldap-fix-ldap-connection-re... | Côme Chilliet | 2022-03-17 | 1 | -4/+1 |
|\ |
|
| * | Improve typing in user_ldap to detect problems early | Côme Chilliet | 2022-03-03 | 1 | -4/+1 |
* | | Fix similar potential problems with fetchOne loops | Côme Chilliet | 2022-03-08 | 1 | -3/+3 |
|/ |
|
* | Fix ldap:update-uuid | Côme Chilliet | 2022-02-10 | 1 | -2/+2 |
* | add occ command to update UUIDs (incomplete) | Arthur Schiwon | 2022-02-10 | 1 | -24/+33 |
* | Merge pull request #29523 from nextcloud/fix/support-ldap-long-dns | John Molakvoæ | 2021-12-09 | 1 | -13/+35 |
|\ |
|
| * | Make sure that hash function returns a string | Côme Chilliet | 2021-11-23 | 1 | -1/+6 |
| * | Put back length check to have a clear error | Côme Chilliet | 2021-11-23 | 1 | -0/+11 |
| * | Change column names to ldap_dn and ldap_dn_hash and add migration | Côme Chilliet | 2021-11-23 | 1 | -17/+17 |
| * | Support LDAP dns longer than 255 characters | Côme Chilliet | 2021-11-23 | 1 | -25/+31 |
* | | Make sure mapping cache is cleared when deleting a user | Côme Chilliet | 2021-11-22 | 1 | -0/+5 |
|/ |
|
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 3 | -6/+1 |
* | silence psalm false positive | Arthur Schiwon | 2021-01-13 | 1 | -0/+2 |
* | respect DB limits limit per statement and query | Arthur Schiwon | 2021-01-11 | 1 | -6/+45 |
* | Bump doctrine/dbal from 2.12.0 to 3.0.0 | Christoph Wurst | 2021-01-08 | 1 | -25/+43 |
* | Revert "(LDAP) respect DB limits of arguments in an IN statement" | Roeland Jago Douma | 2021-01-08 | 1 | -17/+5 |
* | respect DB limits of arguments in a IN list | Arthur Schiwon | 2021-01-07 | 1 | -5/+17 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 1 | -0/+1 |
* | be more clear about the condition | blizzz | 2020-06-16 | 1 | -1/+1 |
* | getXbyY can still return false, e.g. when using ldap write support | Arthur Schiwon | 2020-06-15 | 1 | -2/+1 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 2 | -0/+2 |
* | formatting | Arthur Schiwon | 2020-04-23 | 1 | -12/+26 |
* | read records from DB for lists at once, not one by one. | Arthur Schiwon | 2020-04-17 | 3 | -8/+58 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 3 | -10/+8 |
* | Use php keywords in lowercase | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
* | Fix multiline comments | Christoph Wurst | 2020-04-08 | 3 | -12/+12 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+1 |
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -7/+7 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 3 | -3/+4 |
* | Use the defined func()->count() instead of manual counting | Joas Schilling | 2018-11-08 | 1 | -1/+1 |
* | Properly escape column name in "createFunction" call | Morris Jobke | 2018-10-16 | 1 | -1/+1 |
* | LDAP backend to emit announce and revoke signals on mapping changes | Arthur Schiwon | 2018-04-05 | 1 | -0/+26 |
* | move LDAP user attributes "sync" to background (except for ajax jobs) | Arthur Schiwon | 2017-11-09 | 1 | -0/+15 |
* | Add repair steps | Arthur Schiwon | 2017-02-17 | 1 | -0/+19 |
* | Gracefully deny users or groups with too long DNs | Arthur Schiwon | 2017-01-25 | 1 | -0/+11 |
* | Fix apps/ | Joas Schilling | 2016-07-21 | 3 | -3/+7 |
* | Escape special characters (#25429) | Aaron Wood | 2016-07-20 | 1 | -2/+4 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 3 | -3/+3 |
* | Move User_LDAP to PSR-4 | Joas Schilling | 2016-05-25 | 3 | -0/+324 |