summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* add missing backticks, use executeAudited in post_deleteGroup and post_remove...Jörn Friedrich Dreyer2013-06-141-6/+6
* 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 retrievalMichael Gapczynski2013-05-211-1/+1
* | merge master into backgroundjobRobin Appelman2013-06-021-2/+159
|\ \
| * | 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 lea...Björn Schießle2013-05-291-1/+2
| * | if one public link share was found, we don't have to check it for the other f...Björn Schießle2013-05-291-10/+12
| * | check list of users with access to the file from the bottom to the top. This ...Björn Schießle2013-05-291-7/+13
| * | 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 c...Florin Peter2013-05-151-25/+28
| * | 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
| |\|
| * | 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
| |\ \
| * | | 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
* | | | Move legacy backgroundjob classes to a place where they can be autoloadedRobin Appelman2013-05-031-21/+3
* | | | Add support for the old public backgroundjob apiRobin Appelman2013-04-241-23/+157
* | | | Update documentation for \OCP\BackgroundJobRobin Appelman2013-04-241-14/+8
* | | | Rework background job systemRobin Appelman2013-04-201-65/+6
| |_|/ |/| |
* | | 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 #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
|\| |