| Commit message (Expand) | Author | Age | Files | Lines |
* | add missing backticks, use executeAudited in post_deleteGroup and post_remove... | Jörn Friedrich Dreyer | 2013-06-14 | 1 | -6/+6 |
* | 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 | 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 lea... | Björn Schießle | 2013-05-29 | 1 | -1/+2 |
* | | if one public link share was found, we don't have to check it for the other f... | Björn Schießle | 2013-05-29 | 1 | -10/+12 |
* | | 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 |
* | | 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 c... | Florin Peter | 2013-05-15 | 1 | -25/+28 |
* | | 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 to... | Björn Schießle | 2013-04-22 | 1 | -6/+6 |
* | | we need to add the owner of the file as parameter in case someone else like t... | Björn Schießle | 2013-04-18 | 1 | -10/+7 |
* | | Merge branch 'master' into files_encryption | Sam Tuke | 2013-03-28 | 1 | -119/+296 |
|\| |
|
| * | Merge pull request #2183 from owncloud/fix-shared-statuses-again | Bernhard Posselt | 2013-03-11 | 1 | -10/+15 |
| |\ |
|
| | * | 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 tha... | Björn Schießle | 2013-03-08 | 1 | -0/+1 |
| * | | Merge branch 'master' into shared-folder-etags | Michael Gapczynski | 2013-03-07 | 1 | -1/+1 |
| |\| |
|
| | * | 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 |
| |\| |
|
| | * | 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 |
| |\| |
|
| | * | 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() dire... | Björn Schießle | 2013-02-22 | 1 | -34/+0 |
* | | create keypair for ownCloud with empty passphrase, will be used for public li... | Björn Schießle | 2013-02-13 | 1 | -1/+1 |
* | | add post_unshareALll hook, update recursively all keyfiles if a folder was sh... | Björn Schießle | 2013-02-13 | 1 | -0/+5 |
* | | add post_unshare hook, also add public link shares to the list of user with a... | Björn Schießle | 2013-02-13 | 1 | -7/+28 |
* | | add option to keep duplicates in the list of users with access to a file, e.g... | Björn Schießle | 2013-02-12 | 1 | -6/+11 |
* | | also find users with access to the file if a folder above the actual file was... | Björn Schießle | 2013-02-12 | 1 | -46/+51 |
* | | 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 |