summaryrefslogtreecommitdiffstats
path: root/lib/public/share.php
Commit message (Collapse)AuthorAgeFilesLines
* add missing backticks, use executeAudited in post_deleteGroup and ↵Jörn Friedrich Dreyer2013-06-141-6/+6
| | | | post_removeFromGroup
* 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 retrieval
| * 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 ↵Björn Schießle2013-05-291-1/+2
| | | | | | | | leave the loop if no further parent exists
* | if one public link share was found, we don't have to check it for the other ↵Björn Schießle2013-05-291-10/+12
| | | | | | | | folders
* | check list of users with access to the file from the bottom to the top. This ↵Björn Schießle2013-05-291-7/+13
| | | | | | | | way we avoid calling getFileInfo() on every dir, which creates a lot of overhead, especially for external storages
* | 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 ↵Florin Peter2013-05-151-25/+28
| | | | | | | | correctly initialised in post_addToGroup
* | 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 ↵Björn Schießle2013-04-221-6/+6
| | | | | | | | to the given item source, no matter from whom it was shared
* | we need to add the owner of the file as parameter in case someone else like ↵Björn Schießle2013-04-181-10/+7
| | | | | | | | the owner edits the file; if $includeOwner is set than add owner also if no other recipient was found. This changes enable all user with write access to the file to edit it and to encrypt it to the right list of users again
* | Merge branch 'master' into files_encryptionSam Tuke2013-03-281-119/+296
|\| | | | | | | | | | | | | Conflicts: apps/files_encryption/hooks/hooks.php apps/files_encryption/lib/crypt.php apps/files_encryption/lib/keymanager.php
| * Merge pull request #2183 from owncloud/fix-shared-statuses-againBernhard Posselt2013-03-111-10/+15
| |\ | | | | | | Fix #2080 and fix #2141
| | * Fix #2080 and fix #2141Michael Gapczynski2013-03-071-10/+15
| | |
| * | use pre_unshare hook, otherwise the share is already removed. Which means ↵Björn Schießle2013-03-081-0/+1
| | | | | | | | | | | | that we have no chance to determine which folder has to be updated
| * | Merge branch 'master' into shared-folder-etagsMichael Gapczynski2013-03-071-1/+1
| |\| | | | | | | | | | | | | Conflicts: apps/files_sharing/lib/sharedstorage.php
| | * Fix fetching source path of shared filesMichael Gapczynski2013-03-071-1/+1
| | |
| * | Merge branch 'master' into shared-folder-etagsMichael Gapczynski2013-03-051-2/+24
| |\| | | | | | | | | | | | | Conflicts: apps/files_sharing/appinfo/app.php
| | * 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
| |\| | | | | | | | | | | | | Conflicts: apps/files_sharing/lib/sharedstorage.php
| | * 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
| |
* | isSharedFile() doesn't detect all shares, just use getUsersSharingFile() ↵Björn Schießle2013-02-221-34/+0
| | | | | | | | directly either you get a list of users or not
* | create keypair for ownCloud with empty passphrase, will be used for public ↵Björn Schießle2013-02-131-1/+1
| | | | | | | | link shares
* | add post_unshareALll hook, update recursively all keyfiles if a folder was ↵Björn Schießle2013-02-131-0/+5
| | | | | | | | shared/unshared
* | add post_unshare hook, also add public link shares to the list of user with ↵Björn Schießle2013-02-131-7/+28
| | | | | | | | access to a file
* | add option to keep duplicates in the list of users with access to a file, ↵Björn Schießle2013-02-121-6/+11
| | | | | | | | e.g. for the unshare operation we need to know if access was granted more than once, for example as group share and as individual share
* | also find users with access to the file if a folder above the actual file ↵Björn Schießle2013-02-121-46/+51
| | | | | | | | was already shared
* | take group shares into account if we retrieve the list a all recipientsBjörn Schießle2013-02-121-35/+30
| |
* | Implementing sharing supportSam Tuke2013-02-111-7/+75
| | | | | | | | | | New file-specific methods in lib/public/share Changes to how keyfiles are stored