aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
* feat(files_sharing): Make `ShareController` download route use the DAV `ZipFo...Ferdinand Thiessen2024-09-281-91/+24
* fix(files_sharing): Fix all IStorage return typesprovokateurin2024-09-262-67/+30
* fix(files_sharing): Check if propfind response is valid before accessing shar...fix/files_sharing/ocm-permissionsprovokateurin2024-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
* Merge pull request #48223 from nextcloud/feat/add-rector-configCôme Chilliet2024-09-231-4/+4
|\
| * chore: Apply rector configuration to apps folderCôme Chilliet2024-09-201-4/+4
* | chore(files): Remove legacy style filesFerdinand Thiessen2024-09-201-1/+0
|/
* chore: Remove deprecated `Share_Helper::generateTarget` `$exclude` parameterchore/add-deprecation-dateFerdinand Thiessen2024-09-202-13/+4
* fix(federation): Do not overwrite certificate bundlefix/federation-certificate-storeJulius Härtl2024-09-201-14/+17
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-1913-19/+22
* fix: add sharding compatible version of share reminder jobshare-reminder-shardingRobin Appelman2024-09-191-12/+101
* fix: fix share reminder job for oracleoracle-share-reminderRobin Appelman2024-09-181-2/+2
* refactor: move to new activity exceptionrefactor/move-to-new-activity-exceptionAnna Larch2024-09-171-2/+3
* fix(Storage): Fix method docs inheritancefix/storage/method-docs-inheritanceprovokateurin2024-09-172-21/+0
* fix(Storage): Document getOwner() can return falseprovokateurin2024-09-172-2/+2
* chore: Fix psalm issues, put back private versions of getter in private Stora...Côme Chilliet2024-09-161-0/+1
* fix: Fix other uses of removed Storage interfaceCôme Chilliet2024-09-161-3/+4
* fix: Handle null checks with the ?? operatorrefactor/elvisChristoph Wurst2024-09-151-1/+1
* refactor: Use the elvis operatorChristoph Wurst2024-09-151-1/+1
* Merge pull request #47339 from nextcloud/fix/leave-share-instead-of-deleteJohn Molakvoæ2024-09-112-0/+23
|\
| * fix(files_sharing): adjust permissions from custom edit and delete check methodsskjnldsv2024-09-111-0/+17
| * fix: Display 'Leave share' instead of 'Delete'Marcel Klehr2024-09-062-0/+6
* | fix(INotification): Restrict rich object parameters typeprovokateurin2024-09-101-2/+2
* | Merge pull request #47841 from nextcloud/fix/files-sharing-openfileJonas2024-09-091-0/+1
|\ \
| * | fix(files_sharing): Open single-file-share by defaultFerdinand Thiessen2024-09-091-0/+1
| |/
* / chore(files_sharing): Add migration attribute for `share.reminder_sent` columnFerdinand Thiessen2024-09-061-0/+7
|/
* fix(files_sharing): Handle download permission the same way for public and in...Ferdinand Thiessen2024-09-061-0/+5
* fix(files): Do not allow copy action on public shares without `create` permis...Ferdinand Thiessen2024-09-061-0/+1
* feat(files_sharing): Migrate public share to use Vue files listFerdinand Thiessen2024-09-061-170/+133
* chore: adjust code to adhere to coding standardAnna Larch2024-09-051-1/+1
* Merge pull request #47412 from Luka-sama/feat/shares-reminderJohn Molakvoæ2024-09-032-0/+254
|\
| * fix(files_sharing): Add check for nullStefan Cherniakov2024-09-031-0/+3
| * fix(files_sharing): Add missing check for null & use bool instead of int for ...Stefan Cherniakov2024-09-031-1/+3
| * fix(files_sharing): Make share reminders more stable & fix issuesStefan Cherniakov2024-09-031-133/+85
| * feat(files_sharing): reminder for link shares with expiration dateStefan Cherniakov2024-09-032-0/+297
* | refactor(IMenuAction): Make public menu actions use the new Vue UIFerdinand Thiessen2024-09-031-6/+2
|/
* Merge pull request #47551 from nextcloud/fix/files_sharing/share-nullable-labelJoas Schilling2024-08-291-1/+1
|\
| * fix(files_sharing): Make share labels nullableprovokateurin2024-08-271-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
|/
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-2521-55/+56
* feat: Use new password context in sharing APIFerdinand Thiessen2024-08-221-2/+3
* 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