Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move lib/ to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -226/+0 |
| | |||||
* | Only construct the storage when we start using it | Robin Appelman | 2016-04-19 | 1 | -7/+16 |
| | |||||
* | Move SharedStorage et al over to the shareManager and jail | Roeland Jago Douma | 2016-04-19 | 1 | -55/+27 |
| | |||||
* | On mount make sure multiple shares with same target map to unique ones (#23937) | Roeland Douma | 2016-04-14 | 1 | -7/+40 |
| | | | | | | | | | | | | 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 | ||||
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 1 | -1/+0 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+2 |
| | |||||
* | 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 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | take the etag of child mounts into account for the folder etag | Robin Appelman | 2015-11-19 | 1 | -14/+0 |
| | | | | this replaces shared etag propagation | ||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -1/+1 |
| | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+2 |
| | |||||
* | Use context function call instead of static | Joas Schilling | 2015-09-07 | 1 | -1/+1 |
| | |||||
* | use the correct user if we update the share table | Bjoern Schiessle | 2015-07-03 | 1 | -4/+10 |
| | |||||
* | lock parent folders for the owner when locking a shared file as recipient | Robin Appelman | 2015-07-01 | 1 | -10/+17 |
| | |||||
* | Move files sharing app (mostly) to OCP\DB | Roeland Jago Douma | 2015-05-18 | 1 | -2/+2 |
| | |||||
* | minor fixes | Robin Appelman | 2015-04-27 | 1 | -2/+1 |
| | |||||
* | Make sure the owner mountpoints are setup | Robin Appelman | 2015-04-27 | 1 | -1/+3 |
| | |||||
* | propagate etags for all user of a share | Robin Appelman | 2015-04-27 | 1 | -0/+18 |
| | |||||
* | always fall back to default share folder | Bjoern Schiessle | 2015-03-26 | 1 | -2/+2 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+19 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -18/+5 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -5/+18 |
| | |||||
* | Add public api for mount configurations | Robin Appelman | 2014-12-04 | 1 | -2/+2 |
| | |||||
* | Setup shared mounts for the correct user when setting up the filesystem for ↵ | Robin Appelman | 2014-11-06 | 1 | -4/+4 |
| | | | | the non-logged in user | ||||
* | throw a exception if we can't handle the provided path | Bjoern Schiessle | 2014-09-29 | 1 | -3/+3 |
| | |||||
* | some small fixes | Bjoern Schiessle | 2014-09-25 | 1 | -4/+2 |
| | |||||
* | group shares and combine permissions | Bjoern Schiessle | 2014-09-22 | 1 | -2/+13 |
| | |||||
* | if a folder gets deleted we unshare all shared files/folders below | Bjoern Schiessle | 2014-07-04 | 1 | -0/+2 |
| | |||||
* | don't move a share mount point into a different mount point | Bjoern Schiessle | 2014-07-01 | 1 | -10/+0 |
| | |||||
* | nake sure ti create new db entry when user renames a group share | Bjoern Schiessle | 2014-06-06 | 1 | -1/+1 |
| | |||||
* | Fix phpdoc and comments | Robin Appelman | 2014-06-06 | 1 | -2/+2 |
| | |||||
* | update mount point if file_target changed | Bjoern Schiessle | 2014-06-06 | 1 | -2/+5 |
| | |||||
* | add additional unit tests | Bjoern Schiessle | 2014-06-06 | 1 | -3/+5 |
| | |||||
* | get unique_name value directly from the share array | Bjoern Schiessle | 2014-06-06 | 1 | -1/+1 |
| | |||||
* | fix mount point move up if the parent no longer exists | Bjoern Schiessle | 2014-06-06 | 1 | -21/+61 |
| | |||||
* | remove share mount | Bjoern Schiessle | 2014-06-06 | 1 | -1/+4 |
| | |||||
* | Move shared mount moving from the storage to the mount | Robin Appelman | 2014-06-06 | 1 | -0/+113 |