summaryrefslogtreecommitdiffstats
path: root/public.php
Commit message (Expand)AuthorAgeFilesLines
* Clean up single user modeMorris Jobke2017-02-221-1/+0
* Allow to call the files even when you are in another instance atmJoas Schilling2016-10-061-1/+1
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-1/+4
* Revert "occ web executor (#24957)"Morris Jobke2016-07-071-2/+2
* occ web executor (#24957)VicDeo2016-06-221-2/+2
* Update license headersLukas Reschke2016-05-261-2/+2
* Catch class Error on all root entrypointsThomas Müller2016-04-201-6/+10
* Happy new year!Thomas Müller2016-01-121-1/+1
* update licence headers via scriptMorris Jobke2015-10-051-2/+0
* update license headers and authorsMorris Jobke2015-06-251-0/+1
* Fix singe user mode on public.php - take twoThomas Müller2015-04-101-1/+1
* Update license headersJenkins for ownCloud2015-03-261-1/+26
* Revert "Updating license headers"Morris Jobke2015-02-261-25/+1
* Merge pull request #14433 from owncloud/fix-public-phpThomas Müller2015-02-231-3/+4
|\
| * Use `getParam` instead of `server`Lukas Reschke2015-02-231-3/+4
* | Updating license headersJenkins for ownCloud2015-02-231-1/+25
|/
* Refactor OC_Request into TrustedDomainHelper and IRequestLukas Reschke2015-02-161-4/+5
* Add sabredav plugin to check if a user has access to an appRobin Appelman2014-11-171-1/+3
* handle service not available exceptions in index, remote and public.phpRobin Appelman2014-08-041-0/+5
* Fix service warningVincent Petry2014-07-021-1/+1
* Return 503 in public.php and OCS API when upgrade is dueVincent Petry2014-06-301-0/+8
* Move authentication to it's own callLukas Reschke2014-06-051-1/+2
* Remove legacy routing codeLukas Reschke2014-06-051-0/+4
* Merge pull request #7599 from owncloud/public-pathinfoicewind19912014-04-071-6/+14
|\
| * Allow using pathinfo based public.php pathsRobin Appelman2014-03-061-6/+14
* | remove some more global variable $RUNTIME_NOAPPSThomas Müller2014-02-061-1/+0
|/
* Add "single user mode" which restricts access to users in the admin groupRobin Appelman2013-11-251-0/+1
* set incognito mode for public.php calls. Because in this case ownCloud should...Bjoern Schiessle2013-11-221-0/+1
* Add _many_ newlines at the end of fileskondou2013-08-181-1/+1
* clean up usage of DatabaseSetupException and catch Exceptions in entrypointsJörn Friedrich Dreyer2013-06-101-16/+26
* public.php - check if maintenance mode is enabledGeorg Ehrke2013-06-031-0/+1
* More Checkstyle cleanupFelix Moeller2012-10-231-1/+1
* Update public.phpThomas Müller2012-09-041-4/+4
* 404 if service is not set for public.phpMichael Gapczynski2012-08-281-0/+4
* Remove unused RUNTIME_NOSETUPFS varBart Visscher2012-08-081-1/+0
* fix remote and public.phpRobin Appelman2012-07-131-0/+1
* Check if app is enabled before loading in remote and public.phpBart Visscher2012-06-271-0/+1
* Correct remote and public, and last occurence of OC::Brice Maron2012-06-061-3/+3
* selective app loading for remote/publicRobin Appelman2012-05-141-2/+7
* improve remote.php and create public.phpGeorg Ehrke2012-05-071-0/+10