summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into share_apiMichael Gapczynski2012-08-0990-709/+3490
|\
| * Change parameter name and update docs.Thomas Tanghus2012-08-091-5/+6
| * fix scanning of archives in some casesRobin Appelman2012-08-091-2/+2
| * Another take at profile photo/thumbnail caching. oc-839.Thomas Tanghus2012-08-0910-47/+96
| * move calendar settings from personal settings to in app settingsGeorg Ehrke2012-08-0911-123/+178
| * remove unstable libGeorg Ehrke2012-08-091-93/+0
| * Fix require statements. Fix for oc-1460.Thomas Tanghus2012-08-094-10/+14
| * [tx-robot] updated from transifexJenkins for ownCloud2012-08-0918-9/+2701
| * Move login code from index.php to OC classBart Visscher2012-08-082-42/+70
| * Move handling request of index.php to OC classBart Visscher2012-08-082-43/+50
| * Remove useless setting of RUNTIME_NOAPPSBart Visscher2012-08-082-10/+0
| * Remove unused RUNTIME_NOSETUPFS varBart Visscher2012-08-0813-44/+2
| * Don't return file handle if the mode supports writing and the file is not wri...Michael Gapczynski2012-08-081-0/+19
| * 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-072-5/+14
| * remoteStorage: Use OCP\\Util for redirecting for login and generating linkBart Visscher2012-08-071-2/+3
| * remoteStorage: split auth allow templateBart Visscher2012-08-072-51/+37
| * 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
| * [tx-robot] updated from transifexJenkins for ownCloud2012-08-0731-148/+185
| * Some UI improvements on the addressbooks settings.Thomas Tanghus2012-08-073-9/+19
| * Check if New and Upload buttons exist before adding their width to the total ...Michael Gapczynski2012-08-061-1/+5
* | Start adding permission checks for addressbooksMichael Gapczynski2012-08-084-15/+46
* | Add back getItemSharedWithBySource(), some situtations require this abilityMichael Gapczynski2012-08-081-2/+13
* | Don't include shared addressbook if source not foundMichael Gapczynski2012-08-081-2/+4
* | Fix issues with hiding and showing dropdownMichael Gapczynski2012-08-081-14/+33
* | Reset item shares variable, fixes autocomplete not showing peopleMichael Gapczynski2012-08-081-1/+2
* | Actually change background image of shared itemsMichael Gapczynski2012-08-071-2/+3
* | Use new sharing API in OC_Calendar_Share::allSharedwithuserBart Visscher2012-08-072-13/+16
* | Fix warnings and better stylingBart Visscher2012-08-071-2/+10
* | Don't return error when just no sharing foundBart Visscher2012-08-071-1/+1
* | Add Event share backendBart Visscher2012-08-072-0/+42
* | adjust the query generation in getItems, to use placeholdersBart Visscher2012-08-071-13/+31
* | Initial calendar sharing backendMichael Gapczynski2012-08-073-1/+61
* | 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
* | Try to fix last commitMichael Gapczynski2012-08-071-3/+3
* | Check if itemShares share type is an array instead of set, javascript likes t...Michael Gapczynski2012-08-071-3/+3
* | Only show the user's groups in the share with autocompleteMichael Gapczynski2012-08-061-9/+6
* | Check if New and Upload buttons exist before adding their width to the total ...Michael Gapczynski2012-08-061-1/+5
* | 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
* | Sharing backends for contacts and addressbooksMichael Gapczynski2012-08-062-0/+141
* | Somewhat fixes dropdown display issues in the contacts appMichael Gapczynski2012-08-061-1/+1