| Commit message (Expand) | Author | Age | Files | Lines |
* | perform exact Ldap search as well to make sure it works for attributes withou... | Julien Veyssier | 2023-04-13 | 1 | -0/+5 |
* | Log a warning when a user or group is mapped with a suffix | Côme Chilliet | 2023-04-04 | 1 | -0/+9 |
* | Remove redundant cast to string in user_ldap | Côme Chilliet | 2023-01-02 | 1 | -2/+2 |
* | Cache the fetched list of groups | Côme Chilliet | 2022-11-17 | 1 | -7/+14 |
* | Merge pull request #30223 from nextcloud/nested_ldap_groups | Côme Chilliet | 2022-10-20 | 1 | -0/+6 |
|\ |
|
| * | Cache intermediates | Arthur Schiwon | 2022-10-20 | 1 | -0/+6 |
* | | Pass paging information directly to search and get rid of adapter | Côme Chilliet | 2022-10-20 | 1 | -11/+8 |
* | | Renamed ambiguous $limit parameter to pageSize | Côme Chilliet | 2022-10-20 | 1 | -9/+9 |
* | | Unfold call to ldap_parse_result. Handle cookie outside of adapter. | Côme Chilliet | 2022-10-20 | 1 | -14/+13 |
* | | Do not init a paged search for read operations | Côme Chilliet | 2022-10-20 | 1 | -19/+2 |
* | | Remove dead code in paged result handling | Côme Chilliet | 2022-10-20 | 1 | -8/+5 |
|/ |
|
* | Fix typos in apps/ subdirectory | luz paz | 2022-09-05 | 1 | -4/+4 |
* | Set $limit as int as well in Access::count private method | Côme Chilliet | 2022-03-08 | 1 | -8/+8 |
* | Fix unit tests | Côme Chilliet | 2022-03-03 | 1 | -5/+3 |
* | Improve typing in user_ldap to detect problems early | Côme Chilliet | 2022-03-03 | 1 | -88/+38 |
* | Fix executeRead when connection is reset because of a timeout | Côme Chilliet | 2022-03-03 | 1 | -36/+24 |
* | Make it explicit that a DN can be used for ldap:check-user | Côme Chilliet | 2022-02-17 | 1 | -2/+2 |
* | Merge pull request #31073 from nextcloud/fix/user_ldap-fix-access-typing | Vincent Petry | 2022-02-10 | 1 | -63/+41 |
|\ |
|
| * | Remove mixed type not available in PHP 7.4 | Côme Chilliet | 2022-02-08 | 1 | -3/+3 |
| * | Improve typing in OCA\User_LDAP\Access and reduce psalm errors | Côme Chilliet | 2022-02-08 | 1 | -62/+40 |
* | | Fix ldap:update-uuid | Côme Chilliet | 2022-02-10 | 1 | -1/+1 |
|/ |
|
* | Fix a few psalm issues and moved back to psalm/phar 4.18 | Carl Schwan | 2022-01-12 | 1 | -1/+1 |
* | Fix PHP 8.1 support for user_ldap application | Côme Chilliet | 2021-12-16 | 1 | -4/+4 |
* | Fix sanitizing regex and add a test case for uppercase in username | Côme Chilliet | 2021-11-23 | 1 | -2/+2 |
* | Avoid use of iconv to get rid of unicode | Côme Chilliet | 2021-10-28 | 1 | -6/+9 |
* | Use Psr\Log\LoggerInterface in OCA\User_LDAP\Access | Côme Chilliet | 2021-10-12 | 1 | -28/+32 |
* | Avoid PHP errors when the LDAP attribute is not found | Côme Chilliet | 2021-10-12 | 1 | -1/+5 |
* | ensure that user and group IDs in LDAP's tables are also max 64chars | Arthur Schiwon | 2021-09-24 | 1 | -1/+24 |
* | Migrate HintException to OCP | Gary Kim | 2021-06-30 | 1 | -1/+1 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -1/+0 |
* | do not try to search after the last page | Arthur Schiwon | 2021-04-27 | 1 | -3/+17 |
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 | dependabot-preview[bot] | 2021-02-18 | 1 | -2/+2 |
* | Merge pull request #25101 from nextcloud/fix/noid/ldap-known-groups | Christoph Wurst | 2021-01-29 | 1 | -1/+1 |
|\ |
|
| * | really use known groups | Arthur Schiwon | 2021-01-12 | 1 | -1/+1 |
* | | silence log message | Arthur Schiwon | 2021-01-21 | 1 | -1/+1 |
|/ |
|
* | Update license headers | Christoph Wurst | 2020-12-30 | 1 | -0/+1 |
* | Merge pull request #22916 from J0WI/unifiy-links-to-php.net | Roeland Jago Douma | 2020-12-22 | 1 | -1/+1 |
|\ |
|
| * | Unify links to php.net | J0WI | 2020-09-17 | 1 | -1/+1 |
* | | user share manager to determine share ownership | Arthur Schiwon | 2020-10-26 | 1 | -7/+3 |
|/ |
|
* | remove logging message carrying no valuable information | Arthur Schiwon | 2020-08-12 | 1 | -8/+5 |
* | Merge pull request #21171 from nextcloud/enh/noid/tidy-up-group-ldap | Morris Jobke | 2020-07-06 | 1 | -2/+2 |
|\ |
|
| * | tidy up Group_LDAP | Arthur Schiwon | 2020-06-08 | 1 | -2/+2 |
* | | fix strings being passed where arrays where expected | Arthur Schiwon | 2020-06-24 | 1 | -22/+3 |
* | | comment was wrong, block is needed nevertheless | Arthur Schiwon | 2020-06-24 | 1 | -2/+1 |
|/ |
|
* | fixes infinitely repeating LDPA search results with PHP <= 7.2 | Arthur Schiwon | 2020-05-26 | 1 | -0/+6 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -2/+0 |
* | formatting | Arthur Schiwon | 2020-04-23 | 1 | -50/+83 |
* | read records from DB for lists at once, not one by one. | Arthur Schiwon | 2020-04-17 | 1 | -4/+22 |
* | consolidate groupsMatchFilter in groupsExist | Arthur Schiwon | 2020-04-17 | 1 | -39/+0 |
* | PHP-CS-Fixer green | Roeland Jago Douma | 2020-04-16 | 1 | -14/+14 |