summaryrefslogtreecommitdiffstats
path: root/lib/public/share.php
Commit message (Expand)AuthorAgeFilesLines
* use pre_unshare hook, otherwise the share is already removed. Which means tha...Björn Schießle2013-03-081-0/+1
* Merge branch 'master' into shared-folder-etagsMichael Gapczynski2013-03-071-1/+1
|\
| * Fix fetching source path of shared filesMichael Gapczynski2013-03-071-1/+1
* | Merge branch 'master' into shared-folder-etagsMichael Gapczynski2013-03-051-2/+24
|\|
| * Check resharing settingMichael Gapczynski2013-02-261-2/+24
* | Fix group post_shared hookMichael Gapczynski2013-03-041-14/+14
* | Merge branch 'master' into shared-folder-etagsMichael Gapczynski2013-02-281-3/+3
|\|
| * Whitespace fixesBart Visscher2013-02-221-3/+3
* | Correct parent folders' ETags for all users with access to a shared fileMichael Gapczynski2013-02-261-0/+23
|/
* Style-fix: Breakup long linesBart Visscher2013-02-141-89/+215
* Whitespace indent fixesBart Visscher2013-02-141-3/+3
* Fix NoSpaceAfterComma and SpaceBeforeCommaBart Visscher2013-02-141-1/+1
* missing comma in sql statementThomas Müller2013-02-081-1/+1
* port already approved bugfix to master, https://github.com/owncloud/core/pull...Björn Schießle2013-02-061-1/+7
* Merge github.com:owncloud/coreSam Tuke2013-02-051-1/+2
|\
| * Merge pull request #1234 from owncloud/fix-issue-192Thomas Müller2013-02-041-1/+2
| |\
| | * Fix sharing issue with collection and children mismatchesMichael Gapczynski2013-01-191-1/+2
* | | Merge github.com:owncloud/coreSam Tuke2013-01-311-514/+150
|\| |
| * | merge master into filesystemRobin Appelman2013-01-301-0/+9
| |\ \
| | * | use display name to show share_width and owner informationBjörn Schießle2013-01-251-0/+9
| | |/
| * | Disable fancy folder sharing for nowMichael Gapczynski2013-01-181-28/+28
| * | Fix mergeMichael Gapczynski2013-01-181-4/+4
| * | merge master into filesystemRobin Appelman2013-01-161-5/+13
| |\|
| * | Almost fix Shared scanner...Michael Gapczynski2013-01-071-1/+4
| * | Forgot to select storage from filecacheMichael Gapczynski2013-01-011-1/+1
| * | Fix data for shared root folderMichael Gapczynski2012-12-291-1/+1
| * | Fix shared statuses inside foldersMichael Gapczynski2012-12-261-1/+2
| * | Initial support for file sharing with filesystem branchMichael Gapczynski2012-12-151-4/+4
| * | merge master into filesystemRobin Appelman2012-11-301-25/+48
| |\ \
| * \ \ merge master into filesystemRobin Appelman2012-11-151-11/+10
| |\ \ \
| * \ \ \ merge master into filesystemRobin Appelman2012-11-071-1/+1
| |\ \ \ \
| * | | | | use absolute paths when resolving mount pointsRobin Appelman2012-10-271-2/+2
| * | | | | Merge branch 'master' into filesystemRobin Appelman2012-10-271-13/+13
| |\ \ \ \ \
| * | | | | | move some stuff to the new apiRobin Appelman2012-10-261-6/+9
* | | | | | | Merge branch 'master' of github.com:owncloud/coreSam Tuke2013-01-231-5/+5
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Whitespace cleanupBart Visscher2013-01-161-4/+4
| * | | | | | Merge branch 'master' into fixing-unused-and-undefined-in-masterThomas Mueller2013-01-141-96/+484
| |\ \ \ \ \ \
| * | | | | | | fixing undefined variable $whereThomas Mueller2013-01-061-1/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Added two hooks: pre_unshare and pre_unshareAll, useful for files_encryptionSam Tuke2013-01-141-0/+13
| |/ / / / / |/| | | | |
* | | | | | add more linebreaks, replace SQL LIMIT with paramJörn Friedrich Dreyer2013-01-091-96/+484
|/ / / / /
* | | | | 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