aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Share/IAttributes.php
Commit message (Collapse)AuthorAgeFilesLines
* fix(files_sharing): adjust IAttributes API and files_versionsskjnldsv2024-07-121-6/+7
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix: psalm, cs, autoloader and lintskjnldsv2024-07-121-1/+1
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* feat(files_sharing): allow mixed values in share attributes and allow ↵skjnldsv2024-07-121-2/+2
| | | | | | storing email arrays Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* chore: Add SPDX headerAndy Scherzinger2024-05-241-17/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix share attribute related tests + code styleVincent Petry2022-07-281-4/+4
| | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Add share attributes + prevent download permissionVincent Petry2022-07-281-0/+68
Makes it possible to store download permission Signed-off-by: Vincent Petry <vincent@nextcloud.com>