summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Chunked upload: Refactor to static classBart Visscher2012-07-272-18/+58
| * Merge branch 'master' into chunked_uploadBart Visscher2012-07-2771-1133/+2242
| |\
| * | Custom chunking supportBart Visscher2012-07-081-4/+25
* | | [tx-robot] updated from transifexJenkins for ownCloud2012-08-031-0/+3
* | | Fix #476Jakob Sack2012-07-311-4/+7
* | | [tx-robot] updated from transifexJenkins for ownCloud2012-07-315-0/+124
* | | Remove OC_App::register call in OCP\App::registerJakob Sack2012-07-301-1/+1
* | | [tx-robot] updated from transifexJenkins for ownCloud2012-07-302-1/+44
* | | Add additional error handling for emailing private linksMichael Gapczynski2012-07-291-1/+2
* | | Methods to disable and enable usersTom Needham2012-07-291-2/+35
* | | [tx-robot] updated from transifexJenkins for ownCloud2012-07-295-0/+81
* | | [tx-robot] updated from transifexJenkins for ownCloud2012-07-281-0/+20
* | | Fix incorrect copy/paste for file_put_contents()Michael Gapczynski2012-07-271-1/+1
* | | Forgot data parameter for file_put_contents() streams pre proxiesMichael Gapczynski2012-07-261-1/+1
* | | Run pre and post proxies for file_put_contents() streamsMichael Gapczynski2012-07-261-31/+36
* | | fix spelling failGeorg Ehrke2012-07-261-1/+1
| |/ |/|
* | Smarter remove of etag properties for pathBart Visscher2012-07-262-3/+18
* | Fix oc-1362: post_rename has no path param but newpath and oldpathBart Visscher2012-07-261-1/+5
* | Merge branch 'master' into subadminGeorg Ehrke2012-07-2636-849/+1499
|\ \
| * | declare OCP\App::register as deprecatedGeorg Ehrke2012-07-261-0/+15
| * | Create uniqid ETag for directoriesBart Visscher2012-07-254-1/+40
| * | Rename functionsBart Visscher2012-07-254-6/+6
| * | Fix filesystem hash, no longer using basicOperation()Michael Gapczynski2012-07-254-6/+25
| * | method not used externally, thus not needed in interfaceArthur Schiwon2012-07-251-10/+0
| * | provide recursiveArraySearch as Helper function and make available through APIArthur Schiwon2012-07-252-1/+38
| * | Support for OCA namespaceArthur Schiwon2012-07-251-0/+3
| * | remove only internally used function from interfaceArthur Schiwon2012-07-251-9/+0
| * | Offer User and Group interfaces in public APIArthur Schiwon2012-07-252-0/+62
| * | define an interface for the Group BackendArthur Schiwon2012-07-253-5/+91
| * | define an interface for the User BackendArthur Schiwon2012-07-253-3/+72
| * | add the calls for the new keyserver. Still not connectect to the encryption s...Frank Karlitschek2012-07-241-4/+81
| * | some indention fixesRobin Appelman2012-07-249-183/+152
| * | add option to clear user backendsRobin Appelman2012-07-231-1/+7
| * | make it generic and implement a dummy call for quota setFrank Karlitschek2012-07-231-27/+74
| * | first part of the new new OCS CLOUD module. So far only quota is implemented.Frank Karlitschek2012-07-231-419/+470
| * | fix broken properties in the databaseBjoern Schiessle2012-07-231-1/+1
| * | quick fix for broken propertiesBjoern Schiessle2012-07-231-0/+1
| * | Fix oc-1163: gzdecode function not always definedBart Visscher2012-07-221-0/+10
| * | CSRF protection for eventsourceRobin Appelman2012-07-221-0/+3
| * | cache fileid's in oc_cacheRobin Appelman2012-07-221-3/+29
| * | add option to only get fast cacheRobin Appelman2012-07-221-16/+41
| * | add prefix option to OC_Cache::clearRobin Appelman2012-07-225-12/+16