summaryrefslogtreecommitdiffstats
path: root/lib/public/share.php
Commit message (Expand)AuthorAgeFilesLines
* remove some more debug outputBjoern Schiessle2013-09-061-2/+0
* remove some error_logsBjoern Schiessle2013-09-061-1/+0
* remove error logsBjoern Schiessle2013-09-061-2/+2
* if the files doesn't exist yet we start with the parent to search for sharesBjoern Schiessle2013-09-061-4/+12
* Merge branch 'master' into clean_up_utilkondou2013-09-021-6/+10
|\
| * Sharing: only determine path root if owner is availableArthur Schiwon2013-08-221-6/+10
* | Clean up \OC\Utilkondou2013-08-151-1/+1
|/
* cancel sharing if some users doesn't have a working encryption set-up.Bjoern Schiessle2013-08-011-2/+20
* fixes #4026Thomas Müller2013-07-301-0/+3
* 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