summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | This reverts commit aa9fbf6639e2ce2fa2e8549d2d82d54a745d5327.
* Check blacklist when renaming filesMichael Gapczynski2012-08-112-3/+12
|
* Validate cookie properly and prevent auth bypassLukas Reschke2012-08-101-1/+1
| | | | BIG (!) thanks to Julien CAYSSOL
* Backgroundjobs: don't try to access OC_Appconfig if ownCloud has not been ↵Jakob Sack2012-08-101-4/+6
| | | | installed
* 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
| | | | This can happen if the sync client is used before user created the root directory (e.g. through web login) for example.
* 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
|\