summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* 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-288-159/+359
|\|
| * Fix #2499itheiss2013-03-221-0/+1
| * add a searchbymime to the public api. Please all remember that access to inte...Frank Karlitschek2013-03-191-0/+10
| * 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
| * | use pre_unshare hook, otherwise the share is already removed. Which means tha...Björn Schießle2013-03-081-0/+1
| * | Merge branch 'master' into shared-folder-etagsMichael Gapczynski2013-03-071-1/+1
| |\|
| | * Fix fetching source path of shared filesMichael Gapczynski2013-03-071-1/+1
| * | Merge branch 'master' into shared-folder-etagsMichael Gapczynski2013-03-052-6/+31
| |\|
| | * adding test case for getDefaultEmailAddress() + fixing #1844 againThomas Mueller2013-03-041-2/+2
| | * validate the generated email address and fall back to localhost.localdomain i...Thomas Mueller2013-03-011-4/+7
| | * 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-283-21/+22
| |\|
| | * Merge pull request #1856 from owncloud/fix_error_handling_stream_copyFrank Karlitschek2013-02-251-1/+2
| | |\
| | | * return both, count and result if the operation succeeded or failed. Maybe in ...Björn Schießle2013-02-221-1/+2
| | * | Whitespace fixesBart Visscher2013-02-222-20/+20
| | |/
| * / 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-147-97/+231
| * Whitespace indent fixesBart Visscher2013-02-141-3/+3
| * Fix NoSpaceAfterComma and SpaceBeforeCommaBart Visscher2013-02-141-1/+1
| * Fix indentation styleBart Visscher2013-02-141-10/+10
* | isSharedFile() doesn't detect all shares, just use getUsersSharingFile() dire...Björn Schießle2013-02-221-34/+0
* | create keypair for ownCloud with empty passphrase, will be used for public li...Björn Schießle2013-02-131-1/+1
* | add post_unshareALll hook, update recursively all keyfiles if a folder was sh...Björn Schießle2013-02-131-0/+5
* | add post_unshare hook, also add public link shares to the list of user with a...Björn Schießle2013-02-131-7/+28
* | add option to keep duplicates in the list of users with access to a file, e.g...Björn Schießle2013-02-121-6/+11
* | also find users with access to the file if a folder above the actual file was...Björn Schießle2013-02-121-46/+51
* | 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
* | Work on post_share hook for files_encryptionSam Tuke2013-02-091-0/+54
|/
* Fix files router download linksBart Visscher2013-02-081-0/+14
* missing comma in sql statementThomas Müller2013-02-081-1/+1
* Merge pull request #1500 from chriskoch/patch-1Frank Karlitschek2013-02-061-2/+2
|\
| * Update lib/public/util.phpChristian Koch2013-02-061-2/+2
* | Correct lib/public/contacts.php testsBart Visscher2013-02-061-2/+2
|/
* port already approved bugfix to master, https://github.com/owncloud/core/pull...Björn Schießle2013-02-061-1/+7
* Merge pull request #1476 from owncloud/disable-error-handler-while-running-ph...Thomas Müller2013-02-051-2/+2
|\
| * fix failing test cases due to wrong typingThomas Mueller2013-02-051-2/+2
* | Merge github.com:owncloud/coreSam Tuke2013-02-052-1/+24
|\|