nextcloud/lib
Roeland Jago Douma 53e37804ec The group database backend should cache groups
This avoids duplicated queries like first checking the group_users db
and then just doing a select on the group db. Those enries are linked
(and should be using foreign keys!)

This commit makes sure we cache those entries.
If a user is part of N groups this saves N queries on webdav access
2016-01-12 08:24:08 +01:00
..
l10n [tx-robot] updated from transifex 2016-01-12 01:56:33 -05:00
private The group database backend should cache groups 2016-01-12 08:24:08 +01:00
public Remove generateRandomBytes from OC_Util 2016-01-10 22:07:33 +01:00
autoloader.php Move lib/repair to lib/private/repair 2016-01-07 09:14:35 +01:00
base.php Only '/tests' to be autoloaded when running unit tests 2016-01-10 21:36:14 +01:00