summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-151-0/+25
* fix some minor problems with path noramlizationRobin Appelman2012-08-142-2/+7
* some basic path normalizationRobin Appelman2012-08-142-3/+24
* Catch exceptions and write to log when creating storage object failsMichael Gapczynski2012-08-131-1/+6
* Also check for some other filesLukas Reschke2012-08-131-1/+1
* Backgroundjobs: Fix wrong var namesJakob Sack2012-08-122-3/+3
* Backgroundjobs: fix bug in QueuedTaskJakob Sack2012-08-121-1/+1
* Add search, limit, offset parameters to usersInGroups()Michael Gapczynski2012-08-116-15/+20
* Change limit parameter in OC_User as wellMichael Gapczynski2012-08-111-1/+1
* Make getting all users and groups the defaultMichael Gapczynski2012-08-1111-13/+21
* Add search, limit, and offset parameters to getUsers() and getGroups()Michael Gapczynski2012-08-119-29/+26
* bump version to reate new tablesJakob Sack2012-08-111-1/+1
* Revert "Combine install checks in lib/base.php"Lukas Reschke2012-08-111-19/+19
* Check blacklist when renaming filesMichael Gapczynski2012-08-112-3/+12
* 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