summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* backport search in shared files to stable5Jörn Friedrich Dreyer2013-10-231-3/+3
* Merge pull request #5229 from owncloud/more-link-expiration-stable5Thomas Müller2013-10-161-1/+12
|\
| * Perform expiration date checking before returning share data for token.Andreas Fischer2013-10-091-1/+12
* | make sure that we only find file/folder sharesBjoern Schiessle2013-10-111-4/+4
|/
* make sure that both $permissions and $oldPermissions have the same typeBjoern Schiessle2013-09-231-1/+1
* only remember password if the user changes the permissions, otherwise the use...Bjoern Schiessle2013-09-231-3/+6
* remove some more debug outputBjoern Schiessle2013-09-061-2/+0
* Merge branch 'stable5' into fix_4533Bjoern Schiessle2013-09-061-0/+10
|\
| * add searchByMime to public apiJörn Friedrich Dreyer2013-09-021-0/+10
* | remove some error_logsBjoern Schiessle2013-09-051-1/+0
* | remove error logsBjoern Schiessle2013-09-051-2/+2
* | if the files doesn't exist yet we start with the parent to search for sharesBjoern Schiessle2013-09-051-4/+12
|/
* Sharing: only determine path root if owner is availableArthur Schiwon2013-08-171-6/+10
* cancel sharing if some users doesn't have a working encryption set-up.Bjoern Schiessle2013-08-011-2/+20
* fixes #4026Thomas Müller2013-07-301-0/+3
* Only emit permissions hook for files and and include pathMichael Gapczynski2013-07-151-0/+11
* Merge pull request #3970 from owncloud/backport-3946-stable5Thomas Müller2013-07-081-11/+23
|\
| * Squashed commit of the following:Thomas Müller2013-07-081-11/+23
* | Merge pull request #3940 from owncloud/stable5_oracle_testsuite_fixesJörn Friedrich Dreyer2013-07-081-3/+33
|\ \ | |/ |/|
| * Oracle doesn't know & as bitwise ANDBart Visscher2013-07-041-6/+8
| * for oracle use BITAND() instead of & in sharing permissions sqlJörn Friedrich Dreyer2013-07-041-3/+7
| * fix type of numeric columnsJörn Friedrich Dreyer2013-07-041-0/+24
| * check item id is setJörn Friedrich Dreyer2013-07-041-1/+1
| * add missing backticksJörn Friedrich Dreyer2013-07-041-1/+1
* | Backport of #3951 to stable5Thomas Müller2013-07-051-1/+12
|/
* add public apiBjörn Schießle2013-07-031-0/+108
* add missing backticks all over the placeJörn Friedrich Dreyer2013-06-141-6/+6
* fixes for pgsqlFlorin Peter2013-05-311-4/+4
* changed deprecated classFlorin Peter2013-05-311-1/+1
* fixes if cache returns falseFlorin Peter2013-05-311-4/+14
* fix $parent/$source typoFlorin Peter2013-05-311-2/+1
* fix indentionBjörn Schießle2013-05-311-5/+5
* remove unnecessary variableBjörn Schießle2013-05-311-2/+1
* use public API for error handling; improved while conditionBjörn Schießle2013-05-311-23/+20
* for external storages we never reach the path 'files', instead we need to lea...Björn Schießle2013-05-311-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-311-10/+12
* check list of users with access to the file from the bottom to the top. This ...Björn Schießle2013-05-311-7/+13
* add post hooks to share API, needed by the encryption appBjörn Schießle2013-05-241-5/+25
* add post hooks to share API, needed by the encryption appBjörn Schießle2013-05-241-0/+13
* backport changes to share.php to enable the encryption app to get all users w...Björn Schießle2013-05-241-0/+106
* Initialize collectionTypes variable as falseMichael Gapczynski2013-05-171-0/+1
* 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