summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests/capabilities.php
Commit message (Collapse)AuthorAgeFilesLines
* Add capability to show if group sharing is enabledRoeland Jago Douma2016-04-041-0/+18
| | | | | | | fixes #23477 Now clients can correct wording to properly reflect who a user can share with.
* Happy new year!Thomas Müller2016-01-121-1/+2
|
* Apply DB group annotation ...Thomas Müller2015-11-301-0/+2
|
* Update license headersLukas Reschke2015-10-261-1/+1
|
* update licence headers via scriptMorris Jobke2015-10-051-0/+1
|
* Reflect enabled shareAPI in capabilitiesRoeland Jago Douma2015-09-251-0/+37
| | | | | | | 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/+35
|
* Add public upload to capabilityRoeland Jago Douma2015-08-141-0/+20
|
* Fix config map provider for testsJoas Schilling2015-08-131-11/+11
|
* Moved core apps to the capabilities managerRoeland Jago Douma2015-08-101-4/+3
| | | | | | | * Files * Files_Sharing * Files_Trashbin * Files_Versions
* Mark functions privateRoeland Jago Douma2015-03-111-2/+2
|
* Slight better formattingRoeland Jago Douma2015-03-111-45/+8
|
* New array syntaxRoeland Jago Douma2015-03-111-49/+49
|
* Added new headerRoeland Jago Douma2015-03-111-6/+18
|
* Now added enabled elementRoeland Jago Douma2015-03-111-2/+6
| | | | This change allows for more generic parsing for the capabilities.
* Add file_sharing info to capabilitiesRoeland Jago Douma2015-03-111-0/+208
| | | | | 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-201/+0
|
* Updated unit testsRoeland Jago Douma2015-02-061-43/+123
|
* Split up unit testsRoeland Jago Douma2015-02-041-16/+24
|
* Added unit test to test getCapabilities for files_sharingRoeland Jago Douma2015-02-041-0/+113