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-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
2020-03-06Receive shares in Talk/ folderJoas Schilling
2019-12-04Add constants for event names and use patternJoas Schilling
2019-12-04Typed events for TalkJoas Schilling
2019-12-04Fix sharing integration tests and loading sharesJoas Schilling
2019-11-04Update share provider with the missing methodJoas Schilling
2019-10-01More IShare::TYPE_* fixesJoas Schilling
2019-09-05Bye Spreed, hello Talk!Joas Schilling
2019-04-10Remove conversation names and tokens when you are not a participantJoas Schilling
2019-03-25Do not allow to share files into read-only conversationsJoas Schilling
2019-02-27Make room names non-optionalJoas Schilling
2019-02-14Do not load unnecessary classes in ApplicationJoas Schilling
2019-02-13Use ITimeFactory instead of time()Joas Schilling
2019-02-13Use the datetime factory everywhereJoas Schilling
2019-02-12Make all classes strictJoas Schilling
2019-01-30Do not show room names when the user is not part of itJoas Schilling
2018-12-20Fix display name of reshare with one-to-one room not invited toDaniel Calviño Sánchez
2018-11-20Merge pull request #1286 from nextcloud/add-session-to-participantIvan Sein
2018-11-13Also check getShareById for accessible sharesRoeland Jago Douma