nextcloud-server/apps/user_ldap
Arthur Schiwon ee096f8629
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>
2023-12-20 17:05:58 +07:00
..
ajax chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +07:00
appinfo enh(LDAP): add occ command to promote an LDAP group to admin 2023-12-01 12:48:24 +07:00
composer enh(LDAP): add occ command to promote an LDAP group to admin 2023-12-01 12:48:24 +07:00
css Fix LDAP Dark Theme Issue 2022-04-08 22:57:33 +07:00
img fix(assets): Optimize PNGs with optipng 0.7.7 2023-04-24 09:01:38 +07:00
js [user_ldap] Add per-connection setting for marking remnants as disabled 2023-05-23 16:03:17 +07:00
l10n Fix(l10n): Update translations from Transifex 2023-12-18 00:19:21 +07:00
lib fix(LDAP): ensure stored groups are formatted as simple list 2023-12-20 17:05:58 +07:00
templates fix: replace non-standard autocorrect with spellcheck attribute 2023-10-20 00:35:51 +07:00
tests fix(LDAP): ensure stored groups are formatted as simple list 2023-12-20 17:05:58 +07:00
openapi.json Fix OCS-APIRequest header for OpenAPI 2023-09-27 10:22:20 +07:00