summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Change name of share function to shareItem, silly PHP 5.3.1 thinking it is a ...Michael Gapczynski2012-08-121-2/+2
* Bump up version numberMichael Gapczynski2012-08-091-1/+1
* Merge branch 'master' into share_apiMichael Gapczynski2012-08-098-164/+230
|\
| * 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
* | Start adding permission checks for addressbooksMichael Gapczynski2012-08-081-0/+1
* | Add back getItemSharedWithBySource(), some situtations require this abilityMichael Gapczynski2012-08-081-2/+13
* | adjust the query generation in getItems, to use placeholdersBart Visscher2012-08-071-13/+31
* | Implement groupExists in group database backendMichael Gapczynski2012-08-071-0/+14
* | Add search and limit to getGroups search in groupExists implementationMichael Gapczynski2012-08-071-1/+1
* | Remove undefined return variableMichael Gapczynski2012-08-071-1/+1
* | Select the correct column when searching for similar targetsMichael Gapczynski2012-08-061-1/+1
* | Set filePath variableMichael Gapczynski2012-08-061-1/+2
* | Throw more exceptionsMichael Gapczynski2012-08-061-6/+9
* | Load icons for addressbooks, fix statuses for types other than filesMichael Gapczynski2012-08-061-1/+1
* | Make the file source path relative earlierMichael Gapczynski2012-08-061-5/+5
* | Throw more exceptionsMichael Gapczynski2012-08-061-286/+284
* | Add additional check for post_deleteUser so we don't delete any non-user shar...Michael Gapczynski2012-08-061-2/+2
* | Merge branch 'master' into share_apiMichael Gapczynski2012-08-0615-37/+307
|\|
| * 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
| | * 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
* | | | Lots of refactoring to share APIMichael Gapczynski2012-08-061-127/+199
* | | | Preparing for proper collection implementationMichael Gapczynski2012-08-031-78/+74
* | | | Throw exception for items already shared in a collectionMichael Gapczynski2012-08-011-3/+4
* | | | Fix contact email share type redirectionMichael Gapczynski2012-08-011-2/+2