summaryrefslogtreecommitdiffstats
path: root/lib/public/share.php
Commit message (Expand)AuthorAgeFilesLines
* Only emit permissions hook for files and and include pathMichael Gapczynski2013-07-081-9/+11
* Add update permissions hook to sharingMichael Gapczynski2013-07-081-0/+9
* removing unused getSharedItem()Thomas Müller2013-07-061-11/+0
* Merge branch 'master' into fixing-3942-masterThomas Müller2013-07-061-1/+12
|\
| * proper fix for getting the shared item if no user is logged inThomas Müller2013-07-051-1/+12
* | on reshares we now recursively move to the root of all reshares - therefore s...Thomas Müller2013-07-051-0/+23
|/
* Merge pull request #3832 from owncloud/oracle_sql_fixesJörn Friedrich Dreyer2013-06-281-1/+7
|\
| * Oracle doesn't know & as bitwise ANDBart Visscher2013-06-281-6/+8
| * for oracle use BITAND() instead of & in sharing permissions sqlJörn Friedrich Dreyer2013-06-241-3/+7
* | fix type of numeric columnsJörn Friedrich Dreyer2013-06-261-0/+24
* | check item id is setJörn Friedrich Dreyer2013-06-261-1/+1
|/
* add missing backticks, use executeAudited in post_deleteGroup and post_remove...Jörn Friedrich Dreyer2013-06-141-6/+6
* add missing backticks all over the placeJörn Friedrich Dreyer2013-06-101-6/+6
* Merge pull request #3444 from owncloud/share-fixJörn Friedrich Dreyer2013-06-031-1/+1
|\
| * Fix undefined index for share mount point retrievalMichael Gapczynski2013-05-211-1/+1
* | fixes for pgsqlFlorin Peter2013-05-291-4/+4
* | changed deprecated classFlorin Peter2013-05-291-1/+1
* | fixes if cache returns falseFlorin Peter2013-05-291-6/+16
* | fix $parent/$source typoFlorin Peter2013-05-291-2/+1
* | fix indentionBjörn Schießle2013-05-291-5/+5
* | remove unnecessary variableBjörn Schießle2013-05-291-2/+1
* | use public API for error handling; improved while conditionBjörn Schießle2013-05-291-23/+20
* | for external storages we never reach the path 'files', instead we need to lea...Björn Schießle2013-05-291-1/+2
* | if one public link share was found, we don't have to check it for the other f...Björn Schießle2013-05-291-10/+12
* | check list of users with access to the file from the bottom to the top. This ...Björn Schießle2013-05-291-7/+13
* | revert changesFlorin Peter2013-05-171-28/+25
* | add pre-shared hooksBjörn Schießle2013-05-161-0/+22
* | fix for SQLite3Result::fetchArray(): The SQLite3Result object has not been c...Florin Peter2013-05-151-25/+28
* | merge changes for files_encryptionFlorin Peter2013-05-151-40/+42
* | Merge branch 'master' into files_encryptionFlorin Peter2013-05-151-1/+4
|\|
| * One more mount point fixMichael Gapczynski2013-05-021-1/+4
| * Further seperation of mount management logicRobin Appelman2013-04-261-1/+1
* | Merge branch 'master' into files_encryptionSam Tuke2013-04-231-1/+2
|\|
| * Initialize collectionTypes variable as falseMichael Gapczynski2013-04-081-0/+1
| * Correct undefined variable in post_shared hook, fixes #2592Michael Gapczynski2013-04-071-1/+1
* | fix encryption to owncloud user for public link sharesBjörn Schießle2013-04-221-1/+1
* | the owner uid is not interesting. We want to get all users who have access to...Björn Schießle2013-04-221-6/+6
* | we need to add the owner of the file as parameter in case someone else like t...Björn Schießle2013-04-181-10/+7
* | Merge branch 'master' into files_encryptionSam Tuke2013-03-281-119/+296
|\|
| * Merge pull request #2183 from owncloud/fix-shared-statuses-againBernhard Posselt2013-03-111-10/+15
| |\
| | * Fix #2080 and fix #2141Michael Gapczynski2013-03-071-10/+15
| * | 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
| |/