You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/lib
Arthur Schiwon 64679b2e62 Remove limit and offset manipulation when getting users or groups, because it does not work when more than one user or group backend. Fixing it would be too costly performancewise, so we switch back to the model used in OC 5: limit and offset are effective per backend, and not a general constraint 13 years ago
..
l10n [tx-robot] updated from transifex 13 years ago
private Remove limit and offset manipulation when getting users or groups, because it does not work when more than one user or group backend. Fixing it would be too costly performancewise, so we switch back to the model used in OC 5: limit and offset are effective per backend, and not a general constraint 13 years ago
public register middleware as string to not force request to be instantiated too early and thus not having url parameters 13 years ago
autoloader.php Allow null as cache parameter (if no cache was found) and for cache removal. 13 years ago
base.php reduce code duplication, fix parse error, prevent page reload on hitting enter while changing the display name - refs #8085 13 years ago