Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -1/+1 |
| | |||||
* | Reflect enabled shareAPI in capabilities | Roeland Jago Douma | 2015-09-25 | 1 | -17/+25 |
| | | | | | | | If the shareAPI is disabled we not return the other sharing capabilities. This allows clients to properly check if sharing is even available. | ||||
* | Expose federated sharing capabilities to authenticated users | Roeland Jago Douma | 2015-09-15 | 1 | -0/+7 |
| | |||||
* | Add public upload to capability | Roeland Jago Douma | 2015-08-14 | 1 | -0/+1 |
| | |||||
* | Fix default values of sharing capabilities | Joas Schilling | 2015-08-13 | 1 | -5/+5 |
| | | | | | | The problem is the UI used a different default than the capabilities. So when you never touched the config, the setting in admins said "disabled" while the capabilities said "enabled". | ||||
* | Moved core apps to the capabilities manager | Roeland Jago Douma | 2015-08-10 | 1 | -23/+9 |
| | | | | | | | * Files * Files_Sharing * Files_Trashbin * Files_Versions | ||||
* | Slight better formatting | Roeland Jago Douma | 2015-03-11 | 1 | -2/+3 |
| | |||||
* | New array syntax | Roeland Jago Douma | 2015-03-11 | 1 | -7/+7 |
| | |||||
* | Added new header | Roeland Jago Douma | 2015-03-11 | 1 | -5/+17 |
| | |||||
* | Now added enabled element | Roeland Jago Douma | 2015-03-11 | 1 | -7/+7 |
| | | | | This change allows for more generic parsing for the capabilities. | ||||
* | Add file_sharing info to capabilities | Roeland Jago Douma | 2015-03-11 | 1 | -0/+74 |
| | | | | | Display the capabilities regarding file sharing in the capabilities API. This will allow the clients to provide users a better experince. | ||||
* | Revert "Add OCS sharing info to capabilities" | Lukas Reschke | 2015-02-07 | 1 | -72/+0 |
| | |||||
* | Bit better formatting when using json output | Roeland Jago Douma | 2015-02-06 | 1 | -2/+4 |
| | |||||
* | Updated sharing capabilities | Roeland Jago Douma | 2015-02-06 | 1 | -9/+15 |
| | | | | | | Moved to files_sharing Added more capabilities. Tried to order to capabilities more OO style | ||||
* | Converted getCapabilities to non static function | Roeland Jago Douma | 2015-02-04 | 1 | -7/+24 |
| | |||||
* | Use single quotes | Roeland Jago Douma | 2015-02-04 | 1 | -7/+7 |
| | |||||
* | Only return capabilities if they are set | Roeland Jago Douma | 2015-02-04 | 1 | -14/+8 |
| | |||||
* | Added capabilities whether a server allows public links | Roeland Jago Douma | 2015-02-04 | 1 | -0/+53 |
This fixes #13673. It now lists link sharing, passwords enforced, and if public uploads are allowed. |