summaryrefslogtreecommitdiffstats
path: root/lib/public/share.php
Commit message (Expand)AuthorAgeFilesLines
* 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 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-051-2/+24
|\|
| * 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-281-3/+3
|\|
| * Whitespace fixesBart Visscher2013-02-221-3/+3
* | 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-141-89/+215
* Whitespace indent fixesBart Visscher2013-02-141-3/+3
* Fix NoSpaceAfterComma and SpaceBeforeCommaBart Visscher2013-02-141-1/+1
* missing comma in sql statementThomas Müller2013-02-081-1/+1
* port already approved bugfix to master, https://github.com/owncloud/core/pull...Björn Schießle2013-02-061-1/+7
* Merge github.com:owncloud/coreSam Tuke2013-02-051-1/+2
|\
| * Merge pull request #1234 from owncloud/fix-issue-192Thomas Müller2013-02-041-1/+2
| |\
| | * Fix sharing issue with collection and children mismatchesMichael Gapczynski2013-01-191-1/+2
* | | Merge github.com:owncloud/coreSam Tuke2013-01-311-514/+150
|\| |
| * | merge master into filesystemRobin Appelman2013-01-301-0/+9
| |\ \
| | * | use display name to show share_width and owner informationBjörn Schießle2013-01-251-0/+9
| | |/
| * | Disable fancy folder sharing for nowMichael Gapczynski2013-01-181-28/+28