Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: fix share reminder job for oracleoracle-share-reminder | Robin Appelman | 2024-09-18 | 1 | -2/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | refactor: move to new activity exceptionrefactor/move-to-new-activity-exception | Anna Larch | 2024-09-17 | 1 | -2/+3 |
| | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | fix(Storage): Fix method docs inheritancefix/storage/method-docs-inheritance | provokateurin | 2024-09-17 | 2 | -21/+0 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(Storage): Document getOwner() can return false | provokateurin | 2024-09-17 | 2 | -2/+2 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore: Fix psalm issues, put back private versions of getter in private ↵ | Côme Chilliet | 2024-09-16 | 1 | -0/+1 |
| | | | | | | Storage interface Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: Fix other uses of removed Storage interface | Côme Chilliet | 2024-09-16 | 1 | -3/+4 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix: Handle null checks with the ?? operatorrefactor/elvis | Christoph Wurst | 2024-09-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | refactor: Use the elvis operator | Christoph Wurst | 2024-09-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #47339 from nextcloud/fix/leave-share-instead-of-delete | John Molakvoæ | 2024-09-11 | 2 | -0/+23 |
|\ | | | | | fix: Display 'Leave share' instead of 'Delete' | ||||
| * | fix(files_sharing): adjust permissions from custom edit and delete check methods | skjnldsv | 2024-09-11 | 1 | -0/+17 |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
| * | fix: Display 'Leave share' instead of 'Delete' | Marcel Klehr | 2024-09-06 | 2 | -0/+6 |
| | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | | fix(INotification): Restrict rich object parameters type | provokateurin | 2024-09-10 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | Merge pull request #47841 from nextcloud/fix/files-sharing-openfile | Jonas | 2024-09-09 | 1 | -0/+1 |
|\ \ | | | | | | | fix(files_sharing): Open single-file-share by default | ||||
| * | | fix(files_sharing): Open single-file-share by default | Ferdinand Thiessen | 2024-09-09 | 1 | -0/+1 |
| |/ | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* / | chore(files_sharing): Add migration attribute for `share.reminder_sent` column | Ferdinand Thiessen | 2024-09-06 | 1 | -0/+7 |
|/ | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(files_sharing): Handle download permission the same way for public and ↵ | Ferdinand Thiessen | 2024-09-06 | 1 | -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 Thiessen | 2024-09-06 | 1 | -0/+1 |
| | | | | | | permission Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(files_sharing): Migrate public share to use Vue files list | Ferdinand Thiessen | 2024-09-06 | 1 | -170/+133 |
| | | | | | | 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> | ||||
* | chore: adjust code to adhere to coding standard | Anna Larch | 2024-09-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | Merge pull request #47412 from Luka-sama/feat/shares-reminder | John Molakvoæ | 2024-09-03 | 2 | -0/+254 |
|\ | |||||
| * | fix(files_sharing): Add check for null | Stefan Cherniakov | 2024-09-03 | 1 | -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 Cherniakov | 2024-09-03 | 1 | -1/+3 |
| | | | | | | | | | | | | reminder_sent field Signed-off-by: Stefan Cherniakov <luka-sama@pm.me> | ||||
| * | fix(files_sharing): Make share reminders more stable & fix issues | Stefan Cherniakov | 2024-09-03 | 1 | -133/+85 |
| | | | | | | | | Signed-off-by: Stefan Cherniakov <luka-sama@pm.me> | ||||
| * | feat(files_sharing): reminder for link shares with expiration date | Stefan Cherniakov | 2024-09-03 | 2 | -0/+297 |
| | | | | | | | | Signed-off-by: Stefan Cherniakov <luka-sama@pm.me> | ||||
* | | refactor(IMenuAction): Make public menu actions use the new Vue UI | Ferdinand Thiessen | 2024-09-03 | 1 | -6/+2 |
|/ | | | | | | | | This removes custom rendering code an replaces it with the declarative menu actions. Also adjust the template to allow the Vue UI to mount. Custom entries still are possible. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Merge pull request #47551 from nextcloud/fix/files_sharing/share-nullable-label | Joas Schilling | 2024-08-29 | 1 | -1/+1 |
|\ | | | | | fix(files_sharing): Make share labels nullable | ||||
| * | fix(files_sharing): Make share labels nullable | provokateurin | 2024-08-27 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | chore: Apply php:cs recommendations | Louis Chemineau | 2024-08-28 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | fix: implement sharding compatible cleanup for various bits | Robin Appelman | 2024-08-28 | 1 | -0/+41 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 21 | -55/+56 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | feat: Use new password context in sharing API | Ferdinand Thiessen | 2024-08-22 | 1 | -2/+3 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat: Make `ISharedStorage` public API and reuse where possible | Ferdinand Thiessen | 2024-08-12 | 2 | -2/+6 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(activity): add share link upload notifications | skjnldsv | 2024-08-07 | 1 | -0/+66 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | Merge pull request #47070 from nextcloud/circToTeam | Andy Scherzinger | 2024-08-06 | 1 | -5/+5 |
|\ | | | | | fix(share): Rename Circle to Team | ||||
| * | fix(share): Rename Circle to Team | Git'Fellow | 2024-08-06 | 1 | -5/+5 |
| | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | | fix(files_sharing): show proper share not found error message | skjnldsv | 2024-08-06 | 1 | -4/+4 |
|/ | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | Merge pull request #47043 from ↵ | Maxence Lange | 2024-08-06 | 1 | -1/+4 |
|\ | | | | | | | | | nextcloud/fix/noid/ignore-root-on-inherited-shares fix(inherited-shares): ignore top root folder | ||||
| * | fix(inherited-shares): ignore top root folder | Maxence Lange | 2024-08-05 | 1 | -1/+4 |
| | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | | fix(files_sharing): filter out invalid shareWith in sharee API | skjnldsv | 2024-08-05 | 1 | -1/+1 |
|/ | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | Merge pull request #46881 from nextcloud/try-non-recursive-source | Stephan Orbaugh | 2024-08-01 | 1 | -6/+18 |
|\ | | | | | fix: try to find non-recursive share source | ||||
| * | fix: try to find non-recursive share source | Robin Appelman | 2024-07-30 | 1 | -6/+18 |
| | | | | | | | | | | | | instead of always picking the first one, try to find one that won't blow up Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | fix(activity): regroup Files and spltit sharing activity | skjnldsv | 2024-08-01 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | Merge pull request #46810 from ↵ | Kate | 2024-08-01 | 10 | -75/+57 |
|\ \ | |/ |/| | | | nextcloud/refactor/files_sharing/security-attributes | ||||
| * | refactor(files_sharing): Replace security annotations with respective attributes | provokateurin | 2024-07-27 | 10 | -75/+57 |
| | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | fix: fix recursive share check | Robin Appelman | 2024-07-30 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | feat(files_sharing): add public name prompt for files requests | skjnldsv | 2024-07-18 | 3 | -31/+84 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | feat(files_sharing): use label as title and file drop destination if available | skjnldsv | 2024-07-18 | 1 | -0/+6 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix(files_sharing): file request creation permissions and link copy display | skjnldsv | 2024-07-18 | 1 | -2/+4 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | fix(files_sharing): remove undesirable translations from ShareAPIController | skjnldsv | 2024-07-16 | 1 | -2/+2 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | chore(files_sharing): lint & refactor fixes | skjnldsv | 2024-07-12 | 1 | -1/+1 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> |