aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* fix(Storage): Fix method docs inheritancefix/storage/method-docs-inheritanceprovokateurin2024-09-172-21/+0
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix(Storage): Document getOwner() can return falseprovokateurin2024-09-172-2/+2
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-174-0/+36
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: Fix psalm issues, put back private versions of getter in private ↵Côme Chilliet2024-09-161-0/+1
| | | | | | Storage interface Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix: Fix other uses of removed Storage interfaceCôme Chilliet2024-09-162-9/+4
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix: Remove OCP\Files\Storage interface deprecated since version 9Côme Chilliet2024-09-161-16/+16
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Merge pull request #48042 from nextcloud/refactor/elvisChristoph Wurst2024-09-161-1/+1
|\ | | | | refactor: Use the elvis operator + fix: Handle null checks with the ?? operator
| * fix: Handle null checks with the ?? operatorrefactor/elvisChristoph Wurst2024-09-151-1/+1
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * refactor: Use the elvis operatorChristoph Wurst2024-09-151-1/+1
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-164-0/+54
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-1533-285/+285
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-152-0/+26
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-146-2/+62
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-132-0/+32
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-126-2/+30
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #47339 from nextcloud/fix/leave-share-instead-of-deleteJohn Molakvoæ2024-09-114-0/+77
|\ | | | | fix: Display 'Leave share' instead of 'Delete'
| * fix(files_sharing): adjust permissions from custom edit and delete check methodsskjnldsv2024-09-112-0/+63
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
| * fix: Display 'Leave share' instead of 'Delete'Marcel Klehr2024-09-063-0/+14
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-1146-140/+70
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(INotification): Restrict rich object parameters typeprovokateurin2024-09-101-2/+2
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-1094-96/+240
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #47841 from nextcloud/fix/files-sharing-openfileJonas2024-09-092-0/+12
|\ \ | | | | | | fix(files_sharing): Open single-file-share by default
| * | fix(files_sharing): Open single-file-share by defaultFerdinand Thiessen2024-09-092-0/+12
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #47807 from nextcloud/fix/files_sharing--password-labelGrigorii K. Shartsev2024-09-091-17/+15
|\ \ \ | | | | | | | | fix(files_sharing): password checkbox and labels in link share
| * | | fix(files_sharing): add accessible labels in link share creationGrigorii K. Shartsev2024-09-091-17/+13
| | | | | | | | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * | | fix(files_sharing): checkbox for password in link share is not shownGrigorii K. Shartsev2024-09-091-0/+2
| |/ / | | | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | | Merge pull request #47803 from nextcloud/chore/add-migration-attributeFerdinand Thiessen2024-09-091-0/+7
|\ \ \ | |/ / |/| | chore(files_sharing): Add migration attribute for `share.reminder_sent` column
| * | chore(files_sharing): Add migration attribute for `share.reminder_sent` columnFerdinand Thiessen2024-09-061-0/+7
| |/ | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-098-12/+66
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-088-4/+112
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #47806 from nextcloud/chore/cleanup-public-shareFerdinand Thiessen2024-09-071-3/+2
|\ \ | | | | | | chore(files_sharing): Do not use files source files but directly the library
| * | chore(files_sharing): Do not use files source files but directly the libraryFerdinand Thiessen2024-09-061-3/+2
| |/ | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* / Fix(l10n): Update translations from TransifexNextcloud bot2024-09-0796-2826/+3026
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files_sharing): Ensure sidebar share entry lists are labelledFerdinand Thiessen2024-09-062-4/+14
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(files_sharing): Remove now unused legacy scriptsFerdinand Thiessen2024-09-068-1161/+0
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files_sharing): Set file-request header for nextcloud/uploadFerdinand Thiessen2024-09-062-78/+95
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files_sharing): Disable sharing status action for public sharesFerdinand Thiessen2024-09-061-1/+7
| | | | | | This is disabled to not leak personal information into the public Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files_sharing): Handle download permission the same way for public and ↵Ferdinand Thiessen2024-09-061-0/+5
| | | | | | internal shares Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Do not allow copy action on public shares without `create` ↵Ferdinand Thiessen2024-09-061-0/+1
| | | | | | permission Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* refactor(files_sharing): Make file structure more clearFerdinand Thiessen2024-09-0620-27/+31
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(files_sharing): Migrate public share to use Vue files listFerdinand Thiessen2024-09-0610-530/+591
| | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-066-2/+14
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: adjust code to adhere to coding standardAnna Larch2024-09-051-1/+1
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-0518-2/+98
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-0498-294/+304
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #47412 from Luka-sama/feat/shares-reminderJohn Molakvoæ2024-09-036-1/+450
|\
| * fix(files_sharing): Add check for nullStefan Cherniakov2024-09-031-0/+3
| | | | | | | | Signed-off-by: Stefan Cherniakov <luka-sama@pm.me>
| * fix(files_sharing): Add missing check for null & use bool instead of int for ↵Stefan Cherniakov2024-09-032-2/+4
| | | | | | | | | | | | reminder_sent field Signed-off-by: Stefan Cherniakov <luka-sama@pm.me>
| * fix(files_sharing): Make share reminders more stable & fix issuesStefan Cherniakov2024-09-032-141/+87
| | | | | | | | Signed-off-by: Stefan Cherniakov <luka-sama@pm.me>
| * feat(files_sharing): reminder for link shares with expiration dateStefan Cherniakov2024-09-036-1/+499
| | | | | | | | Signed-off-by: Stefan Cherniakov <luka-sama@pm.me>