summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/capabilities.php
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersLukas Reschke2015-10-261-1/+1
|
* Reflect enabled shareAPI in capabilitiesRoeland Jago Douma2015-09-251-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 usersRoeland Jago Douma2015-09-151-0/+7
|
* Add public upload to capabilityRoeland Jago Douma2015-08-141-0/+1
|
* Fix default values of sharing capabilitiesJoas Schilling2015-08-131-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 managerRoeland Jago Douma2015-08-101-23/+9
| | | | | | | * Files * Files_Sharing * Files_Trashbin * Files_Versions
* Slight better formattingRoeland Jago Douma2015-03-111-2/+3
|
* New array syntaxRoeland Jago Douma2015-03-111-7/+7
|
* Added new headerRoeland Jago Douma2015-03-111-5/+17
|
* Now added enabled elementRoeland Jago Douma2015-03-111-7/+7
| | | | This change allows for more generic parsing for the capabilities.
* Add file_sharing info to capabilitiesRoeland Jago Douma2015-03-111-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 Reschke2015-02-071-72/+0
|
* Bit better formatting when using json outputRoeland Jago Douma2015-02-061-2/+4
|
* Updated sharing capabilitiesRoeland Jago Douma2015-02-061-9/+15
| | | | | | Moved to files_sharing Added more capabilities. Tried to order to capabilities more OO style
* Converted getCapabilities to non static functionRoeland Jago Douma2015-02-041-7/+24
|
* Use single quotesRoeland Jago Douma2015-02-041-7/+7
|
* Only return capabilities if they are setRoeland Jago Douma2015-02-041-14/+8
|
* Added capabilities whether a server allows public linksRoeland Jago Douma2015-02-041-0/+53
This fixes #13673. It now lists link sharing, passwords enforced, and if public uploads are allowed.