Côme Chilliet
|
2874dff773
fix(user_ldap): Early failure for empty password login attempt
|
8 miesięcy temu |
Côme Chilliet
|
b2e9e0fa0d
chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some apps
|
9 miesięcy temu |
Joas Schilling
|
aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1
|
11 miesięcy temu |
Côme Chilliet
|
9ebcd287ef
Merge pull request #37201 from AaronDewes/fix/ldap-filter-generation
|
1 rok temu |
Hamid Dehnavi
|
d64bbc8bd3
Convert isset ternary to null coalescing operator
|
1 rok temu |
Aaron Dewes
|
16908999ed
Simplify escapeFilterPart
|
1 rok temu |
Côme Chilliet
|
4a0351878c
Avoid adding (attribute=) part to filter which will confuse LDAP servers
|
1 rok temu |
Arthur Schiwon
|
2e81a1d839
Merge pull request #38457 from nextcloud/fix/improve-ldap-offset-search-perf
|
1 rok temu |
Côme Chilliet
|
b980722e89
Fix paged search when offset is not a multiple of default page size
|
1 rok temu |
Faraz Samapoor
|
b0938b9083
Refactors "strpos" calls in /apps/user_ldap to improve code readability.
|
1 rok temu |
Côme Chilliet
|
b186cffdbe
Use default page size for jumping to desired offset
|
1 rok temu |
Côme Chilliet
|
b6c17c6ce7
Clear up return types
|
1 rok temu |
Julien Veyssier
|
f3cd559c54
perform exact Ldap search as well to make sure it works for attributes without a substr matching rule
|
2 lat temu |
Côme Chilliet
|
51705da7a4
Log a warning when a user or group is mapped with a suffix
|
1 rok temu |
Côme Chilliet
|
3c0b1bdc30
Remove redundant cast to string in user_ldap
|
1 rok temu |
Côme Chilliet
|
9e1dd52c99
Cache the fetched list of groups
|
2 lat temu |
Côme Chilliet
|
00c4c3d723
Merge pull request #30223 from nextcloud/nested_ldap_groups
|
2 lat temu |
Côme Chilliet
|
50a52ac2a5
Pass paging information directly to search and get rid of adapter
|
2 lat temu |
Côme Chilliet
|
14804d9677
Renamed ambiguous $limit parameter to pageSize
|
2 lat temu |
Côme Chilliet
|
d10dfa84db
Unfold call to ldap_parse_result. Handle cookie outside of adapter.
|
2 lat temu |
Côme Chilliet
|
3c9b1c5296
Do not init a paged search for read operations
|
2 lat temu |
Côme Chilliet
|
d790d45567
Remove dead code in paged result handling
|
2 lat temu |
Arthur Schiwon
|
5647093319
Cache intermediates
|
2 lat temu |
luz paz
|
9d26671f05
Fix typos in apps/ subdirectory
|
2 lat temu |
Côme Chilliet
|
df29acb343
Set $limit as int as well in Access::count private method
|
2 lat temu |
Côme Chilliet
|
dab5ea958a
Fix unit tests
|
2 lat temu |
Côme Chilliet
|
fb63484ced
Improve typing in user_ldap to detect problems early
|
2 lat temu |
Côme Chilliet
|
8349530fb4
Fix executeRead when connection is reset because of a timeout
|
2 lat temu |
Côme Chilliet
|
44680b5c3b
Make it explicit that a DN can be used for ldap:check-user
|
2 lat temu |
Vincent Petry
|
cd1bf94181
Merge pull request #31073 from nextcloud/fix/user_ldap-fix-access-typing
|
2 lat temu |