Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move classes from outside lib/ to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -63/+0 |
| | |||||
* | Translate OCS Share API error messages | Roeland Jago Douma | 2016-04-25 | 1 | -1/+3 |
| | | | | For https://github.com/owncloud/core/issues/22209 | ||||
* | Fix some scrutinizer warning in the sharing code | Roeland Jago Douma | 2016-03-10 | 1 | -1/+1 |
| | | | | | | * Better phpdoc * Promper use statements * Unused parameter | ||||
* | [Share 2.0] Add update share | Roeland Jago Douma | 2016-01-26 | 1 | -1/+2 |
| | |||||
* | [Sharing 2.0] Start with getShares | Roeland Jago Douma | 2016-01-21 | 1 | -1/+1 |
| | |||||
* | [Share 2.0] Add share provider factory | Roeland Jago Douma | 2016-01-13 | 1 | -27/+1 |
| | | | | | | | * Add providers * Add share manager to server container * Use share manager from server container * Properly get the share manager | ||||
* | [Share 2.0] Allow registering of share providers | Roeland Jago Douma | 2016-01-13 | 1 | -12/+24 |
| | | | | * Properly register the default share provider | ||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | [Sharing 2.0] Add L10N instance to manager for translated errors | Roeland Jago Douma | 2016-01-06 | 1 | -1/+2 |
| | |||||
* | [Share 2.0] Enable share creation via OCS API | Roeland Jago Douma | 2016-01-06 | 1 | -4/+8 |
| | |||||
* | [Sharing 2.0] Use the rootfolder to get the path of a share | Roeland Jago Douma | 2015-11-24 | 1 | -1/+1 |
| | | | | | We need to use the rootfolder here since we also other people than the shareOwner can request a share. | ||||
* | [Sharing 2.0] Move authentication to the OCS API | Roeland Jago Douma | 2015-11-24 | 1 | -1/+2 |
| | |||||
* | [Sharing 2.0] Default share provider only generic DI | Roeland Jago Douma | 2015-11-24 | 1 | -1/+1 |
| | | | | | | No injection of userfolders etc. Only generic DI components (IRootFolder) etc should be used to make sure we can also run this from the cli | ||||
* | [Sharing 2.0] Removed unused DI stuff | Roeland Jago Douma | 2015-11-24 | 1 | -19/+16 |
| | | | | | The share manager etc should not care about filtering stuff. They should return what is asked for them. | ||||
* | [Share2.0] OCS Share API getShare uses new code | Roeland Jago Douma | 2015-11-16 | 1 | -6/+8 |
| | |||||
* | The new sharing code now handles deletion | Roeland Jago Douma | 2015-11-05 | 1 | -3/+10 |
| | | | | OCS -> ShareManager -> DefaultShareProvider | ||||
* | Prepare OCS Share endpoint | Roeland Jago Douma | 2015-11-05 | 1 | -0/+62 |