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
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
2018-11-13Filter returned shares on accessibilityRoeland Jago Douma
2018-11-12Do not create the participant when we don't need themJoas Schilling
2018-09-19Allow to reshare files againJoas Schilling
2018-08-25Fix "call to member function on null"Joas Schilling
2018-08-24Include the token of shares with public rooms in share API responsesDaniel Calviño Sánchez
2018-08-24Add tokens to room sharesDaniel Calviño Sánchez
2018-08-24Add reference to original sources in licenceDaniel Calviño Sánchez
2018-08-24Implement getting access list for room sharesDaniel Calviño Sánchez
2018-08-24Implement getting room shares by tokenDaniel Calviño Sánchez
2018-08-24Implement getting room shares in folderDaniel Calviño Sánchez
2018-08-24Implement hooks for deleting sharesDaniel Calviño Sánchez
2018-08-24Implement restoring deleted room sharesDaniel Calviño Sánchez
2018-08-24Implement deleting received room sharesDaniel Calviño Sánchez
2018-08-24Implement deleting room sharesDaniel Calviño Sánchez