Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/Share
AgeCommit message (Expand)Author
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 docsenh/noid/optimize_share_readingJoas 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-18Refactor 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-14Reduce 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 typefeature/move-system-message-listeners-annonymous-functions-to-staticVitor 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 roomfeature/7009/retain-files-after-leaving-conversationVitor Mattos
2022-04-07Convert to null coalescing assignment operatorfeature/null-coalescing-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
2021-10-18Replace old type constants with new onesJoas Schilling
2021-10-07Changes after run --alterVitor Mattos
2021-03-08Handle all getParticipants with multi sessionsJoas Schilling
2021-03-08Prepare selecting the correct session in case there are multipleJoas Schilling
2021-01-07Do not load full room object for share queriesRoeland Jago Douma
2020-12-10Link shared room in the files sidebar sharing tabJulius Härtl
2020-11-02Merge pull request #4495 from nextcloud/fix/noid/inject-mimetypeloader-into-r...Vincent Petry
2020-10-30Fix sharing codeJoas Schilling
2020-10-30Move Room::getParticipantUserIds() to participant serviceJoas Schilling
2020-10-30Fix function usageJoas Schilling
2020-10-30Inject MimeTypeLoader into RoomShareProvider to not query it on each createSh...Morris Jobke
2020-10-19Skip psalm issues related to hook namesVincent Petry
2020-10-13Psalm auto fixesJoas Schilling
2020-09-22Allow to preload a user when getting the room by tokenJoas Schilling
2020-09-16Be more robust against failures when trying to get the owner of the share we ...Joas Schilling
2020-05-19If available creatae a cacheentryRoeland Jago Douma
2020-05-12Run cs:fixJoas Schilling
2020-04-28Always use table prefix in queriesJoas Schilling
2020-03-25Also bail out when the path is actually nullJoas Schilling
2020-03-06Use the attachment_folder settingJoas Schilling