summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into share_expirationMichael Gapczynski2012-09-1211-422/+437
|\
| * Temporarily disable sharing with contacts and emails, will come in next releaseMichael Gapczynski2012-09-121-20/+20
| * Fix problem with non share collection item types being treated as collectionsMichael Gapczynski2012-09-111-6/+14
| * Don't display actions for children in shared collections, show the parent col...Michael Gapczynski2012-09-091-1/+6
| * Fix shared collection item searchingMichael Gapczynski2012-09-091-29/+38
| * Normalize the file path for shared children as a precautionMichael Gapczynski2012-09-081-1/+2
| * Insert id for unique user group share rowsMichael Gapczynski2012-09-081-0/+1
| * Fix fetching shared children items, fixes problem with displaying owner of a ...Michael Gapczynski2012-09-081-10/+19
| * Fix unsharing from self for group shares and add test for itMichael Gapczynski2012-09-081-3/+17
| * style fixes for public util apiGeorg Ehrke2012-09-081-24/+9
| * style fixes for public user apiGeorg Ehrke2012-09-081-25/+13
| * style fixes for public response apiGeorg Ehrke2012-09-081-9/+1
| * style fixes for public json apiGeorg Ehrke2012-09-081-2/+0
| * style fixes for public files apiGeorg Ehrke2012-09-081-17/+6
| * style fixes for public db apiGeorg Ehrke2012-09-081-9/+0
| * style fixes for public config apiGeorg Ehrke2012-09-081-58/+45
| * style fixes for public app apiGeorg Ehrke2012-09-081-97/+97
| * style fixes for public app apiGeorg Ehrke2012-09-081-116/+105
| * adding space between) and {Thomas Mueller2012-09-079-66/+66
| * Support for unshare from self, with a bunch of temporary fixes to overcome co...Michael Gapczynski2012-09-071-1/+2
| * Add args parameter to linkTo(Absolute) function, to append the args automaticlyBart Visscher2012-09-031-4/+6
| * Listen to post_deleteGroup hook in Share APIMichael Gapczynski2012-09-021-0/+9
| * Fix some warnings from Jenkins in the Share APIMichael Gapczynski2012-09-021-6/+2
| * Add parameter documentationMichael Gapczynski2012-09-021-0/+1
| * Restructure generateTarget for the post_addToGroup hookMichael Gapczynski2012-09-021-20/+44
| * Make item targets be based off of the parent item target for resharesMichael Gapczynski2012-09-021-19/+27
| * use null instead of -1 on all getUser()Jörn Friedrich Dreyer2012-09-011-1/+1
| * Space before tab fixesBart Visscher2012-08-292-2/+2
| * Remove php close at end of fileBart Visscher2012-08-291-2/+0
| * Whitespace fixes in libBart Visscher2012-08-299-42/+42
| * Delete old link if user sets a passwordMichael Gapczynski2012-08-291-0/+10
* | Add support for share expirationMichael Gapczynski2012-09-011-6/+23
|/
* Add Share API settings to admin pageMichael Gapczynski2012-08-271-17/+48
* Fix share collection queryMichael Gapczynski2012-08-271-28/+34
* Initial previewer for public linksMichael Gapczynski2012-08-272-16/+46
* Fix share getItems() limitMichael Gapczynski2012-08-261-2/+9
* fix sharing bug introduced with oracle supportjfd2012-08-261-5/+2
* add backticks to SQL, use limit parameter instead of LIMIT SQLJörn Friedrich Dreyer2012-08-251-40/+38
* Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer2012-08-251-48/+30
|\
| * Switch to using file cache ids instead of paths for file sharingMichael Gapczynski2012-08-241-48/+30
* | Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer2012-08-2513-78/+1429
|\|
| * Only load js and css once.Thomas Tanghus2012-08-231-11/+13
| * Move share CSS to core, add script and style from inside Share APIMichael Gapczynski2012-08-221-0/+2
| * Revert using item name, no longer allowing the same item source exist for a userMichael Gapczynski2012-08-221-25/+40
| * Fix share ajax calls to use itemName/itemSource, show who shared a file with youMichael Gapczynski2012-08-201-1/+1
| * Refactor again so we can tell what item is being reshared in case the same so...Michael Gapczynski2012-08-191-23/+45
| * Large refactoring to allow for the same item to be shared to a group and agai...Michael Gapczynski2012-08-191-85/+164
| * File sharing cleanup, works perfectly I think :)Michael Gapczynski2012-08-161-8/+21
| * Fix problems exposed by testsMichael Gapczynski2012-08-151-27/+16
| * Change to correct function call getItemSharedWithBySource()Michael Gapczynski2012-08-141-1/+1