summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Routing: Add some core routesBart Visscher2012-08-122-1/+4
* Routing: Prepare load funtions to be called from OC_RouterBart Visscher2012-08-121-11/+14
* Add router match to OC::handleRequestBart Visscher2012-08-111-0/+9
* Routing: Fix construction of RequestContextBart Visscher2012-08-111-1/+5
* Merge branch 'master' into routingBart Visscher2012-08-1143-282/+1553
|\
| * Validate cookie properly and prevent auth bypassLukas Reschke2012-08-101-1/+1
| * Backgroundjobs: don't try to access OC_Appconfig if ownCloud has not been ins...Jakob Sack2012-08-101-4/+6
| * Merge branch 'backgroundjobs'Jakob Sack2012-08-105-0/+397
| |\
| | * Backgroundjobs: Add reset counter in workerJakob Sack2012-08-091-2/+11
| | * BackgroundJobs: fix bugJakob Sack2012-08-091-2/+2
| | * BackgroundJob: forgot to rename fileJakob Sack2012-08-091-0/+0
| | * Backgroundjobs: rename ScheduledTask to QueuedTaskJakob Sack2012-08-093-45/+45
| | * rename appconfig keys for backgroundjobsJakob Sack2012-08-092-7/+7
| | * Fixed bug in OC_BackgroundJob_WorkerJakob Sack2012-08-091-1/+1
| | * Be more precise regarding backgroundjobs modeJakob Sack2012-08-091-0/+6
| | * fix license textJakob Sack2012-08-093-10/+10
| | * Add public interface to background jobsJakob Sack2012-08-091-0/+116
| | * Renaming backgroundjobs on file system as wellJakob Sack2012-08-093-0/+0
| | * Rename Backgroundjobs to BackgroundJobJakob Sack2012-08-083-11/+10
| | * Add initial version of backgroundjobs libraryJakob Sack2012-08-083-0/+267
| * | Simplify loading app php script filesBart Visscher2012-08-101-28/+16
| * | Move login handling to OC classBart Visscher2012-08-101-9/+28
| * | Always load when the requested file is cssBart Visscher2012-08-101-11/+16
| * | Move OC::loadfile and OC::loadapp next to OC::handleRequestBart Visscher2012-08-101-35/+35
| * | Make OC::loadfile and OC::loadapp protected, only used in OC::handleRequestBart Visscher2012-08-101-5/+5
| * | Cleanup OC::loadfileBart Visscher2012-08-101-11/+21
| * | Use OC_Util::displayLoginPage and cleanup the functionBart Visscher2012-08-101-3/+14
| * | Combine install checks in lib/base.phpBart Visscher2012-08-101-19/+19
| * | fix scanning of archives in some casesRobin Appelman2012-08-091-2/+2
| * | remove unstable libGeorg Ehrke2012-08-091-93/+0
| * | Move login code from index.php to OC classBart Visscher2012-08-081-0/+64
| * | Move handling request of index.php to OC classBart Visscher2012-08-081-0/+48
| * | Remove unused RUNTIME_NOSETUPFS varBart Visscher2012-08-081-3/+0
| |/
| * while loop not needed because of recursive call of put()Bjoern Schiessle2012-08-081-8/+4
| * fix for bug 879 - add parent directory to file cache if it does not exist yet.Bjoern Schiessle2012-08-081-11/+23
| * Decode the alternative path_infoBart Visscher2012-08-071-0/+11
| * Move getting the path info to OC_RequestBart Visscher2012-08-071-0/+13
| * Add comments the other functions in OC_RequestBart Visscher2012-08-071-0/+8
| * Move serverHost and serverProtocol functions to OC_RequestBart Visscher2012-08-074-51/+50
| * Added function to make url absoluteBart Visscher2012-08-072-4/+15
| * Fix rewriting GET parameters with ? in REQUESTEDAPPBart Visscher2012-08-071-1/+1
| * Change hardcoded urls to use linkTo functionBart Visscher2012-08-061-2/+8
| * Small changes to allow updating main menu dynamically.Thomas Tanghus2012-08-052-6/+7
| * Use correct variable name.Thomas Tanghus2012-08-041-19/+19
| * OC_App::getAppVersion return blank if version is not specifiedAlessandro Cosentino2012-08-041-1/+1
| * [tx-robot] updated from transifexJenkins for ownCloud2012-08-041-0/+24
| * add iWork mimetypesGeorg Ehrke2012-08-031-0/+3
| * Merge branch 'chunked_upload'Bart Visscher2012-08-032-4/+110
| |\
| | * Chunked upload: Support reusing local chunksBart Visscher2012-07-271-2/+30
| | * Chunked upload: Refactor OC_FileChunking to objectBart Visscher2012-07-272-21/+35