Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move lib/ to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -83/+0 |
| | |||||
* | Move SharedStorage et al over to the shareManager and jail | Roeland Jago Douma | 2016-04-19 | 1 | -8/+17 |
| | |||||
* | On mount make sure multiple shares with same target map to unique ones (#23937) | Roeland Douma | 2016-04-14 | 1 | -8/+9 |
| | | | | | | | | | | | | Scenario: user0 shares a folder 'foo' with user2 user1 shares a folder 'foo' with user2 user2 logs in Before: show only the 'foo' from user1 After: show both. * Added intergration tests | ||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | take the etag of child mounts into account for the folder etag | Robin Appelman | 2015-11-19 | 1 | -15/+1 |
| | | | | this replaces shared etag propagation | ||||
* | Delay listening to owner changes untill we use a share for that owner | Robin Appelman | 2015-09-23 | 1 | -2/+1 |
| | |||||
* | Delay setting up the filesystem for a share owner untill the share is used | Robin Appelman | 2015-09-03 | 1 | -6/+0 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -4/+18 |
| | |||||
* | [sharing] handle shares of users that aren't available anymore | Morris Jobke | 2015-06-23 | 1 | -2/+10 |
| | | | | | * properly handle the case where an abandoned share is left and simply skip it | ||||
* | minor fixes | Robin Appelman | 2015-04-27 | 1 | -2/+2 |
| | |||||
* | Make sure the owner mountpoints are setup | Robin Appelman | 2015-04-27 | 1 | -0/+2 |
| | |||||
* | propagate etags for all user of a share | Robin Appelman | 2015-04-27 | 1 | -0/+70 |