summaryrefslogtreecommitdiffstats
path: root/lib/Share
AgeCommit message (Expand)Author
2024-03-08fix(CI): Fix psalmJoas Schilling
2024-03-08perf: improve performance of resolving recipient sharesRobin Appelman
2024-03-07fix(federation): Don't allow sharing, flows, search and collaboration in prox...Joas Schilling
2024-02-02fix(l10n): Don't use the word "Room" in UI stringsJoas Schilling
2024-02-01fix(CS): Prepare coding standard updateJoas Schilling
2024-01-18also filter by storage when getting shares in folderRobin Appelman
2023-12-11fix(CI): Make psalm more happy about not returning nullJoas Schilling
2023-12-05Preload the files metadata and cache photos-sizeJoas Schilling
2023-11-23fix(events)!: Remove deprecated eventsJoas Schilling
2023-10-27fix(events): Migrate share deletion to typed eventJoas Schilling
2023-10-27fix(events): Migrate Talk/ listeners to registerEventListener()Joas Schilling
2023-10-20fix(events): Migrate "already shared" to typed eventJoas Schilling
2023-08-16fix(CI): Make psalm a level more aggressive with straight forward changesJoas Schilling
2023-08-04fix: Stop using Symfony event dispatcher directlyJoas Schilling
2023-07-11Use PHP8's constructor property promotionHamid Dehnavi
2023-06-26fix(CI): FIx coding styleJoas Schilling
2023-04-13chore(CS): Unify construct() callsJoas Schilling
2023-04-13automated: Apply CS fixJoas Schilling
2023-03-17Explicit the default sort order by as 'ASC'Vitor Mattos
2023-02-14fix(share): Use transaction to avoid read-after-write issueThomas Citharel
2022-11-05Fix permissions returned by getSharesInFolderDariusz Olszewski
2022-10-04Move getParticipant()Joas Schilling
2022-09-01Adjust coding styleJoas Schilling
2022-08-24Merge pull request #7743 from starypatyk/enh/noid/optimize_share_readingJoas Schilling
2022-08-24Fix docsJoas Schilling
2022-08-23Misleading comment correctedDariusz Olszewski
2022-08-23Return type annotation correctedDariusz Olszewski
2022-08-22Static analysis (psalm)Dariusz Olszewski
2022-08-22lintDariusz Olszewski
2022-08-17Refactor getShareById/getSharesByIdsDariusz Olszewski
2022-08-17Minor refactoringDariusz Olszewski
2022-08-17Invalidate cache on delete/update function callsDariusz Olszewski
2022-08-17Apply suggestions from code reviewDariusz Olszewski
2022-08-16Use bigger sliceCarl Schwan
2022-08-13Reduce number of queries required to read sharesDariusz Olszewski
2022-07-26Add `$shallow` arg to `RoomShareProvider::getSharesInFolder`Louis Chemineau
2022-05-11Use \OCP\Server::get() instead of private APIJoas Schilling
2022-04-27Disallow sharing without chat permissionsJoas Schilling
2022-04-22Change property typeVitor Mattos
2022-04-20Fix inverted argumentVitor Mattos
2022-04-20Move system message listeners to static methodsVitor Mattos
2022-04-14Remove event to delete shares when user leave of roomVitor Mattos
2022-04-07Convert to null coalescing assignment operatorVitor Mattos
2022-04-06Use PHP7.4 property typehinting where possibleVitor Mattos
2022-03-21Only add the share_with_link url when the link is accessibleJoas Schilling
2022-02-11Fix InvalidScalarArgumentVitor Mattos
2022-02-10Solve InvalidScalarArgumentVitor Mattos
2022-02-09Update coding standardJoas Schilling
2021-12-06Replace deprecated methodVitor Mattos
2021-10-19replace execute by executeQuery of QueryBuilderVitor Mattos