Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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> | |||||
* | fix(files_sharing): adjust IAttributes API and files_versions | skjnldsv | 2024-07-12 | 1 | -17/+10 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | fix(files_sharing): phpunit & openapi fixes | skjnldsv | 2024-07-12 | 1 | -2/+8 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | chore(files_sharing): cleanup NewFileRequestDialog vue | skjnldsv | 2024-07-12 | 1 | -1/+1 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | fix: psalm, cs, autoloader and lint | skjnldsv | 2024-07-12 | 1 | -16/+19 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | chore(files_sharing): refactor share password mail | skjnldsv | 2024-07-12 | 1 | -9/+29 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | feat(files_sharing): allow mixed values in share attributes and allow ↵ | skjnldsv | 2024-07-12 | 2 | -2/+9 | |
| | | | | | | storing email arrays Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | chore(files_sharing): refactor mail handling | skjnldsv | 2024-07-12 | 1 | -1/+32 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | feat(files_sharing): implement IShareProviderWithNotification and refactor ↵ | skjnldsv | 2024-07-12 | 1 | -36/+20 | |
| | | | | | | sendMailNotification Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | feat(files_sharing): add `new file request` option | skjnldsv | 2024-07-12 | 1 | -0/+49 | |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | docs(ShareApiController): Correct note about expiry date timezone | fenn-cs | 2024-07-01 | 1 | -1/+1 | |
| | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | |||||
* | fix(files_sharing): Store the expiration date relative to the server's timezone | Louis Chemineau | 2024-06-26 | 1 | -3/+0 | |
| | | | | | | This is needed as we want to store the difference between the server's and the user's timezones. Signed-off-by: Louis Chemineau <louis@chmn.me> | |||||
* | feat(notifications): Migrate server INotifiers to new exceptions | Joas Schilling | 2024-06-25 | 1 | -4/+5 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-06-13 | 2 | -38/+4 | |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | |||||
* | Merge pull request #44967 from nextcloud/perf/sharing-events | Ferdinand Thiessen | 2024-06-10 | 3 | -64/+154 | |
|\ | | | | | perf(files_sharing): Move events to listener classes and registration instead of boot | |||||
| * | perf(files_sharing): Move events to listener classes and registration ↵ | Julius Härtl | 2024-05-13 | 3 | -64/+154 | |
| | | | | | | | | | | | | instead of boot Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | | chore: Add SPDX header | Andy Scherzinger | 2024-06-06 | 78 | -1694/+187 | |
| | | | | | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | |||||
* | | fix(ShareApiClients): Maintain meaning of `''` and null for share api clients | fenn-cs | 2024-05-29 | 1 | -3/+3 | |
| | | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | |||||
* | | fix(shareManager): Respect empty `expireDate` in server | fenn-cs | 2024-05-23 | 1 | -8/+15 | |
| | | | | | | | | | | | | If `expireDate` is an empty string and not `null` then the server should not set a default. Signed-off-by: fenn-cs <fenn25.fn@gmail.com> | |||||
* | | refactor: remove non-shallow getSharesInFolder | Robin Appelman | 2024-05-01 | 1 | -5/+27 | |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | fix(sharing): Don't change the type of the controller argument | Joas Schilling | 2024-04-18 | 1 | -2/+2 | |
| | | | | | | [EA] New value type (\DateTime) is not matching the resolved parameter type and might introduce types-related false-positives. Signed-off-by: Joas Schilling <coding@schilljs.com> |