Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add missing backticks, use executeAudited in post_deleteGroup and ↵ | Jörn Friedrich Dreyer | 2013-06-14 | 1 | -6/+6 |
| | | | | post_removeFromGroup | ||||
* | add missing backticks all over the place | Jörn Friedrich Dreyer | 2013-06-10 | 1 | -6/+6 |
| | |||||
* | Merge pull request #3444 from owncloud/share-fix | Jörn Friedrich Dreyer | 2013-06-03 | 1 | -1/+1 |
|\ | | | | | Fix undefined index for share mount point retrieval | ||||
| * | Fix undefined index for share mount point retrieval | Michael Gapczynski | 2013-05-21 | 1 | -1/+1 |
| | | |||||
* | | fixes for pgsql | Florin Peter | 2013-05-29 | 1 | -4/+4 |
| | | |||||
* | | changed deprecated class | Florin Peter | 2013-05-29 | 1 | -1/+1 |
| | | |||||
* | | fixes if cache returns false | Florin Peter | 2013-05-29 | 1 | -6/+16 |
| | | |||||
* | | fix $parent/$source typo | Florin Peter | 2013-05-29 | 1 | -2/+1 |
| | | |||||
* | | fix indention | Björn Schießle | 2013-05-29 | 1 | -5/+5 |
| | | |||||
* | | remove unnecessary variable | Björn Schießle | 2013-05-29 | 1 | -2/+1 |
| | | |||||
* | | use public API for error handling; improved while condition | Björn Schießle | 2013-05-29 | 1 | -23/+20 |
| | | |||||
* | | for external storages we never reach the path 'files', instead we need to ↵ | Björn Schießle | 2013-05-29 | 1 | -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ßle | 2013-05-29 | 1 | -10/+12 |
| | | | | | | | | folders | ||||
* | | check list of users with access to the file from the bottom to the top. This ↵ | Björn Schießle | 2013-05-29 | 1 | -7/+13 |
| | | | | | | | | way we avoid calling getFileInfo() on every dir, which creates a lot of overhead, especially for external storages | ||||
* | | revert changes | Florin Peter | 2013-05-17 | 1 | -28/+25 |
| | | |||||
* | | add pre-shared hooks | Björn Schießle | 2013-05-16 | 1 | -0/+22 |
| | | |||||
* | | fix for SQLite3Result::fetchArray(): The SQLite3Result object has not been ↵ | Florin Peter | 2013-05-15 | 1 | -25/+28 |
| | | | | | | | | correctly initialised in post_addToGroup | ||||
* | | merge changes for files_encryption | Florin Peter | 2013-05-15 | 1 | -40/+42 |
| | | |||||
* | | Merge branch 'master' into files_encryption | Florin Peter | 2013-05-15 | 1 | -1/+4 |
|\| | |||||
| * | One more mount point fix | Michael Gapczynski | 2013-05-02 | 1 | -1/+4 |
| | | |||||
| * | Further seperation of mount management logic | Robin Appelman | 2013-04-26 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into files_encryption | Sam Tuke | 2013-04-23 | 1 | -1/+2 |
|\| | |||||
| * | Initialize collectionTypes variable as false | Michael Gapczynski | 2013-04-08 | 1 | -0/+1 |
| | | |||||
| * | Correct undefined variable in post_shared hook, fixes #2592 | Michael Gapczynski | 2013-04-07 | 1 | -1/+1 |
| | | |||||
* | | fix encryption to owncloud user for public link shares | Björn Schießle | 2013-04-22 | 1 | -1/+1 |
| | | |||||
* | | the owner uid is not interesting. We want to get all users who have access ↵ | Björn Schießle | 2013-04-22 | 1 | -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ßle | 2013-04-18 | 1 | -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_encryption | Sam Tuke | 2013-03-28 | 1 | -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-again | Bernhard Posselt | 2013-03-11 | 1 | -10/+15 |
| |\ | | | | | | | Fix #2080 and fix #2141 | ||||
| | * | Fix #2080 and fix #2141 | Michael Gapczynski | 2013-03-07 | 1 | -10/+15 |
| | | | |||||
| * | | use pre_unshare hook, otherwise the share is already removed. Which means ↵ | Björn Schießle | 2013-03-08 | 1 | -0/+1 |
| | | | | | | | | | | | | that we have no chance to determine which folder has to be updated | ||||
| * | | Merge branch 'master' into shared-folder-etags | Michael Gapczynski | 2013-03-07 | 1 | -1/+1 |
| |\| | | | | | | | | | | | | | Conflicts: apps/files_sharing/lib/sharedstorage.php | ||||
| | * | Fix fetching source path of shared files | Michael Gapczynski | 2013-03-07 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into shared-folder-etags | Michael Gapczynski | 2013-03-05 | 1 | -2/+24 |
| |\| | | | | | | | | | | | | | Conflicts: apps/files_sharing/appinfo/app.php | ||||
| | * | Check resharing setting | Michael Gapczynski | 2013-02-26 | 1 | -2/+24 |
| | | | |||||
| * | | Fix group post_shared hook | Michael Gapczynski | 2013-03-04 | 1 | -14/+14 |
| | | | |||||
| * | | Merge branch 'master' into shared-folder-etags | Michael Gapczynski | 2013-02-28 | 1 | -3/+3 |
| |\| | | | | | | | | | | | | | Conflicts: apps/files_sharing/lib/sharedstorage.php | ||||
| | * | Whitespace fixes | Bart Visscher | 2013-02-22 | 1 | -3/+3 |
| | | | |||||
| * | | Correct parent folders' ETags for all users with access to a shared file | Michael Gapczynski | 2013-02-26 | 1 | -0/+23 |
| |/ | |||||
| * | Style-fix: Breakup long lines | Bart Visscher | 2013-02-14 | 1 | -89/+215 |
| | | |||||
| * | Whitespace indent fixes | Bart Visscher | 2013-02-14 | 1 | -3/+3 |
| | | |||||
| * | Fix NoSpaceAfterComma and SpaceBeforeComma | Bart Visscher | 2013-02-14 | 1 | -1/+1 |
| | | |||||
* | | isSharedFile() doesn't detect all shares, just use getUsersSharingFile() ↵ | Björn Schießle | 2013-02-22 | 1 | -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ßle | 2013-02-13 | 1 | -1/+1 |
| | | | | | | | | link shares | ||||
* | | add post_unshareALll hook, update recursively all keyfiles if a folder was ↵ | Björn Schießle | 2013-02-13 | 1 | -0/+5 |
| | | | | | | | | shared/unshared | ||||
* | | add post_unshare hook, also add public link shares to the list of user with ↵ | Björn Schießle | 2013-02-13 | 1 | -7/+28 |
| | | | | | | | | access to a file | ||||
* | | add option to keep duplicates in the list of users with access to a file, ↵ | Björn Schießle | 2013-02-12 | 1 | -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ßle | 2013-02-12 | 1 | -46/+51 |
| | | | | | | | | was already shared | ||||
* | | take group shares into account if we retrieve the list a all recipients | Björn Schießle | 2013-02-12 | 1 | -35/+30 |
| | | |||||
* | | Implementing sharing support | Sam Tuke | 2013-02-11 | 1 | -7/+75 |
| | | | | | | | | | | New file-specific methods in lib/public/share Changes to how keyfiles are stored |