aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
* fix(files_sharing): adjust permissions from custom edit and delete check methodsbackport/47339/stable28skjnldsv2024-09-111-0/+17
* fix: Display 'Leave share' instead of 'Delete'Marcel Klehr2024-09-112-0/+6
* fix: try to find non-recursive share sourceRobin Appelman2024-08-161-7/+17
* fix(inherited-shares): ignore top root folderMaxence Lange2024-08-061-1/+4
* fix: fix recursive share checkRobin Appelman2024-07-301-1/+1
* chore: improve typing for SharedStorage::$storageRobin Appelman2024-07-111-0/+9
* fix: don't return null for SharedStorage::getWrapperStorage with share recursionRobin Appelman2024-07-111-0/+10
* fix(files_sharing): Store the expiration date relative to the server's timezoneLouis Chemineau2024-06-271-3/+0
* fix(shareManager): Respect empty `expireDate` in serverfenn-cs2024-06-131-12/+19
* fix(sharing): Don't change the type of the controller argumentJoas Schilling2024-06-101-2/+2
* fix(shareApiController): avoid duplicated expiryDate operationsfenn-cs2024-06-101-27/+10
* refactor(shareApiController): use contrusctor property promotion & DI loggerfenn-cs2024-06-101-54/+18
* Fix backportGit'Fellow2024-05-291-9/+44
* fix(sharing): Avoid (dead)locking during orphan deletionChristoph Wurst2024-05-291-2/+24
* Merge pull request #44320 from nextcloud/backport/39990/stable28Stephan Orbaugh2024-03-251-0/+14
|\
| * fix: add some recrusive detection/preventionRobin Appelman2024-03-221-0/+14
* | fix: add extra check to ensure wrapped shared storage is setRobin Appelman2024-03-221-0/+10
|/
* fix(sharing): Align wording for declining a shareJoas Schilling2024-03-191-1/+1
* fix(files_sharing): ShareesAPI - Return empty response when user is not allow...Ferdinand Thiessen2024-03-151-24/+9
* Merge pull request #43835 from nextcloud/backport/43605/stable28John Molakvoæ2024-02-291-8/+2
|\
| * fix: only cleanup orphaned shared dalyRobin Appelman2024-02-261-8/+2
* | feat(share): save date and time for expirationBenjamin Gaussorgues2024-02-261-1/+4
|/
* Use `@nextcloud/capabilities` to obtain share api defaultsfenn-cs2024-02-031-7/+0
* Consider admin defaults when creating sharesfenn-cs2024-02-031-0/+1
* refactor: Migrate IgnoreOpenAPI attributes to OpenAPIprovokateurin2024-01-192-4/+4
* fix(share): use user timezone to parse share expiration dateBenjamin Gaussorgues2024-01-151-17/+6
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-2331-97/+89
* fix: Also cleanup orphaned shares user cannot be found anymoreJulius Härtl2023-11-201-1/+6
* optimize builtin storage wrappersRobin Appelman2023-11-083-2/+31
* refactor: Rename OpenAPI type aliases to their namespacesjld31032023-11-026-84/+84
* Merge pull request #39044 from nextcloud/more-empty-mount-checkingRobin Appelman2023-10-241-0/+4
|\
| * add more checks to ensure mounts aren't emptyRobin Appelman2023-09-121-0/+4
* | fix(sharing): set name to target name in sharing cacheMax2023-10-181-0/+4
* | fix(federation): Use `sharing.federation.allowSelfSignedCertificates` config ...Joas Schilling2023-10-112-18/+13
* | Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-281-1/+1
* | Add single status code descriptions for OpenAPIjld31032023-09-274-0/+10
* | Merge pull request #39574 from nextcloud/fix/noid/ocm-controllerArthur Schiwon2023-09-203-54/+75
|\ \
| * | small fixesMaxence Lange2023-09-201-1/+4
| * | set authType to basicMaxence Lange2023-09-201-0/+1
| * | ocm controllerMaxence Lange2023-09-203-54/+71
* | | feat(files): add files_sharing indicatorJohn Molakvoæ (skjnldsv)2023-09-201-1/+1
|/ /
* / Enfore allowPublicShares admin settingfenn-cs2023-09-121-2/+21
|/
* fix(cache): Remove displayname cache entry on deleteJoas Schilling2023-08-281-0/+4
* Merge pull request #39944 from nextcloud/share-cache-shareRobin Appelman2023-08-282-5/+14
|\
| * pass the share to the cache instead of having to ask the storageRobin Appelman2023-08-182-5/+14
* | fix(tests): Specify all positional parameters again to fix testsJoas Schilling2023-08-231-8/+12
* | move "aways loaded" sharing script to event listenerRobin Appelman2023-08-171-5/+6
|/
* Merge pull request #39605 from nextcloud/bugfix/noid/final-events-cleanupJoas Schilling2023-08-043-69/+4
|\
| * fix!: Remove LegacyBeforeTemplateRenderedListener from files_sharingJoas Schilling2023-07-282-59/+0
| * feat!: Migrate Sharing events to typed eventsJoas Schilling2023-07-282-10/+4