aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib/Capabilities.php
Commit message (Collapse)AuthorAgeFilesLines
* chore: apply new CSFixer rulesFerdinand Thiessen2025-07-011-0/+1
| | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> # Conflicts: # apps/settings/lib/SetupChecks/PhpOpcacheSetup.php
* feat(sharing): Add `custom_tokens` capabilityChristopher Ng2025-01-151-0/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-8/+4
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore: Add SPDX headerAndy Scherzinger2024-06-061-24/+3
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* files_sharing: Add OpenAPI specjld31032023-07-311-0/+62
| | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* feat(ocp): More specific type for ICapabilities::getCapabilitiesChristoph Wurst2023-07-031-2/+0
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix type when getting appconfig with intCarl Schwan2022-10-171-1/+1
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* load share settings from the share manager in more placesRobin Appelman2021-05-121-17/+21
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Separate settings for remote share expirationVincent Petry2021-04-151-0/+7
| | | | | | | Added separate settings for default and enforced expiration date for remote shares. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Fix expire date capability for federated sharesVincent Petry2021-04-151-1/+4
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Add appconfig to always show the unique label of a shareeJulius Härtl2021-03-041-1/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Expose capability if the lookup server should be queried by defaultRoeland Jago Douma2019-12-051-0/+5
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add capabilitiesRoeland Jago Douma2019-11-271-0/+7
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+2
| | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* add "askForPassword" on capabilities for sharingtobiasKaminsky2019-05-131-0/+6
| | | | Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
* add capabilities for multiple share linksBjoern Schiessle2018-11-261-0/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* add share permissions to settings pageBjoern Schiessle2018-02-271-0/+2
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Update license headersMorris Jobke2017-11-061-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Some app fixes of phpstorm inspectionsRoeland Jago Douma2017-07-241-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* move capabilities to share by mail appBjoern Schiessle2017-04-101-15/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* update capabilitiesBjoern Schiessle2017-04-071-2/+24
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* remove 'send mail notification' option from sharing, replaced by ↵Bjoern Schiessle2016-11-021-2/+2
| | | | | | send-by-mail feature Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Add files drop capability for clientsRoeland Jago Douma2016-08-131-0/+1
|
* Fix apps/Joas Schilling2016-07-211-2/+3
|
* Move lib/ to PSR-4Joas Schilling2016-05-251-0/+91