Commit Graph

1506 Commits (da07245f59cd3a1636392f63ef89e91b40d792eb)

Author SHA1 Message Date
Bart Visscher da07245f59 Move OC::loadfile and OC::loadapp next to OC::handleRequest 14 years ago
Bart Visscher e3c732040b Make OC::loadfile and OC::loadapp protected, only used in OC::handleRequest 14 years ago
Bart Visscher 0973969386 Cleanup OC::loadfile 14 years ago
Bart Visscher 667cd318fe Use OC_Util::displayLoginPage and cleanup the function 14 years ago
Bart Visscher aa9fbf6639 Combine install checks in lib/base.php 14 years ago
Robin Appelman acd8381094 fix scanning of archives in some cases 14 years ago
Georg Ehrke 10d0861872 remove unstable lib 14 years ago
Bart Visscher 3387454094 Move login code from index.php to OC class 14 years ago
Bart Visscher 9156fb73fd Move handling request of index.php to OC class 14 years ago
Bart Visscher 7522a23693 Remove unused RUNTIME_NOSETUPFS var 14 years ago
Bjoern Schiessle 0bf2a3e6d6 while loop not needed because of recursive call of put() 14 years ago
Bjoern Schiessle dc927bd346 fix for bug 879 - add parent directory to file cache if it does not exist yet. 14 years ago
Bart Visscher 31003b475e Decode the alternative path_info 14 years ago
Bart Visscher 7d20e98aec Move getting the path info to OC_Request 14 years ago
Bart Visscher 34c076e2a8 Add comments the other functions in OC_Request 14 years ago
Bart Visscher 99ce7ba1df Move serverHost and serverProtocol functions to OC_Request 14 years ago
Bart Visscher c4f1a1de5b Added function to make url absolute 14 years ago
Bart Visscher 6d0390dcca Fix rewriting GET parameters with ? in REQUESTEDAPP 14 years ago
Bart Visscher fe6450002d Change hardcoded urls to use linkTo function 14 years ago
Thomas Tanghus cc445e4e47 Small changes to allow updating main menu dynamically. 14 years ago
Thomas Tanghus 3b37181550 Use correct variable name. 14 years ago
Alessandro Cosentino a6ce497dd9 OC_App::getAppVersion return blank if version is not specified 14 years ago
Jenkins for ownCloud d7e77f6426 [tx-robot] updated from transifex 14 years ago
Georg Ehrke fc4a542dd0 add iWork mimetypes 14 years ago
Jenkins for ownCloud 7dc799c167 [tx-robot] updated from transifex 14 years ago
Jakob Sack 1fe9892292 Fix #476 14 years ago
Jenkins for ownCloud 36ccaf51ed [tx-robot] updated from transifex 14 years ago
Jakob Sack 8a92cd21d6 Remove OC_App::register call in OCP\App::register 14 years ago
Jenkins for ownCloud 3430dcd367 [tx-robot] updated from transifex 14 years ago
Michael Gapczynski 5262cde6a6 Add additional error handling for emailing private links 14 years ago
Tom Needham 0836366d87 Methods to disable and enable users 14 years ago
Jenkins for ownCloud 18f6552a08 [tx-robot] updated from transifex 14 years ago
Jenkins for ownCloud fa4052d6f1 [tx-robot] updated from transifex 14 years ago
Bart Visscher 896d27de36 Chunked upload: Support reusing local chunks 14 years ago
Bart Visscher 1ea33ff36b Chunked upload: Refactor OC_FileChunking to object 14 years ago
Bart Visscher 2d85ef0e04 Chunked upload: Refactor to static class 14 years ago
Michael Gapczynski 4c822df28d Fix incorrect copy/paste for file_put_contents() 14 years ago
Michael Gapczynski ea2e76eecc Forgot data parameter for file_put_contents() streams pre proxies 14 years ago
Michael Gapczynski d006a551f4 Run pre and post proxies for file_put_contents() streams 14 years ago
Georg Ehrke 16928f4d59 fix spelling fail 14 years ago
Bart Visscher d26f87e738 Smarter remove of etag properties for path 14 years ago
Bart Visscher 3725cd079b Fix oc-1362: post_rename has no path param but newpath and oldpath 14 years ago
Georg Ehrke e4679770c4 declare OCP\App::register as deprecated 14 years ago
Bart Visscher 783d67be62 Create uniqid ETag for directories 14 years ago
Bart Visscher 381e493a8c Rename functions 14 years ago
Michael Gapczynski f25ccaff59 Fix filesystem hash, no longer using basicOperation() 14 years ago
Arthur Schiwon eefe6882f9 method not used externally, thus not needed in interface 14 years ago
Arthur Schiwon 6b320a2604 provide recursiveArraySearch as Helper function and make available through API 14 years ago
Arthur Schiwon 57c375ea24 Support for OCA namespace 14 years ago
Arthur Schiwon 81c0ca4ffb remove only internally used function from interface 14 years ago