Commit Graph

176 Commits (2bc77a3c5aff352cdc19aa683bbb36da2ff20b01)

Author SHA1 Message Date
Ferdinand Thiessen 5981b7eb51
chore: apply new CSFixer rules 6 months ago
Daniel Kesselberg 7facae6b83
fix: remove caching in fetchListOfGroups 10 months ago
Joas Schilling 095ab4419e
fix(l10n): Improve english source strings 10 months ago
Côme Chilliet 64863c9d46
chore: Apply new rector configuration to apps folder 11 months ago
Côme Chilliet de77415c70
fix(user_ldap): Do not map groups we do not know if they match filter 11 months ago
Côme Chilliet 1580c8612b
chore(apps): Apply new rector configuration to autouse classes 1 year ago
provokateurin 51d9d63a01
chore: Use more gender neutral language 1 year ago
Côme Chilliet 1a4978c4ea
chore: Apply rector configuration to apps folder 1 year ago
provokateurin 9836e9b164
chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
Arthur Schiwon c8fc2e8a67
fix(LDAP): check index before accessing it 1 year ago
Carl Schwan 986a3d45f8
feat(user_ldap): Introduce user id assigned typed events for LDAP usage 1 year ago
Côme Chilliet 36479df042
chore: composer run cs:fix 1 year ago
Côme Chilliet fffba1c6af
fix(ldap): Fix user_ldap attribute casing to fix tests 1 year ago
Côme Chilliet d2bc636a79
fix(user_ldap): Correctly cache that user exists to avoid a request on mapping new user 1 year ago
Côme Chilliet 4fb1d2f3e5
fix(user_ldap): Avoid extra LDAP request when mapping a user for the first time 1 year ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 1 year ago
Ferdinand Thiessen 14778811b4
refactor: Use `IAppConfig` for setting cron type 2 years ago
Andy Scherzinger 8d8891c5bc
chore: Add SPDX header 2 years ago
Côme Chilliet 6d7ff2e85a
fix: Fix typing issues related to resource migration 2 years ago
Côme Chilliet 0f348516d2 fix: Remove obsolete resource typing 2 years ago
Arthur Schiwon 55d3a2af9e
docs(LDAP): add info on stored DN form 2 years ago
Côme Chilliet ec5133b739 fix: Apply new coding standard to all files 2 years ago
Côme Chilliet 2874dff773
fix(user_ldap): Early failure for empty password login attempt 2 years ago
Côme Chilliet b2e9e0fa0d chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some apps 2 years ago
Joas Schilling aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Hamid Dehnavi d64bbc8bd3 Convert isset ternary to null coalescing operator 2 years ago
Aaron Dewes 16908999ed Simplify escapeFilterPart 2 years ago
Côme Chilliet 4a0351878c
Avoid adding (attribute=) part to filter which will confuse LDAP servers 3 years ago
Côme Chilliet b980722e89
Fix paged search when offset is not a multiple of default page size 3 years ago
Faraz Samapoor b0938b9083 Refactors "strpos" calls in /apps/user_ldap to improve code readability. 3 years ago
Côme Chilliet b186cffdbe
Use default page size for jumping to desired offset 3 years ago
Côme Chilliet b6c17c6ce7
Clear up return types 3 years ago
Julien Veyssier f3cd559c54 perform exact Ldap search as well to make sure it works for attributes without a substr matching rule 3 years ago
Côme Chilliet 51705da7a4
Log a warning when a user or group is mapped with a suffix 3 years ago
Simon L cc54a81b16 address review 3 years ago
Simon L 7271ec7acf spaces are allowed in userids 3 years ago
Côme Chilliet 3c0b1bdc30
Remove redundant cast to string in user_ldap 3 years ago
Côme Chilliet 9e1dd52c99
Cache the fetched list of groups 3 years ago
Côme Chilliet 50a52ac2a5
Pass paging information directly to search and get rid of adapter 3 years ago
Côme Chilliet 14804d9677
Renamed ambiguous $limit parameter to pageSize 3 years ago
Côme Chilliet d10dfa84db
Unfold call to ldap_parse_result. Handle cookie outside of adapter. 3 years ago
Côme Chilliet 3c9b1c5296
Do not init a paged search for read operations 3 years ago
Côme Chilliet d790d45567
Remove dead code in paged result handling 3 years ago
Arthur Schiwon 5647093319 Cache intermediates 3 years ago
luz paz 9d26671f05 Fix typos in apps/ subdirectory 3 years ago
Côme Chilliet df29acb343
Set $limit as int as well in Access::count private method 4 years ago
Côme Chilliet dab5ea958a
Fix unit tests 4 years ago
Côme Chilliet fb63484ced
Improve typing in user_ldap to detect problems early 4 years ago
Côme Chilliet 8349530fb4
Fix executeRead when connection is reset because of a timeout 4 years ago
Côme Chilliet 44680b5c3b
Make it explicit that a DN can be used for ldap:check-user 4 years ago