Côme Chilliet
|
1a4978c4ea
chore: Apply rector configuration to apps folder
|
2 months ago |
provokateurin
|
9836e9b164
chore(deps): Update nextcloud/coding-standard to v1.3.1
|
2 months ago |
Christoph Wurst
|
49dd79eabb
refactor: Add void return type to PHPUnit test methods
|
2 months ago |
Carl Schwan
|
986a3d45f8
feat(user_ldap): Introduce user id assigned typed events for LDAP usage
|
1 year ago |
Côme Chilliet
|
fffba1c6af
fix(ldap): Fix user_ldap attribute casing to fix tests
|
4 months ago |
Daniel Kesselberg
|
af6de04e9e
style: update codestyle for coding-standard 1.2.3
|
3 months ago |
Ferdinand Thiessen
|
14778811b4
refactor: Use `IAppConfig` for setting cron type
|
5 months ago |
Andy Scherzinger
|
8d8891c5bc
chore: Add SPDX header
|
6 months ago |
Côme Chilliet
|
2c0718b912
fix(user_ldap): Fix LDAP tests with new typing
|
8 months ago |
Côme Chilliet
|
d4229f9f59
fix(user_ldap): Fix tests using wrong types
|
8 months ago |
Aaron Dewes
|
d79def553f
Fix tests
|
1 year ago |
Côme Chilliet
|
723c1b8adc
Fix user_ldap tests now that list of groups gets cached
|
2 years ago |
Côme Chilliet
|
dab5ea958a
Fix unit tests
|
2 years ago |
Côme Chilliet
|
f3dcbfe146
Fix PHP 8.1 support for user_ldap application
|
3 years ago |
blizzz
|
84e47fb484
Merge pull request #29470 from nextcloud/fix/translit-php8
|
3 years ago |
Côme Chilliet
|
480056de88
Fix sanitizing regex and add a test case for uppercase in username
|
3 years ago |
Côme Chilliet
|
6b960de47c
Get rid of LogWrapper calling deprecated logger and use LoggerInterface from PSR instead
|
3 years ago |
Côme Chilliet
|
158e73242e
Avoid use of iconv to get rid of unicode
|
3 years ago |
Côme Chilliet
|
51398d706a
Use Psr\Log\LoggerInterface in OCA\User_LDAP\Access
|
3 years ago |
Arthur Schiwon
|
6ab30a669b
ensure that user and group IDs in LDAP's tables are also max 64chars
|
3 years ago |
Gary Kim
|
b78f3a57d1
Migrate HintException to OCP
|
3 years ago |
John Molakvoæ (skjnldsv)
|
215aef3cbd
Update php licenses
|
3 years ago |
dependabot-preview[bot]
|
eb502c02ff
Bump nextcloud/coding-standard from 0.3.0 to 0.5.0
|
3 years ago |
Arthur Schiwon
|
02b703193a
really use known groups
|
3 years ago |
Roeland Jago Douma
|
54ef1a73af
Cancel 1 LDAP test for php8
|
4 years ago |
Joas Schilling
|
5fba0e562f
Use query builder instead of OC_DB in user_ldap
|
4 years ago |
Arthur Schiwon
|
fd1fd5afa4
user share manager to determine share ownership
|
4 years ago |
Christoph Wurst
|
d9015a8c94
Format code to a single space around binary operators
|
4 years ago |
Morris Jobke
|
234b510652
Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject
|
4 years ago |
Arthur Schiwon
|
84619a5b9c
use serverControls directly with LDAP calls, fixes 19127
|
4 years ago |