Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-25Add "single user mode" which restricts access to users in the admin groupRobin Appelman
This can be enabled by setting 'singleuser' to true in config.php
2013-11-22set incognito mode for public.php calls. Because in this case ownCloud ↵Bjoern Schiessle
should always work the same way as if no user is logged in
2013-08-18Add _many_ newlines at the end of fileskondou
2013-06-10clean up usage of DatabaseSetupException and catch Exceptions in entrypointsJörn Friedrich Dreyer
2013-06-03public.php - check if maintenance mode is enabledGeorg Ehrke
2012-10-23More Checkstyle cleanupFelix Moeller
This is for all LowerCaseConstant warnings
2012-09-04Update public.phpThomas Müller
respect coding style
2012-08-28404 if service is not set for public.phpMichael Gapczynski
2012-08-09Remove unused RUNTIME_NOSETUPFS varBart Visscher
2012-07-14fix remote and public.phpRobin Appelman
2012-06-27Check if app is enabled before loading in remote and public.phpBart Visscher
2012-06-07Correct remote and public, and last occurence of OC::Brice Maron
2012-05-14selective app loading for remote/publicRobin Appelman
2012-05-07improve remote.php and create public.phpGeorg Ehrke