aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #49612 from nextcloud/backport/43025/stable30Luka Trovic2024-12-192-1/+92
|\
| * fix(sharing): add command to fix broken shares after ownership transferringbackport/43025/stable30Luka Trovic2024-12-122-1/+92
* | Merge pull request #49822 from nextcloud/backport/49361/stable30Kate2024-12-121-4/+4
|\ \
| * | fix(files_sharing): Fix error messages from password policyCôme Chilliet2024-12-121-4/+4
| |/
* | Merge pull request #49615 from nextcloud/backport/49569/stable30John Molakvoæ2024-12-121-13/+8
|\ \ | |/ |/|
| * perf: improve performance of SharedStorage::getWatcherbackport/49569/stable30Robin Appelman2024-12-031-13/+8
* | fix(activity): make emails for link share uploads true by defaultskjnldsv2024-12-061-1/+1
|/
* chore: stricter access to testremote endpointBenjamin Gaussorgues2024-11-281-1/+2
* fix(BackgroundJobs): Adjust intervals and time sensitivitiesbackport/48600/stable30provokateurin2024-11-252-3/+3
* fix(files_sharing): Cleanup error messagesbackport/48918/stable30provokateurin2024-10-281-10/+10
* refactor(ShareApiController): Check for null and empty strings with empty()backport/48882/stable30fenn-cs2024-10-251-7/+4
* fix(ShareAPI): Send mails for mail shares by defaultbackport/48381/stable30fenn-cs2024-10-241-1/+10
* fix(activity): Fix download activity parametersJoas Schilling2024-10-201-2/+1
* revert: "fix(files_sharing): Make share labels nullable"backport/48673/stable30Ferdinand Thiessen2024-10-141-1/+1
* fix(files_sharing): Check if propfind response is valid before accessing shar...backport/48366/stable30provokateurin2024-09-261-0/+4
* refactor(files_sharing): Make permissions prop checks less error proneprovokateurin2024-09-261-6/+9
* fix(files_sharing): Parse OCM share permissions from OCM and not OCS propprovokateurin2024-09-261-1/+1
* fix(files_sharing): adjust permissions from custom edit and delete check methodsbackport/47339/stable30skjnldsv2024-09-111-0/+17
* fix: Display 'Leave share' instead of 'Delete'Marcel Klehr2024-09-112-0/+6
* fix(files_sharing): Make share labels nullableprovokateurin2024-08-291-1/+1
* chore: Apply php:cs recommendationsLouis Chemineau2024-08-281-1/+1
* fix: implement sharding compatible cleanup for various bitsRobin Appelman2024-08-281-0/+41
* feat: Make `ISharedStorage` public API and reuse where possibleFerdinand Thiessen2024-08-122-2/+6
* feat(activity): add share link upload notificationsskjnldsv2024-08-071-0/+66
* Merge pull request #47070 from nextcloud/circToTeamAndy Scherzinger2024-08-061-5/+5
|\
| * fix(share): Rename Circle to TeamGit'Fellow2024-08-061-5/+5
* | fix(files_sharing): show proper share not found error messageskjnldsv2024-08-061-4/+4
|/
* Merge pull request #47043 from nextcloud/fix/noid/ignore-root-on-inherited-sh...Maxence Lange2024-08-061-1/+4
|\
| * fix(inherited-shares): ignore top root folderMaxence Lange2024-08-051-1/+4
* | fix(files_sharing): filter out invalid shareWith in sharee APIskjnldsv2024-08-051-1/+1
|/
* Merge pull request #46881 from nextcloud/try-non-recursive-sourceStephan Orbaugh2024-08-011-6/+18
|\
| * fix: try to find non-recursive share sourceRobin Appelman2024-07-301-6/+18
* | fix(activity): regroup Files and spltit sharing activityskjnldsv2024-08-011-2/+2
* | Merge pull request #46810 from nextcloud/refactor/files_sharing/security-attr...Kate2024-08-0110-75/+57
|\ \ | |/ |/|
| * refactor(files_sharing): Replace security annotations with respective attributesprovokateurin2024-07-2710-75/+57
* | fix: fix recursive share checkRobin Appelman2024-07-301-1/+1
|/
* feat(files_sharing): add public name prompt for files requestsskjnldsv2024-07-183-31/+84
* feat(files_sharing): use label as title and file drop destination if availableskjnldsv2024-07-181-0/+6
* fix(files_sharing): file request creation permissions and link copy displayskjnldsv2024-07-181-2/+4
* fix(files_sharing): remove undesirable translations from ShareAPIControllerskjnldsv2024-07-161-2/+2
* chore(files_sharing): lint & refactor fixesskjnldsv2024-07-121-1/+1
* fix(files_sharing): adjust IAttributes API and files_versionsskjnldsv2024-07-121-17/+10
* fix(files_sharing): phpunit & openapi fixesskjnldsv2024-07-121-2/+8
* chore(files_sharing): cleanup NewFileRequestDialog vueskjnldsv2024-07-121-1/+1
* fix: psalm, cs, autoloader and lintskjnldsv2024-07-121-16/+19
* chore(files_sharing): refactor share password mailskjnldsv2024-07-121-9/+29
* feat(files_sharing): allow mixed values in share attributes and allow storing...skjnldsv2024-07-122-2/+9
* chore(files_sharing): refactor mail handlingskjnldsv2024-07-121-1/+32
* feat(files_sharing): implement IShareProviderWithNotification and refactor se...skjnldsv2024-07-121-36/+20
* feat(files_sharing): add `new file request` optionskjnldsv2024-07-121-0/+49