nextcloud/apps/user_ldap
Arthur Schiwon 68af059ebe 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-22 08:47:12 +00:00
..
ajax Fix psalm spotted errors with new requirements 2023-01-02 15:02:28 +01:00
appinfo enh(LDAP): add occ command to promote an LDAP group to admin 2023-12-05 13:55:42 +01:00
composer enh(LDAP): add occ command to promote an LDAP group to admin 2023-12-05 13:55:42 +01:00
css Fix LDAP Dark Theme Issue 2022-04-08 22:57:33 +02:00
img fix(assets): Optimize PNGs with optipng 0.7.7 2023-04-24 09:01:38 +02:00
js nice up the code handling AccountManager 2023-04-06 08:20:30 +02:00
l10n Fix(l10n): Update translations from Transifex 2023-12-18 00:19:39 +00:00
lib fix(LDAP): ensure stored groups are formatted as simple list 2023-12-22 08:47:12 +00:00
templates nice up the code handling AccountManager 2023-04-06 08:20:30 +02:00
tests fix(LDAP): ensure stored groups are formatted as simple list 2023-12-22 08:47:12 +00:00