summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-11780-29832/+68347
|\
| * Following the code guidelines makes Michael happy :-)Lukas Reschke2012-08-102-2/+6
| * Disable listening, instead checking the ACL to prevent DoSLukas Reschke2012-08-102-13/+9
| * Activate ACLsLukas Reschke2012-08-102-0/+7
| * Validate cookie properly and prevent auth bypassLukas Reschke2012-08-101-1/+1
| * Backgroundjobs: don't execute cron.php if owncloud has not been installedJakob Sack2012-08-101-0/+5
| * 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-1012-1/+598
| |\
| | * Backgroundjobs: use correct var name in templateJakob Sack2012-08-101-4/+4
| | * Backgroundjobs: fix bugs in templateJakob Sack2012-08-101-4/+4
| | * Backgroundjobs: improve admin formJakob Sack2012-08-102-4/+5
| | * Backgroundjobs: Add table to db_structure.xmlJakob Sack2012-08-101-0/+52
| | * Backgroundjobs: fix stupid bugJakob Sack2012-08-091-2/+3
| | * Error handling works better nowJakob Sack2012-08-091-12/+16
| | * Backgroundjobs: Add reset counter in workerJakob Sack2012-08-091-2/+11
| | * Backgroundjobs: Improve error handling in cron.phpJakob Sack2012-08-091-0/+16
| | * BackgroundJobs: fix bugJakob Sack2012-08-091-2/+2
| | * Backgroundjobs: Forgot to require lib/base.phpJakob Sack2012-08-091-0/+3
| | * BackgroundJob: forgot to rename fileJakob Sack2012-08-091-0/+0
| | * Backgroundjobs: rename ScheduledTask to QueuedTaskJakob Sack2012-08-093-45/+45
| | * Add first version of backgroundjobs settingsJakob Sack2012-08-093-1/+48
| | * rename appconfig keys for backgroundjobsJakob Sack2012-08-093-11/+11
| | * Fixed bug in OC_BackgroundJob_WorkerJakob Sack2012-08-091-1/+1
| | * Be more precise regarding backgroundjobs modeJakob Sack2012-08-092-3/+9
| | * JavaScript file for activating web cronJakob Sack2012-08-091-0/+25
| | * Add "cron.php" for background jobs. It is named cron.php because more people ...Jakob Sack2012-08-091-0/+51
| | * 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-102-28/+29
| * | Remove checks before displaying login pageBart Visscher2012-08-101-3/+1
| * | 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-103-10/+18
| * | Combine install checks in lib/base.phpBart Visscher2012-08-101-19/+19
| * | Check if webfinger is enabledLukas Reschke2012-08-102-1/+8
| * | Used wrong class.Thomas Tanghus2012-08-102-2/+2
| * | XSRF checksLukas Reschke2012-08-101-0/+2
| * | Removed unused fileLukas Reschke2012-08-101-47/+0
| * | Added XSRF checkLukas Reschke2012-08-101-0/+1
| * | Fixed 3 - THREE - errors in one method call :-PThomas Tanghus2012-08-091-3/+3
| * | Sanitzing user inputLukas Reschke2012-08-091-1/+1