| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 8 | -159/+359 |
|\| |
|
| * | Fix #2499 | itheiss | 2013-03-22 | 1 | -0/+1 |
| * | add a searchbymime to the public api. Please all remember that access to inte... | Frank Karlitschek | 2013-03-19 | 1 | -0/+10 |
| * | 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 | 2 | -6/+31 |
| |\| |
|
| | * | adding test case for getDefaultEmailAddress() + fixing #1844 again | Thomas Mueller | 2013-03-04 | 1 | -2/+2 |
| | * | validate the generated email address and fall back to localhost.localdomain i... | Thomas Mueller | 2013-03-01 | 1 | -4/+7 |
| | * | 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 | 3 | -21/+22 |
| |\| |
|
| | * | Merge pull request #1856 from owncloud/fix_error_handling_stream_copy | Frank Karlitschek | 2013-02-25 | 1 | -1/+2 |
| | |\ |
|
| | | * | return both, count and result if the operation succeeded or failed. Maybe in ... | Björn Schießle | 2013-02-22 | 1 | -1/+2 |
| | * | | Whitespace fixes | Bart Visscher | 2013-02-22 | 2 | -20/+20 |
| | |/ |
|
| * / | 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 | 7 | -97/+231 |
| * | Whitespace indent fixes | Bart Visscher | 2013-02-14 | 1 | -3/+3 |
| * | Fix NoSpaceAfterComma and SpaceBeforeComma | Bart Visscher | 2013-02-14 | 1 | -1/+1 |
| * | Fix indentation style | Bart Visscher | 2013-02-14 | 1 | -10/+10 |
* | | 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 |