aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests
Commit message (Expand)AuthorAgeFilesLines
* fix(LDAP): remove unneeded dependenciesArthur Schiwon2024-08-018-69/+44
* refactor: Use `IAppConfig` for setting cron typeFerdinand Thiessen2024-06-281-9/+18
* Merge pull request #45573 from nextcloud/chore/noid/spdx-batch9Andy Scherzinger2024-05-3048-970/+152
|\
| * chore: Add SPDX headerAndy Scherzinger2024-05-3048-970/+152
* | Refactor `OC\Server::getAvatarManager` in user_ldap appAndrew Summers2024-05-302-6/+8
|/
* feat(ldap): sync additional properties to profile and SABJake Nabasny2024-05-301-0/+52
* fix(user_ldap): Fix LDAP tests with new typingCôme Chilliet2024-04-091-18/+7
* fix(user_ldap): Fix tests using wrong typesCôme Chilliet2024-04-095-15/+25
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-023-3/+3
* chore: Migrate away from OC::$server->getLoggerCôme Chilliet2024-02-131-1/+1
* Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobsCôme Chilliet2024-02-081-28/+15
* Revert "Merge branch 'master' of github.com:nextcloud/server"Louis Chemineau2024-02-081-15/+28
* fix!: Migrate jobs away from deprecated interfacesCôme Chilliet2024-02-081-28/+15
* fix(LDAP): ensure stored groups are formatted as simple listArthur Schiwon2023-12-201-0/+27
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-234-6/+6
* fix(LDAP): solve race condition reading groups of disappeared LDAP userArthur Schiwon2023-10-111-2/+85
* refactor(LDAP): pass IConfig via constructor to Group_LDAPArthur Schiwon2023-10-102-14/+12
* refactor(tests): simplify code, reduce duplicationArthur Schiwon2023-10-091-425/+257
* test(Group LDAP): add test for getting groups of OfflineUserArthur Schiwon2023-10-091-0/+45
* Merge branch 'master' into fix/ldap-filter-generationAaron Dewes2023-09-201-2/+10
|\
| * Merge pull request #39128 from nextcloud/fix/35319/ldap-missing-avatarJulius Härtl2023-09-111-2/+10
| |\
| | * fix(ldap): avatar is not being fetchedArthur Schiwon2023-07-051-2/+10
* | | Fix testsAaron Dewes2023-08-131-2/+2
|/ /
* | Move UpdateGroups methods to a serviceCôme Chilliet2023-08-101-61/+33
* | fix!: Remove symfony EventDispatcherInterface from UserJoas Schilling2023-07-271-2/+0
|/
* Merge pull request #34443 from nextcloud/feat/add-enabled-user-backendCôme Chilliet2023-07-038-95/+129
|\
| * Fix User_Proxy tests as wellCôme Chilliet2023-05-251-1/+11
| * Use DI for DeletedUsersIndex and fix testsCôme Chilliet2023-05-257-94/+118
* | Refactors "strpos" calls in /apps/user_ldap to improve code readability.Faraz Samapoor2023-06-024-7/+7
|/
* Adapt Sync job tests to the constructor changeCôme Chilliet2023-04-271-2/+1
* Merge pull request #34772 from nextcloud/fix/clean-ldap-access-factory-usageCôme Chilliet2022-12-201-7/+13
|\
| * Adapt test to User_Proxy constructorCôme Chilliet2022-10-251-7/+13
* | Fixed backup host logicCôme Chilliet2022-12-191-1/+1
* | Merge pull request #35231 from nextcloud/fix/user_ldap-cache-fetched-list-of-...Côme Chilliet2022-12-191-1/+1
|\ \
| * | Fix user_ldap tests now that list of groups gets cachedCôme Chilliet2022-12-191-1/+1
| |/
* / Fix job tests in updatenotification and user_ldap applicationsCôme Chilliet2022-12-051-1/+3
|/
* Merge pull request #33945 from nextcloud/fix/noid/fair-use-ldapSimon L2022-10-211-1/+2
|\
| * LDAP to no register new users when outside of fair use or over limitsArthur Schiwon2022-10-181-1/+2
* | Fix LDAP recursive nested group supportCôme Chilliet2022-10-201-15/+14
* | Fix user_ldap testsCarl Schwan2022-10-201-8/+3
* | Add testing of nested group membershipCôme Chilliet2022-10-201-11/+31
* | Refactor group membership listing for nested groupsCôme Chilliet2022-10-201-1/+3
* | Add tests for nested groupsCôme Chilliet2022-10-201-8/+45
|/
* Fix typos in apps/ subdirectoryluz paz2022-09-053-6/+6
* Port existing server code to new interfaceCarl Schwan2022-08-081-1/+2
* adjust testsArthur Schiwon2022-06-281-20/+31
* Remove bogus expects from user_ldap testsCôme Chilliet2022-06-141-3/+0
* Remove deprecated at() matcher from user_ldap testsCôme Chilliet2022-06-133-34/+27
* Fix user_ldap unit testsCôme Chilliet2022-04-012-10/+10
* Fix unit testsCôme Chilliet2022-03-035-25/+41