0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-02-07 18:09:45 +00:00
nextcloud_server/apps/user_ldap/tests
Arthur Schiwon 1d1d5e1e7c fix(LDAP): ensure stored groups are formatted as simple list
With array_unique it is possible that the keys are not in sequential order
but have gaps. json_encode then would store them as associative array,
which later on json_decode would result in a stdClass by default. This is
unexpected and would also contradict the return type hint.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2024-01-02 12:15:50 +01:00
..
Integration refactor(LDAP): pass IConfig via constructor to Group_LDAP 2023-11-07 19:22:28 +01:00
Jobs Adapt Sync job tests to the constructor change 2023-05-02 15:56:35 +00:00
Mapping LDAP to no register new users when outside of fair use or over limits 2022-10-18 12:57:43 +02:00
Migration Remove deprecated at() matcher from user_ldap tests 2022-06-13 15:19:25 +02:00
Settings Update php licenses 2021-06-04 22:02:41 +02:00
User fix(ldap): avatar is not being fetched 2023-09-11 18:04:00 +00:00
.htaccess Only request "IndexIgnore" if mod_autoindex is loaded 2017-02-20 13:09:15 +01:00
AccessTest.php Merge pull request #37201 from AaronDewes/fix/ldap-filter-generation 2023-10-02 11:09:17 +02:00
ConfigurationTest.php Update php licenses 2021-06-04 22:02:41 +02:00
ConnectionTest.php Fixed backup host logic 2022-12-19 14:15:48 +01:00
Group_LDAPTest.php fix(LDAP): ensure stored groups are formatted as simple list 2024-01-02 12:15:50 +01:00
GroupLDAPPluginTest.php Fix user_ldap unit tests 2022-04-01 12:18:03 +00:00
HelperTest.php Update php licenses 2021-06-04 22:02:41 +02:00
LDAPGroupPluginDummy.php Update php licenses 2021-06-04 22:02:41 +02:00
LDAPProviderTest.php Remove bogus expects from user_ldap tests 2022-06-14 15:44:51 +02:00
LDAPTest.php Update php licenses 2021-06-04 22:02:41 +02:00
LDAPUserPluginDummy.php Update php licenses 2021-06-04 22:02:41 +02:00
User_LDAPTest.php Fix unit tests 2022-03-03 16:35:06 +01:00
User_ProxyTest.php Adapt test to User_Proxy constructor 2022-10-25 16:16:59 +02:00
UserLDAPPluginTest.php Update php licenses 2021-06-04 22:02:41 +02:00
WizardTest.php Fix unit tests 2022-03-03 16:35:06 +01:00