Côme Chilliet
|
71e2af3d97
fix(user_ldap): Early failure for empty password login attempt
|
8 ヶ月 前 |
Côme Chilliet
|
e04cb81710
Merge pull request #37201 from AaronDewes/fix/ldap-filter-generation
|
1 年間 前 |
Côme Chilliet
|
3c0b1bdc30
Remove redundant cast to string in user_ldap
|
1 年間 前 |
Côme Chilliet
|
9e1dd52c99
Cache the fetched list of groups
|
2 年 前 |
Côme Chilliet
|
00c4c3d723
Merge pull request #30223 from nextcloud/nested_ldap_groups
|
2 年 前 |
Côme Chilliet
|
50a52ac2a5
Pass paging information directly to search and get rid of adapter
|
2 年 前 |
Côme Chilliet
|
14804d9677
Renamed ambiguous $limit parameter to pageSize
|
2 年 前 |
Côme Chilliet
|
d10dfa84db
Unfold call to ldap_parse_result. Handle cookie outside of adapter.
|
2 年 前 |
Côme Chilliet
|
3c9b1c5296
Do not init a paged search for read operations
|
2 年 前 |
Côme Chilliet
|
d790d45567
Remove dead code in paged result handling
|
2 年 前 |
Arthur Schiwon
|
5647093319
Cache intermediates
|
3 年 前 |
luz paz
|
9d26671f05
Fix typos in apps/ subdirectory
|
2 年 前 |
Côme Chilliet
|
df29acb343
Set $limit as int as well in Access::count private method
|
2 年 前 |
Côme Chilliet
|
dab5ea958a
Fix unit tests
|
2 年 前 |
Côme Chilliet
|
fb63484ced
Improve typing in user_ldap to detect problems early
|
2 年 前 |
Côme Chilliet
|
8349530fb4
Fix executeRead when connection is reset because of a timeout
|
2 年 前 |
Côme Chilliet
|
44680b5c3b
Make it explicit that a DN can be used for ldap:check-user
|
2 年 前 |
Vincent Petry
|
cd1bf94181
Merge pull request #31073 from nextcloud/fix/user_ldap-fix-access-typing
|
2 年 前 |
Côme Chilliet
|
9f2db6e65d
Fix ldap:update-uuid
|
2 年 前 |
Côme Chilliet
|
77add404b1
Remove mixed type not available in PHP 7.4
|
2 年 前 |
Côme Chilliet
|
2a0b2250d2
Improve typing in OCA\User_LDAP\Access and reduce psalm errors
|
2 年 前 |
Carl Schwan
|
aeecb72e96
Fix a few psalm issues and moved back to psalm/phar 4.18
|
2 年 前 |
Côme Chilliet
|
f3dcbfe146
Fix PHP 8.1 support for user_ldap application
|
3 年 前 |
Côme Chilliet
|
480056de88
Fix sanitizing regex and add a test case for uppercase in username
|
3 年 前 |
Côme Chilliet
|
158e73242e
Avoid use of iconv to get rid of unicode
|
3 年 前 |
Côme Chilliet
|
51398d706a
Use Psr\Log\LoggerInterface in OCA\User_LDAP\Access
|
3 年 前 |
Côme Chilliet
|
437048e9b6
Avoid PHP errors when the LDAP attribute is not found
|
3 年 前 |
Arthur Schiwon
|
6ab30a669b
ensure that user and group IDs in LDAP's tables are also max 64chars
|
3 年 前 |
Gary Kim
|
b78f3a57d1
Migrate HintException to OCP
|
3 年 前 |
John Molakvoæ (skjnldsv)
|
215aef3cbd
Update php licenses
|
3 年 前 |