nextcloud / tables

🍱 Nextcloud tables app
https://apps.nextcloud.com/apps/tables
GNU Affero General Public License v3.0
133 stars 21 forks source link

fix(Backend): use object over loose array for permissions #1173

Open blizzz opened 6 days ago

blizzz commented 6 days ago

Solves issues with undefined array keys, but is said to be more performant but also more clear when coding.

fixes #1131