summaryrefslogtreecommitdiffstats
path: root/lib/public/share.php
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into fixing-unused-and-undefined-in-masterThomas Mueller2013-01-141-96/+484
|\
| * add more linebreaks, replace SQL LIMIT with paramJörn Friedrich Dreyer2013-01-091-96/+484
* | fixing undefined variable $whereThomas Mueller2013-01-061-1/+1
|/
* Merge pull request #401 from owncloud/share_hooksJörn Friedrich Dreyer2012-11-281-5/+0
|\
| * Create functions to install standard hooksBart Visscher2012-11-131-5/+0
* | readd fallback code for pre token linksJörn Friedrich Dreyer2012-11-231-1/+1
* | implement share via link tokenJörn Friedrich Dreyer2012-11-201-19/+47
|/
* Merge pull request #371 from butonic/sql_and_error_log_fixesblizzz2012-11-121-2/+5
|\
| * add missing sql backticks, check sharing for error and add logJörn Friedrich Dreyer2012-11-121-2/+5
* | Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_*Thomas Tanghus2012-11-111-9/+5
|/
* Style: Remove all the dangling white spacesFelix Moeller2012-11-041-1/+1
* fixed user/group sharing hooksFlorian Hülsmann2012-10-261-13/+13
* Hook emission on sharing stuffFlorian Hülsmann2012-10-261-1/+30
* Fix unshareAll()Michael Gapczynski2012-10-161-2/+4
* Add unshareAll() function to Share APIMichael Gapczynski2012-10-161-0/+14
* Whitespace cleanupBart Visscher2012-10-141-1251/+1251
* fix for bug #1942: Allow user to share with every group if "allow users to sh...Björn Schießle2012-10-091-2/+3
* added "uid_owner" to select statementBjörn Schießle2012-10-081-1/+1
* Fix - "Correct checking item source for share from same owner when generating...Michael Gapczynski2012-10-061-2/+8
* Correct checking item source for share from same owner when generating item t...Michael Gapczynski2012-10-021-1241/+1242
* we are sharing the same file again if item_source of the already shared file ...Björn Schießle2012-10-021-0/+3
* remove unnecessary code and add missing items to select statementBjörn Schießle2012-10-021-14/+2
* merge all possible conflicts into on arrayBjörn Schießle2012-10-021-10/+9
* We can't rely on the assumption that if the matching target is from the same ...Björn Schießle2012-10-021-10/+30
* Fix unsetting share expiration dateMichael Gapczynski2012-09-261-2/+6
* Properly format the share expiration time for the database, fixes bug oc-1779Michael Gapczynski2012-09-251-5/+10
* Merge branch 'master' into share_expirationMichael Gapczynski2012-09-121-92/+186
|\
| * 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
| * Support for unshare from self, with a bunch of temporary fixes to overcome co...Michael Gapczynski2012-09-071-1/+2
| * 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
| * Remove php close at end of fileBart Visscher2012-08-291-2/+0
| * 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-271-16/+35
* 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