| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #21615 from owncloud/shared-islocal | Thomas Müller | 2016-01-13 | 1 | -0/+7 |
|\ |
|
| * | implement isLocal for shared storage | Robin Appelman | 2016-01-11 | 1 | -0/+7 |
* | | Happy new year! | Thomas Müller | 2016-01-12 | 31 | -36/+39 |
|/ |
|
* | show display name but internally use the user name | Björn Schießle | 2015-12-14 | 1 | -0/+1 |
* | Merge pull request #20989 from owncloud/fix_20769 | Thomas Müller | 2015-12-09 | 1 | -0/+41 |
|\ |
|
| * | Update parent when moving share into recieved share | Roeland Jago Douma | 2015-12-07 | 1 | -0/+41 |
* | | Merge pull request #21038 from owncloud/share-computesharepermissions-notstore | Thomas Müller | 2015-12-09 | 2 | -1/+9 |
|\ \ |
|
| * | | Add reshare permission checks | Vincent Petry | 2015-12-08 | 2 | -1/+9 |
* | | | More fixes to the docs | Joas Schilling | 2015-12-08 | 1 | -2/+12 |
* | | | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-12-07 | 1 | -0/+5 |
|/ / |
|
* / | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-12-07 | 5 | -7/+3 |
|/ |
|
* | Add the user's cloud id to the vCard | Thomas Müller | 2015-12-02 | 1 | -16/+0 |
* | Merge pull request #20439 from owncloud/etag-propagate-in-storage | Thomas Müller | 2015-11-25 | 8 | -589/+51 |
|\ |
|
| * | take the etag of child mounts into account for the folder etag | Robin Appelman | 2015-11-19 | 8 | -589/+51 |
* | | use hooks to auto add server to the list of trusted servers once a federated ... | Björn Schießle | 2015-11-24 | 1 | -0/+2 |
|/ |
|
* | Implement getOwner for external share storage | Robin Appelman | 2015-11-18 | 1 | -1/+6 |
* | Split checkUpdate | Robin Appelman | 2015-11-03 | 1 | -26/+26 |
* | Update license headers | Lukas Reschke | 2015-10-26 | 15 | -13/+16 |
* | Throw exception on `getPath` if file does not exist | Lukas Reschke | 2015-10-25 | 4 | -11/+26 |
* | handle NoUserException in sharing code | Morris Jobke | 2015-10-22 | 1 | -1/+7 |
* | Add backgroundjob to expire link shares | Roeland Jago Douma | 2015-10-20 | 1 | -0/+76 |
* | Consolidate webdav code - move all to one app | Thomas Müller | 2015-10-16 | 1 | -108/+0 |
* | Merge pull request #19643 from owncloud/public-download-spinner | Thomas Müller | 2015-10-09 | 1 | -1/+15 |
|\ |
|
| * | Set download cookie on public download | Vincent Petry | 2015-10-08 | 1 | -1/+15 |
* | | Merge pull request #19589 from owncloud/shares-external-mount-provider | Thomas Müller | 2015-10-07 | 4 | -49/+84 |
|\ \
| |/
|/| |
|
| * | Fix getEtag for roots of shared storages | Robin Appelman | 2015-10-06 | 1 | -3/+0 |
| * | sanitize mountpoint | Robin Appelman | 2015-10-05 | 1 | -1/+1 |
| * | extract the mount provider from the manager | Robin Appelman | 2015-10-05 | 2 | -23/+79 |
| * | Make the external share manager a mount provider | Robin Appelman | 2015-10-05 | 2 | -40/+22 |
* | | Merge pull request #19511 from owncloud/etag-share-permissions-update | Robin Appelman | 2015-10-06 | 3 | -4/+14 |
|\ \ |
|
| * | | fix phpdoc | Robin Appelman | 2015-10-06 | 1 | -1/+1 |
| * | | use microtime | Robin Appelman | 2015-10-06 | 1 | -1/+1 |
| * | | Mark shares as dirty when changing permissions | Robin Appelman | 2015-10-06 | 2 | -3/+13 |
* | | | Propagate shares etag when group membership changed | Vincent Petry | 2015-10-06 | 2 | -0/+148 |
|/ / |
|
* | | deduplicate @xenopathic | Morris Jobke | 2015-10-06 | 3 | -3/+1 |
* | | update licence headers via script | Morris Jobke | 2015-10-05 | 16 | -2/+22 |
|/ |
|
* | Merge pull request #19487 from owncloud/split_share_middleware | Thomas Müller | 2015-10-05 | 4 | -18/+82 |
|\ |
|
| * | sharingcheckmiddleware now handles externalshares as well | Roeland Jago Douma | 2015-10-02 | 4 | -20/+69 |
| * | Split files_sharing middelware | Roeland Jago Douma | 2015-10-02 | 1 | -0/+15 |
* | | Merge pull request #19522 from owncloud/activity-395-less-sidebar-text | Thomas Müller | 2015-10-02 | 1 | -35/+95 |
|\ \ |
|
| * | | Fix intendation | Joas Schilling | 2015-10-02 | 1 | -34/+34 |
| * | | Use shorter text on the sidebar for files_sharing activities | Joas Schilling | 2015-10-02 | 1 | -3/+63 |
| |/ |
|
* | | Do not return unneeded info | Roeland Jago Douma | 2015-10-02 | 1 | -2/+4 |
* | | Added '../remote_shares' endpoint | Roeland Jago Douma | 2015-10-02 | 1 | -2/+11 |
|/ |
|
* | Only intercept exceptions of type "NotFoundException" instead of any Exception | Lukas Reschke | 2015-09-30 | 2 | -9/+22 |
* | Allow public auth to recognize sesssion | Vincent Petry | 2015-09-28 | 1 | -1/+4 |
* | Reflect enabled shareAPI in capabilities | Roeland Jago Douma | 2015-09-25 | 1 | -17/+25 |
* | Merge pull request #13145 from owncloud/issue/11951-activity-sharing-email | Thomas Müller | 2015-09-25 | 1 | -0/+8 |
|\ |
|
| * | Publish an activity when sending a share link via email | Joas Schilling | 2015-09-22 | 1 | -0/+8 |
* | | only initialize once | Robin Appelman | 2015-09-23 | 1 | -0/+6 |