nextcloud/apps/user_ldap
Arthur Schiwon 779df7ff9c 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:16:10 +01:00
..
ajax chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
appinfo enh(LDAP): add occ command to promote an LDAP group to admin 2023-12-04 18:52:20 +00:00
composer enh(LDAP): add occ command to promote an LDAP group to admin 2023-12-04 18:52:20 +00: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 [user_ldap] Add per-connection setting for marking remnants as disabled 2023-05-23 16:03:17 +02:00
l10n Fix(l10n): Update translations from Transifex 2023-12-27 00:20:24 +00:00
lib fix(LDAP): ensure stored groups are formatted as simple list 2024-01-02 12:16:10 +01:00
templates fix: replace non-standard autocorrect with spellcheck attribute 2023-10-20 00:35:51 +02:00
tests fix(LDAP): ensure stored groups are formatted as simple list 2024-01-02 12:16:10 +01:00
openapi.json Fix OCS-APIRequest header for OpenAPI 2023-09-27 10:22:20 +02:00